@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +38 -7
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -0
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +11 -3
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -15,6 +15,20 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
20
|
+
"clrName": "System.MulticastDelegate"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
25
|
+
"clrName": "System.ICloneable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
29
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
18
32
|
"methods": [
|
|
19
33
|
{
|
|
20
34
|
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void",
|
|
@@ -31,6 +45,7 @@
|
|
|
31
45
|
"isVirtual": true,
|
|
32
46
|
"isOverride": false,
|
|
33
47
|
"isSealed": false,
|
|
48
|
+
"visibility": "Public",
|
|
34
49
|
"declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
|
|
35
50
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
36
51
|
"isExtensionMethod": false
|
|
@@ -50,6 +65,7 @@
|
|
|
50
65
|
"isVirtual": true,
|
|
51
66
|
"isOverride": false,
|
|
52
67
|
"isSealed": false,
|
|
68
|
+
"visibility": "Public",
|
|
53
69
|
"declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
|
|
54
70
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
55
71
|
"isExtensionMethod": false
|
|
@@ -69,6 +85,7 @@
|
|
|
69
85
|
"isVirtual": true,
|
|
70
86
|
"isOverride": false,
|
|
71
87
|
"isSealed": false,
|
|
88
|
+
"visibility": "Public",
|
|
72
89
|
"declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
|
|
73
90
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
74
91
|
"isExtensionMethod": false
|
|
@@ -85,6 +102,7 @@
|
|
|
85
102
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
86
103
|
"isStatic": false,
|
|
87
104
|
"parameterCount": 2,
|
|
105
|
+
"visibility": "Public",
|
|
88
106
|
"declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
|
|
89
107
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
90
108
|
}
|
|
@@ -101,6 +119,20 @@
|
|
|
101
119
|
"isSealed": true,
|
|
102
120
|
"isStatic": false,
|
|
103
121
|
"arity": 0,
|
|
122
|
+
"baseType": {
|
|
123
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
124
|
+
"clrName": "System.MulticastDelegate"
|
|
125
|
+
},
|
|
126
|
+
"interfaces": [
|
|
127
|
+
{
|
|
128
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
129
|
+
"clrName": "System.ICloneable"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
133
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
104
136
|
"methods": [
|
|
105
137
|
{
|
|
106
138
|
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::Invoke(System.String):System.Void",
|
|
@@ -117,6 +149,7 @@
|
|
|
117
149
|
"isVirtual": true,
|
|
118
150
|
"isOverride": false,
|
|
119
151
|
"isSealed": false,
|
|
152
|
+
"visibility": "Public",
|
|
120
153
|
"declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
|
|
121
154
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
122
155
|
"isExtensionMethod": false
|
|
@@ -136,6 +169,7 @@
|
|
|
136
169
|
"isVirtual": true,
|
|
137
170
|
"isOverride": false,
|
|
138
171
|
"isSealed": false,
|
|
172
|
+
"visibility": "Public",
|
|
139
173
|
"declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
|
|
140
174
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
141
175
|
"isExtensionMethod": false
|
|
@@ -155,6 +189,7 @@
|
|
|
155
189
|
"isVirtual": true,
|
|
156
190
|
"isOverride": false,
|
|
157
191
|
"isSealed": false,
|
|
192
|
+
"visibility": "Public",
|
|
158
193
|
"declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
|
|
159
194
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
160
195
|
"isExtensionMethod": false
|
|
@@ -171,6 +206,7 @@
|
|
|
171
206
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
172
207
|
"isStatic": false,
|
|
173
208
|
"parameterCount": 2,
|
|
209
|
+
"visibility": "Public",
|
|
174
210
|
"declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
|
|
175
211
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
176
212
|
}
|
|
@@ -204,6 +240,7 @@
|
|
|
204
240
|
"isAbstract": true,
|
|
205
241
|
"isVirtual": true,
|
|
206
242
|
"isOverride": false,
|
|
243
|
+
"visibility": "Public",
|
|
207
244
|
"declaringClrType": "System.Configuration.Internal.IConfigErrorInfo",
|
|
208
245
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
209
246
|
},
|
|
@@ -222,6 +259,7 @@
|
|
|
222
259
|
"isAbstract": true,
|
|
223
260
|
"isVirtual": true,
|
|
224
261
|
"isOverride": false,
|
|
262
|
+
"visibility": "Public",
|
|
225
263
|
"declaringClrType": "System.Configuration.Internal.IConfigErrorInfo",
|
|
226
264
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
227
265
|
}
|
|
@@ -257,6 +295,7 @@
|
|
|
257
295
|
"isVirtual": true,
|
|
258
296
|
"isOverride": false,
|
|
259
297
|
"isSealed": false,
|
|
298
|
+
"visibility": "Public",
|
|
260
299
|
"declaringClrType": "System.Configuration.Internal.IConfigSystem",
|
|
261
300
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
262
301
|
"isExtensionMethod": false
|
|
@@ -278,6 +317,7 @@
|
|
|
278
317
|
"isAbstract": true,
|
|
279
318
|
"isVirtual": true,
|
|
280
319
|
"isOverride": false,
|
|
320
|
+
"visibility": "Public",
|
|
281
321
|
"declaringClrType": "System.Configuration.Internal.IConfigSystem",
|
|
282
322
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
283
323
|
},
|
|
@@ -296,6 +336,7 @@
|
|
|
296
336
|
"isAbstract": true,
|
|
297
337
|
"isVirtual": true,
|
|
298
338
|
"isOverride": false,
|
|
339
|
+
"visibility": "Public",
|
|
299
340
|
"declaringClrType": "System.Configuration.Internal.IConfigSystem",
|
|
300
341
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
301
342
|
}
|
|
@@ -331,6 +372,7 @@
|
|
|
331
372
|
"isVirtual": true,
|
|
332
373
|
"isOverride": false,
|
|
333
374
|
"isSealed": false,
|
|
375
|
+
"visibility": "Public",
|
|
334
376
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerHelper",
|
|
335
377
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
336
378
|
"isExtensionMethod": false
|
|
@@ -369,6 +411,7 @@
|
|
|
369
411
|
"isAbstract": true,
|
|
370
412
|
"isVirtual": true,
|
|
371
413
|
"isOverride": false,
|
|
414
|
+
"visibility": "Public",
|
|
372
415
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
373
416
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
374
417
|
},
|
|
@@ -387,6 +430,7 @@
|
|
|
387
430
|
"isAbstract": true,
|
|
388
431
|
"isVirtual": true,
|
|
389
432
|
"isOverride": false,
|
|
433
|
+
"visibility": "Public",
|
|
390
434
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
391
435
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
392
436
|
},
|
|
@@ -405,6 +449,7 @@
|
|
|
405
449
|
"isAbstract": true,
|
|
406
450
|
"isVirtual": true,
|
|
407
451
|
"isOverride": false,
|
|
452
|
+
"visibility": "Public",
|
|
408
453
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
409
454
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
410
455
|
},
|
|
@@ -423,6 +468,7 @@
|
|
|
423
468
|
"isAbstract": true,
|
|
424
469
|
"isVirtual": true,
|
|
425
470
|
"isOverride": false,
|
|
471
|
+
"visibility": "Public",
|
|
426
472
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
427
473
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
428
474
|
},
|
|
@@ -441,6 +487,7 @@
|
|
|
441
487
|
"isAbstract": true,
|
|
442
488
|
"isVirtual": true,
|
|
443
489
|
"isOverride": false,
|
|
490
|
+
"visibility": "Public",
|
|
444
491
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
445
492
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
446
493
|
},
|
|
@@ -459,6 +506,7 @@
|
|
|
459
506
|
"isAbstract": true,
|
|
460
507
|
"isVirtual": true,
|
|
461
508
|
"isOverride": false,
|
|
509
|
+
"visibility": "Public",
|
|
462
510
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
463
511
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
464
512
|
},
|
|
@@ -477,6 +525,7 @@
|
|
|
477
525
|
"isAbstract": true,
|
|
478
526
|
"isVirtual": true,
|
|
479
527
|
"isOverride": false,
|
|
528
|
+
"visibility": "Public",
|
|
480
529
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
481
530
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
482
531
|
},
|
|
@@ -495,6 +544,7 @@
|
|
|
495
544
|
"isAbstract": true,
|
|
496
545
|
"isVirtual": true,
|
|
497
546
|
"isOverride": false,
|
|
547
|
+
"visibility": "Public",
|
|
498
548
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
499
549
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
500
550
|
},
|
|
@@ -513,6 +563,7 @@
|
|
|
513
563
|
"isAbstract": true,
|
|
514
564
|
"isVirtual": true,
|
|
515
565
|
"isOverride": false,
|
|
566
|
+
"visibility": "Public",
|
|
516
567
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
517
568
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
518
569
|
},
|
|
@@ -531,6 +582,7 @@
|
|
|
531
582
|
"isAbstract": true,
|
|
532
583
|
"isVirtual": true,
|
|
533
584
|
"isOverride": false,
|
|
585
|
+
"visibility": "Public",
|
|
534
586
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
535
587
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
536
588
|
},
|
|
@@ -549,6 +601,7 @@
|
|
|
549
601
|
"isAbstract": true,
|
|
550
602
|
"isVirtual": true,
|
|
551
603
|
"isOverride": false,
|
|
604
|
+
"visibility": "Public",
|
|
552
605
|
"declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
|
|
553
606
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
554
607
|
}
|
|
@@ -584,6 +637,7 @@
|
|
|
584
637
|
"isVirtual": true,
|
|
585
638
|
"isOverride": false,
|
|
586
639
|
"isSealed": false,
|
|
640
|
+
"visibility": "Public",
|
|
587
641
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigClientHost",
|
|
588
642
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
589
643
|
"isExtensionMethod": false
|
|
@@ -603,6 +657,7 @@
|
|
|
603
657
|
"isVirtual": true,
|
|
604
658
|
"isOverride": false,
|
|
605
659
|
"isSealed": false,
|
|
660
|
+
"visibility": "Public",
|
|
606
661
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigClientHost",
|
|
607
662
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
608
663
|
"isExtensionMethod": false
|
|
@@ -640,6 +695,7 @@
|
|
|
640
695
|
"isVirtual": true,
|
|
641
696
|
"isOverride": false,
|
|
642
697
|
"isSealed": false,
|
|
698
|
+
"visibility": "Public",
|
|
643
699
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
|
|
644
700
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
645
701
|
"isExtensionMethod": false
|
|
@@ -659,6 +715,7 @@
|
|
|
659
715
|
"isVirtual": true,
|
|
660
716
|
"isOverride": false,
|
|
661
717
|
"isSealed": false,
|
|
718
|
+
"visibility": "Public",
|
|
662
719
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
|
|
663
720
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
664
721
|
"isExtensionMethod": false
|
|
@@ -696,6 +753,7 @@
|
|
|
696
753
|
"isVirtual": true,
|
|
697
754
|
"isOverride": false,
|
|
698
755
|
"isSealed": false,
|
|
756
|
+
"visibility": "Public",
|
|
699
757
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
700
758
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
701
759
|
"isExtensionMethod": false
|
|
@@ -715,6 +773,7 @@
|
|
|
715
773
|
"isVirtual": true,
|
|
716
774
|
"isOverride": false,
|
|
717
775
|
"isSealed": false,
|
|
776
|
+
"visibility": "Public",
|
|
718
777
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
719
778
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
720
779
|
"isExtensionMethod": false,
|
|
@@ -748,6 +807,7 @@
|
|
|
748
807
|
"isVirtual": true,
|
|
749
808
|
"isOverride": false,
|
|
750
809
|
"isSealed": false,
|
|
810
|
+
"visibility": "Public",
|
|
751
811
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
752
812
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
753
813
|
"isExtensionMethod": false
|
|
@@ -767,6 +827,7 @@
|
|
|
767
827
|
"isVirtual": true,
|
|
768
828
|
"isOverride": false,
|
|
769
829
|
"isSealed": false,
|
|
830
|
+
"visibility": "Public",
|
|
770
831
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
771
832
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
772
833
|
"isExtensionMethod": false
|
|
@@ -786,6 +847,7 @@
|
|
|
786
847
|
"isVirtual": true,
|
|
787
848
|
"isOverride": false,
|
|
788
849
|
"isSealed": false,
|
|
850
|
+
"visibility": "Public",
|
|
789
851
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
790
852
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
791
853
|
"isExtensionMethod": false
|
|
@@ -805,6 +867,7 @@
|
|
|
805
867
|
"isVirtual": true,
|
|
806
868
|
"isOverride": false,
|
|
807
869
|
"isSealed": false,
|
|
870
|
+
"visibility": "Public",
|
|
808
871
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
809
872
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
810
873
|
"isExtensionMethod": false
|
|
@@ -824,6 +887,7 @@
|
|
|
824
887
|
"isVirtual": true,
|
|
825
888
|
"isOverride": false,
|
|
826
889
|
"isSealed": false,
|
|
890
|
+
"visibility": "Public",
|
|
827
891
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
828
892
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
829
893
|
"isExtensionMethod": false
|
|
@@ -843,6 +907,7 @@
|
|
|
843
907
|
"isVirtual": true,
|
|
844
908
|
"isOverride": false,
|
|
845
909
|
"isSealed": false,
|
|
910
|
+
"visibility": "Public",
|
|
846
911
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
847
912
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
848
913
|
"isExtensionMethod": false
|
|
@@ -862,6 +927,7 @@
|
|
|
862
927
|
"isVirtual": true,
|
|
863
928
|
"isOverride": false,
|
|
864
929
|
"isSealed": false,
|
|
930
|
+
"visibility": "Public",
|
|
865
931
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
866
932
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
867
933
|
"isExtensionMethod": false
|
|
@@ -881,6 +947,7 @@
|
|
|
881
947
|
"isVirtual": true,
|
|
882
948
|
"isOverride": false,
|
|
883
949
|
"isSealed": false,
|
|
950
|
+
"visibility": "Public",
|
|
884
951
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
885
952
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
886
953
|
"isExtensionMethod": false
|
|
@@ -900,6 +967,7 @@
|
|
|
900
967
|
"isVirtual": true,
|
|
901
968
|
"isOverride": false,
|
|
902
969
|
"isSealed": false,
|
|
970
|
+
"visibility": "Public",
|
|
903
971
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
904
972
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
905
973
|
"isExtensionMethod": false,
|
|
@@ -925,6 +993,7 @@
|
|
|
925
993
|
"isVirtual": true,
|
|
926
994
|
"isOverride": false,
|
|
927
995
|
"isSealed": false,
|
|
996
|
+
"visibility": "Public",
|
|
928
997
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
929
998
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
930
999
|
"isExtensionMethod": false,
|
|
@@ -950,6 +1019,7 @@
|
|
|
950
1019
|
"isVirtual": true,
|
|
951
1020
|
"isOverride": false,
|
|
952
1021
|
"isSealed": false,
|
|
1022
|
+
"visibility": "Public",
|
|
953
1023
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
954
1024
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
955
1025
|
"isExtensionMethod": false
|
|
@@ -969,6 +1039,7 @@
|
|
|
969
1039
|
"isVirtual": true,
|
|
970
1040
|
"isOverride": false,
|
|
971
1041
|
"isSealed": false,
|
|
1042
|
+
"visibility": "Public",
|
|
972
1043
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
973
1044
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
974
1045
|
"isExtensionMethod": false
|
|
@@ -988,6 +1059,7 @@
|
|
|
988
1059
|
"isVirtual": true,
|
|
989
1060
|
"isOverride": false,
|
|
990
1061
|
"isSealed": false,
|
|
1062
|
+
"visibility": "Public",
|
|
991
1063
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
992
1064
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
993
1065
|
"isExtensionMethod": false
|
|
@@ -1007,6 +1079,7 @@
|
|
|
1007
1079
|
"isVirtual": true,
|
|
1008
1080
|
"isOverride": false,
|
|
1009
1081
|
"isSealed": false,
|
|
1082
|
+
"visibility": "Public",
|
|
1010
1083
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1011
1084
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1012
1085
|
"isExtensionMethod": false
|
|
@@ -1026,6 +1099,7 @@
|
|
|
1026
1099
|
"isVirtual": true,
|
|
1027
1100
|
"isOverride": false,
|
|
1028
1101
|
"isSealed": false,
|
|
1102
|
+
"visibility": "Public",
|
|
1029
1103
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1030
1104
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1031
1105
|
"isExtensionMethod": false
|
|
@@ -1045,6 +1119,7 @@
|
|
|
1045
1119
|
"isVirtual": true,
|
|
1046
1120
|
"isOverride": false,
|
|
1047
1121
|
"isSealed": false,
|
|
1122
|
+
"visibility": "Public",
|
|
1048
1123
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1049
1124
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1050
1125
|
"isExtensionMethod": false
|
|
@@ -1064,6 +1139,7 @@
|
|
|
1064
1139
|
"isVirtual": true,
|
|
1065
1140
|
"isOverride": false,
|
|
1066
1141
|
"isSealed": false,
|
|
1142
|
+
"visibility": "Public",
|
|
1067
1143
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1068
1144
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1069
1145
|
"isExtensionMethod": false
|
|
@@ -1083,6 +1159,7 @@
|
|
|
1083
1159
|
"isVirtual": true,
|
|
1084
1160
|
"isOverride": false,
|
|
1085
1161
|
"isSealed": false,
|
|
1162
|
+
"visibility": "Public",
|
|
1086
1163
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1087
1164
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1088
1165
|
"isExtensionMethod": false
|
|
@@ -1102,6 +1179,7 @@
|
|
|
1102
1179
|
"isVirtual": true,
|
|
1103
1180
|
"isOverride": false,
|
|
1104
1181
|
"isSealed": false,
|
|
1182
|
+
"visibility": "Public",
|
|
1105
1183
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1106
1184
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1107
1185
|
"isExtensionMethod": false
|
|
@@ -1121,6 +1199,7 @@
|
|
|
1121
1199
|
"isVirtual": true,
|
|
1122
1200
|
"isOverride": false,
|
|
1123
1201
|
"isSealed": false,
|
|
1202
|
+
"visibility": "Public",
|
|
1124
1203
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1125
1204
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1126
1205
|
"isExtensionMethod": false
|
|
@@ -1140,6 +1219,7 @@
|
|
|
1140
1219
|
"isVirtual": true,
|
|
1141
1220
|
"isOverride": false,
|
|
1142
1221
|
"isSealed": false,
|
|
1222
|
+
"visibility": "Public",
|
|
1143
1223
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1144
1224
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1145
1225
|
"isExtensionMethod": false
|
|
@@ -1159,6 +1239,7 @@
|
|
|
1159
1239
|
"isVirtual": true,
|
|
1160
1240
|
"isOverride": false,
|
|
1161
1241
|
"isSealed": false,
|
|
1242
|
+
"visibility": "Public",
|
|
1162
1243
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1163
1244
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1164
1245
|
"isExtensionMethod": false
|
|
@@ -1178,6 +1259,7 @@
|
|
|
1178
1259
|
"isVirtual": true,
|
|
1179
1260
|
"isOverride": false,
|
|
1180
1261
|
"isSealed": false,
|
|
1262
|
+
"visibility": "Public",
|
|
1181
1263
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1182
1264
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1183
1265
|
"isExtensionMethod": false
|
|
@@ -1197,6 +1279,7 @@
|
|
|
1197
1279
|
"isVirtual": true,
|
|
1198
1280
|
"isOverride": false,
|
|
1199
1281
|
"isSealed": false,
|
|
1282
|
+
"visibility": "Public",
|
|
1200
1283
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1201
1284
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1202
1285
|
"isExtensionMethod": false,
|
|
@@ -1228,6 +1311,7 @@
|
|
|
1228
1311
|
"isAbstract": true,
|
|
1229
1312
|
"isVirtual": true,
|
|
1230
1313
|
"isOverride": false,
|
|
1314
|
+
"visibility": "Public",
|
|
1231
1315
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1232
1316
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1233
1317
|
},
|
|
@@ -1246,6 +1330,7 @@
|
|
|
1246
1330
|
"isAbstract": true,
|
|
1247
1331
|
"isVirtual": true,
|
|
1248
1332
|
"isOverride": false,
|
|
1333
|
+
"visibility": "Public",
|
|
1249
1334
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1250
1335
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1251
1336
|
},
|
|
@@ -1264,6 +1349,7 @@
|
|
|
1264
1349
|
"isAbstract": true,
|
|
1265
1350
|
"isVirtual": true,
|
|
1266
1351
|
"isOverride": false,
|
|
1352
|
+
"visibility": "Public",
|
|
1267
1353
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1268
1354
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1269
1355
|
},
|
|
@@ -1282,6 +1368,7 @@
|
|
|
1282
1368
|
"isAbstract": true,
|
|
1283
1369
|
"isVirtual": true,
|
|
1284
1370
|
"isOverride": false,
|
|
1371
|
+
"visibility": "Public",
|
|
1285
1372
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1286
1373
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1287
1374
|
},
|
|
@@ -1300,6 +1387,7 @@
|
|
|
1300
1387
|
"isAbstract": true,
|
|
1301
1388
|
"isVirtual": true,
|
|
1302
1389
|
"isOverride": false,
|
|
1390
|
+
"visibility": "Public",
|
|
1303
1391
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
|
|
1304
1392
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1305
1393
|
}
|
|
@@ -1335,6 +1423,7 @@
|
|
|
1335
1423
|
"isVirtual": true,
|
|
1336
1424
|
"isOverride": false,
|
|
1337
1425
|
"isSealed": false,
|
|
1426
|
+
"visibility": "Public",
|
|
1338
1427
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
|
|
1339
1428
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1340
1429
|
"isExtensionMethod": false
|
|
@@ -1354,6 +1443,7 @@
|
|
|
1354
1443
|
"isVirtual": true,
|
|
1355
1444
|
"isOverride": false,
|
|
1356
1445
|
"isSealed": false,
|
|
1446
|
+
"visibility": "Public",
|
|
1357
1447
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
|
|
1358
1448
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1359
1449
|
"isExtensionMethod": false
|
|
@@ -1373,6 +1463,7 @@
|
|
|
1373
1463
|
"isVirtual": true,
|
|
1374
1464
|
"isOverride": false,
|
|
1375
1465
|
"isSealed": false,
|
|
1466
|
+
"visibility": "Public",
|
|
1376
1467
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
|
|
1377
1468
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1378
1469
|
"isExtensionMethod": false
|
|
@@ -1394,6 +1485,7 @@
|
|
|
1394
1485
|
"isAbstract": true,
|
|
1395
1486
|
"isVirtual": true,
|
|
1396
1487
|
"isOverride": false,
|
|
1488
|
+
"visibility": "Public",
|
|
1397
1489
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
|
|
1398
1490
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1399
1491
|
},
|
|
@@ -1412,6 +1504,7 @@
|
|
|
1412
1504
|
"isAbstract": true,
|
|
1413
1505
|
"isVirtual": true,
|
|
1414
1506
|
"isOverride": false,
|
|
1507
|
+
"visibility": "Public",
|
|
1415
1508
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
|
|
1416
1509
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1417
1510
|
},
|
|
@@ -1430,6 +1523,7 @@
|
|
|
1430
1523
|
"isAbstract": true,
|
|
1431
1524
|
"isVirtual": true,
|
|
1432
1525
|
"isOverride": false,
|
|
1526
|
+
"visibility": "Public",
|
|
1433
1527
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
|
|
1434
1528
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1435
1529
|
}
|
|
@@ -1465,6 +1559,7 @@
|
|
|
1465
1559
|
"isVirtual": true,
|
|
1466
1560
|
"isOverride": false,
|
|
1467
1561
|
"isSealed": false,
|
|
1562
|
+
"visibility": "Public",
|
|
1468
1563
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
|
|
1469
1564
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1470
1565
|
"isExtensionMethod": false
|
|
@@ -1484,6 +1579,7 @@
|
|
|
1484
1579
|
"isVirtual": true,
|
|
1485
1580
|
"isOverride": false,
|
|
1486
1581
|
"isSealed": false,
|
|
1582
|
+
"visibility": "Public",
|
|
1487
1583
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
|
|
1488
1584
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1489
1585
|
"isExtensionMethod": false
|
|
@@ -1503,6 +1599,7 @@
|
|
|
1503
1599
|
"isVirtual": true,
|
|
1504
1600
|
"isOverride": false,
|
|
1505
1601
|
"isSealed": false,
|
|
1602
|
+
"visibility": "Public",
|
|
1506
1603
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
|
|
1507
1604
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1508
1605
|
"isExtensionMethod": false
|
|
@@ -1522,6 +1619,7 @@
|
|
|
1522
1619
|
"isVirtual": true,
|
|
1523
1620
|
"isOverride": false,
|
|
1524
1621
|
"isSealed": false,
|
|
1622
|
+
"visibility": "Public",
|
|
1525
1623
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
|
|
1526
1624
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1527
1625
|
"isExtensionMethod": false
|
|
@@ -1541,6 +1639,7 @@
|
|
|
1541
1639
|
"isVirtual": true,
|
|
1542
1640
|
"isOverride": false,
|
|
1543
1641
|
"isSealed": false,
|
|
1642
|
+
"visibility": "Public",
|
|
1544
1643
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
|
|
1545
1644
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1546
1645
|
"isExtensionMethod": false
|
|
@@ -1562,6 +1661,7 @@
|
|
|
1562
1661
|
"isAbstract": true,
|
|
1563
1662
|
"isVirtual": true,
|
|
1564
1663
|
"isOverride": false,
|
|
1664
|
+
"visibility": "Public",
|
|
1565
1665
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
|
|
1566
1666
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1567
1667
|
}
|
|
@@ -1574,6 +1674,7 @@
|
|
|
1574
1674
|
"metadataToken": 335544325,
|
|
1575
1675
|
"normalizedSignature": "ConfigChanged|System.Configuration.Internal.InternalConfigEventHandler|static=false",
|
|
1576
1676
|
"isStatic": false,
|
|
1677
|
+
"visibility": "Public",
|
|
1577
1678
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
|
|
1578
1679
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1579
1680
|
}
|
|
@@ -1607,6 +1708,7 @@
|
|
|
1607
1708
|
"isVirtual": true,
|
|
1608
1709
|
"isOverride": false,
|
|
1609
1710
|
"isSealed": false,
|
|
1711
|
+
"visibility": "Public",
|
|
1610
1712
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigSettingsFactory",
|
|
1611
1713
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1612
1714
|
"isExtensionMethod": false
|
|
@@ -1626,6 +1728,7 @@
|
|
|
1626
1728
|
"isVirtual": true,
|
|
1627
1729
|
"isOverride": false,
|
|
1628
1730
|
"isSealed": false,
|
|
1731
|
+
"visibility": "Public",
|
|
1629
1732
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigSettingsFactory",
|
|
1630
1733
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1631
1734
|
"isExtensionMethod": false
|
|
@@ -1663,6 +1766,7 @@
|
|
|
1663
1766
|
"isVirtual": true,
|
|
1664
1767
|
"isOverride": false,
|
|
1665
1768
|
"isSealed": false,
|
|
1769
|
+
"visibility": "Public",
|
|
1666
1770
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
|
|
1667
1771
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1668
1772
|
"isExtensionMethod": false
|
|
@@ -1682,6 +1786,7 @@
|
|
|
1682
1786
|
"isVirtual": true,
|
|
1683
1787
|
"isOverride": false,
|
|
1684
1788
|
"isSealed": false,
|
|
1789
|
+
"visibility": "Public",
|
|
1685
1790
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
|
|
1686
1791
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1687
1792
|
"isExtensionMethod": false
|
|
@@ -1703,6 +1808,7 @@
|
|
|
1703
1808
|
"isAbstract": true,
|
|
1704
1809
|
"isVirtual": true,
|
|
1705
1810
|
"isOverride": false,
|
|
1811
|
+
"visibility": "Public",
|
|
1706
1812
|
"declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
|
|
1707
1813
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
1708
1814
|
}
|
|
@@ -1722,6 +1828,10 @@
|
|
|
1722
1828
|
"isSealed": false,
|
|
1723
1829
|
"isStatic": false,
|
|
1724
1830
|
"arity": 0,
|
|
1831
|
+
"baseType": {
|
|
1832
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1833
|
+
"clrName": "System.Object"
|
|
1834
|
+
},
|
|
1725
1835
|
"methods": [
|
|
1726
1836
|
{
|
|
1727
1837
|
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
|
|
@@ -1738,6 +1848,7 @@
|
|
|
1738
1848
|
"isVirtual": true,
|
|
1739
1849
|
"isOverride": false,
|
|
1740
1850
|
"isSealed": false,
|
|
1851
|
+
"visibility": "Public",
|
|
1741
1852
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1742
1853
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1743
1854
|
"isExtensionMethod": false
|
|
@@ -1757,6 +1868,7 @@
|
|
|
1757
1868
|
"isVirtual": true,
|
|
1758
1869
|
"isOverride": false,
|
|
1759
1870
|
"isSealed": false,
|
|
1871
|
+
"visibility": "Public",
|
|
1760
1872
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1761
1873
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1762
1874
|
"isExtensionMethod": false,
|
|
@@ -1790,6 +1902,7 @@
|
|
|
1790
1902
|
"isVirtual": true,
|
|
1791
1903
|
"isOverride": false,
|
|
1792
1904
|
"isSealed": false,
|
|
1905
|
+
"visibility": "Public",
|
|
1793
1906
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1794
1907
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1795
1908
|
"isExtensionMethod": false
|
|
@@ -1809,6 +1922,7 @@
|
|
|
1809
1922
|
"isVirtual": true,
|
|
1810
1923
|
"isOverride": false,
|
|
1811
1924
|
"isSealed": false,
|
|
1925
|
+
"visibility": "Public",
|
|
1812
1926
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1813
1927
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1814
1928
|
"isExtensionMethod": false
|
|
@@ -1828,6 +1942,7 @@
|
|
|
1828
1942
|
"isVirtual": true,
|
|
1829
1943
|
"isOverride": false,
|
|
1830
1944
|
"isSealed": false,
|
|
1945
|
+
"visibility": "Public",
|
|
1831
1946
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1832
1947
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1833
1948
|
"isExtensionMethod": false
|
|
@@ -1847,6 +1962,7 @@
|
|
|
1847
1962
|
"isVirtual": true,
|
|
1848
1963
|
"isOverride": false,
|
|
1849
1964
|
"isSealed": false,
|
|
1965
|
+
"visibility": "Public",
|
|
1850
1966
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1851
1967
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1852
1968
|
"isExtensionMethod": false
|
|
@@ -1866,6 +1982,7 @@
|
|
|
1866
1982
|
"isVirtual": true,
|
|
1867
1983
|
"isOverride": false,
|
|
1868
1984
|
"isSealed": false,
|
|
1985
|
+
"visibility": "Public",
|
|
1869
1986
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1870
1987
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1871
1988
|
"isExtensionMethod": false
|
|
@@ -1885,6 +2002,7 @@
|
|
|
1885
2002
|
"isVirtual": true,
|
|
1886
2003
|
"isOverride": false,
|
|
1887
2004
|
"isSealed": false,
|
|
2005
|
+
"visibility": "Public",
|
|
1888
2006
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1889
2007
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1890
2008
|
"isExtensionMethod": false
|
|
@@ -1904,6 +2022,7 @@
|
|
|
1904
2022
|
"isVirtual": true,
|
|
1905
2023
|
"isOverride": false,
|
|
1906
2024
|
"isSealed": false,
|
|
2025
|
+
"visibility": "Public",
|
|
1907
2026
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1908
2027
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1909
2028
|
"isExtensionMethod": false
|
|
@@ -1923,6 +2042,7 @@
|
|
|
1923
2042
|
"isVirtual": true,
|
|
1924
2043
|
"isOverride": false,
|
|
1925
2044
|
"isSealed": false,
|
|
2045
|
+
"visibility": "Public",
|
|
1926
2046
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1927
2047
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1928
2048
|
"isExtensionMethod": false
|
|
@@ -1942,6 +2062,7 @@
|
|
|
1942
2062
|
"isVirtual": true,
|
|
1943
2063
|
"isOverride": false,
|
|
1944
2064
|
"isSealed": false,
|
|
2065
|
+
"visibility": "Public",
|
|
1945
2066
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1946
2067
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1947
2068
|
"isExtensionMethod": false
|
|
@@ -1961,6 +2082,7 @@
|
|
|
1961
2082
|
"isVirtual": true,
|
|
1962
2083
|
"isOverride": false,
|
|
1963
2084
|
"isSealed": false,
|
|
2085
|
+
"visibility": "Public",
|
|
1964
2086
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1965
2087
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1966
2088
|
"isExtensionMethod": false,
|
|
@@ -1986,6 +2108,7 @@
|
|
|
1986
2108
|
"isVirtual": true,
|
|
1987
2109
|
"isOverride": false,
|
|
1988
2110
|
"isSealed": false,
|
|
2111
|
+
"visibility": "Public",
|
|
1989
2112
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
1990
2113
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
1991
2114
|
"isExtensionMethod": false,
|
|
@@ -2011,6 +2134,7 @@
|
|
|
2011
2134
|
"isVirtual": true,
|
|
2012
2135
|
"isOverride": false,
|
|
2013
2136
|
"isSealed": false,
|
|
2137
|
+
"visibility": "Public",
|
|
2014
2138
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2015
2139
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2016
2140
|
"isExtensionMethod": false
|
|
@@ -2030,6 +2154,7 @@
|
|
|
2030
2154
|
"isVirtual": true,
|
|
2031
2155
|
"isOverride": false,
|
|
2032
2156
|
"isSealed": false,
|
|
2157
|
+
"visibility": "Public",
|
|
2033
2158
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2034
2159
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2035
2160
|
"isExtensionMethod": false
|
|
@@ -2049,6 +2174,7 @@
|
|
|
2049
2174
|
"isVirtual": true,
|
|
2050
2175
|
"isOverride": false,
|
|
2051
2176
|
"isSealed": false,
|
|
2177
|
+
"visibility": "Public",
|
|
2052
2178
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2053
2179
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2054
2180
|
"isExtensionMethod": false
|
|
@@ -2068,6 +2194,7 @@
|
|
|
2068
2194
|
"isVirtual": true,
|
|
2069
2195
|
"isOverride": false,
|
|
2070
2196
|
"isSealed": false,
|
|
2197
|
+
"visibility": "Public",
|
|
2071
2198
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2072
2199
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2073
2200
|
"isExtensionMethod": false
|
|
@@ -2087,6 +2214,7 @@
|
|
|
2087
2214
|
"isVirtual": true,
|
|
2088
2215
|
"isOverride": false,
|
|
2089
2216
|
"isSealed": false,
|
|
2217
|
+
"visibility": "Public",
|
|
2090
2218
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2091
2219
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2092
2220
|
"isExtensionMethod": false
|
|
@@ -2106,6 +2234,7 @@
|
|
|
2106
2234
|
"isVirtual": true,
|
|
2107
2235
|
"isOverride": false,
|
|
2108
2236
|
"isSealed": false,
|
|
2237
|
+
"visibility": "Public",
|
|
2109
2238
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2110
2239
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2111
2240
|
"isExtensionMethod": false
|
|
@@ -2125,6 +2254,7 @@
|
|
|
2125
2254
|
"isVirtual": true,
|
|
2126
2255
|
"isOverride": false,
|
|
2127
2256
|
"isSealed": false,
|
|
2257
|
+
"visibility": "Public",
|
|
2128
2258
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2129
2259
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2130
2260
|
"isExtensionMethod": false
|
|
@@ -2144,6 +2274,7 @@
|
|
|
2144
2274
|
"isVirtual": true,
|
|
2145
2275
|
"isOverride": false,
|
|
2146
2276
|
"isSealed": false,
|
|
2277
|
+
"visibility": "Public",
|
|
2147
2278
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2148
2279
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2149
2280
|
"isExtensionMethod": false
|
|
@@ -2163,6 +2294,7 @@
|
|
|
2163
2294
|
"isVirtual": true,
|
|
2164
2295
|
"isOverride": false,
|
|
2165
2296
|
"isSealed": false,
|
|
2297
|
+
"visibility": "Public",
|
|
2166
2298
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2167
2299
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2168
2300
|
"isExtensionMethod": false
|
|
@@ -2182,6 +2314,7 @@
|
|
|
2182
2314
|
"isVirtual": true,
|
|
2183
2315
|
"isOverride": false,
|
|
2184
2316
|
"isSealed": false,
|
|
2317
|
+
"visibility": "Public",
|
|
2185
2318
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2186
2319
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2187
2320
|
"isExtensionMethod": false
|
|
@@ -2201,6 +2334,7 @@
|
|
|
2201
2334
|
"isVirtual": true,
|
|
2202
2335
|
"isOverride": false,
|
|
2203
2336
|
"isSealed": false,
|
|
2337
|
+
"visibility": "Public",
|
|
2204
2338
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2205
2339
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2206
2340
|
"isExtensionMethod": false
|
|
@@ -2220,6 +2354,7 @@
|
|
|
2220
2354
|
"isVirtual": true,
|
|
2221
2355
|
"isOverride": false,
|
|
2222
2356
|
"isSealed": false,
|
|
2357
|
+
"visibility": "Public",
|
|
2223
2358
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2224
2359
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2225
2360
|
"isExtensionMethod": false
|
|
@@ -2239,6 +2374,7 @@
|
|
|
2239
2374
|
"isVirtual": true,
|
|
2240
2375
|
"isOverride": false,
|
|
2241
2376
|
"isSealed": false,
|
|
2377
|
+
"visibility": "Public",
|
|
2242
2378
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2243
2379
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2244
2380
|
"isExtensionMethod": false
|
|
@@ -2258,6 +2394,7 @@
|
|
|
2258
2394
|
"isVirtual": true,
|
|
2259
2395
|
"isOverride": false,
|
|
2260
2396
|
"isSealed": false,
|
|
2397
|
+
"visibility": "Public",
|
|
2261
2398
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2262
2399
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2263
2400
|
"isExtensionMethod": false
|
|
@@ -2277,6 +2414,7 @@
|
|
|
2277
2414
|
"isVirtual": true,
|
|
2278
2415
|
"isOverride": false,
|
|
2279
2416
|
"isSealed": false,
|
|
2417
|
+
"visibility": "Public",
|
|
2280
2418
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2281
2419
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2282
2420
|
"isExtensionMethod": false
|
|
@@ -2296,6 +2434,7 @@
|
|
|
2296
2434
|
"isVirtual": true,
|
|
2297
2435
|
"isOverride": false,
|
|
2298
2436
|
"isSealed": false,
|
|
2437
|
+
"visibility": "Public",
|
|
2299
2438
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2300
2439
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2301
2440
|
"isExtensionMethod": false
|
|
@@ -2315,6 +2454,7 @@
|
|
|
2315
2454
|
"isVirtual": true,
|
|
2316
2455
|
"isOverride": false,
|
|
2317
2456
|
"isSealed": false,
|
|
2457
|
+
"visibility": "Public",
|
|
2318
2458
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2319
2459
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2320
2460
|
"isExtensionMethod": false
|
|
@@ -2334,6 +2474,7 @@
|
|
|
2334
2474
|
"isVirtual": true,
|
|
2335
2475
|
"isOverride": false,
|
|
2336
2476
|
"isSealed": false,
|
|
2477
|
+
"visibility": "Public",
|
|
2337
2478
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2338
2479
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2339
2480
|
"isExtensionMethod": false
|
|
@@ -2353,6 +2494,7 @@
|
|
|
2353
2494
|
"isVirtual": true,
|
|
2354
2495
|
"isOverride": false,
|
|
2355
2496
|
"isSealed": false,
|
|
2497
|
+
"visibility": "Public",
|
|
2356
2498
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2357
2499
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2358
2500
|
"isExtensionMethod": false
|
|
@@ -2372,6 +2514,7 @@
|
|
|
2372
2514
|
"isVirtual": true,
|
|
2373
2515
|
"isOverride": false,
|
|
2374
2516
|
"isSealed": false,
|
|
2517
|
+
"visibility": "Public",
|
|
2375
2518
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2376
2519
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2377
2520
|
"isExtensionMethod": false
|
|
@@ -2391,6 +2534,7 @@
|
|
|
2391
2534
|
"isVirtual": true,
|
|
2392
2535
|
"isOverride": false,
|
|
2393
2536
|
"isSealed": false,
|
|
2537
|
+
"visibility": "Public",
|
|
2394
2538
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2395
2539
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2396
2540
|
"isExtensionMethod": false
|
|
@@ -2410,6 +2554,7 @@
|
|
|
2410
2554
|
"isVirtual": true,
|
|
2411
2555
|
"isOverride": false,
|
|
2412
2556
|
"isSealed": false,
|
|
2557
|
+
"visibility": "Public",
|
|
2413
2558
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2414
2559
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2415
2560
|
"isExtensionMethod": false
|
|
@@ -2429,6 +2574,7 @@
|
|
|
2429
2574
|
"isVirtual": true,
|
|
2430
2575
|
"isOverride": false,
|
|
2431
2576
|
"isSealed": false,
|
|
2577
|
+
"visibility": "Public",
|
|
2432
2578
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2433
2579
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2434
2580
|
"isExtensionMethod": false
|
|
@@ -2448,6 +2594,7 @@
|
|
|
2448
2594
|
"isVirtual": true,
|
|
2449
2595
|
"isOverride": false,
|
|
2450
2596
|
"isSealed": false,
|
|
2597
|
+
"visibility": "Public",
|
|
2451
2598
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2452
2599
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager",
|
|
2453
2600
|
"isExtensionMethod": false,
|
|
@@ -2464,6 +2611,25 @@
|
|
|
2464
2611
|
}
|
|
2465
2612
|
],
|
|
2466
2613
|
"properties": [
|
|
2614
|
+
{
|
|
2615
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::Host:System.Configuration.Internal.IInternalConfigHost",
|
|
2616
|
+
"clrName": "Host",
|
|
2617
|
+
"metadataToken": 385876839,
|
|
2618
|
+
"canonicalSignature": ":System.Configuration.Internal.IInternalConfigHost",
|
|
2619
|
+
"normalizedSignature": "Host|:System.Configuration.Internal.IInternalConfigHost|static=false|accessor=getset",
|
|
2620
|
+
"emitScope": "ClassSurface",
|
|
2621
|
+
"provenance": "Original",
|
|
2622
|
+
"isIndexer": false,
|
|
2623
|
+
"hasGetter": true,
|
|
2624
|
+
"hasSetter": true,
|
|
2625
|
+
"isStatic": false,
|
|
2626
|
+
"isAbstract": false,
|
|
2627
|
+
"isVirtual": false,
|
|
2628
|
+
"isOverride": false,
|
|
2629
|
+
"visibility": "Protected",
|
|
2630
|
+
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2631
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2632
|
+
},
|
|
2467
2633
|
{
|
|
2468
2634
|
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsChangeNotifications:System.Boolean",
|
|
2469
2635
|
"clrName": "SupportsChangeNotifications",
|
|
@@ -2479,6 +2645,7 @@
|
|
|
2479
2645
|
"isAbstract": false,
|
|
2480
2646
|
"isVirtual": true,
|
|
2481
2647
|
"isOverride": false,
|
|
2648
|
+
"visibility": "Public",
|
|
2482
2649
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2483
2650
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2484
2651
|
},
|
|
@@ -2497,6 +2664,7 @@
|
|
|
2497
2664
|
"isAbstract": false,
|
|
2498
2665
|
"isVirtual": true,
|
|
2499
2666
|
"isOverride": false,
|
|
2667
|
+
"visibility": "Public",
|
|
2500
2668
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2501
2669
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2502
2670
|
},
|
|
@@ -2515,6 +2683,7 @@
|
|
|
2515
2683
|
"isAbstract": false,
|
|
2516
2684
|
"isVirtual": true,
|
|
2517
2685
|
"isOverride": false,
|
|
2686
|
+
"visibility": "Public",
|
|
2518
2687
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2519
2688
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2520
2689
|
},
|
|
@@ -2533,6 +2702,7 @@
|
|
|
2533
2702
|
"isAbstract": false,
|
|
2534
2703
|
"isVirtual": true,
|
|
2535
2704
|
"isOverride": false,
|
|
2705
|
+
"visibility": "Public",
|
|
2536
2706
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2537
2707
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2538
2708
|
},
|
|
@@ -2551,6 +2721,7 @@
|
|
|
2551
2721
|
"isAbstract": false,
|
|
2552
2722
|
"isVirtual": true,
|
|
2553
2723
|
"isOverride": false,
|
|
2724
|
+
"visibility": "Public",
|
|
2554
2725
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2555
2726
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2556
2727
|
},
|
|
@@ -2569,6 +2740,7 @@
|
|
|
2569
2740
|
"isAbstract": false,
|
|
2570
2741
|
"isVirtual": true,
|
|
2571
2742
|
"isOverride": false,
|
|
2743
|
+
"visibility": "Public",
|
|
2572
2744
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2573
2745
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2574
2746
|
},
|
|
@@ -2587,6 +2759,7 @@
|
|
|
2587
2759
|
"isAbstract": false,
|
|
2588
2760
|
"isVirtual": true,
|
|
2589
2761
|
"isOverride": false,
|
|
2762
|
+
"visibility": "Public",
|
|
2590
2763
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2591
2764
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2592
2765
|
},
|
|
@@ -2605,13 +2778,26 @@
|
|
|
2605
2778
|
"isAbstract": false,
|
|
2606
2779
|
"isVirtual": true,
|
|
2607
2780
|
"isOverride": false,
|
|
2781
|
+
"visibility": "Public",
|
|
2608
2782
|
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2609
2783
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2610
2784
|
}
|
|
2611
2785
|
],
|
|
2612
2786
|
"fields": [],
|
|
2613
2787
|
"events": [],
|
|
2614
|
-
"constructors": [
|
|
2788
|
+
"constructors": [
|
|
2789
|
+
{
|
|
2790
|
+
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::.ctor():void",
|
|
2791
|
+
"metadataToken": 100665677,
|
|
2792
|
+
"canonicalSignature": "():void",
|
|
2793
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2794
|
+
"isStatic": false,
|
|
2795
|
+
"parameterCount": 0,
|
|
2796
|
+
"visibility": "Protected",
|
|
2797
|
+
"declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
|
|
2798
|
+
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2799
|
+
}
|
|
2800
|
+
]
|
|
2615
2801
|
},
|
|
2616
2802
|
{
|
|
2617
2803
|
"stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventArgs",
|
|
@@ -2624,6 +2810,10 @@
|
|
|
2624
2810
|
"isSealed": true,
|
|
2625
2811
|
"isStatic": false,
|
|
2626
2812
|
"arity": 0,
|
|
2813
|
+
"baseType": {
|
|
2814
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
2815
|
+
"clrName": "System.EventArgs"
|
|
2816
|
+
},
|
|
2627
2817
|
"methods": [],
|
|
2628
2818
|
"properties": [
|
|
2629
2819
|
{
|
|
@@ -2641,6 +2831,7 @@
|
|
|
2641
2831
|
"isAbstract": false,
|
|
2642
2832
|
"isVirtual": false,
|
|
2643
2833
|
"isOverride": false,
|
|
2834
|
+
"visibility": "Public",
|
|
2644
2835
|
"declaringClrType": "System.Configuration.Internal.InternalConfigEventArgs",
|
|
2645
2836
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2646
2837
|
}
|
|
@@ -2655,6 +2846,7 @@
|
|
|
2655
2846
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2656
2847
|
"isStatic": false,
|
|
2657
2848
|
"parameterCount": 1,
|
|
2849
|
+
"visibility": "Public",
|
|
2658
2850
|
"declaringClrType": "System.Configuration.Internal.InternalConfigEventArgs",
|
|
2659
2851
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
2660
2852
|
}
|