summaryrefslogtreecommitdiff
path: root/mcs/class/System/System_test.dll.sources
blob: a306d52be4078327ed987181b077286996e8307f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
Microsoft.CSharp/CodeGeneratorFromCompileUnitTest.cs
Microsoft.CSharp/CodeGeneratorFromExpressionTest.cs
Microsoft.CSharp/CodeGeneratorFromNamespaceTest.cs
Microsoft.CSharp/CodeGeneratorFromStatementTest.cs
Microsoft.CSharp/CodeGeneratorFromTypeTest.cs
Microsoft.CSharp/CodeGeneratorIdentifierTest.cs
Microsoft.CSharp/CodeGeneratorTestBase.cs
Microsoft.CSharp/CodeGeneratorTypeOutputTest.cs
Microsoft.CSharp/CSharpCodeProviderTest.cs
Microsoft.VisualBasic/CodeGeneratorTestBase.cs
Microsoft.VisualBasic/VBCodeProviderTest.cs
Microsoft.VisualBasic/CodeGeneratorFromBinaryOperatorTest.cs
Microsoft.VisualBasic/CodeGeneratorFromCompileUnitTest.cs
Microsoft.VisualBasic/CodeGeneratorFromExpressionTest.cs
Microsoft.VisualBasic/CodeGeneratorFromNamespaceTest.cs
Microsoft.VisualBasic/CodeGeneratorFromStatementTest.cs
Microsoft.VisualBasic/CodeGeneratorFromTypeTest.cs
Microsoft.Win32/IntranetZoneCredentialPolicyTest.cs
System/FileStyleUriParserTest.cs
System/FtpStyleUriParserTest.cs
System/GenericUriParserTest.cs
System/GopherStyleUriParserTest.cs
System/HttpStyleUriParserTest.cs
System/LdapStyleUriParserTest.cs
System/NetPipeStyleUriParserTest.cs
System/NetTcpStyleUriParserTest.cs
System/NewsStyleUriParserTest.cs
System/UriBuilderTest.cs
System/UriParserTest.cs
System/UriTest.cs
System/UriTest2.cs
System/UriTest3.cs
System/UriTypeConverterTest.cs
System.CodeDom/CodeArgumentReferenceExpressionTest.cs
System.CodeDom/CodeArrayCreateExpressionTest.cs
System.CodeDom/CodeAttachEventStatementTest.cs
System.CodeDom/CodeAttributeArgumentCollectionTest.cs
System.CodeDom/CodeAttributeArgumentTest.cs
System.CodeDom/CodeAttributeDeclarationCollectionTest.cs
System.CodeDom/CodeAttributeDeclarationTest.cs
System.CodeDom/CodeCastExpressionTest.cs
System.CodeDom/CodeCatchClauseCollectionTest.cs
System.CodeDom/CodeCatchClauseTest.cs
System.CodeDom/CodeChecksumPragmaTest.cs
System.CodeDom/CodeCommentStatementCollectionTest.cs
System.CodeDom/CodeConstructorTest.cs
System.CodeDom/CodeDefaultValueExpressionTest.cs
System.CodeDom/CodeDelegateCreateExpressionTest.cs
System.CodeDom/CodeDirectiveCollectionTest.cs
System.CodeDom/CodeEventReferenceExpressionTest.cs
System.CodeDom/CodeExpressionCollectionTest.cs
System.CodeDom/CodeGotoStatementTest.cs
System.CodeDom/CodeLabeledStatementTest.cs
System.CodeDom/CodeLinePragmaTest.cs
System.CodeDom/CodeMemberFieldTest.cs
System.CodeDom/CodeMemberMethodTest.cs
System.CodeDom/CodeMemberPropertyTest.cs
System.CodeDom/CodeMethodInvokeExpressionTest.cs
System.CodeDom/CodeMethodReferenceExpressionTest.cs
System.CodeDom/CodeNamespaceImportCollectionTest.cs
System.CodeDom/CodeNamespaceImportTest.cs
System.CodeDom/CodeNamespaceCollectionTest.cs
System.CodeDom/CodeNamespaceTest.cs
System.CodeDom/CodeObjectCreateExpressionTest.cs
System.CodeDom/CodeParameterDeclarationExpressionTest.cs
System.CodeDom/CodeParameterDeclarationExpressionCollectionTest.cs
System.CodeDom/CodePropertyReferenceExpressionTest.cs
System.CodeDom/CodeRegionDirectiveTest.cs
System.CodeDom/CodeRemoveEventStatementTest.cs
System.CodeDom/CodeSnippetCompileUnitTest.cs
System.CodeDom/CodeSnippetExpressionTest.cs
System.CodeDom/CodeSnippetStatementTest.cs
System.CodeDom/CodeSnippetTypeMemberTest.cs
System.CodeDom/CodeStatementCollectionTest.cs
System.CodeDom/CodeTypeConstructorTest.cs
System.CodeDom/CodeTypeDeclarationCollectionTest.cs
System.CodeDom/CodeTypeDelegateTest.cs
System.CodeDom/CodeTypeMemberCollectionTest.cs
System.CodeDom/CodeTypeParameterCollectionTest.cs
System.CodeDom/CodeTypeParameterTest.cs
System.CodeDom/CodeTypeOfExpressionTest.cs
System.CodeDom/CodeTypeReferenceTest.cs
System.CodeDom/CodeTypeReferenceCollectionTest.cs
System.CodeDom/CodeTypeReferenceExpressionTest.cs
System.CodeDom/CodeVariableDeclarationStatementTest.cs
System.CodeDom/CodeVariableReferenceExpressionTest.cs
System.CodeDom.Compiler/CodeGeneratorFromTypeTestBase.cs
System.CodeDom.Compiler/CodeGeneratorOptionsTest.cs
System.CodeDom.Compiler/CodeGeneratorGenerateFromCompileUnitTest.cs
System.CodeDom.Compiler/CodeGeneratorTest.cs
System.CodeDom.Compiler/CodeGeneratorTestBase.cs
System.CodeDom.Compiler/ExecutorTest.cs
System.CodeDom.Compiler/GeneratedCodeAttributeTest.cs
System.CodeDom.Compiler/IndentedTextWriterTest.cs
System.CodeDom.Compiler/TempFileCollectionTest.cs
System.Collections.Generic/QueueTest.cs
System.Collections.Generic/StackTest.cs
System.Collections.Generic/LinkedListTest.cs
System.Collections.Generic/SortedDictionaryTest.cs
System.Collections.Generic/SortedListTest.cs
System.Collections.Generic/SortedSetTest.cs
System.Collections.ObjectModel/ObservableCollectionTest.cs
System.Collections.ObjectModel/ReadOnlyObservableCollectionTest.cs
System.Collections.ObjectModel/CollectionChangedEventValidators.cs
System.Collections.Specialized/BasicOperationsTest.cs
System.Collections.Specialized/BitVector32Test.cs
System.Collections.Specialized/HybridDictionaryTest.cs
System.Collections.Specialized/ListDictionaryTest.cs
System.Collections.Specialized/NameObjectCollectionBaseTest.cs
System.Collections.Specialized/NameValueCollectionTest.cs
System.Collections.Specialized/OrderedDictionaryTest.cs
System.Collections.Specialized/StringCollectionTest.cs
System.Collections.Specialized/StringDictionaryTest.cs
System.ComponentModel/ArrayConverterTests.cs
System.ComponentModel/AsyncOperationManagerTest.cs
System.ComponentModel/AttributeCollectionTest.cs
System.ComponentModel/AttributeProviderAttributeTest.cs
System.ComponentModel/BackgroundWorkerTest.cs
System.ComponentModel/BindingListTest.cs
System.ComponentModel/ByteConverterTests.cs
System.ComponentModel/CharConverterTest.cs
System.ComponentModel/CollectionConverterTest.cs
System.ComponentModel/ComplexBindingPropertiesAttributeTest.cs
System.ComponentModel/ComponentConverterTests.cs
System.ComponentModel/ComponentResourceManagerTest.cs
System.ComponentModel/ContainerTest.cs
System.ComponentModel/CultureInfoConverterTest.cs
System.ComponentModel/DataObjectMethodAttributeTests.cs
System.ComponentModel/DateTimeConverterTests.cs
System.ComponentModel/DateTimeOffsetConverterTests.cs
System.ComponentModel/DefaultBindingPropertyAttributeTest.cs
System.ComponentModel/DefaultValueAttributeTest.cs
System.ComponentModel/DecimalConverterTests.cs
System.ComponentModel/DesignerAttributeTest.cs
System.ComponentModel/DisplayNameAttributeTests.cs
System.ComponentModel/DoubleConverterTests.cs
System.ComponentModel/EnumConverterTests.cs
System.ComponentModel/EventHandlerListTests.cs
System.ComponentModel/EventDescriptorCollectionTests.cs
System.ComponentModel/Int16ConverterTests.cs
System.ComponentModel/Int32ConverterTests.cs
System.ComponentModel/Int64ConverterTests.cs
System.ComponentModel/InvalidEnumArgumentExceptionTest.cs
System.ComponentModel/LicenseManagerTests.cs
System.ComponentModel/ListChangedEventArgsTest.cs
System.ComponentModel/LookupBindingPropertiesAttributeTest.cs
System.ComponentModel/MaskedTextProviderTest.cs
System.ComponentModel/MultilineStringConverterTest.cs
System.ComponentModel/NestedContainerTest.cs
System.ComponentModel/NullableConverterTest.cs
System.ComponentModel/PropertyDescriptorCollectionTests.cs
System.ComponentModel/PropertyDescriptorTests.cs
System.ComponentModel/ReferenceConverterTest.cs
System.ComponentModel/SByteConverterTests.cs
System.ComponentModel/SingleConverterTests.cs
System.ComponentModel/ToolboxItemAttributeTests.cs
System.ComponentModel/TypeConverterTests.cs
System.ComponentModel/TypeDescriptionProviderTest.cs
System.ComponentModel/TypeDescriptorTests.cs
System.ComponentModel/UInt16ConverterTests.cs
System.ComponentModel/UInt32ConverterTests.cs
System.ComponentModel/UInt64ConverterTests.cs
System.ComponentModel/Win32ExceptionTest.cs
System.ComponentModel.Design/CheckoutExceptionTest.cs
System.ComponentModel.Design/ServiceContainerTest.cs
System.ComponentModel.Design.Serialization/ContextStackTest.cs
System.ComponentModel.Design.Serialization/InstanceDescriptorTest.cs
System.Configuration/ApplicationSettingsBaseTest.cs
System.Configuration/ConfigurationExceptionTest.cs
System.Configuration/ConfigXmlDocumentTest.cs
System.Configuration/LocalFileSettingsProviderTest.cs
System.Configuration/SettingsBaseTest.cs
System.Configuration/SettingElementTest.cs
System.Configuration/SettingsPropertyCollectionTest.cs
System.Configuration/SettingsPropertyTest.cs
System.Configuration/SettingsPropertyValueCollectionTest.cs
System.Configuration/SettingsPropertyValueTest.cs
System.Diagnostics/DebugTest.cs
System.Diagnostics/DelimitedListTraceListenerTest.cs
System.Diagnostics/EventLogTest.cs
System.Diagnostics/StopwatchTest.cs
System.Diagnostics/SourceSwitchTest.cs
System.Diagnostics/TextWriterTraceListenerTest.cs
System.Diagnostics/TraceSourceTest.cs
System.Diagnostics/TraceListenerTest.cs
System.Diagnostics/TraceTest.cs
System.Diagnostics/XmlWriterTraceListenerTest.cs
System.Diagnostics/SwitchesTest.cs
System.Diagnostics/DiagnosticsConfigurationHandlerTest.cs
System.Diagnostics/EventInstanceTest.cs
System.Diagnostics/EventLogPermissionAttributeTest.cs
System.Diagnostics/EventLogPermissionTest.cs
System.Diagnostics/EventSourceCreationDataTest.cs
System.Diagnostics/FileVersionInfoTest.cs
System.Diagnostics/PerformanceCounterPermissionAttributeTest.cs
System.Diagnostics/PerformanceCounterPermissionTest.cs
System.Diagnostics/ProcessStartInfoTest.cs
System.Diagnostics/ProcessTest.cs
System.Diagnostics/CounterCreationDataTest.cs
System.IO/FileSystemWatcherTest.cs
System.IO.Compression/DeflateStreamTest.cs
System.IO.Compression/GzipStreamTest.cs
System.IO.Ports/SerialPortTest.cs
System.Net/CookieCollectionTest.cs
System.Net/CookieContainerTest.cs
System.Net/CookieTest.cs
System.Net/CookieParserTest.cs
System.Net/CredentialCacheTest.cs
System.Net/DnsPermissionAttributeTest.cs
System.Net/DnsPermissionTest.cs
System.Net/DnsTest.cs
System.Net/EndPointTest.cs
System.Net/FileWebRequestTest.cs
System.Net/FileWebResponseTest.cs
System.Net/FtpWebRequestTest.cs
System.Net/HttpWebRequestTest.cs
System.Net/HttpWebResponseTest.cs
System.Net/HttpListenerTest.cs
System.Net/HttpListenerBasicIdentityTest.cs
System.Net/HttpListenerPrefixCollectionTest.cs
System.Net/HttpListener2Test.cs
System.Net/HttpListenerRequestTest.cs
System.Net/IPAddressTest.cs
System.Net/IPEndPointTest.cs
System.Net/NetworkCredentialTest.cs
System.Net/ServicePointManagerTest.cs
System.Net/ServicePointTest.cs
System.Net/SocketPermissionAttributeTest.cs
System.Net/SocketPermissionTest.cs
System.Net/SocketResponder.cs
System.Net/WebHeaderCollectionTest.cs
System.Net/WebPermissionAttributeTest.cs
System.Net/WebPermissionTest.cs
System.Net/WebProxyTest.cs
System.Net/WebRequestTest.cs
System.Net/WebClientTest.cs
System.Net/WebClientTestAsync.cs
System.Net/WebUtilityTest.cs
System.Net.Configuration/ConnectionManagementSectionTest.cs
System.Net.Configuration/HttpWebRequestElementTest.cs
System.Net.Configuration/WebRequestModulesSectionTest.cs
System.Net.Sockets/IPv6MulticastOptionTest.cs
System.Net.Sockets/MulticastOptionTest.cs
System.Net.Sockets/NetworkStreamTest.cs
System.Net.Sockets/TcpClientTest.cs
System.Net.Sockets/TcpListenerTest.cs
System.Net.Sockets/SocketTest.cs
System.Net.Sockets/SocketAsyncEventArgsTest.cs
System.Net.Sockets/UdpClientTest.cs
System.Net.Sockets/SocketAsyncTest.cs
System.Net.Mail/LinkedResourceTest.cs
System.Net.Mail/AttachmentCollectionTest.cs
System.Net.Mail/MailAddressCollectionTest.cs
System.Net.Mail/AlternateViewCollectionTest.cs
System.Net.Mail/MailMessageTest.cs
System.Net.Mail/MailAddressTest.cs
System.Net.Mail/AttachmentTest.cs
System.Net.Mail/AlternateViewTest.cs
System.Net.Mail/LinkedResourceCollectionTest.cs
System.Net.Mail/SmtpClientTest.cs
System.Net.Mail/SmtpExceptionTest.cs
System.Net.Mail/SmtpPermissionTest.cs
System.Net.Mail/SmtpPermissionAttributeTest.cs
System.Net.Mail/SmtpServer.cs
System.Net.Mime/ContentDispositionTest.cs
System.Net.Mime/ContentTypeTest.cs
System.Net.NetworkInformation/PhysicalAddressTest.cs
System.Net.Security/SslStreamTest.cs
System.Runtime.Versioning/FrameworkNameTest.cs
System.Security.AccessControl/SemaphoreSecurityTest.cs
System.Security.Cryptography/AsnEncodedDataTest.cs
System.Security.Cryptography/OidCollectionTest.cs
System.Security.Cryptography/OidEnumeratorTest.cs
System.Security.Cryptography/OidTest.cs
System.Security.Cryptography.X509Certificates/PkitsTest.cs
System.Security.Cryptography.X509Certificates/Pkits_4_01_SignatureVerification.cs
System.Security.Cryptography.X509Certificates/Pkits_4_02_ValidityPeriod.cs
System.Security.Cryptography.X509Certificates/Pkits_4_03_VerifyingNameChaining.cs
System.Security.Cryptography.X509Certificates/Pkits_4_04_BasicCertificateRevocationTests.cs
System.Security.Cryptography.X509Certificates/Pkits_4_05_VerifyingPathWithSelfIssuedCertificates.cs
System.Security.Cryptography.X509Certificates/Pkits_4_06_VerifyingBasicConstraints.cs
System.Security.Cryptography.X509Certificates/Pkits_4_07_KeyUsage.cs
System.Security.Cryptography.X509Certificates/Pkits_4_08_CertificatePolicies.cs
System.Security.Cryptography.X509Certificates/Pkits_4_09_RequireExplicitPolicy.cs
System.Security.Cryptography.X509Certificates/Pkits_4_10_PolicyMappings.cs
System.Security.Cryptography.X509Certificates/Pkits_4_11_InhibitPolicyMapping.cs
System.Security.Cryptography.X509Certificates/Pkits_4_12_InhibitAnyPolicy.cs
System.Security.Cryptography.X509Certificates/Pkits_4_13_NameConstraints.cs
System.Security.Cryptography.X509Certificates/Pkits_4_14_DistributionPoints.cs
System.Security.Cryptography.X509Certificates/Pkits_4_15_DeltaCRL.cs
System.Security.Cryptography.X509Certificates/Pkits_4_16_PrivateCertificateExtensions.cs
System.Security.Cryptography.X509Certificates/PublicKeyTest.cs
System.Security.Cryptography.X509Certificates/X500DistinguishedNameTest.cs
System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs
System.Security.Cryptography.X509Certificates/X509Cert20Test.cs
System.Security.Cryptography.X509Certificates/X509Certificate2Test.cs
System.Security.Cryptography.X509Certificates/X509CertificateCollectionTest.cs
System.Security.Cryptography.X509Certificates/X509Certificate2CollectionTest.cs
System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs
System.Security.Cryptography.X509Certificates/X509ChainTest.cs
System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtensionTest.cs
System.Security.Cryptography.X509Certificates/X509ExtensionCollectionTest.cs
System.Security.Cryptography.X509Certificates/X509ExtensionTest.cs
System.Security.Cryptography.X509Certificates/X509KeyUsageExtensionTest.cs
System.Security.Cryptography.X509Certificates/X509StoreTest.cs
System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtensionTest.cs
System.Security.Permissions/ResourcePermissionBaseEntryTest.cs
System.Security.Permissions/ResourcePermissionBaseTest.cs
System.Security.Permissions/StorePermissionAttributeTest.cs
System.Security.Permissions/StorePermissionTest.cs
System.Text.RegularExpressions/GroupTest.cs
System.Text.RegularExpressions/MatchTest.cs
System.Text.RegularExpressions/PerlTest.cs
System.Text.RegularExpressions/PerlTrials.cs
System.Text.RegularExpressions/RegexCompilationInfoTest.cs
System.Text.RegularExpressions/RegexReplaceTests.cs
System.Text.RegularExpressions/RegexTrial.cs
System.Text.RegularExpressions/RegexTest.cs
System.Text.RegularExpressions/RegexBugs.cs
System.Text.RegularExpressions/RegexMatchTests.cs
System.Text.RegularExpressions/RegexReplace.cs
System.Text.RegularExpressions/RegexResultTests.cs
System.Timers/TimersDescriptionAttributeTest.cs
System.Timers/TimerTest.cs
System.Web/AspNetHostingPermissionAttributeTest.cs
System.Web/AspNetHostingPermissionTest.cs
System.ComponentModel.Design.Serialization/InstanceDescriptorCas.cs
System.IO.Compression/DeflateStreamCas.cs
System.IO.Compression/GZipStreamCas.cs
System.Net/DnsCas.cs
System.Net/FileWebRequestCas.cs
System.Net/HttpWebRequestCas.cs
System.Net.Sockets/NetworkStreamCas.cs
System.Net.Sockets/SocketCas.cs
System.Net.Sockets/TcpClientCas.cs
Microsoft.CSharp/CSharpCodeProviderCas.cs
Microsoft.VisualBasic/VBCodeProviderCas.cs
Microsoft.Win32/IntranetZoneCredentialPolicyCas.cs
Microsoft.Win32/PowerModeChangedEventArgsCas.cs
Microsoft.Win32/SessionEndedEventArgsCas.cs
Microsoft.Win32/SessionEndingEventArgsCas.cs
Microsoft.Win32/SessionSwitchEventArgsCas.cs
Microsoft.Win32/SessionSwitchEventArgsTest.cs
Microsoft.Win32/SystemEventsCas.cs
Microsoft.Win32/TimerElapsedEventArgsCas.cs
Microsoft.Win32/UserPreferenceChangedEventArgsCas.cs
Microsoft.Win32/UserPreferenceChangingEventArgsCas.cs
System/FileStyleUriParserCas.cs
System/FtpStyleUriParserCas.cs
System/GenericUriParserCas.cs
System/GopherStyleUriParserCas.cs
System/HttpStyleUriParserCas.cs
System/LdapStyleUriParserCas.cs
System/NetPipeStyleUriParserCas.cs
System/NetTcpStyleUriParserCas.cs
System/NewsStyleUriParserCas.cs
System/UriBuilderCas.cs
System/UriFormatExceptionCas.cs
System/UriParserCas.cs
System/UriTypeConverterCas.cs
System.CodeDom/CodeArgumentReferenceExpressionCas.cs
System.CodeDom/CodeArrayCreateExpressionCas.cs
System.CodeDom/CodeArrayIndexerExpressionCas.cs
System.CodeDom/CodeAssignStatementCas.cs
System.CodeDom/CodeAttachEventStatementCas.cs
System.CodeDom/CodeAttributeArgumentCas.cs
System.CodeDom/CodeAttributeArgumentCollectionCas.cs
System.CodeDom/CodeAttributeDeclarationCas.cs
System.CodeDom/CodeAttributeDeclarationCollectionCas.cs
System.CodeDom/CodeBaseReferenceExpressionCas.cs
System.CodeDom/CodeBinaryOperatorExpressionCas.cs
System.CodeDom/CodeCastExpressionCas.cs
System.CodeDom/CodeCatchClauseCas.cs
System.CodeDom/CodeCatchClauseCollectionCas.cs
System.CodeDom/CodeChecksumPragmaCas.cs
System.CodeDom/CodeCommentStatementCas.cs
System.CodeDom/CodeCommentStatementCollectionCas.cs
System.CodeDom/CodeCompileUnitCas.cs
System.CodeDom/CodeConditionStatementCas.cs
System.CodeDom/CodeConstructorCas.cs
System.CodeDom/CodeDefaultValueExpressionCas.cs
System.CodeDom/CodeDelegateCreateExpressionCas.cs
System.CodeDom/CodeDelegateInvokeExpressionCas.cs
System.CodeDom/CodeDirectionExpressionCas.cs
System.CodeDom/CodeDirectiveCas.cs
System.CodeDom/CodeDirectiveCollectionCas.cs
System.CodeDom/CodeEntryPointMethodCas.cs
System.CodeDom/CodeEventReferenceExpressionCas.cs
System.CodeDom/CodeExpressionCas.cs
System.CodeDom/CodeExpressionCollectionCas.cs
System.CodeDom/CodeExpressionStatementCas.cs
System.CodeDom/CodeFieldReferenceExpressionCas.cs
System.CodeDom/CodeGotoStatementCas.cs
System.CodeDom/CodeIndexerExpressionCas.cs
System.CodeDom/CodeIterationStatementCas.cs
System.CodeDom/CodeLinePragmaCas.cs
System.CodeDom/CodeMemberEventCas.cs
System.CodeDom/CodeMemberFieldCas.cs
System.CodeDom/CodeMemberMethodCas.cs
System.CodeDom/CodeMemberPropertyCas.cs
System.CodeDom/CodeMethodInvokeExpressionCas.cs
System.CodeDom/CodeMethodReferenceExpressionCas.cs
System.CodeDom/CodeMethodReturnStatementCas.cs
System.CodeDom/CodeNamespaceCas.cs
System.CodeDom/CodeNamespaceCollectionCas.cs
System.CodeDom/CodeNamespaceImportCas.cs
System.CodeDom/CodeNamespaceImportCollectionCas.cs
System.CodeDom/CodeObjectCas.cs
System.CodeDom/CodeObjectCreateExpressionCas.cs
System.CodeDom/CodeParameterDeclarationExpressionCas.cs
System.CodeDom/CodeParameterDeclarationExpressionCollectionCas.cs
System.CodeDom/CodePrimitiveExpressionCas.cs
System.CodeDom/CodePropertyReferenceExpressionCas.cs
System.CodeDom/CodePropertySetValueReferenceExpressionCas.cs
System.CodeDom/CodeRegionDirectiveCas.cs
System.CodeDom/CodeRemoveEventStatementCas.cs
System.CodeDom/CodeSnippetCompileUnitCas.cs
System.CodeDom/CodeSnippetExpressionCas.cs
System.CodeDom/CodeSnippetStatementCas.cs
System.CodeDom/CodeSnippetTypeMemberCas.cs
System.CodeDom/CodeStatementCas.cs
System.CodeDom/CodeStatementCollectionCas.cs
System.CodeDom/CodeThisReferenceExpressionCas.cs
System.CodeDom/CodeThrowExceptionStatementCas.cs
System.CodeDom/CodeTryCatchFinallyStatementCas.cs
System.CodeDom/CodeTypeConstructorCas.cs
System.CodeDom/CodeTypeDeclarationCas.cs
System.CodeDom/CodeTypeDeclarationCollectionCas.cs
System.CodeDom/CodeTypeDelegateCas.cs
System.CodeDom/CodeTypeMemberCas.cs
System.CodeDom/CodeTypeMemberCollectionCas.cs
System.CodeDom/CodeTypeOfExpressionCas.cs
System.CodeDom/CodeTypeParameterCas.cs
System.CodeDom/CodeTypeReferenceCas.cs
System.CodeDom/CodeTypeReferenceCollectionCas.cs
System.CodeDom/CodeTypeReferenceExpressionCas.cs
System.CodeDom/CodeVariableDeclarationStatementCas.cs
System.CodeDom/CodeVariableReferenceExpressionCas.cs
System.CodeDom.Compiler/CodeCompilerCas.cs
System.CodeDom.Compiler/CodeDomProviderCas.cs
System.CodeDom.Compiler/CodeGeneratorCas.cs
System.CodeDom.Compiler/CodeGeneratorOptionsCas.cs
System.CodeDom.Compiler/CodeParserCas.cs
System.CodeDom.Compiler/CompilerErrorCas.cs
System.CodeDom.Compiler/CompilerErrorCollectionCas.cs
System.CodeDom.Compiler/CompilerInfoCas.cs
System.CodeDom.Compiler/CompilerParametersCas.cs
System.CodeDom.Compiler/CompilerResultsCas.cs
System.CodeDom.Compiler/ExecutorCas.cs
System.CodeDom.Compiler/GeneratedCodeAttributeCas.cs
System.CodeDom.Compiler/IndentedTextWriterCas.cs
System.CodeDom.Compiler/TempFileCollectionCas.cs
System.Collections.Specialized/BitVector32Cas.cs
System.Collections.Specialized/CollectionsUtilCas.cs
System.Collections.Specialized/HybridDictionaryCas.cs
System.Collections.Specialized/ListDictionaryCas.cs
System.Collections.Specialized/NameObjectCollectionBaseCas.cs
System.Collections.Specialized/NameValueCollectionCas.cs
System.Collections.Specialized/OrderedDictionaryCas.cs
System.Collections.Specialized/StringCollectionCas.cs
System.Collections.Specialized/StringDictionaryCas.cs
System.Security.Cryptography.X509Certificates/PublicKeyCas.cs
System.Security.Cryptography.X509Certificates/X500DistinguishedNameCas.cs
System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionCas.cs
System.Security.Cryptography.X509Certificates/X509CertificateCollectionCas.cs
System.Security.Cryptography.X509Certificates/X509ChainCas.cs
System.Security.Cryptography.X509Certificates/X509ChainPolicyCas.cs
System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtensionCas.cs
System.Security.Cryptography.X509Certificates/X509ExtensionCas.cs
System.Security.Cryptography.X509Certificates/X509KeyUsageExtensionCas.cs
System.Security.Cryptography.X509Certificates/X509StoreCas.cs
System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtensionCas.cs
System.Security.Permissions/ResourcePermissionBaseCas.cs
System.Security.Permissions/ResourcePermissionBaseEntryCas.cs
System.Security.Permissions/StorePermissionAttributeCas.cs
System.Security.Permissions/StorePermissionCas.cs
System.Text.RegularExpressions/CaptureCas.cs
System.Text.RegularExpressions/CaptureCollectionCas.cs
System.Text.RegularExpressions/GroupCas.cs
System.Text.RegularExpressions/GroupCollectionCas.cs
System.Text.RegularExpressions/MatchCas.cs
System.Text.RegularExpressions/MatchCollectionCas.cs
System.Text.RegularExpressions/RegexCas.cs
System.Text.RegularExpressions/RegexCompilationInfoCas.cs
System.Text.RegularExpressions/RegexRunnerCas.cs
System.Text.RegularExpressions/RegexRunnerFactoryCas.cs
System.Text.RegularExpressions/SplitTests.cs
System.Threading/SemaphoreCas.cs
System.Threading/SemaphoreFullExceptionCas.cs
System.Threading/SemaphoreTest.cs
System.Threading/BarrierTest.cs
System.Threading/ThreadExceptionEventArgsCas.cs
System.Timers/TimersDescriptionAttributeCas.cs
System.Timers/ElapsedEventArgsCas.cs
System.Timers/TimerCas.cs
System.Web/AspNetHostingPermissionCas.cs
System.Web/AspNetHostingPermissionAttributeCas.cs
System.Collections.Concurrent/BlockingCollectionTests.cs
System.Collections.Concurrent/ConcurrentBagTests.cs
System.Collections.Concurrent/CollectionStressTestHelper.cs
System.Collections.Concurrent/ParallelTestHelper.cs