Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.dll.sources « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4757b3f618db8e41424fb7de5f80db4f8487620 (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
502
503
504
Assembly/AssemblyInfo.cs
Microsoft.CSharp/CSharpCodeCompiler.cs
Microsoft.CSharp/CSharpCodeGenerator.cs
Microsoft.CSharp/CSharpCodeProvider.cs
Microsoft.VisualBasic/VBCodeGenerator.cs
Microsoft.VisualBasic/VBCodeProvider.cs
Microsoft.Win32/PowerModeChangedEventArgs.cs
Microsoft.Win32/PowerModeChangedEventHandler.cs
Microsoft.Win32/PowerModes.cs
Microsoft.Win32/SessionEndedEventArgs.cs
Microsoft.Win32/SessionEndedEventHandler.cs
Microsoft.Win32/SessionEndingEventArgs.cs
Microsoft.Win32/SessionEndingEventHandler.cs
Microsoft.Win32/SessionEndReasons.cs
Microsoft.Win32/SystemEvents.cs
Microsoft.Win32/TimerElapsedEventArgs.cs
Microsoft.Win32/TimerElapsedEventHandler.cs
Microsoft.Win32/TODOAttribute.cs
Microsoft.Win32/UserPreferenceCategory.cs
Microsoft.Win32/UserPreferenceChangedEventArgs.cs
Microsoft.Win32/UserPreferenceChangedEventHandler.cs
Microsoft.Win32/UserPreferenceChangingEventArgs.cs
Microsoft.Win32/UserPreferenceChangingEventHandler.cs
System.CodeDom/CodeArgumentReferenceExpression.cs
System.CodeDom/CodeArrayCreateExpression.cs
System.CodeDom/CodeArrayIndexerExpression.cs
System.CodeDom/CodeAssignStatement.cs
System.CodeDom/CodeAttachEventStatement.cs
System.CodeDom/CodeAttributeArgumentCollection.cs
System.CodeDom/CodeAttributeArgument.cs
System.CodeDom/CodeAttributeDeclarationCollection.cs
System.CodeDom/CodeAttributeDeclaration.cs
System.CodeDom/CodeBaseReferenceExpression.cs
System.CodeDom/CodeBinaryOperatorExpression.cs
System.CodeDom/CodeBinaryOperatorType.cs
System.CodeDom/CodeCastExpression.cs
System.CodeDom/CodeCatchClauseCollection.cs
System.CodeDom/CodeCatchClause.cs
System.CodeDom/CodeComment.cs
System.CodeDom/CodeCommentStatementCollection.cs
System.CodeDom/CodeCommentStatement.cs
System.CodeDom/CodeCompileUnit.cs
System.CodeDom/CodeConditionStatement.cs
System.CodeDom/CodeConstructor.cs
System.CodeDom/CodeDelegateCreateExpression.cs
System.CodeDom/CodeDelegateInvokeExpression.cs
System.CodeDom/CodeDirectionExpression.cs
System.CodeDom/CodeEntryPointMethod.cs
System.CodeDom/CodeEventReferenceExpression.cs
System.CodeDom/CodeExpressionCollection.cs
System.CodeDom/CodeExpression.cs
System.CodeDom/CodeExpressionStatement.cs
System.CodeDom/CodeFieldReferenceExpression.cs
System.CodeDom/CodeGotoStatement.cs
System.CodeDom/CodeIndexerExpression.cs
System.CodeDom/CodeIterationStatement.cs
System.CodeDom/CodeLabeledStatement.cs
System.CodeDom/CodeLinePragma.cs
System.CodeDom/CodeMemberEvent.cs
System.CodeDom/CodeMemberField.cs
System.CodeDom/CodeMemberMethod.cs
System.CodeDom/CodeMemberProperty.cs
System.CodeDom/CodeMethodInvokeExpression.cs
System.CodeDom/CodeMethodReferenceExpression.cs
System.CodeDom/CodeMethodReturnStatement.cs
System.CodeDom/CodeNamespaceCollection.cs
System.CodeDom/CodeNamespace.cs
System.CodeDom/CodeNamespaceImportCollection.cs
System.CodeDom/CodeNamespaceImport.cs
System.CodeDom/CodeObjectCreateExpression.cs
System.CodeDom/CodeObject.cs
System.CodeDom/CodeParameterDeclarationExpressionCollection.cs
System.CodeDom/CodeParameterDeclarationExpression.cs
System.CodeDom/CodePrimitiveExpression.cs
System.CodeDom/CodePropertyReferenceExpression.cs
System.CodeDom/CodePropertySetValueReferenceExpression.cs
System.CodeDom/CodeRemoveEventStatement.cs
System.CodeDom/CodeSnippetCompileUnit.cs
System.CodeDom/CodeSnippetExpression.cs
System.CodeDom/CodeSnippetStatement.cs
System.CodeDom/CodeSnippetTypeMember.cs
System.CodeDom/CodeStatementCollection.cs
System.CodeDom/CodeStatement.cs
System.CodeDom/CodeThisReferenceExpression.cs
System.CodeDom/CodeThrowExceptionStatement.cs
System.CodeDom/CodeTryCatchFinallyStatement.cs
System.CodeDom/CodeTypeConstructor.cs
System.CodeDom/CodeTypeDeclarationCollection.cs
System.CodeDom/CodeTypeDeclaration.cs
System.CodeDom/CodeTypeDelegate.cs
System.CodeDom/CodeTypeMemberCollection.cs
System.CodeDom/CodeTypeMember.cs
System.CodeDom/CodeTypeOfExpression.cs
System.CodeDom/CodeTypeReferenceCollection.cs
System.CodeDom/CodeTypeReference.cs
System.CodeDom/CodeTypeReferenceExpression.cs
System.CodeDom/CodeVariableDeclarationStatement.cs
System.CodeDom/CodeVariableReferenceExpression.cs
System.CodeDom.Compiler/CodeCompiler.cs
System.CodeDom.Compiler/CodeDomProvider.cs
System.CodeDom.Compiler/CodeGenerator.cs
System.CodeDom.Compiler/CodeGeneratorOptions.cs
System.CodeDom.Compiler/CodeParser.cs
System.CodeDom.Compiler/CompilerErrorCollection.cs
System.CodeDom.Compiler/CompilerError.cs
System.CodeDom.Compiler/CompilerParameters.cs
System.CodeDom.Compiler/CompilerResults.cs
System.CodeDom.Compiler/Executor.cs
System.CodeDom.Compiler/GeneratorSupport.cs
System.CodeDom.Compiler/ICodeCompiler.cs
System.CodeDom.Compiler/ICodeGenerator.cs
System.CodeDom.Compiler/ICodeParser.cs
System.CodeDom.Compiler/IndentedTextWriter.cs
System.CodeDom.Compiler/LanguageOptions.cs
System.CodeDom.Compiler/TempFileCollection.cs
System.CodeDom/FieldDirection.cs
System.CodeDom/MemberAttributes.cs
System.Collections.Specialized/BitVector32.cs
System.Collections.Specialized/CollectionsUtil.cs
System.Collections.Specialized/HybridDictionary.cs
System.Collections.Specialized/ListDictionary.cs
System.Collections.Specialized/NameObjectCollectionBase.cs
System.Collections.Specialized/NameValueCollection.cs
System.Collections.Specialized/StringCollection.cs
System.Collections.Specialized/StringDictionary.cs
System.Collections.Specialized/StringEnumerator.cs
System.ComponentModel/AttributeCollection.cs
System.ComponentModel/BaseNumberConverter.cs
System.ComponentModel/BindableAttribute.cs
System.ComponentModel/BindableSupport.cs
System.ComponentModel/BrowsableAttribute.cs
System.ComponentModel/CancelEventArgs.cs
System.ComponentModel/CancelEventHandler.cs
System.ComponentModel/CategoryAttribute.cs
System.ComponentModel/CollectionChangeAction.cs
System.ComponentModel/CollectionChangeEventArgs.cs
System.ComponentModel/CollectionChangeEventHandler.cs
System.ComponentModel/ComponentCollection.cs
System.ComponentModel/Component.cs
System.ComponentModel/Container.cs
System.ComponentModel/DefaultEventAttribute.cs
System.ComponentModel/DefaultPropertyAttribute.cs
System.ComponentModel/DefaultValueAttribute.cs
System.ComponentModel/DerivedPropertyDescriptor.cs
System.ComponentModel/DescriptionAttribute.cs
System.ComponentModel/DesignerAttribute.cs
System.ComponentModel/DesignerCategoryAttribute.cs
System.ComponentModel/DesignerSerializationVisibilityAttribute.cs
System.ComponentModel/DesignerSerializationVisibility.cs
System.ComponentModel/DesignOnlyAttribute.cs
System.ComponentModel/DesignTimeVisibleAttribute.cs
System.ComponentModel/EditorAttribute.cs
System.ComponentModel/EditorBrowsableAttribute.cs
System.ComponentModel/EditorBrowsableState.cs
System.ComponentModel/EnumConverter.cs
System.ComponentModel/EventDescriptorCollection.cs
System.ComponentModel/EventDescriptor.cs
System.ComponentModel/EventHandlerList.cs
System.ComponentModel/ExpandableObjectConverter.cs
System.ComponentModel/ExtenderProvidedPropertyAttribute.cs
System.ComponentModel/IBindingList.cs
System.ComponentModel/IComponent.cs
System.ComponentModel/IComNativeDescriptorHandler.cs
System.ComponentModel/IContainer.cs
System.ComponentModel/ICustomTypeDescriptor.cs
System.ComponentModel/IDataErrorInfo.cs
System.ComponentModel/IEditableObject.cs
System.ComponentModel/IExtenderProvider.cs
System.ComponentModel/IListSource.cs
System.ComponentModel/Int32Converter.cs
System.ComponentModel/InvalidEnumArgumentException.cs
System.ComponentModel/ISite.cs
System.ComponentModel/ISupportInitialize.cs
System.ComponentModel/ISynchronizeInvoke.cs
System.ComponentModel/ITypeDescriptorContext.cs
System.ComponentModel/ITypedList.cs
System.ComponentModel/LicenseContext.cs
System.ComponentModel/LicenseUsageMode.cs
System.ComponentModel/ListBindableAttribute.cs
System.ComponentModel/ListChangedEventArgs.cs
System.ComponentModel/ListChangedEventHandler.cs
System.ComponentModel/ListChangedType.cs
System.ComponentModel/ListSortDirection.cs
System.ComponentModel/LocalizableAttribute.cs
System.ComponentModel/MarshalByValueComponent.cs
System.ComponentModel/MemberDescriptor.cs
System.ComponentModel/NotifyParentPropertyAttribute.cs
System.ComponentModel/PropertyChangedEventArgs.cs
System.ComponentModel/PropertyChangedEventHandler.cs
System.ComponentModel/PropertyDescriptorCollection.cs
System.ComponentModel/PropertyDescriptor.cs
System.ComponentModel/PropertyTabScope.cs
System.ComponentModel/ReadOnlyAttribute.cs
System.ComponentModel/RecommendedAsConfigurableAttribute.cs
System.ComponentModel/RefreshEventArgs.cs
System.ComponentModel/RefreshEventHandler.cs
System.ComponentModel/RefreshPropertiesAttribute.cs
System.ComponentModel/RefreshProperties.cs
System.ComponentModel/RunInstallerAttribute.cs
System.ComponentModel/StringConverter.cs
System.ComponentModel/SyntaxCheck.cs
System.ComponentModel/ToolboxItemAttribute.cs
System.ComponentModel/TypeConverterAttribute.cs
System.ComponentModel/TypeConverter.cs
System.ComponentModel/TypeDescriptor.cs
System.ComponentModel/WarningException.cs
System.ComponentModel/Win32Exception.cs
System.ComponentModel/InheritanceAttribute.cs
System.ComponentModel/InheritanceLevel.cs
System.ComponentModel/AmbientValueAttribute.cs
System.ComponentModel/ArrayConverter.cs
System.ComponentModel/BooleanConverter.cs
System.ComponentModel/ByteConverter.cs
System.ComponentModel/CharConverter.cs
System.ComponentModel/CollectionConverter.cs
System.ComponentModel/ComponentConverter.cs
System.ComponentModel/ComponentEditor.cs
System.ComponentModel/CultureInfoConverter.cs
System.ComponentModel/DateTimeConverter.cs
System.ComponentModel/DecimalConverter.cs
System.ComponentModel/DoubleConverter.cs
System.ComponentModel/GuidConverter.cs
System.ComponentModel/ImmutableObjectAttribute.cs
System.ComponentModel/InstallerTypeAttribute.cs
System.ComponentModel/Int16Converter.cs
System.ComponentModel/Int64Converter.cs
System.ComponentModel/License.cs
System.ComponentModel/LicenseException.cs
System.ComponentModel/LicenseManager.cs
System.ComponentModel/LicenseProviderAttribute.cs
System.ComponentModel/LicenseProvider.cs
System.ComponentModel/LicFileLicenseProvider.cs
System.ComponentModel/MergablePropertyAttribute.cs
System.ComponentModel/ParenthesizePropertyNameAttribute.cs
System.ComponentModel/PropertyTabAttribute.cs
System.ComponentModel/ProvidePropertyAttribute.cs
System.ComponentModel/ReferenceConverter.cs
System.ComponentModel/SByteConverter.cs
System.ComponentModel/SingleConverter.cs
System.ComponentModel/TimeSpanConverter.cs
System.ComponentModel/ToolboxItemFilterAttribute.cs
System.ComponentModel/ToolboxItemFilterType.cs
System.ComponentModel/TypeListConverter.cs
System.ComponentModel/UInt16Converter.cs
System.ComponentModel/UInt32Converter.cs
System.ComponentModel/UInt64Converter.cs
System.ComponentModel.Design/ActiveDesignerEventArgs.cs
System.ComponentModel.Design/ActiveDesignerEventHandler.cs
System.ComponentModel.Design/CheckoutException.cs
System.ComponentModel.Design/CommandID.cs
System.ComponentModel.Design/ComponentChangedEventArgs.cs
System.ComponentModel.Design/ComponentChangedEventHandler.cs
System.ComponentModel.Design/ComponentChangingEventArgs.cs
System.ComponentModel.Design/ComponentChangingEventHandler.cs
System.ComponentModel.Design/ComponentEventArgs.cs
System.ComponentModel.Design/ComponentEventHandler.cs
System.ComponentModel.Design/ComponentRenameEventArgs.cs
System.ComponentModel.Design/ComponentRenameEventHandler.cs
System.ComponentModel.Design/DesignerCollection.cs
System.ComponentModel.Design/DesignerEventArgs.cs
System.ComponentModel.Design/DesignerEventHandler.cs
System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs
System.ComponentModel.Design/DesignerTransactionCloseEventHandler.cs
System.ComponentModel.Design/DesignerTransaction.cs
System.ComponentModel.Design/DesignerVerbCollection.cs
System.ComponentModel.Design/DesignerVerb.cs
System.ComponentModel.Design/DesigntimeLicenseContext.cs
System.ComponentModel.Design/DesigntimeLicenseContextSerializer.cs
System.ComponentModel.Design/HelpContextType.cs
System.ComponentModel.Design/HelpKeywordType.cs
System.ComponentModel.Design/IComponentChangeService.cs
System.ComponentModel.Design/IDesigner.cs
System.ComponentModel.Design/IDesignerEventService.cs
System.ComponentModel.Design/IDesignerFilter.cs
System.ComponentModel.Design/IDesignerHost.cs
System.ComponentModel.Design/IDesignerOptionService.cs
System.ComponentModel.Design/IDictionaryService.cs
System.ComponentModel.Design/IEventBindingService.cs
System.ComponentModel.Design/IExtenderListService.cs
System.ComponentModel.Design/IExtenderProviderService.cs
System.ComponentModel.Design/IHelpService.cs
System.ComponentModel.Design/IInheritanceService.cs
System.ComponentModel.Design/IMenuCommandService.cs
System.ComponentModel.Design/IReferenceService.cs
System.ComponentModel.Design/IResourceService.cs
System.ComponentModel.Design/IRootDesigner.cs
System.ComponentModel.Design/ISelectionService.cs
System.ComponentModel.Design/IServiceContainer.cs
System.ComponentModel.Design/ITypeDescriptorFilterService.cs
System.ComponentModel.Design/ITypeResolutionService.cs
System.ComponentModel.Design/MenuCommand.cs
System.ComponentModel.Design/SelectionTypes.cs
System.ComponentModel.Design/ServiceContainer.cs
System.ComponentModel.Design/ServiceCreatorCallback.cs
System.ComponentModel.Design/StandardCommands.cs
System.ComponentModel.Design/StandardToolWindows.cs
System.ComponentModel.Design/ViewTechnology.cs
System.ComponentModel.Design.Serialization/ContextStack.cs
System.ComponentModel.Design.Serialization/IDesignerSerializationManager.cs   
System.ComponentModel.Design.Serialization/ResolveNameEventArgs.cs
System.ComponentModel.Design.Serialization/DesignerLoader.cs
System.ComponentModel.Design.Serialization/IDesignerSerializationProvider.cs
System.ComponentModel.Design.Serialization/ResolveNameEventHandler.cs
System.ComponentModel.Design.Serialization/DesignerSerializerAttribute.cs
System.ComponentModel.Design.Serialization/IDesignerSerializationService.cs
System.ComponentModel.Design.Serialization/RootDesignerSerializerAttribute.cs
System.ComponentModel.Design.Serialization/IDesignerLoaderHost.cs
System.ComponentModel.Design.Serialization/INameCreationService.cs
System.ComponentModel.Design.Serialization/IDesignerLoaderService.cs
System.ComponentModel.Design.Serialization/InstanceDescriptor.cs
System.Configuration/AppSettingsReader.cs
System.Configuration/ConfigHelper.cs
System.Configuration/ConfigurationException.cs
System.Configuration/ConfigurationSettings.cs
System.Configuration/ConfigXmlDocument.cs
System.Configuration/DictionarySectionHandler.cs
System.Configuration/IConfigurationSectionHandler.cs
System.Configuration/IConfigurationSystem.cs
System.Configuration/IConfigXmlNode.cs
System.Configuration/IgnoreSectionHandler.cs
System.Configuration/NameValueFileSectionHandler.cs
System.Configuration/NameValueSectionHandler.cs
System.Configuration/SingleTagSectionHandler.cs
System.Diagnostics/BooleanSwitch.cs
System.Diagnostics/CounterCreationDataCollection.cs
System.Diagnostics/CounterCreationData.cs
System.Diagnostics/CounterSampleCalculator.cs
System.Diagnostics/CounterSample.cs
System.Diagnostics/Debug.cs
System.Diagnostics/DefaultTraceListener.cs
System.Diagnostics/DiagnosticsConfigurationHandler.cs
System.Diagnostics/EntryWrittenEventArgs.cs
System.Diagnostics/EntryWrittenEventHandler.cs
System.Diagnostics/EventLog.cs
System.Diagnostics/EventLogEntryCollection.cs
System.Diagnostics/EventLogEntry.cs
System.Diagnostics/EventLogEntryType.cs
System.Diagnostics/EventLogInstaller.cs
System.Diagnostics/EventLogPermissionAccess.cs
System.Diagnostics/EventLogPermissionAttribute.cs
System.Diagnostics/EventLogPermission.cs
System.Diagnostics/EventLogPermissionEntryCollection.cs
System.Diagnostics/EventLogPermissionEntry.cs
System.Diagnostics/EventLogTraceListener.cs
System.Diagnostics/FileVersionInfo.cs
System.Diagnostics/ICollectData.cs
System.Diagnostics/InstanceDataCollectionCollection.cs
System.Diagnostics/InstanceDataCollection.cs
System.Diagnostics/InstanceData.cs
System.Diagnostics/MonitoringDescriptionAttribute.cs
System.Diagnostics/PerformanceCounterCategory.cs
System.Diagnostics/PerformanceCounter.cs
System.Diagnostics/PerformanceCounterInstaller.cs
System.Diagnostics/PerformanceCounterManager.cs
System.Diagnostics/PerformanceCounterPermissionAccess.cs
System.Diagnostics/PerformanceCounterPermissionAttribute.cs
System.Diagnostics/PerformanceCounterPermission.cs
System.Diagnostics/PerformanceCounterPermissionEntryCollection.cs
System.Diagnostics/PerformanceCounterPermissionEntry.cs
System.Diagnostics/PerformanceCounterType.cs
System.Diagnostics/Process.cs
System.Diagnostics/ProcessModuleCollection.cs
System.Diagnostics/ProcessModule.cs
System.Diagnostics/ProcessPriorityClass.cs
System.Diagnostics/ProcessStartInfo.cs
System.Diagnostics/ProcessThreadCollection.cs
System.Diagnostics/ProcessThread.cs
System.Diagnostics/ProcessWindowStyle.cs
System.Diagnostics/Switch.cs
System.Diagnostics/TextWriterTraceListener.cs
System.Diagnostics/ThreadPriorityLevel.cs
System.Diagnostics/ThreadState.cs
System.Diagnostics/ThreadWaitReason.cs
System.Diagnostics/Trace.cs
System.Diagnostics/TraceImpl.cs
System.Diagnostics/TraceLevel.cs
System.Diagnostics/TraceListenerCollection.cs
System.Diagnostics/TraceListener.cs
System.Diagnostics/TraceSwitch.cs
System.Globalization/Locale.cs
System.IO/ErrorEventArgs.cs
System.IO/ErrorEventHandler.cs
System.IO/FileSystemEventArgs.cs
System.IO/FileSystemEventHandler.cs
System.IO/FileSystemWatcher.cs
System.IO/InternalBufferOverflowException.cs
System.IO/IODescriptionAttribute.cs
System.IO/MonoIO.cs
System.IO/MonoIOError.cs
System.IO/NotifyFilters.cs
System.IO/RenamedEventArgs.cs
System.IO/RenamedEventHandler.cs
System.IO/WaitForChangedResult.cs
System.IO/WatcherChangeTypes.cs
System.Net/AuthenticationManager.cs
System.Net/Authorization.cs
System.Net/BasicClient.cs
System.Net/ChunkStream.cs
System.Net/ConnectionModes.cs
System.Net.Configuration/ConnectionManagementHandler.cs
System.Net.Configuration/DefaultProxyHandler.cs
System.Net.Configuration/NetAuthenticationModuleHandler.cs
System.Net.Configuration/WebRequestModuleHandler.cs
System.Net/CookieCollection.cs
System.Net/CookieContainer.cs
System.Net/Cookie.cs
System.Net/CookieException.cs
System.Net/CredentialCache.cs
System.Net/Dns.cs
System.Net/DnsPermissionAttribute.cs
System.Net/DnsPermission.cs
System.Net/EndPoint.cs
System.Net/EndpointPermission.cs
System.Net/FileWebRequest.cs
System.Net/FileWebRequestCreator.cs
System.Net/FileWebResponse.cs
System.Net/GlobalProxySelection.cs
System.Net/HttpContinueDelegate.cs
System.Net/HttpRequestCreator.cs
System.Net/HttpStatusCode.cs
System.Net/HttpVersion.cs
System.Net/HttpWebRequest.cs
System.Net/HttpWebResponse.cs
System.Net/IAuthenticationModule.cs
System.Net/ICertificatePolicy.cs
System.Net/ICredentialLookup.cs
System.Net/IPAddress.cs
System.Net/IPEndPoint.cs
System.Net/IPHostEntry.cs
System.Net/IPv6Address.cs
System.Net/IWebProxy.cs
System.Net/IWebRequestCreate.cs
System.Net/MonoHttpDate.cs
System.Net/NetworkAccess.cs
System.Net/NetworkCredential.cs
System.Net/ProtocolViolationException.cs
System.Net/ServicePoint.cs
System.Net/ServicePointManager.cs
System.Net/SocketAddress.cs
System.Net/SocketPermissionAttribute.cs
System.Net/SocketPermission.cs
System.Net.Sockets/AddressFamily.cs
System.Net.Sockets/LingerOption.cs
System.Net.Sockets/MulticastOption.cs
System.Net.Sockets/NetworkStream.cs
System.Net.Sockets/ProtocolFamily.cs
System.Net.Sockets/ProtocolType.cs
System.Net.Sockets/SelectMode.cs
System.Net.Sockets/Socket.cs
System.Net.Sockets/SocketException.cs
System.Net.Sockets/SocketFlags.cs
System.Net.Sockets/SocketOptionLevel.cs
System.Net.Sockets/SocketOptionName.cs
System.Net.Sockets/SocketShutdown.cs
System.Net.Sockets/SocketType.cs
System.Net.Sockets/TcpClient.cs
System.Net.Sockets/TcpListener.cs
System.Net.Sockets/UdpClient.cs
System.Net/TransportType.cs
System.Net/WebClient.cs
System.Net/WebAsyncResult.cs
System.Net/WebConnection.cs
System.Net/WebConnectionData.cs
System.Net/WebConnectionGroup.cs
System.Net/WebConnectionStream.cs
System.Net/WebException.cs
System.Net/WebExceptionStatus.cs
System.Net/WebHeaderCollection.cs
System.Net/WebPermission.cs
System.Net/WebPermissionAttribute.cs
System.Net/WebProxy.cs
System.Net/WebRequest.cs
System.Net/WebResponse.cs
System.Security.Cryptography.X509Certificates/X509CertificateCollection.cs
System.Security.Permissions/ResourcePermissionBase.cs
System.Security.Permissions/ResourcePermissionBaseEntry.cs
System.Text.RegularExpressions/arch.cs
System.Text.RegularExpressions/cache.cs
System.Text.RegularExpressions/category.cs
System.Text.RegularExpressions/collections.cs
System.Text.RegularExpressions/compiler.cs
System.Text.RegularExpressions/debug.cs
System.Text.RegularExpressions/interpreter.cs
System.Text.RegularExpressions/interval.cs
System.Text.RegularExpressions/match.cs
System.Text.RegularExpressions/parser.cs
System.Text.RegularExpressions/quicksearch.cs
System.Text.RegularExpressions/regex.cs
System.Text.RegularExpressions/RegexRunner.cs
System.Text.RegularExpressions/RegexRunnerFactory.cs
System.Text.RegularExpressions/replace.cs
System.Text.RegularExpressions/syntax.cs
System.Threading/ThreadExceptionEventArgs.cs
System.Threading/ThreadExceptionEventHandler.cs
System.Timers/ElapsedEventArgs.cs
System.Timers/ElapsedEventHandler.cs
System.Timers/Timer.cs
System.Timers/TimersDescriptionAttribute.cs
System/TODOAttribute.cs
System/UriBuilder.cs
System/Uri.cs
System/UriFormatException.cs
System/UriHostNameType.cs
System/UriPartial.cs