@tsonic/efcore-sqlserver 0.1.2 → 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.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -1,23 +1,51 @@
1
1
  {
2
2
  "namespace": "System.Configuration.Internal",
3
+ "contributingAssemblies": [
4
+ "System.Configuration.ConfigurationManager"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler",
6
9
  "clrName": "System.Configuration.Internal.InternalConfigEventHandler",
7
- "tsEmitName": "InternalConfigEventHandler",
8
10
  "assemblyName": "System.Configuration.ConfigurationManager",
9
11
  "metadataToken": 0,
12
+ "kind": "Delegate",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": true,
16
+ "isStatic": false,
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
+ ],
10
32
  "methods": [
11
33
  {
12
34
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void",
13
35
  "clrName": "Invoke",
14
- "tsEmitName": "invoke",
15
36
  "metadataToken": 100665830,
16
37
  "canonicalSignature": "(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void",
17
38
  "normalizedSignature": "Invoke|(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void|static=false",
18
39
  "emitScope": "ClassSurface",
40
+ "provenance": "Original",
19
41
  "arity": 0,
20
42
  "parameterCount": 2,
43
+ "isStatic": false,
44
+ "isAbstract": false,
45
+ "isVirtual": true,
46
+ "isOverride": false,
47
+ "isSealed": false,
48
+ "visibility": "Public",
21
49
  "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
22
50
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
23
51
  "isExtensionMethod": false
@@ -25,13 +53,19 @@
25
53
  {
26
54
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::BeginInvoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
27
55
  "clrName": "BeginInvoke",
28
- "tsEmitName": "beginInvoke",
29
56
  "metadataToken": 100665831,
30
57
  "canonicalSignature": "(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
31
58
  "normalizedSignature": "BeginInvoke|(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
32
59
  "emitScope": "ClassSurface",
60
+ "provenance": "Original",
33
61
  "arity": 0,
34
62
  "parameterCount": 4,
63
+ "isStatic": false,
64
+ "isAbstract": false,
65
+ "isVirtual": true,
66
+ "isOverride": false,
67
+ "isSealed": false,
68
+ "visibility": "Public",
35
69
  "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
36
70
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
37
71
  "isExtensionMethod": false
@@ -39,13 +73,19 @@
39
73
  {
40
74
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::EndInvoke(System.IAsyncResult):System.Void",
41
75
  "clrName": "EndInvoke",
42
- "tsEmitName": "endInvoke",
43
76
  "metadataToken": 100665832,
44
77
  "canonicalSignature": "(System.IAsyncResult):System.Void",
45
78
  "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
46
79
  "emitScope": "ClassSurface",
80
+ "provenance": "Original",
47
81
  "arity": 0,
48
82
  "parameterCount": 1,
83
+ "isStatic": false,
84
+ "isAbstract": false,
85
+ "isVirtual": true,
86
+ "isOverride": false,
87
+ "isSealed": false,
88
+ "visibility": "Public",
49
89
  "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
50
90
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
51
91
  "isExtensionMethod": false
@@ -62,71 +102,54 @@
62
102
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
63
103
  "isStatic": false,
64
104
  "parameterCount": 2,
105
+ "visibility": "Public",
65
106
  "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
66
107
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
67
108
  }
68
- ],
69
- "exposedMethods": [
70
- {
71
- "tsName": "invoke",
72
- "isStatic": false,
73
- "tsSignatureId": "Invoke|(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void|static=false",
74
- "target": {
75
- "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
76
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
77
- "metadataToken": 100665830
78
- }
79
- },
80
- {
81
- "tsName": "beginInvoke",
82
- "isStatic": false,
83
- "tsSignatureId": "BeginInvoke|(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
84
- "target": {
85
- "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
86
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
87
- "metadataToken": 100665831
88
- }
89
- },
90
- {
91
- "tsName": "endInvoke",
92
- "isStatic": false,
93
- "tsSignatureId": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
94
- "target": {
95
- "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
96
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
97
- "metadataToken": 100665832
98
- }
99
- }
100
- ],
101
- "exposedConstructors": [
102
- {
103
- "isStatic": false,
104
- "tsSignatureId": "constructor|(System.Object,System.IntPtr):void|static=false",
105
- "target": {
106
- "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
107
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
108
- "metadataToken": 100665829
109
- }
110
- }
111
109
  ]
112
110
  },
113
111
  {
114
112
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback",
115
113
  "clrName": "System.Configuration.Internal.StreamChangeCallback",
116
- "tsEmitName": "StreamChangeCallback",
117
114
  "assemblyName": "System.Configuration.ConfigurationManager",
118
115
  "metadataToken": 0,
116
+ "kind": "Delegate",
117
+ "accessibility": "Public",
118
+ "isAbstract": false,
119
+ "isSealed": true,
120
+ "isStatic": false,
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
+ ],
119
136
  "methods": [
120
137
  {
121
138
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::Invoke(System.String):System.Void",
122
139
  "clrName": "Invoke",
123
- "tsEmitName": "invoke",
124
140
  "metadataToken": 100665917,
125
141
  "canonicalSignature": "(System.String):System.Void",
126
142
  "normalizedSignature": "Invoke|(System.String):System.Void|static=false",
127
143
  "emitScope": "ClassSurface",
144
+ "provenance": "Original",
128
145
  "arity": 0,
129
146
  "parameterCount": 1,
147
+ "isStatic": false,
148
+ "isAbstract": false,
149
+ "isVirtual": true,
150
+ "isOverride": false,
151
+ "isSealed": false,
152
+ "visibility": "Public",
130
153
  "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
131
154
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
132
155
  "isExtensionMethod": false
@@ -134,13 +157,19 @@
134
157
  {
135
158
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object):System.IAsyncResult",
136
159
  "clrName": "BeginInvoke",
137
- "tsEmitName": "beginInvoke",
138
160
  "metadataToken": 100665918,
139
161
  "canonicalSignature": "(System.String,System.AsyncCallback,System.Object):System.IAsyncResult",
140
162
  "normalizedSignature": "BeginInvoke|(System.String,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
141
163
  "emitScope": "ClassSurface",
164
+ "provenance": "Original",
142
165
  "arity": 0,
143
166
  "parameterCount": 3,
167
+ "isStatic": false,
168
+ "isAbstract": false,
169
+ "isVirtual": true,
170
+ "isOverride": false,
171
+ "isSealed": false,
172
+ "visibility": "Public",
144
173
  "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
145
174
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
146
175
  "isExtensionMethod": false
@@ -148,13 +177,19 @@
148
177
  {
149
178
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::EndInvoke(System.IAsyncResult):System.Void",
150
179
  "clrName": "EndInvoke",
151
- "tsEmitName": "endInvoke",
152
180
  "metadataToken": 100665919,
153
181
  "canonicalSignature": "(System.IAsyncResult):System.Void",
154
182
  "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
155
183
  "emitScope": "ClassSurface",
184
+ "provenance": "Original",
156
185
  "arity": 0,
157
186
  "parameterCount": 1,
187
+ "isStatic": false,
188
+ "isAbstract": false,
189
+ "isVirtual": true,
190
+ "isOverride": false,
191
+ "isSealed": false,
192
+ "visibility": "Public",
158
193
  "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
159
194
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
160
195
  "isExtensionMethod": false
@@ -171,134 +206,96 @@
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
  }
177
- ],
178
- "exposedMethods": [
179
- {
180
- "tsName": "invoke",
181
- "isStatic": false,
182
- "tsSignatureId": "Invoke|(System.String):System.Void|static=false",
183
- "target": {
184
- "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
185
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
186
- "metadataToken": 100665917
187
- }
188
- },
189
- {
190
- "tsName": "beginInvoke",
191
- "isStatic": false,
192
- "tsSignatureId": "BeginInvoke|(System.String,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
193
- "target": {
194
- "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
195
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
196
- "metadataToken": 100665918
197
- }
198
- },
199
- {
200
- "tsName": "endInvoke",
201
- "isStatic": false,
202
- "tsSignatureId": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
203
- "target": {
204
- "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
205
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
206
- "metadataToken": 100665919
207
- }
208
- }
209
- ],
210
- "exposedConstructors": [
211
- {
212
- "isStatic": false,
213
- "tsSignatureId": "constructor|(System.Object,System.IntPtr):void|static=false",
214
- "target": {
215
- "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
216
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
217
- "metadataToken": 100665916
218
- }
219
- }
220
213
  ]
221
214
  },
222
215
  {
223
216
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo",
224
217
  "clrName": "System.Configuration.Internal.IConfigErrorInfo",
225
- "tsEmitName": "IConfigErrorInfo",
226
218
  "assemblyName": "System.Configuration.ConfigurationManager",
227
219
  "metadataToken": 0,
220
+ "kind": "Interface",
221
+ "accessibility": "Public",
222
+ "isAbstract": true,
223
+ "isSealed": false,
224
+ "isStatic": false,
225
+ "arity": 0,
228
226
  "methods": [],
229
227
  "properties": [
230
228
  {
231
229
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo::Filename:System.String",
232
230
  "clrName": "Filename",
233
- "tsEmitName": "filename",
234
231
  "metadataToken": 385876849,
235
232
  "canonicalSignature": ":System.String",
236
233
  "normalizedSignature": "Filename|:System.String|static=false|accessor=get",
237
234
  "emitScope": "ClassSurface",
235
+ "provenance": "Original",
238
236
  "isIndexer": false,
239
237
  "hasGetter": true,
240
238
  "hasSetter": false,
239
+ "isStatic": false,
240
+ "isAbstract": true,
241
+ "isVirtual": true,
242
+ "isOverride": false,
243
+ "visibility": "Public",
241
244
  "declaringClrType": "System.Configuration.Internal.IConfigErrorInfo",
242
245
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
243
246
  },
244
247
  {
245
248
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo::LineNumber:System.Int32",
246
249
  "clrName": "LineNumber",
247
- "tsEmitName": "lineNumber",
248
250
  "metadataToken": 385876850,
249
251
  "canonicalSignature": ":System.Int32",
250
252
  "normalizedSignature": "LineNumber|:System.Int32|static=false|accessor=get",
251
253
  "emitScope": "ClassSurface",
254
+ "provenance": "Original",
252
255
  "isIndexer": false,
253
256
  "hasGetter": true,
254
257
  "hasSetter": false,
258
+ "isStatic": false,
259
+ "isAbstract": true,
260
+ "isVirtual": true,
261
+ "isOverride": false,
262
+ "visibility": "Public",
255
263
  "declaringClrType": "System.Configuration.Internal.IConfigErrorInfo",
256
264
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
257
265
  }
258
266
  ],
259
267
  "fields": [],
260
268
  "events": [],
261
- "constructors": [],
262
- "exposedProperties": [
263
- {
264
- "tsName": "filename",
265
- "isStatic": false,
266
- "tsSignatureId": "Filename|:System.String|static=false|accessor=get",
267
- "target": {
268
- "declaringClrType": "System.Configuration.Internal.IConfigErrorInfo",
269
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
270
- "metadataToken": 385876849
271
- }
272
- },
273
- {
274
- "tsName": "lineNumber",
275
- "isStatic": false,
276
- "tsSignatureId": "LineNumber|:System.Int32|static=false|accessor=get",
277
- "target": {
278
- "declaringClrType": "System.Configuration.Internal.IConfigErrorInfo",
279
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
280
- "metadataToken": 385876850
281
- }
282
- }
283
- ]
269
+ "constructors": []
284
270
  },
285
271
  {
286
272
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem",
287
273
  "clrName": "System.Configuration.Internal.IConfigSystem",
288
- "tsEmitName": "IConfigSystem",
289
274
  "assemblyName": "System.Configuration.ConfigurationManager",
290
275
  "metadataToken": 0,
276
+ "kind": "Interface",
277
+ "accessibility": "Public",
278
+ "isAbstract": true,
279
+ "isSealed": false,
280
+ "isStatic": false,
281
+ "arity": 0,
291
282
  "methods": [
292
283
  {
293
284
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Init(System.Type,System.Object[]):System.Void",
294
285
  "clrName": "Init",
295
- "tsEmitName": "init",
296
286
  "metadataToken": 100665733,
297
287
  "canonicalSignature": "(System.Type,System.Object[]):System.Void",
298
288
  "normalizedSignature": "Init|(System.Type,System.Object[]):System.Void|static=false",
299
289
  "emitScope": "ClassSurface",
290
+ "provenance": "Original",
300
291
  "arity": 0,
301
292
  "parameterCount": 2,
293
+ "isStatic": false,
294
+ "isAbstract": true,
295
+ "isVirtual": true,
296
+ "isOverride": false,
297
+ "isSealed": false,
298
+ "visibility": "Public",
302
299
  "declaringClrType": "System.Configuration.Internal.IConfigSystem",
303
300
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
304
301
  "isExtensionMethod": false
@@ -308,87 +305,74 @@
308
305
  {
309
306
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Host:System.Configuration.Internal.IInternalConfigHost",
310
307
  "clrName": "Host",
311
- "tsEmitName": "host",
312
308
  "metadataToken": 385876851,
313
309
  "canonicalSignature": ":System.Configuration.Internal.IInternalConfigHost",
314
310
  "normalizedSignature": "Host|:System.Configuration.Internal.IInternalConfigHost|static=false|accessor=get",
315
311
  "emitScope": "ClassSurface",
312
+ "provenance": "Original",
316
313
  "isIndexer": false,
317
314
  "hasGetter": true,
318
315
  "hasSetter": false,
316
+ "isStatic": false,
317
+ "isAbstract": true,
318
+ "isVirtual": true,
319
+ "isOverride": false,
320
+ "visibility": "Public",
319
321
  "declaringClrType": "System.Configuration.Internal.IConfigSystem",
320
322
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
321
323
  },
322
324
  {
323
325
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Root:System.Configuration.Internal.IInternalConfigRoot",
324
326
  "clrName": "Root",
325
- "tsEmitName": "root",
326
327
  "metadataToken": 385876852,
327
328
  "canonicalSignature": ":System.Configuration.Internal.IInternalConfigRoot",
328
329
  "normalizedSignature": "Root|:System.Configuration.Internal.IInternalConfigRoot|static=false|accessor=get",
329
330
  "emitScope": "ClassSurface",
331
+ "provenance": "Original",
330
332
  "isIndexer": false,
331
333
  "hasGetter": true,
332
334
  "hasSetter": false,
335
+ "isStatic": false,
336
+ "isAbstract": true,
337
+ "isVirtual": true,
338
+ "isOverride": false,
339
+ "visibility": "Public",
333
340
  "declaringClrType": "System.Configuration.Internal.IConfigSystem",
334
341
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
335
342
  }
336
343
  ],
337
344
  "fields": [],
338
345
  "events": [],
339
- "constructors": [],
340
- "exposedMethods": [
341
- {
342
- "tsName": "init",
343
- "isStatic": false,
344
- "tsSignatureId": "Init|(System.Type,System.Object[]):System.Void|static=false",
345
- "target": {
346
- "declaringClrType": "System.Configuration.Internal.IConfigSystem",
347
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
348
- "metadataToken": 100665733
349
- }
350
- }
351
- ],
352
- "exposedProperties": [
353
- {
354
- "tsName": "host",
355
- "isStatic": false,
356
- "tsSignatureId": "Host|:System.Configuration.Internal.IInternalConfigHost|static=false|accessor=get",
357
- "target": {
358
- "declaringClrType": "System.Configuration.Internal.IConfigSystem",
359
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
360
- "metadataToken": 385876851
361
- }
362
- },
363
- {
364
- "tsName": "root",
365
- "isStatic": false,
366
- "tsSignatureId": "Root|:System.Configuration.Internal.IInternalConfigRoot|static=false|accessor=get",
367
- "target": {
368
- "declaringClrType": "System.Configuration.Internal.IConfigSystem",
369
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
370
- "metadataToken": 385876852
371
- }
372
- }
373
- ]
346
+ "constructors": []
374
347
  },
375
348
  {
376
349
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerHelper",
377
350
  "clrName": "System.Configuration.Internal.IConfigurationManagerHelper",
378
- "tsEmitName": "IConfigurationManagerHelper",
379
351
  "assemblyName": "System.Configuration.ConfigurationManager",
380
352
  "metadataToken": 0,
353
+ "kind": "Interface",
354
+ "accessibility": "Public",
355
+ "isAbstract": true,
356
+ "isSealed": false,
357
+ "isStatic": false,
358
+ "arity": 0,
381
359
  "methods": [
382
360
  {
383
361
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerHelper::EnsureNetConfigLoaded():System.Void",
384
362
  "clrName": "EnsureNetConfigLoaded",
385
- "tsEmitName": "ensureNetConfigLoaded",
386
363
  "metadataToken": 100665734,
387
364
  "canonicalSignature": "():System.Void",
388
365
  "normalizedSignature": "EnsureNetConfigLoaded|():System.Void|static=false",
389
366
  "emitScope": "ClassSurface",
367
+ "provenance": "Original",
390
368
  "arity": 0,
391
369
  "parameterCount": 0,
370
+ "isStatic": false,
371
+ "isAbstract": true,
372
+ "isVirtual": true,
373
+ "isOverride": false,
374
+ "isSealed": false,
375
+ "visibility": "Public",
392
376
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerHelper",
393
377
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
394
378
  "isExtensionMethod": false
@@ -397,316 +381,263 @@
397
381
  "properties": [],
398
382
  "fields": [],
399
383
  "events": [],
400
- "constructors": [],
401
- "exposedMethods": [
402
- {
403
- "tsName": "ensureNetConfigLoaded",
404
- "isStatic": false,
405
- "tsSignatureId": "EnsureNetConfigLoaded|():System.Void|static=false",
406
- "target": {
407
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerHelper",
408
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
409
- "metadataToken": 100665734
410
- }
411
- }
412
- ]
384
+ "constructors": []
413
385
  },
414
386
  {
415
387
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal",
416
388
  "clrName": "System.Configuration.Internal.IConfigurationManagerInternal",
417
- "tsEmitName": "IConfigurationManagerInternal",
418
389
  "assemblyName": "System.Configuration.ConfigurationManager",
419
390
  "metadataToken": 0,
391
+ "kind": "Interface",
392
+ "accessibility": "Public",
393
+ "isAbstract": true,
394
+ "isSealed": false,
395
+ "isStatic": false,
396
+ "arity": 0,
420
397
  "methods": [],
421
398
  "properties": [
422
399
  {
423
400
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::SupportsUserConfig:System.Boolean",
424
401
  "clrName": "SupportsUserConfig",
425
- "tsEmitName": "supportsUserConfig",
426
402
  "metadataToken": 385876853,
427
403
  "canonicalSignature": ":System.Boolean",
428
404
  "normalizedSignature": "SupportsUserConfig|:System.Boolean|static=false|accessor=get",
429
405
  "emitScope": "ClassSurface",
406
+ "provenance": "Original",
430
407
  "isIndexer": false,
431
408
  "hasGetter": true,
432
409
  "hasSetter": false,
410
+ "isStatic": false,
411
+ "isAbstract": true,
412
+ "isVirtual": true,
413
+ "isOverride": false,
414
+ "visibility": "Public",
433
415
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
434
416
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
435
417
  },
436
418
  {
437
419
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::SetConfigurationSystemInProgress:System.Boolean",
438
420
  "clrName": "SetConfigurationSystemInProgress",
439
- "tsEmitName": "setConfigurationSystemInProgress",
440
421
  "metadataToken": 385876854,
441
422
  "canonicalSignature": ":System.Boolean",
442
423
  "normalizedSignature": "SetConfigurationSystemInProgress|:System.Boolean|static=false|accessor=get",
443
424
  "emitScope": "ClassSurface",
425
+ "provenance": "Original",
444
426
  "isIndexer": false,
445
427
  "hasGetter": true,
446
428
  "hasSetter": false,
429
+ "isStatic": false,
430
+ "isAbstract": true,
431
+ "isVirtual": true,
432
+ "isOverride": false,
433
+ "visibility": "Public",
447
434
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
448
435
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
449
436
  },
450
437
  {
451
438
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::MachineConfigPath:System.String",
452
439
  "clrName": "MachineConfigPath",
453
- "tsEmitName": "machineConfigPath",
454
440
  "metadataToken": 385876855,
455
441
  "canonicalSignature": ":System.String",
456
442
  "normalizedSignature": "MachineConfigPath|:System.String|static=false|accessor=get",
457
443
  "emitScope": "ClassSurface",
444
+ "provenance": "Original",
458
445
  "isIndexer": false,
459
446
  "hasGetter": true,
460
447
  "hasSetter": false,
448
+ "isStatic": false,
449
+ "isAbstract": true,
450
+ "isVirtual": true,
451
+ "isOverride": false,
452
+ "visibility": "Public",
461
453
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
462
454
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
463
455
  },
464
456
  {
465
457
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ApplicationConfigUri:System.String",
466
458
  "clrName": "ApplicationConfigUri",
467
- "tsEmitName": "applicationConfigUri",
468
459
  "metadataToken": 385876856,
469
460
  "canonicalSignature": ":System.String",
470
461
  "normalizedSignature": "ApplicationConfigUri|:System.String|static=false|accessor=get",
471
462
  "emitScope": "ClassSurface",
463
+ "provenance": "Original",
472
464
  "isIndexer": false,
473
465
  "hasGetter": true,
474
466
  "hasSetter": false,
467
+ "isStatic": false,
468
+ "isAbstract": true,
469
+ "isVirtual": true,
470
+ "isOverride": false,
471
+ "visibility": "Public",
475
472
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
476
473
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
477
474
  },
478
475
  {
479
476
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeProductName:System.String",
480
477
  "clrName": "ExeProductName",
481
- "tsEmitName": "exeProductName",
482
478
  "metadataToken": 385876857,
483
479
  "canonicalSignature": ":System.String",
484
480
  "normalizedSignature": "ExeProductName|:System.String|static=false|accessor=get",
485
481
  "emitScope": "ClassSurface",
482
+ "provenance": "Original",
486
483
  "isIndexer": false,
487
484
  "hasGetter": true,
488
485
  "hasSetter": false,
486
+ "isStatic": false,
487
+ "isAbstract": true,
488
+ "isVirtual": true,
489
+ "isOverride": false,
490
+ "visibility": "Public",
489
491
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
490
492
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
491
493
  },
492
494
  {
493
495
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeProductVersion:System.String",
494
496
  "clrName": "ExeProductVersion",
495
- "tsEmitName": "exeProductVersion",
496
497
  "metadataToken": 385876858,
497
498
  "canonicalSignature": ":System.String",
498
499
  "normalizedSignature": "ExeProductVersion|:System.String|static=false|accessor=get",
499
500
  "emitScope": "ClassSurface",
501
+ "provenance": "Original",
500
502
  "isIndexer": false,
501
503
  "hasGetter": true,
502
504
  "hasSetter": false,
505
+ "isStatic": false,
506
+ "isAbstract": true,
507
+ "isVirtual": true,
508
+ "isOverride": false,
509
+ "visibility": "Public",
503
510
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
504
511
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
505
512
  },
506
513
  {
507
514
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeRoamingConfigDirectory:System.String",
508
515
  "clrName": "ExeRoamingConfigDirectory",
509
- "tsEmitName": "exeRoamingConfigDirectory",
510
516
  "metadataToken": 385876859,
511
517
  "canonicalSignature": ":System.String",
512
518
  "normalizedSignature": "ExeRoamingConfigDirectory|:System.String|static=false|accessor=get",
513
519
  "emitScope": "ClassSurface",
520
+ "provenance": "Original",
514
521
  "isIndexer": false,
515
522
  "hasGetter": true,
516
523
  "hasSetter": false,
524
+ "isStatic": false,
525
+ "isAbstract": true,
526
+ "isVirtual": true,
527
+ "isOverride": false,
528
+ "visibility": "Public",
517
529
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
518
530
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
519
531
  },
520
532
  {
521
533
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeRoamingConfigPath:System.String",
522
534
  "clrName": "ExeRoamingConfigPath",
523
- "tsEmitName": "exeRoamingConfigPath",
524
535
  "metadataToken": 385876860,
525
536
  "canonicalSignature": ":System.String",
526
537
  "normalizedSignature": "ExeRoamingConfigPath|:System.String|static=false|accessor=get",
527
538
  "emitScope": "ClassSurface",
539
+ "provenance": "Original",
528
540
  "isIndexer": false,
529
541
  "hasGetter": true,
530
542
  "hasSetter": false,
543
+ "isStatic": false,
544
+ "isAbstract": true,
545
+ "isVirtual": true,
546
+ "isOverride": false,
547
+ "visibility": "Public",
531
548
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
532
549
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
533
550
  },
534
551
  {
535
552
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeLocalConfigDirectory:System.String",
536
553
  "clrName": "ExeLocalConfigDirectory",
537
- "tsEmitName": "exeLocalConfigDirectory",
538
554
  "metadataToken": 385876861,
539
555
  "canonicalSignature": ":System.String",
540
556
  "normalizedSignature": "ExeLocalConfigDirectory|:System.String|static=false|accessor=get",
541
557
  "emitScope": "ClassSurface",
558
+ "provenance": "Original",
542
559
  "isIndexer": false,
543
560
  "hasGetter": true,
544
561
  "hasSetter": false,
562
+ "isStatic": false,
563
+ "isAbstract": true,
564
+ "isVirtual": true,
565
+ "isOverride": false,
566
+ "visibility": "Public",
545
567
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
546
568
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
547
569
  },
548
570
  {
549
571
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeLocalConfigPath:System.String",
550
572
  "clrName": "ExeLocalConfigPath",
551
- "tsEmitName": "exeLocalConfigPath",
552
573
  "metadataToken": 385876862,
553
574
  "canonicalSignature": ":System.String",
554
575
  "normalizedSignature": "ExeLocalConfigPath|:System.String|static=false|accessor=get",
555
576
  "emitScope": "ClassSurface",
577
+ "provenance": "Original",
556
578
  "isIndexer": false,
557
579
  "hasGetter": true,
558
580
  "hasSetter": false,
581
+ "isStatic": false,
582
+ "isAbstract": true,
583
+ "isVirtual": true,
584
+ "isOverride": false,
585
+ "visibility": "Public",
559
586
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
560
587
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
561
588
  },
562
589
  {
563
590
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::UserConfigFilename:System.String",
564
591
  "clrName": "UserConfigFilename",
565
- "tsEmitName": "userConfigFilename",
566
592
  "metadataToken": 385876863,
567
593
  "canonicalSignature": ":System.String",
568
594
  "normalizedSignature": "UserConfigFilename|:System.String|static=false|accessor=get",
569
595
  "emitScope": "ClassSurface",
596
+ "provenance": "Original",
570
597
  "isIndexer": false,
571
598
  "hasGetter": true,
572
599
  "hasSetter": false,
600
+ "isStatic": false,
601
+ "isAbstract": true,
602
+ "isVirtual": true,
603
+ "isOverride": false,
604
+ "visibility": "Public",
573
605
  "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
574
606
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
575
607
  }
576
608
  ],
577
609
  "fields": [],
578
610
  "events": [],
579
- "constructors": [],
580
- "exposedProperties": [
581
- {
582
- "tsName": "supportsUserConfig",
583
- "isStatic": false,
584
- "tsSignatureId": "SupportsUserConfig|:System.Boolean|static=false|accessor=get",
585
- "target": {
586
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
587
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
588
- "metadataToken": 385876853
589
- }
590
- },
591
- {
592
- "tsName": "setConfigurationSystemInProgress",
593
- "isStatic": false,
594
- "tsSignatureId": "SetConfigurationSystemInProgress|:System.Boolean|static=false|accessor=get",
595
- "target": {
596
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
597
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
598
- "metadataToken": 385876854
599
- }
600
- },
601
- {
602
- "tsName": "machineConfigPath",
603
- "isStatic": false,
604
- "tsSignatureId": "MachineConfigPath|:System.String|static=false|accessor=get",
605
- "target": {
606
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
607
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
608
- "metadataToken": 385876855
609
- }
610
- },
611
- {
612
- "tsName": "applicationConfigUri",
613
- "isStatic": false,
614
- "tsSignatureId": "ApplicationConfigUri|:System.String|static=false|accessor=get",
615
- "target": {
616
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
617
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
618
- "metadataToken": 385876856
619
- }
620
- },
621
- {
622
- "tsName": "exeProductName",
623
- "isStatic": false,
624
- "tsSignatureId": "ExeProductName|:System.String|static=false|accessor=get",
625
- "target": {
626
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
627
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
628
- "metadataToken": 385876857
629
- }
630
- },
631
- {
632
- "tsName": "exeProductVersion",
633
- "isStatic": false,
634
- "tsSignatureId": "ExeProductVersion|:System.String|static=false|accessor=get",
635
- "target": {
636
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
637
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
638
- "metadataToken": 385876858
639
- }
640
- },
641
- {
642
- "tsName": "exeRoamingConfigDirectory",
643
- "isStatic": false,
644
- "tsSignatureId": "ExeRoamingConfigDirectory|:System.String|static=false|accessor=get",
645
- "target": {
646
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
647
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
648
- "metadataToken": 385876859
649
- }
650
- },
651
- {
652
- "tsName": "exeRoamingConfigPath",
653
- "isStatic": false,
654
- "tsSignatureId": "ExeRoamingConfigPath|:System.String|static=false|accessor=get",
655
- "target": {
656
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
657
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
658
- "metadataToken": 385876860
659
- }
660
- },
661
- {
662
- "tsName": "exeLocalConfigDirectory",
663
- "isStatic": false,
664
- "tsSignatureId": "ExeLocalConfigDirectory|:System.String|static=false|accessor=get",
665
- "target": {
666
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
667
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
668
- "metadataToken": 385876861
669
- }
670
- },
671
- {
672
- "tsName": "exeLocalConfigPath",
673
- "isStatic": false,
674
- "tsSignatureId": "ExeLocalConfigPath|:System.String|static=false|accessor=get",
675
- "target": {
676
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
677
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
678
- "metadataToken": 385876862
679
- }
680
- },
681
- {
682
- "tsName": "userConfigFilename",
683
- "isStatic": false,
684
- "tsSignatureId": "UserConfigFilename|:System.String|static=false|accessor=get",
685
- "target": {
686
- "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
687
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
688
- "metadataToken": 385876863
689
- }
690
- }
691
- ]
611
+ "constructors": []
692
612
  },
693
613
  {
694
614
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost",
695
615
  "clrName": "System.Configuration.Internal.IInternalConfigClientHost",
696
- "tsEmitName": "IInternalConfigClientHost",
697
616
  "assemblyName": "System.Configuration.ConfigurationManager",
698
617
  "metadataToken": 0,
618
+ "kind": "Interface",
619
+ "accessibility": "Public",
620
+ "isAbstract": true,
621
+ "isSealed": false,
622
+ "isStatic": false,
623
+ "arity": 0,
699
624
  "methods": [
700
625
  {
701
626
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost::IsExeConfig(System.String):System.Boolean",
702
627
  "clrName": "IsExeConfig",
703
- "tsEmitName": "isExeConfig",
704
628
  "metadataToken": 100665746,
705
629
  "canonicalSignature": "(System.String):System.Boolean",
706
630
  "normalizedSignature": "IsExeConfig|(System.String):System.Boolean|static=false",
707
631
  "emitScope": "ClassSurface",
632
+ "provenance": "Original",
708
633
  "arity": 0,
709
634
  "parameterCount": 1,
635
+ "isStatic": false,
636
+ "isAbstract": true,
637
+ "isVirtual": true,
638
+ "isOverride": false,
639
+ "isSealed": false,
640
+ "visibility": "Public",
710
641
  "declaringClrType": "System.Configuration.Internal.IInternalConfigClientHost",
711
642
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
712
643
  "isExtensionMethod": false
@@ -714,13 +645,19 @@
714
645
  {
715
646
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost::GetExeConfigPath():System.String",
716
647
  "clrName": "GetExeConfigPath",
717
- "tsEmitName": "getExeConfigPath",
718
648
  "metadataToken": 100665749,
719
649
  "canonicalSignature": "():System.String",
720
650
  "normalizedSignature": "GetExeConfigPath|():System.String|static=false",
721
651
  "emitScope": "ClassSurface",
652
+ "provenance": "Original",
722
653
  "arity": 0,
723
654
  "parameterCount": 0,
655
+ "isStatic": false,
656
+ "isAbstract": true,
657
+ "isVirtual": true,
658
+ "isOverride": false,
659
+ "isSealed": false,
660
+ "visibility": "Public",
724
661
  "declaringClrType": "System.Configuration.Internal.IInternalConfigClientHost",
725
662
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
726
663
  "isExtensionMethod": false
@@ -729,47 +666,36 @@
729
666
  "properties": [],
730
667
  "fields": [],
731
668
  "events": [],
732
- "constructors": [],
733
- "exposedMethods": [
734
- {
735
- "tsName": "isExeConfig",
736
- "isStatic": false,
737
- "tsSignatureId": "IsExeConfig|(System.String):System.Boolean|static=false",
738
- "target": {
739
- "declaringClrType": "System.Configuration.Internal.IInternalConfigClientHost",
740
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
741
- "metadataToken": 100665746
742
- }
743
- },
744
- {
745
- "tsName": "getExeConfigPath",
746
- "isStatic": false,
747
- "tsSignatureId": "GetExeConfigPath|():System.String|static=false",
748
- "target": {
749
- "declaringClrType": "System.Configuration.Internal.IInternalConfigClientHost",
750
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
751
- "metadataToken": 100665749
752
- }
753
- }
754
- ]
669
+ "constructors": []
755
670
  },
756
671
  {
757
672
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory",
758
673
  "clrName": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
759
- "tsEmitName": "IInternalConfigConfigurationFactory",
760
674
  "assemblyName": "System.Configuration.ConfigurationManager",
761
675
  "metadataToken": 0,
676
+ "kind": "Interface",
677
+ "accessibility": "Public",
678
+ "isAbstract": true,
679
+ "isSealed": false,
680
+ "isStatic": false,
681
+ "arity": 0,
762
682
  "methods": [
763
683
  {
764
684
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory::Create(System.Type,System.Object[]):System.Configuration.Configuration",
765
685
  "clrName": "Create",
766
- "tsEmitName": "create",
767
686
  "metadataToken": 100665752,
768
687
  "canonicalSignature": "(System.Type,System.Object[]):System.Configuration.Configuration",
769
688
  "normalizedSignature": "Create|(System.Type,System.Object[]):System.Configuration.Configuration|static=false",
770
689
  "emitScope": "ClassSurface",
690
+ "provenance": "Original",
771
691
  "arity": 0,
772
692
  "parameterCount": 2,
693
+ "isStatic": false,
694
+ "isAbstract": true,
695
+ "isVirtual": true,
696
+ "isOverride": false,
697
+ "isSealed": false,
698
+ "visibility": "Public",
773
699
  "declaringClrType": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
774
700
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
775
701
  "isExtensionMethod": false
@@ -777,13 +703,19 @@
777
703
  {
778
704
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory::NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String",
779
705
  "clrName": "NormalizeLocationSubPath",
780
- "tsEmitName": "normalizeLocationSubPath",
781
706
  "metadataToken": 100665753,
782
707
  "canonicalSignature": "(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String",
783
708
  "normalizedSignature": "NormalizeLocationSubPath|(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String|static=false",
784
709
  "emitScope": "ClassSurface",
710
+ "provenance": "Original",
785
711
  "arity": 0,
786
712
  "parameterCount": 2,
713
+ "isStatic": false,
714
+ "isAbstract": true,
715
+ "isVirtual": true,
716
+ "isOverride": false,
717
+ "isSealed": false,
718
+ "visibility": "Public",
787
719
  "declaringClrType": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
788
720
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
789
721
  "isExtensionMethod": false
@@ -792,47 +724,36 @@
792
724
  "properties": [],
793
725
  "fields": [],
794
726
  "events": [],
795
- "constructors": [],
796
- "exposedMethods": [
797
- {
798
- "tsName": "create",
799
- "isStatic": false,
800
- "tsSignatureId": "Create|(System.Type,System.Object[]):System.Configuration.Configuration|static=false",
801
- "target": {
802
- "declaringClrType": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
803
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
804
- "metadataToken": 100665752
805
- }
806
- },
807
- {
808
- "tsName": "normalizeLocationSubPath",
809
- "isStatic": false,
810
- "tsSignatureId": "NormalizeLocationSubPath|(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String|static=false",
811
- "target": {
812
- "declaringClrType": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
813
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
814
- "metadataToken": 100665753
815
- }
816
- }
817
- ]
727
+ "constructors": []
818
728
  },
819
729
  {
820
730
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost",
821
731
  "clrName": "System.Configuration.Internal.IInternalConfigHost",
822
- "tsEmitName": "IInternalConfigHost",
823
732
  "assemblyName": "System.Configuration.ConfigurationManager",
824
733
  "metadataToken": 0,
734
+ "kind": "Interface",
735
+ "accessibility": "Public",
736
+ "isAbstract": true,
737
+ "isSealed": false,
738
+ "isStatic": false,
739
+ "arity": 0,
825
740
  "methods": [
826
741
  {
827
742
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
828
743
  "clrName": "Init",
829
- "tsEmitName": "init",
830
744
  "metadataToken": 100665759,
831
745
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
832
746
  "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
833
747
  "emitScope": "ClassSurface",
748
+ "provenance": "Original",
834
749
  "arity": 0,
835
750
  "parameterCount": 2,
751
+ "isStatic": false,
752
+ "isAbstract": true,
753
+ "isVirtual": true,
754
+ "isOverride": false,
755
+ "isSealed": false,
756
+ "visibility": "Public",
836
757
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
837
758
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
838
759
  "isExtensionMethod": false
@@ -840,13 +761,19 @@
840
761
  {
841
762
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::InitForConfiguration(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
842
763
  "clrName": "InitForConfiguration",
843
- "tsEmitName": "initForConfiguration",
844
764
  "metadataToken": 100665760,
845
765
  "canonicalSignature": "(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
846
766
  "normalizedSignature": "InitForConfiguration|(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
847
767
  "emitScope": "ClassSurface",
768
+ "provenance": "Original",
848
769
  "arity": 0,
849
770
  "parameterCount": 5,
771
+ "isStatic": false,
772
+ "isAbstract": true,
773
+ "isVirtual": true,
774
+ "isOverride": false,
775
+ "isSealed": false,
776
+ "visibility": "Public",
850
777
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
851
778
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
852
779
  "isExtensionMethod": false,
@@ -868,13 +795,19 @@
868
795
  {
869
796
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsConfigRecordRequired(System.String):System.Boolean",
870
797
  "clrName": "IsConfigRecordRequired",
871
- "tsEmitName": "isConfigRecordRequired",
872
798
  "metadataToken": 100665761,
873
799
  "canonicalSignature": "(System.String):System.Boolean",
874
800
  "normalizedSignature": "IsConfigRecordRequired|(System.String):System.Boolean|static=false",
875
801
  "emitScope": "ClassSurface",
802
+ "provenance": "Original",
876
803
  "arity": 0,
877
804
  "parameterCount": 1,
805
+ "isStatic": false,
806
+ "isAbstract": true,
807
+ "isVirtual": true,
808
+ "isOverride": false,
809
+ "isSealed": false,
810
+ "visibility": "Public",
878
811
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
879
812
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
880
813
  "isExtensionMethod": false
@@ -882,13 +815,19 @@
882
815
  {
883
816
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
884
817
  "clrName": "IsInitDelayed",
885
- "tsEmitName": "isInitDelayed",
886
818
  "metadataToken": 100665762,
887
819
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
888
820
  "normalizedSignature": "IsInitDelayed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
889
821
  "emitScope": "ClassSurface",
822
+ "provenance": "Original",
890
823
  "arity": 0,
891
824
  "parameterCount": 1,
825
+ "isStatic": false,
826
+ "isAbstract": true,
827
+ "isVirtual": true,
828
+ "isOverride": false,
829
+ "isSealed": false,
830
+ "visibility": "Public",
892
831
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
893
832
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
894
833
  "isExtensionMethod": false
@@ -896,13 +835,19 @@
896
835
  {
897
836
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord):System.Void",
898
837
  "clrName": "RequireCompleteInit",
899
- "tsEmitName": "requireCompleteInit",
900
838
  "metadataToken": 100665763,
901
839
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Void",
902
840
  "normalizedSignature": "RequireCompleteInit|(System.Configuration.Internal.IInternalConfigRecord):System.Void|static=false",
903
841
  "emitScope": "ClassSurface",
842
+ "provenance": "Original",
904
843
  "arity": 0,
905
844
  "parameterCount": 1,
845
+ "isStatic": false,
846
+ "isAbstract": true,
847
+ "isVirtual": true,
848
+ "isOverride": false,
849
+ "isSealed": false,
850
+ "visibility": "Public",
906
851
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
907
852
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
908
853
  "isExtensionMethod": false
@@ -910,13 +855,19 @@
910
855
  {
911
856
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamName(System.String):System.String",
912
857
  "clrName": "GetStreamName",
913
- "tsEmitName": "getStreamName",
914
858
  "metadataToken": 100665765,
915
859
  "canonicalSignature": "(System.String):System.String",
916
860
  "normalizedSignature": "GetStreamName|(System.String):System.String|static=false",
917
861
  "emitScope": "ClassSurface",
862
+ "provenance": "Original",
918
863
  "arity": 0,
919
864
  "parameterCount": 1,
865
+ "isStatic": false,
866
+ "isAbstract": true,
867
+ "isVirtual": true,
868
+ "isOverride": false,
869
+ "isSealed": false,
870
+ "visibility": "Public",
920
871
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
921
872
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
922
873
  "isExtensionMethod": false
@@ -924,13 +875,19 @@
924
875
  {
925
876
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamNameForConfigSource(System.String,System.String):System.String",
926
877
  "clrName": "GetStreamNameForConfigSource",
927
- "tsEmitName": "getStreamNameForConfigSource",
928
878
  "metadataToken": 100665766,
929
879
  "canonicalSignature": "(System.String,System.String):System.String",
930
880
  "normalizedSignature": "GetStreamNameForConfigSource|(System.String,System.String):System.String|static=false",
931
881
  "emitScope": "ClassSurface",
882
+ "provenance": "Original",
932
883
  "arity": 0,
933
884
  "parameterCount": 2,
885
+ "isStatic": false,
886
+ "isAbstract": true,
887
+ "isVirtual": true,
888
+ "isOverride": false,
889
+ "isSealed": false,
890
+ "visibility": "Public",
934
891
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
935
892
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
936
893
  "isExtensionMethod": false
@@ -938,13 +895,19 @@
938
895
  {
939
896
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamVersion(System.String):System.Object",
940
897
  "clrName": "GetStreamVersion",
941
- "tsEmitName": "getStreamVersion",
942
898
  "metadataToken": 100665767,
943
899
  "canonicalSignature": "(System.String):System.Object",
944
900
  "normalizedSignature": "GetStreamVersion|(System.String):System.Object|static=false",
945
901
  "emitScope": "ClassSurface",
902
+ "provenance": "Original",
946
903
  "arity": 0,
947
904
  "parameterCount": 1,
905
+ "isStatic": false,
906
+ "isAbstract": true,
907
+ "isVirtual": true,
908
+ "isOverride": false,
909
+ "isSealed": false,
910
+ "visibility": "Public",
948
911
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
949
912
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
950
913
  "isExtensionMethod": false
@@ -952,13 +915,19 @@
952
915
  {
953
916
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForRead(System.String):System.IO.Stream",
954
917
  "clrName": "OpenStreamForRead",
955
- "tsEmitName": "openStreamForRead",
956
918
  "metadataToken": 100665768,
957
919
  "canonicalSignature": "(System.String):System.IO.Stream",
958
920
  "normalizedSignature": "OpenStreamForRead|(System.String):System.IO.Stream|static=false",
959
921
  "emitScope": "ClassSurface",
922
+ "provenance": "Original",
960
923
  "arity": 0,
961
924
  "parameterCount": 1,
925
+ "isStatic": false,
926
+ "isAbstract": true,
927
+ "isVirtual": true,
928
+ "isOverride": false,
929
+ "isSealed": false,
930
+ "visibility": "Public",
962
931
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
963
932
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
964
933
  "isExtensionMethod": false
@@ -966,13 +935,19 @@
966
935
  {
967
936
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForRead(System.String,System.Boolean):System.IO.Stream",
968
937
  "clrName": "OpenStreamForRead",
969
- "tsEmitName": "openStreamForRead",
970
938
  "metadataToken": 100665769,
971
939
  "canonicalSignature": "(System.String,System.Boolean):System.IO.Stream",
972
940
  "normalizedSignature": "OpenStreamForRead|(System.String,System.Boolean):System.IO.Stream|static=false",
973
941
  "emitScope": "ClassSurface",
942
+ "provenance": "Original",
974
943
  "arity": 0,
975
944
  "parameterCount": 2,
945
+ "isStatic": false,
946
+ "isAbstract": true,
947
+ "isVirtual": true,
948
+ "isOverride": false,
949
+ "isSealed": false,
950
+ "visibility": "Public",
976
951
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
977
952
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
978
953
  "isExtensionMethod": false
@@ -980,13 +955,19 @@
980
955
  {
981
956
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026):System.IO.Stream",
982
957
  "clrName": "OpenStreamForWrite",
983
- "tsEmitName": "openStreamForWrite",
984
958
  "metadataToken": 100665770,
985
959
  "canonicalSignature": "(System.String,System.String,System.Object\u0026):System.IO.Stream",
986
960
  "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026):System.IO.Stream|static=false",
987
961
  "emitScope": "ClassSurface",
962
+ "provenance": "Original",
988
963
  "arity": 0,
989
964
  "parameterCount": 3,
965
+ "isStatic": false,
966
+ "isAbstract": true,
967
+ "isVirtual": true,
968
+ "isOverride": false,
969
+ "isSealed": false,
970
+ "visibility": "Public",
990
971
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
991
972
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
992
973
  "isExtensionMethod": false,
@@ -1000,13 +981,19 @@
1000
981
  {
1001
982
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
1002
983
  "clrName": "OpenStreamForWrite",
1003
- "tsEmitName": "openStreamForWrite",
1004
984
  "metadataToken": 100665771,
1005
985
  "canonicalSignature": "(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
1006
986
  "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream|static=false",
1007
987
  "emitScope": "ClassSurface",
988
+ "provenance": "Original",
1008
989
  "arity": 0,
1009
990
  "parameterCount": 4,
991
+ "isStatic": false,
992
+ "isAbstract": true,
993
+ "isVirtual": true,
994
+ "isOverride": false,
995
+ "isSealed": false,
996
+ "visibility": "Public",
1010
997
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1011
998
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1012
999
  "isExtensionMethod": false,
@@ -1020,13 +1007,19 @@
1020
1007
  {
1021
1008
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::WriteCompleted(System.String,System.Boolean,System.Object):System.Void",
1022
1009
  "clrName": "WriteCompleted",
1023
- "tsEmitName": "writeCompleted",
1024
1010
  "metadataToken": 100665772,
1025
1011
  "canonicalSignature": "(System.String,System.Boolean,System.Object):System.Void",
1026
1012
  "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object):System.Void|static=false",
1027
1013
  "emitScope": "ClassSurface",
1014
+ "provenance": "Original",
1028
1015
  "arity": 0,
1029
1016
  "parameterCount": 3,
1017
+ "isStatic": false,
1018
+ "isAbstract": true,
1019
+ "isVirtual": true,
1020
+ "isOverride": false,
1021
+ "isSealed": false,
1022
+ "visibility": "Public",
1030
1023
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1031
1024
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1032
1025
  "isExtensionMethod": false
@@ -1034,13 +1027,19 @@
1034
1027
  {
1035
1028
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
1036
1029
  "clrName": "WriteCompleted",
1037
- "tsEmitName": "writeCompleted",
1038
1030
  "metadataToken": 100665773,
1039
1031
  "canonicalSignature": "(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
1040
1032
  "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object,System.Boolean):System.Void|static=false",
1041
1033
  "emitScope": "ClassSurface",
1034
+ "provenance": "Original",
1042
1035
  "arity": 0,
1043
1036
  "parameterCount": 4,
1037
+ "isStatic": false,
1038
+ "isAbstract": true,
1039
+ "isVirtual": true,
1040
+ "isOverride": false,
1041
+ "isSealed": false,
1042
+ "visibility": "Public",
1044
1043
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1045
1044
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1046
1045
  "isExtensionMethod": false
@@ -1048,13 +1047,19 @@
1048
1047
  {
1049
1048
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::DeleteStream(System.String):System.Void",
1050
1049
  "clrName": "DeleteStream",
1051
- "tsEmitName": "deleteStream",
1052
1050
  "metadataToken": 100665774,
1053
1051
  "canonicalSignature": "(System.String):System.Void",
1054
1052
  "normalizedSignature": "DeleteStream|(System.String):System.Void|static=false",
1055
1053
  "emitScope": "ClassSurface",
1054
+ "provenance": "Original",
1056
1055
  "arity": 0,
1057
1056
  "parameterCount": 1,
1057
+ "isStatic": false,
1058
+ "isAbstract": true,
1059
+ "isVirtual": true,
1060
+ "isOverride": false,
1061
+ "isSealed": false,
1062
+ "visibility": "Public",
1058
1063
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1059
1064
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1060
1065
  "isExtensionMethod": false
@@ -1062,13 +1067,19 @@
1062
1067
  {
1063
1068
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
1064
1069
  "clrName": "StartMonitoringStreamForChanges",
1065
- "tsEmitName": "startMonitoringStreamForChanges",
1066
1070
  "metadataToken": 100665776,
1067
1071
  "canonicalSignature": "(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
1068
1072
  "normalizedSignature": "StartMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object|static=false",
1069
1073
  "emitScope": "ClassSurface",
1074
+ "provenance": "Original",
1070
1075
  "arity": 0,
1071
1076
  "parameterCount": 2,
1077
+ "isStatic": false,
1078
+ "isAbstract": true,
1079
+ "isVirtual": true,
1080
+ "isOverride": false,
1081
+ "isSealed": false,
1082
+ "visibility": "Public",
1072
1083
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1073
1084
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1074
1085
  "isExtensionMethod": false
@@ -1076,13 +1087,19 @@
1076
1087
  {
1077
1088
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
1078
1089
  "clrName": "StopMonitoringStreamForChanges",
1079
- "tsEmitName": "stopMonitoringStreamForChanges",
1080
1090
  "metadataToken": 100665777,
1081
1091
  "canonicalSignature": "(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
1082
1092
  "normalizedSignature": "StopMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void|static=false",
1083
1093
  "emitScope": "ClassSurface",
1094
+ "provenance": "Original",
1084
1095
  "arity": 0,
1085
1096
  "parameterCount": 2,
1097
+ "isStatic": false,
1098
+ "isAbstract": true,
1099
+ "isVirtual": true,
1100
+ "isOverride": false,
1101
+ "isSealed": false,
1102
+ "visibility": "Public",
1086
1103
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1087
1104
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1088
1105
  "isExtensionMethod": false
@@ -1090,13 +1107,19 @@
1090
1107
  {
1091
1108
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
1092
1109
  "clrName": "IsDefinitionAllowed",
1093
- "tsEmitName": "isDefinitionAllowed",
1094
1110
  "metadataToken": 100665781,
1095
1111
  "canonicalSignature": "(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
1096
1112
  "normalizedSignature": "IsDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean|static=false",
1097
1113
  "emitScope": "ClassSurface",
1114
+ "provenance": "Original",
1098
1115
  "arity": 0,
1099
1116
  "parameterCount": 3,
1117
+ "isStatic": false,
1118
+ "isAbstract": true,
1119
+ "isVirtual": true,
1120
+ "isOverride": false,
1121
+ "isSealed": false,
1122
+ "visibility": "Public",
1100
1123
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1101
1124
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1102
1125
  "isExtensionMethod": false
@@ -1104,13 +1127,19 @@
1104
1127
  {
1105
1128
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
1106
1129
  "clrName": "VerifyDefinitionAllowed",
1107
- "tsEmitName": "verifyDefinitionAllowed",
1108
1130
  "metadataToken": 100665782,
1109
1131
  "canonicalSignature": "(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
1110
1132
  "normalizedSignature": "VerifyDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void|static=false",
1111
1133
  "emitScope": "ClassSurface",
1134
+ "provenance": "Original",
1112
1135
  "arity": 0,
1113
1136
  "parameterCount": 4,
1137
+ "isStatic": false,
1138
+ "isAbstract": true,
1139
+ "isVirtual": true,
1140
+ "isOverride": false,
1141
+ "isSealed": false,
1142
+ "visibility": "Public",
1114
1143
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1115
1144
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1116
1145
  "isExtensionMethod": false
@@ -1118,13 +1147,19 @@
1118
1147
  {
1119
1148
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::PrefetchAll(System.String,System.String):System.Boolean",
1120
1149
  "clrName": "PrefetchAll",
1121
- "tsEmitName": "prefetchAll",
1122
1150
  "metadataToken": 100665783,
1123
1151
  "canonicalSignature": "(System.String,System.String):System.Boolean",
1124
1152
  "normalizedSignature": "PrefetchAll|(System.String,System.String):System.Boolean|static=false",
1125
1153
  "emitScope": "ClassSurface",
1154
+ "provenance": "Original",
1126
1155
  "arity": 0,
1127
1156
  "parameterCount": 2,
1157
+ "isStatic": false,
1158
+ "isAbstract": true,
1159
+ "isVirtual": true,
1160
+ "isOverride": false,
1161
+ "isSealed": false,
1162
+ "visibility": "Public",
1128
1163
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1129
1164
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1130
1165
  "isExtensionMethod": false
@@ -1132,13 +1167,19 @@
1132
1167
  {
1133
1168
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::CreateConfigurationContext(System.String,System.String):System.Object",
1134
1169
  "clrName": "CreateConfigurationContext",
1135
- "tsEmitName": "createConfigurationContext",
1136
1170
  "metadataToken": 100665786,
1137
1171
  "canonicalSignature": "(System.String,System.String):System.Object",
1138
1172
  "normalizedSignature": "CreateConfigurationContext|(System.String,System.String):System.Object|static=false",
1139
1173
  "emitScope": "ClassSurface",
1174
+ "provenance": "Original",
1140
1175
  "arity": 0,
1141
1176
  "parameterCount": 2,
1177
+ "isStatic": false,
1178
+ "isAbstract": true,
1179
+ "isVirtual": true,
1180
+ "isOverride": false,
1181
+ "isSealed": false,
1182
+ "visibility": "Public",
1142
1183
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1143
1184
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1144
1185
  "isExtensionMethod": false
@@ -1146,13 +1187,19 @@
1146
1187
  {
1147
1188
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
1148
1189
  "clrName": "DecryptSection",
1149
- "tsEmitName": "decryptSection",
1150
1190
  "metadataToken": 100665787,
1151
1191
  "canonicalSignature": "(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
1152
1192
  "normalizedSignature": "DecryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
1153
1193
  "emitScope": "ClassSurface",
1194
+ "provenance": "Original",
1154
1195
  "arity": 0,
1155
1196
  "parameterCount": 3,
1197
+ "isStatic": false,
1198
+ "isAbstract": true,
1199
+ "isVirtual": true,
1200
+ "isOverride": false,
1201
+ "isSealed": false,
1202
+ "visibility": "Public",
1156
1203
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1157
1204
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1158
1205
  "isExtensionMethod": false
@@ -1160,13 +1207,19 @@
1160
1207
  {
1161
1208
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetConfigType(System.String,System.Boolean):System.Type",
1162
1209
  "clrName": "GetConfigType",
1163
- "tsEmitName": "getConfigType",
1164
1210
  "metadataToken": 100665789,
1165
1211
  "canonicalSignature": "(System.String,System.Boolean):System.Type",
1166
1212
  "normalizedSignature": "GetConfigType|(System.String,System.Boolean):System.Type|static=false",
1167
1213
  "emitScope": "ClassSurface",
1214
+ "provenance": "Original",
1168
1215
  "arity": 0,
1169
1216
  "parameterCount": 2,
1217
+ "isStatic": false,
1218
+ "isAbstract": true,
1219
+ "isVirtual": true,
1220
+ "isOverride": false,
1221
+ "isSealed": false,
1222
+ "visibility": "Public",
1170
1223
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1171
1224
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1172
1225
  "isExtensionMethod": false
@@ -1174,13 +1227,19 @@
1174
1227
  {
1175
1228
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetConfigTypeName(System.Type):System.String",
1176
1229
  "clrName": "GetConfigTypeName",
1177
- "tsEmitName": "getConfigTypeName",
1178
1230
  "metadataToken": 100665790,
1179
1231
  "canonicalSignature": "(System.Type):System.String",
1180
1232
  "normalizedSignature": "GetConfigTypeName|(System.Type):System.String|static=false",
1181
1233
  "emitScope": "ClassSurface",
1234
+ "provenance": "Original",
1182
1235
  "arity": 0,
1183
1236
  "parameterCount": 1,
1237
+ "isStatic": false,
1238
+ "isAbstract": true,
1239
+ "isVirtual": true,
1240
+ "isOverride": false,
1241
+ "isSealed": false,
1242
+ "visibility": "Public",
1184
1243
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1185
1244
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1186
1245
  "isExtensionMethod": false
@@ -1188,13 +1247,19 @@
1188
1247
  {
1189
1248
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::Impersonate():System.IDisposable",
1190
1249
  "clrName": "Impersonate",
1191
- "tsEmitName": "impersonate",
1192
1250
  "metadataToken": 100665793,
1193
1251
  "canonicalSignature": "():System.IDisposable",
1194
1252
  "normalizedSignature": "Impersonate|():System.IDisposable|static=false",
1195
1253
  "emitScope": "ClassSurface",
1254
+ "provenance": "Original",
1196
1255
  "arity": 0,
1197
1256
  "parameterCount": 0,
1257
+ "isStatic": false,
1258
+ "isAbstract": true,
1259
+ "isVirtual": true,
1260
+ "isOverride": false,
1261
+ "isSealed": false,
1262
+ "visibility": "Public",
1198
1263
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1199
1264
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1200
1265
  "isExtensionMethod": false
@@ -1202,13 +1267,19 @@
1202
1267
  {
1203
1268
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
1204
1269
  "clrName": "GetRestrictedPermissions",
1205
- "tsEmitName": "getRestrictedPermissions",
1206
1270
  "metadataToken": 100665794,
1207
1271
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
1208
1272
  "normalizedSignature": "GetRestrictedPermissions|(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void|static=false",
1209
1273
  "emitScope": "ClassSurface",
1274
+ "provenance": "Original",
1210
1275
  "arity": 0,
1211
1276
  "parameterCount": 3,
1277
+ "isStatic": false,
1278
+ "isAbstract": true,
1279
+ "isVirtual": true,
1280
+ "isOverride": false,
1281
+ "isSealed": false,
1282
+ "visibility": "Public",
1212
1283
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1213
1284
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1214
1285
  "isExtensionMethod": false,
@@ -1228,409 +1299,131 @@
1228
1299
  {
1229
1300
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsChangeNotifications:System.Boolean",
1230
1301
  "clrName": "SupportsChangeNotifications",
1231
- "tsEmitName": "supportsChangeNotifications",
1232
1302
  "metadataToken": 385876864,
1233
1303
  "canonicalSignature": ":System.Boolean",
1234
1304
  "normalizedSignature": "SupportsChangeNotifications|:System.Boolean|static=false|accessor=get",
1235
1305
  "emitScope": "ClassSurface",
1306
+ "provenance": "Original",
1236
1307
  "isIndexer": false,
1237
1308
  "hasGetter": true,
1238
1309
  "hasSetter": false,
1310
+ "isStatic": false,
1311
+ "isAbstract": true,
1312
+ "isVirtual": true,
1313
+ "isOverride": false,
1314
+ "visibility": "Public",
1239
1315
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1240
1316
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1241
1317
  },
1242
1318
  {
1243
1319
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsRefresh:System.Boolean",
1244
1320
  "clrName": "SupportsRefresh",
1245
- "tsEmitName": "supportsRefresh",
1246
1321
  "metadataToken": 385876865,
1247
1322
  "canonicalSignature": ":System.Boolean",
1248
1323
  "normalizedSignature": "SupportsRefresh|:System.Boolean|static=false|accessor=get",
1249
1324
  "emitScope": "ClassSurface",
1325
+ "provenance": "Original",
1250
1326
  "isIndexer": false,
1251
1327
  "hasGetter": true,
1252
1328
  "hasSetter": false,
1329
+ "isStatic": false,
1330
+ "isAbstract": true,
1331
+ "isVirtual": true,
1332
+ "isOverride": false,
1333
+ "visibility": "Public",
1253
1334
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1254
1335
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1255
1336
  },
1256
1337
  {
1257
1338
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsPath:System.Boolean",
1258
1339
  "clrName": "SupportsPath",
1259
- "tsEmitName": "supportsPath",
1260
1340
  "metadataToken": 385876866,
1261
1341
  "canonicalSignature": ":System.Boolean",
1262
1342
  "normalizedSignature": "SupportsPath|:System.Boolean|static=false|accessor=get",
1263
1343
  "emitScope": "ClassSurface",
1344
+ "provenance": "Original",
1264
1345
  "isIndexer": false,
1265
1346
  "hasGetter": true,
1266
1347
  "hasSetter": false,
1348
+ "isStatic": false,
1349
+ "isAbstract": true,
1350
+ "isVirtual": true,
1351
+ "isOverride": false,
1352
+ "visibility": "Public",
1267
1353
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1268
1354
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1269
1355
  },
1270
1356
  {
1271
1357
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsLocation:System.Boolean",
1272
1358
  "clrName": "SupportsLocation",
1273
- "tsEmitName": "supportsLocation",
1274
1359
  "metadataToken": 385876867,
1275
1360
  "canonicalSignature": ":System.Boolean",
1276
1361
  "normalizedSignature": "SupportsLocation|:System.Boolean|static=false|accessor=get",
1277
1362
  "emitScope": "ClassSurface",
1363
+ "provenance": "Original",
1278
1364
  "isIndexer": false,
1279
1365
  "hasGetter": true,
1280
1366
  "hasSetter": false,
1367
+ "isStatic": false,
1368
+ "isAbstract": true,
1369
+ "isVirtual": true,
1370
+ "isOverride": false,
1371
+ "visibility": "Public",
1281
1372
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1282
1373
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1283
1374
  },
1284
1375
  {
1285
1376
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsRemote:System.Boolean",
1286
1377
  "clrName": "IsRemote",
1287
- "tsEmitName": "isRemote",
1288
1378
  "metadataToken": 385876868,
1289
1379
  "canonicalSignature": ":System.Boolean",
1290
1380
  "normalizedSignature": "IsRemote|:System.Boolean|static=false|accessor=get",
1291
1381
  "emitScope": "ClassSurface",
1382
+ "provenance": "Original",
1292
1383
  "isIndexer": false,
1293
1384
  "hasGetter": true,
1294
1385
  "hasSetter": false,
1386
+ "isStatic": false,
1387
+ "isAbstract": true,
1388
+ "isVirtual": true,
1389
+ "isOverride": false,
1390
+ "visibility": "Public",
1295
1391
  "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1296
1392
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1297
1393
  }
1298
1394
  ],
1299
1395
  "fields": [],
1300
1396
  "events": [],
1301
- "constructors": [],
1302
- "exposedMethods": [
1303
- {
1304
- "tsName": "init",
1305
- "isStatic": false,
1306
- "tsSignatureId": "Init|(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
1307
- "target": {
1308
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1309
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1310
- "metadataToken": 100665759
1311
- }
1312
- },
1313
- {
1314
- "tsName": "initForConfiguration",
1315
- "isStatic": false,
1316
- "tsSignatureId": "InitForConfiguration|(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
1317
- "target": {
1318
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1319
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1320
- "metadataToken": 100665760
1321
- }
1322
- },
1323
- {
1324
- "tsName": "isConfigRecordRequired",
1325
- "isStatic": false,
1326
- "tsSignatureId": "IsConfigRecordRequired|(System.String):System.Boolean|static=false",
1327
- "target": {
1328
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1329
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1330
- "metadataToken": 100665761
1331
- }
1332
- },
1333
- {
1334
- "tsName": "isInitDelayed",
1335
- "isStatic": false,
1336
- "tsSignatureId": "IsInitDelayed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
1337
- "target": {
1338
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1339
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1340
- "metadataToken": 100665762
1341
- }
1342
- },
1343
- {
1344
- "tsName": "requireCompleteInit",
1345
- "isStatic": false,
1346
- "tsSignatureId": "RequireCompleteInit|(System.Configuration.Internal.IInternalConfigRecord):System.Void|static=false",
1347
- "target": {
1348
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1349
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1350
- "metadataToken": 100665763
1351
- }
1352
- },
1353
- {
1354
- "tsName": "getStreamName",
1355
- "isStatic": false,
1356
- "tsSignatureId": "GetStreamName|(System.String):System.String|static=false",
1357
- "target": {
1358
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1359
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1360
- "metadataToken": 100665765
1361
- }
1362
- },
1363
- {
1364
- "tsName": "getStreamNameForConfigSource",
1365
- "isStatic": false,
1366
- "tsSignatureId": "GetStreamNameForConfigSource|(System.String,System.String):System.String|static=false",
1367
- "target": {
1368
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1369
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1370
- "metadataToken": 100665766
1371
- }
1372
- },
1373
- {
1374
- "tsName": "getStreamVersion",
1375
- "isStatic": false,
1376
- "tsSignatureId": "GetStreamVersion|(System.String):System.Object|static=false",
1377
- "target": {
1378
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1379
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1380
- "metadataToken": 100665767
1381
- }
1382
- },
1383
- {
1384
- "tsName": "openStreamForRead",
1385
- "isStatic": false,
1386
- "tsSignatureId": "OpenStreamForRead|(System.String):System.IO.Stream|static=false",
1387
- "target": {
1388
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1389
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1390
- "metadataToken": 100665768
1391
- }
1392
- },
1393
- {
1394
- "tsName": "openStreamForRead",
1395
- "isStatic": false,
1396
- "tsSignatureId": "OpenStreamForRead|(System.String,System.Boolean):System.IO.Stream|static=false",
1397
- "target": {
1398
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1399
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1400
- "metadataToken": 100665769
1401
- }
1402
- },
1403
- {
1404
- "tsName": "openStreamForWrite",
1405
- "isStatic": false,
1406
- "tsSignatureId": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026):System.IO.Stream|static=false",
1407
- "target": {
1408
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1409
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1410
- "metadataToken": 100665770
1411
- }
1412
- },
1413
- {
1414
- "tsName": "openStreamForWrite",
1415
- "isStatic": false,
1416
- "tsSignatureId": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream|static=false",
1417
- "target": {
1418
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1419
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1420
- "metadataToken": 100665771
1421
- }
1422
- },
1423
- {
1424
- "tsName": "writeCompleted",
1425
- "isStatic": false,
1426
- "tsSignatureId": "WriteCompleted|(System.String,System.Boolean,System.Object):System.Void|static=false",
1427
- "target": {
1428
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1429
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1430
- "metadataToken": 100665772
1431
- }
1432
- },
1433
- {
1434
- "tsName": "writeCompleted",
1435
- "isStatic": false,
1436
- "tsSignatureId": "WriteCompleted|(System.String,System.Boolean,System.Object,System.Boolean):System.Void|static=false",
1437
- "target": {
1438
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1439
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1440
- "metadataToken": 100665773
1441
- }
1442
- },
1443
- {
1444
- "tsName": "deleteStream",
1445
- "isStatic": false,
1446
- "tsSignatureId": "DeleteStream|(System.String):System.Void|static=false",
1447
- "target": {
1448
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1449
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1450
- "metadataToken": 100665774
1451
- }
1452
- },
1453
- {
1454
- "tsName": "startMonitoringStreamForChanges",
1455
- "isStatic": false,
1456
- "tsSignatureId": "StartMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object|static=false",
1457
- "target": {
1458
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1459
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1460
- "metadataToken": 100665776
1461
- }
1462
- },
1463
- {
1464
- "tsName": "stopMonitoringStreamForChanges",
1465
- "isStatic": false,
1466
- "tsSignatureId": "StopMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void|static=false",
1467
- "target": {
1468
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1469
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1470
- "metadataToken": 100665777
1471
- }
1472
- },
1473
- {
1474
- "tsName": "isDefinitionAllowed",
1475
- "isStatic": false,
1476
- "tsSignatureId": "IsDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean|static=false",
1477
- "target": {
1478
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1479
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1480
- "metadataToken": 100665781
1481
- }
1482
- },
1483
- {
1484
- "tsName": "verifyDefinitionAllowed",
1485
- "isStatic": false,
1486
- "tsSignatureId": "VerifyDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void|static=false",
1487
- "target": {
1488
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1489
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1490
- "metadataToken": 100665782
1491
- }
1492
- },
1493
- {
1494
- "tsName": "prefetchAll",
1495
- "isStatic": false,
1496
- "tsSignatureId": "PrefetchAll|(System.String,System.String):System.Boolean|static=false",
1497
- "target": {
1498
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1499
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1500
- "metadataToken": 100665783
1501
- }
1502
- },
1503
- {
1504
- "tsName": "createConfigurationContext",
1505
- "isStatic": false,
1506
- "tsSignatureId": "CreateConfigurationContext|(System.String,System.String):System.Object|static=false",
1507
- "target": {
1508
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1509
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1510
- "metadataToken": 100665786
1511
- }
1512
- },
1513
- {
1514
- "tsName": "decryptSection",
1515
- "isStatic": false,
1516
- "tsSignatureId": "DecryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
1517
- "target": {
1518
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1519
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1520
- "metadataToken": 100665787
1521
- }
1522
- },
1523
- {
1524
- "tsName": "getConfigType",
1525
- "isStatic": false,
1526
- "tsSignatureId": "GetConfigType|(System.String,System.Boolean):System.Type|static=false",
1527
- "target": {
1528
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1529
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1530
- "metadataToken": 100665789
1531
- }
1532
- },
1533
- {
1534
- "tsName": "getConfigTypeName",
1535
- "isStatic": false,
1536
- "tsSignatureId": "GetConfigTypeName|(System.Type):System.String|static=false",
1537
- "target": {
1538
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1539
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1540
- "metadataToken": 100665790
1541
- }
1542
- },
1543
- {
1544
- "tsName": "impersonate",
1545
- "isStatic": false,
1546
- "tsSignatureId": "Impersonate|():System.IDisposable|static=false",
1547
- "target": {
1548
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1549
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1550
- "metadataToken": 100665793
1551
- }
1552
- },
1553
- {
1554
- "tsName": "getRestrictedPermissions",
1555
- "isStatic": false,
1556
- "tsSignatureId": "GetRestrictedPermissions|(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void|static=false",
1557
- "target": {
1558
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1559
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1560
- "metadataToken": 100665794
1561
- }
1562
- }
1563
- ],
1564
- "exposedProperties": [
1565
- {
1566
- "tsName": "supportsChangeNotifications",
1567
- "isStatic": false,
1568
- "tsSignatureId": "SupportsChangeNotifications|:System.Boolean|static=false|accessor=get",
1569
- "target": {
1570
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1571
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1572
- "metadataToken": 385876864
1573
- }
1574
- },
1575
- {
1576
- "tsName": "supportsRefresh",
1577
- "isStatic": false,
1578
- "tsSignatureId": "SupportsRefresh|:System.Boolean|static=false|accessor=get",
1579
- "target": {
1580
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1581
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1582
- "metadataToken": 385876865
1583
- }
1584
- },
1585
- {
1586
- "tsName": "supportsPath",
1587
- "isStatic": false,
1588
- "tsSignatureId": "SupportsPath|:System.Boolean|static=false|accessor=get",
1589
- "target": {
1590
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1591
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1592
- "metadataToken": 385876866
1593
- }
1594
- },
1595
- {
1596
- "tsName": "supportsLocation",
1597
- "isStatic": false,
1598
- "tsSignatureId": "SupportsLocation|:System.Boolean|static=false|accessor=get",
1599
- "target": {
1600
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1601
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1602
- "metadataToken": 385876867
1603
- }
1604
- },
1605
- {
1606
- "tsName": "isRemote",
1607
- "isStatic": false,
1608
- "tsSignatureId": "IsRemote|:System.Boolean|static=false|accessor=get",
1609
- "target": {
1610
- "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1611
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1612
- "metadataToken": 385876868
1613
- }
1614
- }
1615
- ]
1397
+ "constructors": []
1616
1398
  },
1617
1399
  {
1618
1400
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord",
1619
1401
  "clrName": "System.Configuration.Internal.IInternalConfigRecord",
1620
- "tsEmitName": "IInternalConfigRecord",
1621
1402
  "assemblyName": "System.Configuration.ConfigurationManager",
1622
1403
  "metadataToken": 0,
1404
+ "kind": "Interface",
1405
+ "accessibility": "Public",
1406
+ "isAbstract": true,
1407
+ "isSealed": false,
1408
+ "isStatic": false,
1409
+ "arity": 0,
1623
1410
  "methods": [
1624
1411
  {
1625
1412
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::ThrowIfInitErrors():System.Void",
1626
1413
  "clrName": "ThrowIfInitErrors",
1627
- "tsEmitName": "throwIfInitErrors",
1628
1414
  "metadataToken": 100665802,
1629
1415
  "canonicalSignature": "():System.Void",
1630
1416
  "normalizedSignature": "ThrowIfInitErrors|():System.Void|static=false",
1631
1417
  "emitScope": "ClassSurface",
1418
+ "provenance": "Original",
1632
1419
  "arity": 0,
1633
1420
  "parameterCount": 0,
1421
+ "isStatic": false,
1422
+ "isAbstract": true,
1423
+ "isVirtual": true,
1424
+ "isOverride": false,
1425
+ "isSealed": false,
1426
+ "visibility": "Public",
1634
1427
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1635
1428
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1636
1429
  "isExtensionMethod": false
@@ -1638,13 +1431,19 @@
1638
1431
  {
1639
1432
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::GetSection(System.String):System.Object",
1640
1433
  "clrName": "GetSection",
1641
- "tsEmitName": "getSection",
1642
1434
  "metadataToken": 100665803,
1643
1435
  "canonicalSignature": "(System.String):System.Object",
1644
1436
  "normalizedSignature": "GetSection|(System.String):System.Object|static=false",
1645
1437
  "emitScope": "ClassSurface",
1438
+ "provenance": "Original",
1646
1439
  "arity": 0,
1647
1440
  "parameterCount": 1,
1441
+ "isStatic": false,
1442
+ "isAbstract": true,
1443
+ "isVirtual": true,
1444
+ "isOverride": false,
1445
+ "isSealed": false,
1446
+ "visibility": "Public",
1648
1447
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1649
1448
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1650
1449
  "isExtensionMethod": false
@@ -1652,13 +1451,19 @@
1652
1451
  {
1653
1452
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::RefreshSection(System.String):System.Void",
1654
1453
  "clrName": "RefreshSection",
1655
- "tsEmitName": "refreshSection",
1656
1454
  "metadataToken": 100665805,
1657
1455
  "canonicalSignature": "(System.String):System.Void",
1658
1456
  "normalizedSignature": "RefreshSection|(System.String):System.Void|static=false",
1659
1457
  "emitScope": "ClassSurface",
1458
+ "provenance": "Original",
1660
1459
  "arity": 0,
1661
1460
  "parameterCount": 1,
1461
+ "isStatic": false,
1462
+ "isAbstract": true,
1463
+ "isVirtual": true,
1464
+ "isOverride": false,
1465
+ "isSealed": false,
1466
+ "visibility": "Public",
1662
1467
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1663
1468
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1664
1469
  "isExtensionMethod": false
@@ -1668,131 +1473,93 @@
1668
1473
  {
1669
1474
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::ConfigPath:System.String",
1670
1475
  "clrName": "ConfigPath",
1671
- "tsEmitName": "configPath",
1672
1476
  "metadataToken": 385876872,
1673
1477
  "canonicalSignature": ":System.String",
1674
1478
  "normalizedSignature": "ConfigPath|:System.String|static=false|accessor=get",
1675
1479
  "emitScope": "ClassSurface",
1480
+ "provenance": "Original",
1676
1481
  "isIndexer": false,
1677
1482
  "hasGetter": true,
1678
1483
  "hasSetter": false,
1484
+ "isStatic": false,
1485
+ "isAbstract": true,
1486
+ "isVirtual": true,
1487
+ "isOverride": false,
1488
+ "visibility": "Public",
1679
1489
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1680
1490
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1681
1491
  },
1682
1492
  {
1683
1493
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::StreamName:System.String",
1684
1494
  "clrName": "StreamName",
1685
- "tsEmitName": "streamName",
1686
1495
  "metadataToken": 385876873,
1687
1496
  "canonicalSignature": ":System.String",
1688
1497
  "normalizedSignature": "StreamName|:System.String|static=false|accessor=get",
1689
1498
  "emitScope": "ClassSurface",
1499
+ "provenance": "Original",
1690
1500
  "isIndexer": false,
1691
1501
  "hasGetter": true,
1692
1502
  "hasSetter": false,
1503
+ "isStatic": false,
1504
+ "isAbstract": true,
1505
+ "isVirtual": true,
1506
+ "isOverride": false,
1507
+ "visibility": "Public",
1693
1508
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1694
1509
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1695
1510
  },
1696
1511
  {
1697
1512
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::HasInitErrors:System.Boolean",
1698
1513
  "clrName": "HasInitErrors",
1699
- "tsEmitName": "hasInitErrors",
1700
1514
  "metadataToken": 385876874,
1701
1515
  "canonicalSignature": ":System.Boolean",
1702
1516
  "normalizedSignature": "HasInitErrors|:System.Boolean|static=false|accessor=get",
1703
1517
  "emitScope": "ClassSurface",
1518
+ "provenance": "Original",
1704
1519
  "isIndexer": false,
1705
1520
  "hasGetter": true,
1706
1521
  "hasSetter": false,
1522
+ "isStatic": false,
1523
+ "isAbstract": true,
1524
+ "isVirtual": true,
1525
+ "isOverride": false,
1526
+ "visibility": "Public",
1707
1527
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1708
1528
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1709
1529
  }
1710
1530
  ],
1711
1531
  "fields": [],
1712
1532
  "events": [],
1713
- "constructors": [],
1714
- "exposedMethods": [
1715
- {
1716
- "tsName": "throwIfInitErrors",
1717
- "isStatic": false,
1718
- "tsSignatureId": "ThrowIfInitErrors|():System.Void|static=false",
1719
- "target": {
1720
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1721
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1722
- "metadataToken": 100665802
1723
- }
1724
- },
1725
- {
1726
- "tsName": "getSection",
1727
- "isStatic": false,
1728
- "tsSignatureId": "GetSection|(System.String):System.Object|static=false",
1729
- "target": {
1730
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1731
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1732
- "metadataToken": 100665803
1733
- }
1734
- },
1735
- {
1736
- "tsName": "refreshSection",
1737
- "isStatic": false,
1738
- "tsSignatureId": "RefreshSection|(System.String):System.Void|static=false",
1739
- "target": {
1740
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1741
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1742
- "metadataToken": 100665805
1743
- }
1744
- }
1745
- ],
1746
- "exposedProperties": [
1747
- {
1748
- "tsName": "configPath",
1749
- "isStatic": false,
1750
- "tsSignatureId": "ConfigPath|:System.String|static=false|accessor=get",
1751
- "target": {
1752
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1753
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1754
- "metadataToken": 385876872
1755
- }
1756
- },
1757
- {
1758
- "tsName": "streamName",
1759
- "isStatic": false,
1760
- "tsSignatureId": "StreamName|:System.String|static=false|accessor=get",
1761
- "target": {
1762
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1763
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1764
- "metadataToken": 385876873
1765
- }
1766
- },
1767
- {
1768
- "tsName": "hasInitErrors",
1769
- "isStatic": false,
1770
- "tsSignatureId": "HasInitErrors|:System.Boolean|static=false|accessor=get",
1771
- "target": {
1772
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1773
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1774
- "metadataToken": 385876874
1775
- }
1776
- }
1777
- ]
1533
+ "constructors": []
1778
1534
  },
1779
1535
  {
1780
1536
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot",
1781
1537
  "clrName": "System.Configuration.Internal.IInternalConfigRoot",
1782
- "tsEmitName": "IInternalConfigRoot",
1783
1538
  "assemblyName": "System.Configuration.ConfigurationManager",
1784
1539
  "metadataToken": 0,
1540
+ "kind": "Interface",
1541
+ "accessibility": "Public",
1542
+ "isAbstract": true,
1543
+ "isSealed": false,
1544
+ "isStatic": false,
1545
+ "arity": 0,
1785
1546
  "methods": [
1786
1547
  {
1787
1548
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void",
1788
1549
  "clrName": "Init",
1789
- "tsEmitName": "init",
1790
1550
  "metadataToken": 100665808,
1791
1551
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void",
1792
1552
  "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void|static=false",
1793
1553
  "emitScope": "ClassSurface",
1554
+ "provenance": "Original",
1794
1555
  "arity": 0,
1795
1556
  "parameterCount": 2,
1557
+ "isStatic": false,
1558
+ "isAbstract": true,
1559
+ "isVirtual": true,
1560
+ "isOverride": false,
1561
+ "isSealed": false,
1562
+ "visibility": "Public",
1796
1563
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1797
1564
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1798
1565
  "isExtensionMethod": false
@@ -1800,13 +1567,19 @@
1800
1567
  {
1801
1568
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetSection(System.String,System.String):System.Object",
1802
1569
  "clrName": "GetSection",
1803
- "tsEmitName": "getSection",
1804
1570
  "metadataToken": 100665813,
1805
1571
  "canonicalSignature": "(System.String,System.String):System.Object",
1806
1572
  "normalizedSignature": "GetSection|(System.String,System.String):System.Object|static=false",
1807
1573
  "emitScope": "ClassSurface",
1574
+ "provenance": "Original",
1808
1575
  "arity": 0,
1809
1576
  "parameterCount": 2,
1577
+ "isStatic": false,
1578
+ "isAbstract": true,
1579
+ "isVirtual": true,
1580
+ "isOverride": false,
1581
+ "isSealed": false,
1582
+ "visibility": "Public",
1810
1583
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1811
1584
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1812
1585
  "isExtensionMethod": false
@@ -1814,13 +1587,19 @@
1814
1587
  {
1815
1588
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetUniqueConfigPath(System.String):System.String",
1816
1589
  "clrName": "GetUniqueConfigPath",
1817
- "tsEmitName": "getUniqueConfigPath",
1818
1590
  "metadataToken": 100665814,
1819
1591
  "canonicalSignature": "(System.String):System.String",
1820
1592
  "normalizedSignature": "GetUniqueConfigPath|(System.String):System.String|static=false",
1821
1593
  "emitScope": "ClassSurface",
1594
+ "provenance": "Original",
1822
1595
  "arity": 0,
1823
1596
  "parameterCount": 1,
1597
+ "isStatic": false,
1598
+ "isAbstract": true,
1599
+ "isVirtual": true,
1600
+ "isOverride": false,
1601
+ "isSealed": false,
1602
+ "visibility": "Public",
1824
1603
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1825
1604
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1826
1605
  "isExtensionMethod": false
@@ -1828,13 +1607,19 @@
1828
1607
  {
1829
1608
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetUniqueConfigRecord(System.String):System.Configuration.Internal.IInternalConfigRecord",
1830
1609
  "clrName": "GetUniqueConfigRecord",
1831
- "tsEmitName": "getUniqueConfigRecord",
1832
1610
  "metadataToken": 100665815,
1833
1611
  "canonicalSignature": "(System.String):System.Configuration.Internal.IInternalConfigRecord",
1834
1612
  "normalizedSignature": "GetUniqueConfigRecord|(System.String):System.Configuration.Internal.IInternalConfigRecord|static=false",
1835
1613
  "emitScope": "ClassSurface",
1614
+ "provenance": "Original",
1836
1615
  "arity": 0,
1837
1616
  "parameterCount": 1,
1617
+ "isStatic": false,
1618
+ "isAbstract": true,
1619
+ "isVirtual": true,
1620
+ "isOverride": false,
1621
+ "isSealed": false,
1622
+ "visibility": "Public",
1838
1623
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1839
1624
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1840
1625
  "isExtensionMethod": false
@@ -1842,13 +1627,19 @@
1842
1627
  {
1843
1628
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::RemoveConfig(System.String):System.Void",
1844
1629
  "clrName": "RemoveConfig",
1845
- "tsEmitName": "removeConfig",
1846
1630
  "metadataToken": 100665817,
1847
1631
  "canonicalSignature": "(System.String):System.Void",
1848
1632
  "normalizedSignature": "RemoveConfig|(System.String):System.Void|static=false",
1849
1633
  "emitScope": "ClassSurface",
1634
+ "provenance": "Original",
1850
1635
  "arity": 0,
1851
1636
  "parameterCount": 1,
1637
+ "isStatic": false,
1638
+ "isAbstract": true,
1639
+ "isVirtual": true,
1640
+ "isOverride": false,
1641
+ "isSealed": false,
1642
+ "visibility": "Public",
1852
1643
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1853
1644
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1854
1645
  "isExtensionMethod": false
@@ -1858,14 +1649,19 @@
1858
1649
  {
1859
1650
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::IsDesignTime:System.Boolean",
1860
1651
  "clrName": "IsDesignTime",
1861
- "tsEmitName": "isDesignTime",
1862
1652
  "metadataToken": 385876875,
1863
1653
  "canonicalSignature": ":System.Boolean",
1864
1654
  "normalizedSignature": "IsDesignTime|:System.Boolean|static=false|accessor=get",
1865
1655
  "emitScope": "ClassSurface",
1656
+ "provenance": "Original",
1866
1657
  "isIndexer": false,
1867
1658
  "hasGetter": true,
1868
1659
  "hasSetter": false,
1660
+ "isStatic": false,
1661
+ "isAbstract": true,
1662
+ "isVirtual": true,
1663
+ "isOverride": false,
1664
+ "visibility": "Public",
1869
1665
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1870
1666
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1871
1667
  }
@@ -1875,109 +1671,44 @@
1875
1671
  {
1876
1672
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::ConfigChangedSystem.Configuration.Internal.InternalConfigEventHandler",
1877
1673
  "clrName": "ConfigChanged",
1878
- "tsEmitName": "configChanged",
1879
1674
  "metadataToken": 335544325,
1880
1675
  "normalizedSignature": "ConfigChanged|System.Configuration.Internal.InternalConfigEventHandler|static=false",
1881
1676
  "isStatic": false,
1677
+ "visibility": "Public",
1882
1678
  "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1883
1679
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1884
1680
  }
1885
1681
  ],
1886
- "constructors": [],
1887
- "exposedMethods": [
1888
- {
1889
- "tsName": "init",
1890
- "isStatic": false,
1891
- "tsSignatureId": "Init|(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void|static=false",
1892
- "target": {
1893
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1894
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1895
- "metadataToken": 100665808
1896
- }
1897
- },
1898
- {
1899
- "tsName": "getSection",
1900
- "isStatic": false,
1901
- "tsSignatureId": "GetSection|(System.String,System.String):System.Object|static=false",
1902
- "target": {
1903
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1904
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1905
- "metadataToken": 100665813
1906
- }
1907
- },
1908
- {
1909
- "tsName": "getUniqueConfigPath",
1910
- "isStatic": false,
1911
- "tsSignatureId": "GetUniqueConfigPath|(System.String):System.String|static=false",
1912
- "target": {
1913
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1914
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1915
- "metadataToken": 100665814
1916
- }
1917
- },
1918
- {
1919
- "tsName": "getUniqueConfigRecord",
1920
- "isStatic": false,
1921
- "tsSignatureId": "GetUniqueConfigRecord|(System.String):System.Configuration.Internal.IInternalConfigRecord|static=false",
1922
- "target": {
1923
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1924
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1925
- "metadataToken": 100665815
1926
- }
1927
- },
1928
- {
1929
- "tsName": "removeConfig",
1930
- "isStatic": false,
1931
- "tsSignatureId": "RemoveConfig|(System.String):System.Void|static=false",
1932
- "target": {
1933
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1934
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1935
- "metadataToken": 100665817
1936
- }
1937
- }
1938
- ],
1939
- "exposedProperties": [
1940
- {
1941
- "tsName": "isDesignTime",
1942
- "isStatic": false,
1943
- "tsSignatureId": "IsDesignTime|:System.Boolean|static=false|accessor=get",
1944
- "target": {
1945
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1946
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1947
- "metadataToken": 385876875
1948
- }
1949
- }
1950
- ],
1951
- "exposedEvents": [
1952
- {
1953
- "tsName": "configChanged",
1954
- "isStatic": false,
1955
- "tsSignatureId": "ConfigChanged|System.Configuration.Internal.InternalConfigEventHandler|static=false",
1956
- "target": {
1957
- "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1958
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1959
- "metadataToken": 335544325
1960
- }
1961
- }
1962
- ]
1682
+ "constructors": []
1963
1683
  },
1964
1684
  {
1965
1685
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory",
1966
1686
  "clrName": "System.Configuration.Internal.IInternalConfigSettingsFactory",
1967
- "tsEmitName": "IInternalConfigSettingsFactory",
1968
1687
  "assemblyName": "System.Configuration.ConfigurationManager",
1969
1688
  "metadataToken": 0,
1689
+ "kind": "Interface",
1690
+ "accessibility": "Public",
1691
+ "isAbstract": true,
1692
+ "isSealed": false,
1693
+ "isStatic": false,
1694
+ "arity": 0,
1970
1695
  "methods": [
1971
1696
  {
1972
1697
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory::SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void",
1973
1698
  "clrName": "SetConfigurationSystem",
1974
- "tsEmitName": "setConfigurationSystem",
1975
1699
  "metadataToken": 100665818,
1976
1700
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void",
1977
1701
  "normalizedSignature": "SetConfigurationSystem|(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void|static=false",
1978
1702
  "emitScope": "ClassSurface",
1703
+ "provenance": "Original",
1979
1704
  "arity": 0,
1980
1705
  "parameterCount": 2,
1706
+ "isStatic": false,
1707
+ "isAbstract": true,
1708
+ "isVirtual": true,
1709
+ "isOverride": false,
1710
+ "isSealed": false,
1711
+ "visibility": "Public",
1981
1712
  "declaringClrType": "System.Configuration.Internal.IInternalConfigSettingsFactory",
1982
1713
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1983
1714
  "isExtensionMethod": false
@@ -1985,13 +1716,19 @@
1985
1716
  {
1986
1717
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory::CompleteInit():System.Void",
1987
1718
  "clrName": "CompleteInit",
1988
- "tsEmitName": "completeInit",
1989
1719
  "metadataToken": 100665819,
1990
1720
  "canonicalSignature": "():System.Void",
1991
1721
  "normalizedSignature": "CompleteInit|():System.Void|static=false",
1992
1722
  "emitScope": "ClassSurface",
1723
+ "provenance": "Original",
1993
1724
  "arity": 0,
1994
1725
  "parameterCount": 0,
1726
+ "isStatic": false,
1727
+ "isAbstract": true,
1728
+ "isVirtual": true,
1729
+ "isOverride": false,
1730
+ "isSealed": false,
1731
+ "visibility": "Public",
1995
1732
  "declaringClrType": "System.Configuration.Internal.IInternalConfigSettingsFactory",
1996
1733
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1997
1734
  "isExtensionMethod": false
@@ -2000,47 +1737,36 @@
2000
1737
  "properties": [],
2001
1738
  "fields": [],
2002
1739
  "events": [],
2003
- "constructors": [],
2004
- "exposedMethods": [
2005
- {
2006
- "tsName": "setConfigurationSystem",
2007
- "isStatic": false,
2008
- "tsSignatureId": "SetConfigurationSystem|(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void|static=false",
2009
- "target": {
2010
- "declaringClrType": "System.Configuration.Internal.IInternalConfigSettingsFactory",
2011
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2012
- "metadataToken": 100665818
2013
- }
2014
- },
2015
- {
2016
- "tsName": "completeInit",
2017
- "isStatic": false,
2018
- "tsSignatureId": "CompleteInit|():System.Void|static=false",
2019
- "target": {
2020
- "declaringClrType": "System.Configuration.Internal.IInternalConfigSettingsFactory",
2021
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2022
- "metadataToken": 100665819
2023
- }
2024
- }
2025
- ]
1740
+ "constructors": []
2026
1741
  },
2027
1742
  {
2028
1743
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem",
2029
1744
  "clrName": "System.Configuration.Internal.IInternalConfigSystem",
2030
- "tsEmitName": "IInternalConfigSystem",
2031
1745
  "assemblyName": "System.Configuration.ConfigurationManager",
2032
1746
  "metadataToken": 0,
1747
+ "kind": "Interface",
1748
+ "accessibility": "Public",
1749
+ "isAbstract": true,
1750
+ "isSealed": false,
1751
+ "isStatic": false,
1752
+ "arity": 0,
2033
1753
  "methods": [
2034
1754
  {
2035
1755
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::GetSection(System.String):System.Object",
2036
1756
  "clrName": "GetSection",
2037
- "tsEmitName": "getSection",
2038
1757
  "metadataToken": 100665821,
2039
1758
  "canonicalSignature": "(System.String):System.Object",
2040
1759
  "normalizedSignature": "GetSection|(System.String):System.Object|static=false",
2041
1760
  "emitScope": "ClassSurface",
1761
+ "provenance": "Original",
2042
1762
  "arity": 0,
2043
1763
  "parameterCount": 1,
1764
+ "isStatic": false,
1765
+ "isAbstract": true,
1766
+ "isVirtual": true,
1767
+ "isOverride": false,
1768
+ "isSealed": false,
1769
+ "visibility": "Public",
2044
1770
  "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2045
1771
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2046
1772
  "isExtensionMethod": false
@@ -2048,13 +1774,19 @@
2048
1774
  {
2049
1775
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::RefreshConfig(System.String):System.Void",
2050
1776
  "clrName": "RefreshConfig",
2051
- "tsEmitName": "refreshConfig",
2052
1777
  "metadataToken": 100665822,
2053
1778
  "canonicalSignature": "(System.String):System.Void",
2054
1779
  "normalizedSignature": "RefreshConfig|(System.String):System.Void|static=false",
2055
1780
  "emitScope": "ClassSurface",
1781
+ "provenance": "Original",
2056
1782
  "arity": 0,
2057
1783
  "parameterCount": 1,
1784
+ "isStatic": false,
1785
+ "isAbstract": true,
1786
+ "isVirtual": true,
1787
+ "isOverride": false,
1788
+ "isSealed": false,
1789
+ "visibility": "Public",
2058
1790
  "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2059
1791
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2060
1792
  "isExtensionMethod": false
@@ -2064,73 +1796,59 @@
2064
1796
  {
2065
1797
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::SupportsUserConfig:System.Boolean",
2066
1798
  "clrName": "SupportsUserConfig",
2067
- "tsEmitName": "supportsUserConfig",
2068
1799
  "metadataToken": 385876876,
2069
1800
  "canonicalSignature": ":System.Boolean",
2070
1801
  "normalizedSignature": "SupportsUserConfig|:System.Boolean|static=false|accessor=get",
2071
1802
  "emitScope": "ClassSurface",
1803
+ "provenance": "Original",
2072
1804
  "isIndexer": false,
2073
1805
  "hasGetter": true,
2074
1806
  "hasSetter": false,
1807
+ "isStatic": false,
1808
+ "isAbstract": true,
1809
+ "isVirtual": true,
1810
+ "isOverride": false,
1811
+ "visibility": "Public",
2075
1812
  "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2076
1813
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2077
1814
  }
2078
1815
  ],
2079
1816
  "fields": [],
2080
1817
  "events": [],
2081
- "constructors": [],
2082
- "exposedMethods": [
2083
- {
2084
- "tsName": "getSection",
2085
- "isStatic": false,
2086
- "tsSignatureId": "GetSection|(System.String):System.Object|static=false",
2087
- "target": {
2088
- "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2089
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2090
- "metadataToken": 100665821
2091
- }
2092
- },
2093
- {
2094
- "tsName": "refreshConfig",
2095
- "isStatic": false,
2096
- "tsSignatureId": "RefreshConfig|(System.String):System.Void|static=false",
2097
- "target": {
2098
- "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2099
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2100
- "metadataToken": 100665822
2101
- }
2102
- }
2103
- ],
2104
- "exposedProperties": [
2105
- {
2106
- "tsName": "supportsUserConfig",
2107
- "isStatic": false,
2108
- "tsSignatureId": "SupportsUserConfig|:System.Boolean|static=false|accessor=get",
2109
- "target": {
2110
- "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2111
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2112
- "metadataToken": 385876876
2113
- }
2114
- }
2115
- ]
1818
+ "constructors": []
2116
1819
  },
2117
1820
  {
2118
1821
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost",
2119
1822
  "clrName": "System.Configuration.Internal.DelegatingConfigHost",
2120
- "tsEmitName": "DelegatingConfigHost",
2121
1823
  "assemblyName": "System.Configuration.ConfigurationManager",
2122
1824
  "metadataToken": 0,
1825
+ "kind": "Class",
1826
+ "accessibility": "Public",
1827
+ "isAbstract": false,
1828
+ "isSealed": false,
1829
+ "isStatic": false,
1830
+ "arity": 0,
1831
+ "baseType": {
1832
+ "stableId": "System.Private.CoreLib:System.Object",
1833
+ "clrName": "System.Object"
1834
+ },
2123
1835
  "methods": [
2124
1836
  {
2125
1837
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
2126
1838
  "clrName": "Init",
2127
- "tsEmitName": "init",
2128
1839
  "metadataToken": 100665680,
2129
1840
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
2130
1841
  "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
2131
1842
  "emitScope": "ClassSurface",
1843
+ "provenance": "Original",
2132
1844
  "arity": 0,
2133
1845
  "parameterCount": 2,
1846
+ "isStatic": false,
1847
+ "isAbstract": false,
1848
+ "isVirtual": true,
1849
+ "isOverride": false,
1850
+ "isSealed": false,
1851
+ "visibility": "Public",
2134
1852
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2135
1853
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2136
1854
  "isExtensionMethod": false
@@ -2138,13 +1856,19 @@
2138
1856
  {
2139
1857
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::InitForConfiguration(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
2140
1858
  "clrName": "InitForConfiguration",
2141
- "tsEmitName": "initForConfiguration",
2142
1859
  "metadataToken": 100665681,
2143
1860
  "canonicalSignature": "(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
2144
1861
  "normalizedSignature": "InitForConfiguration|(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
2145
1862
  "emitScope": "ClassSurface",
1863
+ "provenance": "Original",
2146
1864
  "arity": 0,
2147
1865
  "parameterCount": 5,
1866
+ "isStatic": false,
1867
+ "isAbstract": false,
1868
+ "isVirtual": true,
1869
+ "isOverride": false,
1870
+ "isSealed": false,
1871
+ "visibility": "Public",
2148
1872
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2149
1873
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2150
1874
  "isExtensionMethod": false,
@@ -2166,13 +1890,19 @@
2166
1890
  {
2167
1891
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsConfigRecordRequired(System.String):System.Boolean",
2168
1892
  "clrName": "IsConfigRecordRequired",
2169
- "tsEmitName": "isConfigRecordRequired",
2170
1893
  "metadataToken": 100665682,
2171
1894
  "canonicalSignature": "(System.String):System.Boolean",
2172
1895
  "normalizedSignature": "IsConfigRecordRequired|(System.String):System.Boolean|static=false",
2173
1896
  "emitScope": "ClassSurface",
1897
+ "provenance": "Original",
2174
1898
  "arity": 0,
2175
1899
  "parameterCount": 1,
1900
+ "isStatic": false,
1901
+ "isAbstract": false,
1902
+ "isVirtual": true,
1903
+ "isOverride": false,
1904
+ "isSealed": false,
1905
+ "visibility": "Public",
2176
1906
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2177
1907
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2178
1908
  "isExtensionMethod": false
@@ -2180,13 +1910,19 @@
2180
1910
  {
2181
1911
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2182
1912
  "clrName": "IsInitDelayed",
2183
- "tsEmitName": "isInitDelayed",
2184
1913
  "metadataToken": 100665683,
2185
1914
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2186
1915
  "normalizedSignature": "IsInitDelayed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
2187
1916
  "emitScope": "ClassSurface",
1917
+ "provenance": "Original",
2188
1918
  "arity": 0,
2189
1919
  "parameterCount": 1,
1920
+ "isStatic": false,
1921
+ "isAbstract": false,
1922
+ "isVirtual": true,
1923
+ "isOverride": false,
1924
+ "isSealed": false,
1925
+ "visibility": "Public",
2190
1926
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2191
1927
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2192
1928
  "isExtensionMethod": false
@@ -2194,13 +1930,19 @@
2194
1930
  {
2195
1931
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord):System.Void",
2196
1932
  "clrName": "RequireCompleteInit",
2197
- "tsEmitName": "requireCompleteInit",
2198
1933
  "metadataToken": 100665684,
2199
1934
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Void",
2200
1935
  "normalizedSignature": "RequireCompleteInit|(System.Configuration.Internal.IInternalConfigRecord):System.Void|static=false",
2201
1936
  "emitScope": "ClassSurface",
1937
+ "provenance": "Original",
2202
1938
  "arity": 0,
2203
1939
  "parameterCount": 1,
1940
+ "isStatic": false,
1941
+ "isAbstract": false,
1942
+ "isVirtual": true,
1943
+ "isOverride": false,
1944
+ "isSealed": false,
1945
+ "visibility": "Public",
2204
1946
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2205
1947
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2206
1948
  "isExtensionMethod": false
@@ -2208,13 +1950,19 @@
2208
1950
  {
2209
1951
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsSecondaryRoot(System.String):System.Boolean",
2210
1952
  "clrName": "IsSecondaryRoot",
2211
- "tsEmitName": "isSecondaryRoot",
2212
1953
  "metadataToken": 100665685,
2213
1954
  "canonicalSignature": "(System.String):System.Boolean",
2214
1955
  "normalizedSignature": "IsSecondaryRoot|(System.String):System.Boolean|static=false",
2215
1956
  "emitScope": "ClassSurface",
1957
+ "provenance": "Original",
2216
1958
  "arity": 0,
2217
1959
  "parameterCount": 1,
1960
+ "isStatic": false,
1961
+ "isAbstract": false,
1962
+ "isVirtual": true,
1963
+ "isOverride": false,
1964
+ "isSealed": false,
1965
+ "visibility": "Public",
2218
1966
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2219
1967
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2220
1968
  "isExtensionMethod": false
@@ -2222,13 +1970,19 @@
2222
1970
  {
2223
1971
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamName(System.String):System.String",
2224
1972
  "clrName": "GetStreamName",
2225
- "tsEmitName": "getStreamName",
2226
1973
  "metadataToken": 100665686,
2227
1974
  "canonicalSignature": "(System.String):System.String",
2228
1975
  "normalizedSignature": "GetStreamName|(System.String):System.String|static=false",
2229
1976
  "emitScope": "ClassSurface",
1977
+ "provenance": "Original",
2230
1978
  "arity": 0,
2231
1979
  "parameterCount": 1,
1980
+ "isStatic": false,
1981
+ "isAbstract": false,
1982
+ "isVirtual": true,
1983
+ "isOverride": false,
1984
+ "isSealed": false,
1985
+ "visibility": "Public",
2232
1986
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2233
1987
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2234
1988
  "isExtensionMethod": false
@@ -2236,13 +1990,19 @@
2236
1990
  {
2237
1991
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamNameForConfigSource(System.String,System.String):System.String",
2238
1992
  "clrName": "GetStreamNameForConfigSource",
2239
- "tsEmitName": "getStreamNameForConfigSource",
2240
1993
  "metadataToken": 100665687,
2241
1994
  "canonicalSignature": "(System.String,System.String):System.String",
2242
1995
  "normalizedSignature": "GetStreamNameForConfigSource|(System.String,System.String):System.String|static=false",
2243
1996
  "emitScope": "ClassSurface",
1997
+ "provenance": "Original",
2244
1998
  "arity": 0,
2245
1999
  "parameterCount": 2,
2000
+ "isStatic": false,
2001
+ "isAbstract": false,
2002
+ "isVirtual": true,
2003
+ "isOverride": false,
2004
+ "isSealed": false,
2005
+ "visibility": "Public",
2246
2006
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2247
2007
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2248
2008
  "isExtensionMethod": false
@@ -2250,13 +2010,19 @@
2250
2010
  {
2251
2011
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamVersion(System.String):System.Object",
2252
2012
  "clrName": "GetStreamVersion",
2253
- "tsEmitName": "getStreamVersion",
2254
2013
  "metadataToken": 100665688,
2255
2014
  "canonicalSignature": "(System.String):System.Object",
2256
2015
  "normalizedSignature": "GetStreamVersion|(System.String):System.Object|static=false",
2257
2016
  "emitScope": "ClassSurface",
2017
+ "provenance": "Original",
2258
2018
  "arity": 0,
2259
2019
  "parameterCount": 1,
2020
+ "isStatic": false,
2021
+ "isAbstract": false,
2022
+ "isVirtual": true,
2023
+ "isOverride": false,
2024
+ "isSealed": false,
2025
+ "visibility": "Public",
2260
2026
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2261
2027
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2262
2028
  "isExtensionMethod": false
@@ -2264,13 +2030,19 @@
2264
2030
  {
2265
2031
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForRead(System.String):System.IO.Stream",
2266
2032
  "clrName": "OpenStreamForRead",
2267
- "tsEmitName": "openStreamForRead",
2268
2033
  "metadataToken": 100665689,
2269
2034
  "canonicalSignature": "(System.String):System.IO.Stream",
2270
2035
  "normalizedSignature": "OpenStreamForRead|(System.String):System.IO.Stream|static=false",
2271
2036
  "emitScope": "ClassSurface",
2037
+ "provenance": "Original",
2272
2038
  "arity": 0,
2273
2039
  "parameterCount": 1,
2040
+ "isStatic": false,
2041
+ "isAbstract": false,
2042
+ "isVirtual": true,
2043
+ "isOverride": false,
2044
+ "isSealed": false,
2045
+ "visibility": "Public",
2274
2046
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2275
2047
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2276
2048
  "isExtensionMethod": false
@@ -2278,13 +2050,19 @@
2278
2050
  {
2279
2051
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForRead(System.String,System.Boolean):System.IO.Stream",
2280
2052
  "clrName": "OpenStreamForRead",
2281
- "tsEmitName": "openStreamForRead",
2282
2053
  "metadataToken": 100665690,
2283
2054
  "canonicalSignature": "(System.String,System.Boolean):System.IO.Stream",
2284
2055
  "normalizedSignature": "OpenStreamForRead|(System.String,System.Boolean):System.IO.Stream|static=false",
2285
2056
  "emitScope": "ClassSurface",
2057
+ "provenance": "Original",
2286
2058
  "arity": 0,
2287
2059
  "parameterCount": 2,
2060
+ "isStatic": false,
2061
+ "isAbstract": false,
2062
+ "isVirtual": true,
2063
+ "isOverride": false,
2064
+ "isSealed": false,
2065
+ "visibility": "Public",
2288
2066
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2289
2067
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2290
2068
  "isExtensionMethod": false
@@ -2292,13 +2070,19 @@
2292
2070
  {
2293
2071
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026):System.IO.Stream",
2294
2072
  "clrName": "OpenStreamForWrite",
2295
- "tsEmitName": "openStreamForWrite",
2296
2073
  "metadataToken": 100665691,
2297
2074
  "canonicalSignature": "(System.String,System.String,System.Object\u0026):System.IO.Stream",
2298
2075
  "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026):System.IO.Stream|static=false",
2299
2076
  "emitScope": "ClassSurface",
2077
+ "provenance": "Original",
2300
2078
  "arity": 0,
2301
2079
  "parameterCount": 3,
2080
+ "isStatic": false,
2081
+ "isAbstract": false,
2082
+ "isVirtual": true,
2083
+ "isOverride": false,
2084
+ "isSealed": false,
2085
+ "visibility": "Public",
2302
2086
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2303
2087
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2304
2088
  "isExtensionMethod": false,
@@ -2312,13 +2096,19 @@
2312
2096
  {
2313
2097
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
2314
2098
  "clrName": "OpenStreamForWrite",
2315
- "tsEmitName": "openStreamForWrite",
2316
2099
  "metadataToken": 100665692,
2317
2100
  "canonicalSignature": "(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
2318
2101
  "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream|static=false",
2319
2102
  "emitScope": "ClassSurface",
2103
+ "provenance": "Original",
2320
2104
  "arity": 0,
2321
2105
  "parameterCount": 4,
2106
+ "isStatic": false,
2107
+ "isAbstract": false,
2108
+ "isVirtual": true,
2109
+ "isOverride": false,
2110
+ "isSealed": false,
2111
+ "visibility": "Public",
2322
2112
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2323
2113
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2324
2114
  "isExtensionMethod": false,
@@ -2332,13 +2122,19 @@
2332
2122
  {
2333
2123
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::WriteCompleted(System.String,System.Boolean,System.Object):System.Void",
2334
2124
  "clrName": "WriteCompleted",
2335
- "tsEmitName": "writeCompleted",
2336
2125
  "metadataToken": 100665693,
2337
2126
  "canonicalSignature": "(System.String,System.Boolean,System.Object):System.Void",
2338
2127
  "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object):System.Void|static=false",
2339
2128
  "emitScope": "ClassSurface",
2129
+ "provenance": "Original",
2340
2130
  "arity": 0,
2341
2131
  "parameterCount": 3,
2132
+ "isStatic": false,
2133
+ "isAbstract": false,
2134
+ "isVirtual": true,
2135
+ "isOverride": false,
2136
+ "isSealed": false,
2137
+ "visibility": "Public",
2342
2138
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2343
2139
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2344
2140
  "isExtensionMethod": false
@@ -2346,13 +2142,19 @@
2346
2142
  {
2347
2143
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
2348
2144
  "clrName": "WriteCompleted",
2349
- "tsEmitName": "writeCompleted",
2350
2145
  "metadataToken": 100665694,
2351
2146
  "canonicalSignature": "(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
2352
2147
  "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object,System.Boolean):System.Void|static=false",
2353
2148
  "emitScope": "ClassSurface",
2149
+ "provenance": "Original",
2354
2150
  "arity": 0,
2355
2151
  "parameterCount": 4,
2152
+ "isStatic": false,
2153
+ "isAbstract": false,
2154
+ "isVirtual": true,
2155
+ "isOverride": false,
2156
+ "isSealed": false,
2157
+ "visibility": "Public",
2356
2158
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2357
2159
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2358
2160
  "isExtensionMethod": false
@@ -2360,13 +2162,19 @@
2360
2162
  {
2361
2163
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::DeleteStream(System.String):System.Void",
2362
2164
  "clrName": "DeleteStream",
2363
- "tsEmitName": "deleteStream",
2364
2165
  "metadataToken": 100665695,
2365
2166
  "canonicalSignature": "(System.String):System.Void",
2366
2167
  "normalizedSignature": "DeleteStream|(System.String):System.Void|static=false",
2367
2168
  "emitScope": "ClassSurface",
2169
+ "provenance": "Original",
2368
2170
  "arity": 0,
2369
2171
  "parameterCount": 1,
2172
+ "isStatic": false,
2173
+ "isAbstract": false,
2174
+ "isVirtual": true,
2175
+ "isOverride": false,
2176
+ "isSealed": false,
2177
+ "visibility": "Public",
2370
2178
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2371
2179
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2372
2180
  "isExtensionMethod": false
@@ -2374,13 +2182,19 @@
2374
2182
  {
2375
2183
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsFile(System.String):System.Boolean",
2376
2184
  "clrName": "IsFile",
2377
- "tsEmitName": "isFile",
2378
2185
  "metadataToken": 100665696,
2379
2186
  "canonicalSignature": "(System.String):System.Boolean",
2380
2187
  "normalizedSignature": "IsFile|(System.String):System.Boolean|static=false",
2381
2188
  "emitScope": "ClassSurface",
2189
+ "provenance": "Original",
2382
2190
  "arity": 0,
2383
2191
  "parameterCount": 1,
2192
+ "isStatic": false,
2193
+ "isAbstract": false,
2194
+ "isVirtual": true,
2195
+ "isOverride": false,
2196
+ "isSealed": false,
2197
+ "visibility": "Public",
2384
2198
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2385
2199
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2386
2200
  "isExtensionMethod": false
@@ -2388,13 +2202,19 @@
2388
2202
  {
2389
2203
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
2390
2204
  "clrName": "StartMonitoringStreamForChanges",
2391
- "tsEmitName": "startMonitoringStreamForChanges",
2392
2205
  "metadataToken": 100665698,
2393
2206
  "canonicalSignature": "(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
2394
2207
  "normalizedSignature": "StartMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object|static=false",
2395
2208
  "emitScope": "ClassSurface",
2209
+ "provenance": "Original",
2396
2210
  "arity": 0,
2397
2211
  "parameterCount": 2,
2212
+ "isStatic": false,
2213
+ "isAbstract": false,
2214
+ "isVirtual": true,
2215
+ "isOverride": false,
2216
+ "isSealed": false,
2217
+ "visibility": "Public",
2398
2218
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2399
2219
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2400
2220
  "isExtensionMethod": false
@@ -2402,13 +2222,19 @@
2402
2222
  {
2403
2223
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
2404
2224
  "clrName": "StopMonitoringStreamForChanges",
2405
- "tsEmitName": "stopMonitoringStreamForChanges",
2406
2225
  "metadataToken": 100665699,
2407
2226
  "canonicalSignature": "(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
2408
2227
  "normalizedSignature": "StopMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void|static=false",
2409
2228
  "emitScope": "ClassSurface",
2229
+ "provenance": "Original",
2410
2230
  "arity": 0,
2411
2231
  "parameterCount": 2,
2232
+ "isStatic": false,
2233
+ "isAbstract": false,
2234
+ "isVirtual": true,
2235
+ "isOverride": false,
2236
+ "isSealed": false,
2237
+ "visibility": "Public",
2412
2238
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2413
2239
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2414
2240
  "isExtensionMethod": false
@@ -2416,13 +2242,19 @@
2416
2242
  {
2417
2243
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsAboveApplication(System.String):System.Boolean",
2418
2244
  "clrName": "IsAboveApplication",
2419
- "tsEmitName": "isAboveApplication",
2420
2245
  "metadataToken": 100665703,
2421
2246
  "canonicalSignature": "(System.String):System.Boolean",
2422
2247
  "normalizedSignature": "IsAboveApplication|(System.String):System.Boolean|static=false",
2423
2248
  "emitScope": "ClassSurface",
2249
+ "provenance": "Original",
2424
2250
  "arity": 0,
2425
2251
  "parameterCount": 1,
2252
+ "isStatic": false,
2253
+ "isAbstract": false,
2254
+ "isVirtual": true,
2255
+ "isOverride": false,
2256
+ "isSealed": false,
2257
+ "visibility": "Public",
2426
2258
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2427
2259
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2428
2260
  "isExtensionMethod": false
@@ -2430,13 +2262,19 @@
2430
2262
  {
2431
2263
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
2432
2264
  "clrName": "IsDefinitionAllowed",
2433
- "tsEmitName": "isDefinitionAllowed",
2434
2265
  "metadataToken": 100665704,
2435
2266
  "canonicalSignature": "(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
2436
2267
  "normalizedSignature": "IsDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean|static=false",
2437
2268
  "emitScope": "ClassSurface",
2269
+ "provenance": "Original",
2438
2270
  "arity": 0,
2439
2271
  "parameterCount": 3,
2272
+ "isStatic": false,
2273
+ "isAbstract": false,
2274
+ "isVirtual": true,
2275
+ "isOverride": false,
2276
+ "isSealed": false,
2277
+ "visibility": "Public",
2440
2278
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2441
2279
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2442
2280
  "isExtensionMethod": false
@@ -2444,13 +2282,19 @@
2444
2282
  {
2445
2283
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
2446
2284
  "clrName": "VerifyDefinitionAllowed",
2447
- "tsEmitName": "verifyDefinitionAllowed",
2448
2285
  "metadataToken": 100665705,
2449
2286
  "canonicalSignature": "(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
2450
2287
  "normalizedSignature": "VerifyDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void|static=false",
2451
2288
  "emitScope": "ClassSurface",
2289
+ "provenance": "Original",
2452
2290
  "arity": 0,
2453
2291
  "parameterCount": 4,
2292
+ "isStatic": false,
2293
+ "isAbstract": false,
2294
+ "isVirtual": true,
2295
+ "isOverride": false,
2296
+ "isSealed": false,
2297
+ "visibility": "Public",
2454
2298
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2455
2299
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2456
2300
  "isExtensionMethod": false
@@ -2458,13 +2302,19 @@
2458
2302
  {
2459
2303
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigPathFromLocationSubPath(System.String,System.String):System.String",
2460
2304
  "clrName": "GetConfigPathFromLocationSubPath",
2461
- "tsEmitName": "getConfigPathFromLocationSubPath",
2462
2305
  "metadataToken": 100665706,
2463
2306
  "canonicalSignature": "(System.String,System.String):System.String",
2464
2307
  "normalizedSignature": "GetConfigPathFromLocationSubPath|(System.String,System.String):System.String|static=false",
2465
2308
  "emitScope": "ClassSurface",
2309
+ "provenance": "Original",
2466
2310
  "arity": 0,
2467
2311
  "parameterCount": 2,
2312
+ "isStatic": false,
2313
+ "isAbstract": false,
2314
+ "isVirtual": true,
2315
+ "isOverride": false,
2316
+ "isSealed": false,
2317
+ "visibility": "Public",
2468
2318
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2469
2319
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2470
2320
  "isExtensionMethod": false
@@ -2472,13 +2322,19 @@
2472
2322
  {
2473
2323
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsLocationApplicable(System.String):System.Boolean",
2474
2324
  "clrName": "IsLocationApplicable",
2475
- "tsEmitName": "isLocationApplicable",
2476
2325
  "metadataToken": 100665707,
2477
2326
  "canonicalSignature": "(System.String):System.Boolean",
2478
2327
  "normalizedSignature": "IsLocationApplicable|(System.String):System.Boolean|static=false",
2479
2328
  "emitScope": "ClassSurface",
2329
+ "provenance": "Original",
2480
2330
  "arity": 0,
2481
2331
  "parameterCount": 1,
2332
+ "isStatic": false,
2333
+ "isAbstract": false,
2334
+ "isVirtual": true,
2335
+ "isOverride": false,
2336
+ "isSealed": false,
2337
+ "visibility": "Public",
2482
2338
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2483
2339
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2484
2340
  "isExtensionMethod": false
@@ -2486,13 +2342,19 @@
2486
2342
  {
2487
2343
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::PrefetchAll(System.String,System.String):System.Boolean",
2488
2344
  "clrName": "PrefetchAll",
2489
- "tsEmitName": "prefetchAll",
2490
2345
  "metadataToken": 100665708,
2491
2346
  "canonicalSignature": "(System.String,System.String):System.Boolean",
2492
2347
  "normalizedSignature": "PrefetchAll|(System.String,System.String):System.Boolean|static=false",
2493
2348
  "emitScope": "ClassSurface",
2349
+ "provenance": "Original",
2494
2350
  "arity": 0,
2495
2351
  "parameterCount": 2,
2352
+ "isStatic": false,
2353
+ "isAbstract": false,
2354
+ "isVirtual": true,
2355
+ "isOverride": false,
2356
+ "isSealed": false,
2357
+ "visibility": "Public",
2496
2358
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2497
2359
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2498
2360
  "isExtensionMethod": false
@@ -2500,13 +2362,19 @@
2500
2362
  {
2501
2363
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::PrefetchSection(System.String,System.String):System.Boolean",
2502
2364
  "clrName": "PrefetchSection",
2503
- "tsEmitName": "prefetchSection",
2504
2365
  "metadataToken": 100665709,
2505
2366
  "canonicalSignature": "(System.String,System.String):System.Boolean",
2506
2367
  "normalizedSignature": "PrefetchSection|(System.String,System.String):System.Boolean|static=false",
2507
2368
  "emitScope": "ClassSurface",
2369
+ "provenance": "Original",
2508
2370
  "arity": 0,
2509
2371
  "parameterCount": 2,
2372
+ "isStatic": false,
2373
+ "isAbstract": false,
2374
+ "isVirtual": true,
2375
+ "isOverride": false,
2376
+ "isSealed": false,
2377
+ "visibility": "Public",
2510
2378
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2511
2379
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2512
2380
  "isExtensionMethod": false
@@ -2514,13 +2382,19 @@
2514
2382
  {
2515
2383
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::CreateDeprecatedConfigContext(System.String):System.Object",
2516
2384
  "clrName": "CreateDeprecatedConfigContext",
2517
- "tsEmitName": "createDeprecatedConfigContext",
2518
2385
  "metadataToken": 100665710,
2519
2386
  "canonicalSignature": "(System.String):System.Object",
2520
2387
  "normalizedSignature": "CreateDeprecatedConfigContext|(System.String):System.Object|static=false",
2521
2388
  "emitScope": "ClassSurface",
2389
+ "provenance": "Original",
2522
2390
  "arity": 0,
2523
2391
  "parameterCount": 1,
2392
+ "isStatic": false,
2393
+ "isAbstract": false,
2394
+ "isVirtual": true,
2395
+ "isOverride": false,
2396
+ "isSealed": false,
2397
+ "visibility": "Public",
2524
2398
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2525
2399
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2526
2400
  "isExtensionMethod": false
@@ -2528,13 +2402,19 @@
2528
2402
  {
2529
2403
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::CreateConfigurationContext(System.String,System.String):System.Object",
2530
2404
  "clrName": "CreateConfigurationContext",
2531
- "tsEmitName": "createConfigurationContext",
2532
2405
  "metadataToken": 100665711,
2533
2406
  "canonicalSignature": "(System.String,System.String):System.Object",
2534
2407
  "normalizedSignature": "CreateConfigurationContext|(System.String,System.String):System.Object|static=false",
2535
2408
  "emitScope": "ClassSurface",
2409
+ "provenance": "Original",
2536
2410
  "arity": 0,
2537
2411
  "parameterCount": 2,
2412
+ "isStatic": false,
2413
+ "isAbstract": false,
2414
+ "isVirtual": true,
2415
+ "isOverride": false,
2416
+ "isSealed": false,
2417
+ "visibility": "Public",
2538
2418
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2539
2419
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2540
2420
  "isExtensionMethod": false
@@ -2542,13 +2422,19 @@
2542
2422
  {
2543
2423
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
2544
2424
  "clrName": "DecryptSection",
2545
- "tsEmitName": "decryptSection",
2546
2425
  "metadataToken": 100665712,
2547
2426
  "canonicalSignature": "(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
2548
2427
  "normalizedSignature": "DecryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
2549
2428
  "emitScope": "ClassSurface",
2429
+ "provenance": "Original",
2550
2430
  "arity": 0,
2551
2431
  "parameterCount": 3,
2432
+ "isStatic": false,
2433
+ "isAbstract": false,
2434
+ "isVirtual": true,
2435
+ "isOverride": false,
2436
+ "isSealed": false,
2437
+ "visibility": "Public",
2552
2438
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2553
2439
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2554
2440
  "isExtensionMethod": false
@@ -2556,13 +2442,19 @@
2556
2442
  {
2557
2443
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
2558
2444
  "clrName": "EncryptSection",
2559
- "tsEmitName": "encryptSection",
2560
2445
  "metadataToken": 100665713,
2561
2446
  "canonicalSignature": "(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
2562
2447
  "normalizedSignature": "EncryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
2563
2448
  "emitScope": "ClassSurface",
2449
+ "provenance": "Original",
2564
2450
  "arity": 0,
2565
2451
  "parameterCount": 3,
2452
+ "isStatic": false,
2453
+ "isAbstract": false,
2454
+ "isVirtual": true,
2455
+ "isOverride": false,
2456
+ "isSealed": false,
2457
+ "visibility": "Public",
2566
2458
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2567
2459
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2568
2460
  "isExtensionMethod": false
@@ -2570,13 +2462,19 @@
2570
2462
  {
2571
2463
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigType(System.String,System.Boolean):System.Type",
2572
2464
  "clrName": "GetConfigType",
2573
- "tsEmitName": "getConfigType",
2574
2465
  "metadataToken": 100665714,
2575
2466
  "canonicalSignature": "(System.String,System.Boolean):System.Type",
2576
2467
  "normalizedSignature": "GetConfigType|(System.String,System.Boolean):System.Type|static=false",
2577
2468
  "emitScope": "ClassSurface",
2469
+ "provenance": "Original",
2578
2470
  "arity": 0,
2579
2471
  "parameterCount": 2,
2472
+ "isStatic": false,
2473
+ "isAbstract": false,
2474
+ "isVirtual": true,
2475
+ "isOverride": false,
2476
+ "isSealed": false,
2477
+ "visibility": "Public",
2580
2478
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2581
2479
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2582
2480
  "isExtensionMethod": false
@@ -2584,13 +2482,19 @@
2584
2482
  {
2585
2483
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigTypeName(System.Type):System.String",
2586
2484
  "clrName": "GetConfigTypeName",
2587
- "tsEmitName": "getConfigTypeName",
2588
2485
  "metadataToken": 100665715,
2589
2486
  "canonicalSignature": "(System.Type):System.String",
2590
2487
  "normalizedSignature": "GetConfigTypeName|(System.Type):System.String|static=false",
2591
2488
  "emitScope": "ClassSurface",
2489
+ "provenance": "Original",
2592
2490
  "arity": 0,
2593
2491
  "parameterCount": 1,
2492
+ "isStatic": false,
2493
+ "isAbstract": false,
2494
+ "isVirtual": true,
2495
+ "isOverride": false,
2496
+ "isSealed": false,
2497
+ "visibility": "Public",
2594
2498
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2595
2499
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2596
2500
  "isExtensionMethod": false
@@ -2598,13 +2502,19 @@
2598
2502
  {
2599
2503
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::RefreshConfigPaths():System.Void",
2600
2504
  "clrName": "RefreshConfigPaths",
2601
- "tsEmitName": "refreshConfigPaths",
2602
2505
  "metadataToken": 100665718,
2603
2506
  "canonicalSignature": "():System.Void",
2604
2507
  "normalizedSignature": "RefreshConfigPaths|():System.Void|static=false",
2605
2508
  "emitScope": "ClassSurface",
2509
+ "provenance": "Original",
2606
2510
  "arity": 0,
2607
2511
  "parameterCount": 0,
2512
+ "isStatic": false,
2513
+ "isAbstract": false,
2514
+ "isVirtual": true,
2515
+ "isOverride": false,
2516
+ "isSealed": false,
2517
+ "visibility": "Public",
2608
2518
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2609
2519
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2610
2520
  "isExtensionMethod": false
@@ -2612,13 +2522,19 @@
2612
2522
  {
2613
2523
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsTrustedConfigPath(System.String):System.Boolean",
2614
2524
  "clrName": "IsTrustedConfigPath",
2615
- "tsEmitName": "isTrustedConfigPath",
2616
2525
  "metadataToken": 100665722,
2617
2526
  "canonicalSignature": "(System.String):System.Boolean",
2618
2527
  "normalizedSignature": "IsTrustedConfigPath|(System.String):System.Boolean|static=false",
2619
2528
  "emitScope": "ClassSurface",
2529
+ "provenance": "Original",
2620
2530
  "arity": 0,
2621
2531
  "parameterCount": 1,
2532
+ "isStatic": false,
2533
+ "isAbstract": false,
2534
+ "isVirtual": true,
2535
+ "isOverride": false,
2536
+ "isSealed": false,
2537
+ "visibility": "Public",
2622
2538
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2623
2539
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2624
2540
  "isExtensionMethod": false
@@ -2626,13 +2542,19 @@
2626
2542
  {
2627
2543
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2628
2544
  "clrName": "IsFullTrustSectionWithoutAptcaAllowed",
2629
- "tsEmitName": "isFullTrustSectionWithoutAptcaAllowed",
2630
2545
  "metadataToken": 100665723,
2631
2546
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2632
2547
  "normalizedSignature": "IsFullTrustSectionWithoutAptcaAllowed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
2633
2548
  "emitScope": "ClassSurface",
2549
+ "provenance": "Original",
2634
2550
  "arity": 0,
2635
2551
  "parameterCount": 1,
2552
+ "isStatic": false,
2553
+ "isAbstract": false,
2554
+ "isVirtual": true,
2555
+ "isOverride": false,
2556
+ "isSealed": false,
2557
+ "visibility": "Public",
2636
2558
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2637
2559
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2638
2560
  "isExtensionMethod": false
@@ -2640,13 +2562,19 @@
2640
2562
  {
2641
2563
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::Impersonate():System.IDisposable",
2642
2564
  "clrName": "Impersonate",
2643
- "tsEmitName": "impersonate",
2644
2565
  "metadataToken": 100665724,
2645
2566
  "canonicalSignature": "():System.IDisposable",
2646
2567
  "normalizedSignature": "Impersonate|():System.IDisposable|static=false",
2647
2568
  "emitScope": "ClassSurface",
2569
+ "provenance": "Original",
2648
2570
  "arity": 0,
2649
2571
  "parameterCount": 0,
2572
+ "isStatic": false,
2573
+ "isAbstract": false,
2574
+ "isVirtual": true,
2575
+ "isOverride": false,
2576
+ "isSealed": false,
2577
+ "visibility": "Public",
2650
2578
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2651
2579
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2652
2580
  "isExtensionMethod": false
@@ -2654,13 +2582,19 @@
2654
2582
  {
2655
2583
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
2656
2584
  "clrName": "GetRestrictedPermissions",
2657
- "tsEmitName": "getRestrictedPermissions",
2658
2585
  "metadataToken": 100665725,
2659
2586
  "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
2660
2587
  "normalizedSignature": "GetRestrictedPermissions|(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void|static=false",
2661
2588
  "emitScope": "ClassSurface",
2589
+ "provenance": "Original",
2662
2590
  "arity": 0,
2663
2591
  "parameterCount": 3,
2592
+ "isStatic": false,
2593
+ "isAbstract": false,
2594
+ "isVirtual": true,
2595
+ "isOverride": false,
2596
+ "isSealed": false,
2597
+ "visibility": "Public",
2664
2598
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2665
2599
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2666
2600
  "isExtensionMethod": false,
@@ -2677,596 +2611,227 @@
2677
2611
  }
2678
2612
  ],
2679
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
+ },
2680
2633
  {
2681
2634
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsChangeNotifications:System.Boolean",
2682
2635
  "clrName": "SupportsChangeNotifications",
2683
- "tsEmitName": "supportsChangeNotifications",
2684
2636
  "metadataToken": 385876840,
2685
2637
  "canonicalSignature": ":System.Boolean",
2686
2638
  "normalizedSignature": "SupportsChangeNotifications|:System.Boolean|static=false|accessor=get",
2687
2639
  "emitScope": "ClassSurface",
2640
+ "provenance": "Original",
2688
2641
  "isIndexer": false,
2689
2642
  "hasGetter": true,
2690
2643
  "hasSetter": false,
2644
+ "isStatic": false,
2645
+ "isAbstract": false,
2646
+ "isVirtual": true,
2647
+ "isOverride": false,
2648
+ "visibility": "Public",
2691
2649
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2692
2650
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2693
2651
  },
2694
2652
  {
2695
2653
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsRefresh:System.Boolean",
2696
2654
  "clrName": "SupportsRefresh",
2697
- "tsEmitName": "supportsRefresh",
2698
2655
  "metadataToken": 385876841,
2699
2656
  "canonicalSignature": ":System.Boolean",
2700
2657
  "normalizedSignature": "SupportsRefresh|:System.Boolean|static=false|accessor=get",
2701
2658
  "emitScope": "ClassSurface",
2659
+ "provenance": "Original",
2702
2660
  "isIndexer": false,
2703
2661
  "hasGetter": true,
2704
2662
  "hasSetter": false,
2663
+ "isStatic": false,
2664
+ "isAbstract": false,
2665
+ "isVirtual": true,
2666
+ "isOverride": false,
2667
+ "visibility": "Public",
2705
2668
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2706
2669
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2707
2670
  },
2708
2671
  {
2709
2672
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsPath:System.Boolean",
2710
2673
  "clrName": "SupportsPath",
2711
- "tsEmitName": "supportsPath",
2712
2674
  "metadataToken": 385876842,
2713
2675
  "canonicalSignature": ":System.Boolean",
2714
2676
  "normalizedSignature": "SupportsPath|:System.Boolean|static=false|accessor=get",
2715
2677
  "emitScope": "ClassSurface",
2678
+ "provenance": "Original",
2716
2679
  "isIndexer": false,
2717
2680
  "hasGetter": true,
2718
2681
  "hasSetter": false,
2682
+ "isStatic": false,
2683
+ "isAbstract": false,
2684
+ "isVirtual": true,
2685
+ "isOverride": false,
2686
+ "visibility": "Public",
2719
2687
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2720
2688
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2721
2689
  },
2722
2690
  {
2723
2691
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsLocation:System.Boolean",
2724
2692
  "clrName": "SupportsLocation",
2725
- "tsEmitName": "supportsLocation",
2726
2693
  "metadataToken": 385876843,
2727
2694
  "canonicalSignature": ":System.Boolean",
2728
2695
  "normalizedSignature": "SupportsLocation|:System.Boolean|static=false|accessor=get",
2729
2696
  "emitScope": "ClassSurface",
2697
+ "provenance": "Original",
2730
2698
  "isIndexer": false,
2731
2699
  "hasGetter": true,
2732
2700
  "hasSetter": false,
2701
+ "isStatic": false,
2702
+ "isAbstract": false,
2703
+ "isVirtual": true,
2704
+ "isOverride": false,
2705
+ "visibility": "Public",
2733
2706
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2734
2707
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2735
2708
  },
2736
2709
  {
2737
2710
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsRemote:System.Boolean",
2738
2711
  "clrName": "IsRemote",
2739
- "tsEmitName": "isRemote",
2740
2712
  "metadataToken": 385876844,
2741
2713
  "canonicalSignature": ":System.Boolean",
2742
2714
  "normalizedSignature": "IsRemote|:System.Boolean|static=false|accessor=get",
2743
2715
  "emitScope": "ClassSurface",
2716
+ "provenance": "Original",
2744
2717
  "isIndexer": false,
2745
2718
  "hasGetter": true,
2746
2719
  "hasSetter": false,
2720
+ "isStatic": false,
2721
+ "isAbstract": false,
2722
+ "isVirtual": true,
2723
+ "isOverride": false,
2724
+ "visibility": "Public",
2747
2725
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2748
2726
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2749
2727
  },
2750
2728
  {
2751
2729
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::HasLocalConfig:System.Boolean",
2752
2730
  "clrName": "HasLocalConfig",
2753
- "tsEmitName": "hasLocalConfig",
2754
2731
  "metadataToken": 385876846,
2755
2732
  "canonicalSignature": ":System.Boolean",
2756
2733
  "normalizedSignature": "HasLocalConfig|:System.Boolean|static=false|accessor=get",
2757
2734
  "emitScope": "ClassSurface",
2735
+ "provenance": "Original",
2758
2736
  "isIndexer": false,
2759
2737
  "hasGetter": true,
2760
2738
  "hasSetter": false,
2739
+ "isStatic": false,
2740
+ "isAbstract": false,
2741
+ "isVirtual": true,
2742
+ "isOverride": false,
2743
+ "visibility": "Public",
2761
2744
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2762
2745
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2763
2746
  },
2764
2747
  {
2765
2748
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::HasRoamingConfig:System.Boolean",
2766
2749
  "clrName": "HasRoamingConfig",
2767
- "tsEmitName": "hasRoamingConfig",
2768
2750
  "metadataToken": 385876847,
2769
2751
  "canonicalSignature": ":System.Boolean",
2770
2752
  "normalizedSignature": "HasRoamingConfig|:System.Boolean|static=false|accessor=get",
2771
2753
  "emitScope": "ClassSurface",
2754
+ "provenance": "Original",
2772
2755
  "isIndexer": false,
2773
2756
  "hasGetter": true,
2774
2757
  "hasSetter": false,
2758
+ "isStatic": false,
2759
+ "isAbstract": false,
2760
+ "isVirtual": true,
2761
+ "isOverride": false,
2762
+ "visibility": "Public",
2775
2763
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2776
2764
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2777
2765
  },
2778
2766
  {
2779
2767
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsAppConfigHttp:System.Boolean",
2780
2768
  "clrName": "IsAppConfigHttp",
2781
- "tsEmitName": "isAppConfigHttp",
2782
2769
  "metadataToken": 385876848,
2783
2770
  "canonicalSignature": ":System.Boolean",
2784
2771
  "normalizedSignature": "IsAppConfigHttp|:System.Boolean|static=false|accessor=get",
2785
2772
  "emitScope": "ClassSurface",
2773
+ "provenance": "Original",
2786
2774
  "isIndexer": false,
2787
2775
  "hasGetter": true,
2788
2776
  "hasSetter": false,
2777
+ "isStatic": false,
2778
+ "isAbstract": false,
2779
+ "isVirtual": true,
2780
+ "isOverride": false,
2781
+ "visibility": "Public",
2789
2782
  "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2790
2783
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2791
2784
  }
2792
2785
  ],
2793
2786
  "fields": [],
2794
2787
  "events": [],
2795
- "constructors": [],
2796
- "exposedMethods": [
2797
- {
2798
- "tsName": "init",
2799
- "isStatic": false,
2800
- "tsSignatureId": "Init|(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
2801
- "target": {
2802
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2803
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2804
- "metadataToken": 100665680
2805
- }
2806
- },
2807
- {
2808
- "tsName": "initForConfiguration",
2809
- "isStatic": false,
2810
- "tsSignatureId": "InitForConfiguration|(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
2811
- "target": {
2812
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2813
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2814
- "metadataToken": 100665681
2815
- }
2816
- },
2817
- {
2818
- "tsName": "isConfigRecordRequired",
2819
- "isStatic": false,
2820
- "tsSignatureId": "IsConfigRecordRequired|(System.String):System.Boolean|static=false",
2821
- "target": {
2822
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2823
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2824
- "metadataToken": 100665682
2825
- }
2826
- },
2827
- {
2828
- "tsName": "isInitDelayed",
2829
- "isStatic": false,
2830
- "tsSignatureId": "IsInitDelayed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
2831
- "target": {
2832
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2833
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2834
- "metadataToken": 100665683
2835
- }
2836
- },
2837
- {
2838
- "tsName": "requireCompleteInit",
2839
- "isStatic": false,
2840
- "tsSignatureId": "RequireCompleteInit|(System.Configuration.Internal.IInternalConfigRecord):System.Void|static=false",
2841
- "target": {
2842
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2843
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2844
- "metadataToken": 100665684
2845
- }
2846
- },
2847
- {
2848
- "tsName": "isSecondaryRoot",
2849
- "isStatic": false,
2850
- "tsSignatureId": "IsSecondaryRoot|(System.String):System.Boolean|static=false",
2851
- "target": {
2852
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2853
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2854
- "metadataToken": 100665685
2855
- }
2856
- },
2857
- {
2858
- "tsName": "getStreamName",
2859
- "isStatic": false,
2860
- "tsSignatureId": "GetStreamName|(System.String):System.String|static=false",
2861
- "target": {
2862
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2863
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2864
- "metadataToken": 100665686
2865
- }
2866
- },
2867
- {
2868
- "tsName": "getStreamNameForConfigSource",
2869
- "isStatic": false,
2870
- "tsSignatureId": "GetStreamNameForConfigSource|(System.String,System.String):System.String|static=false",
2871
- "target": {
2872
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2873
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2874
- "metadataToken": 100665687
2875
- }
2876
- },
2877
- {
2878
- "tsName": "getStreamVersion",
2879
- "isStatic": false,
2880
- "tsSignatureId": "GetStreamVersion|(System.String):System.Object|static=false",
2881
- "target": {
2882
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2883
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2884
- "metadataToken": 100665688
2885
- }
2886
- },
2887
- {
2888
- "tsName": "openStreamForRead",
2889
- "isStatic": false,
2890
- "tsSignatureId": "OpenStreamForRead|(System.String):System.IO.Stream|static=false",
2891
- "target": {
2892
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2893
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2894
- "metadataToken": 100665689
2895
- }
2896
- },
2897
- {
2898
- "tsName": "openStreamForRead",
2899
- "isStatic": false,
2900
- "tsSignatureId": "OpenStreamForRead|(System.String,System.Boolean):System.IO.Stream|static=false",
2901
- "target": {
2902
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2903
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2904
- "metadataToken": 100665690
2905
- }
2906
- },
2907
- {
2908
- "tsName": "openStreamForWrite",
2909
- "isStatic": false,
2910
- "tsSignatureId": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026):System.IO.Stream|static=false",
2911
- "target": {
2912
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2913
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2914
- "metadataToken": 100665691
2915
- }
2916
- },
2917
- {
2918
- "tsName": "openStreamForWrite",
2919
- "isStatic": false,
2920
- "tsSignatureId": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream|static=false",
2921
- "target": {
2922
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2923
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2924
- "metadataToken": 100665692
2925
- }
2926
- },
2927
- {
2928
- "tsName": "writeCompleted",
2929
- "isStatic": false,
2930
- "tsSignatureId": "WriteCompleted|(System.String,System.Boolean,System.Object):System.Void|static=false",
2931
- "target": {
2932
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2933
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2934
- "metadataToken": 100665693
2935
- }
2936
- },
2937
- {
2938
- "tsName": "writeCompleted",
2939
- "isStatic": false,
2940
- "tsSignatureId": "WriteCompleted|(System.String,System.Boolean,System.Object,System.Boolean):System.Void|static=false",
2941
- "target": {
2942
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2943
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2944
- "metadataToken": 100665694
2945
- }
2946
- },
2947
- {
2948
- "tsName": "deleteStream",
2949
- "isStatic": false,
2950
- "tsSignatureId": "DeleteStream|(System.String):System.Void|static=false",
2951
- "target": {
2952
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2953
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2954
- "metadataToken": 100665695
2955
- }
2956
- },
2957
- {
2958
- "tsName": "isFile",
2959
- "isStatic": false,
2960
- "tsSignatureId": "IsFile|(System.String):System.Boolean|static=false",
2961
- "target": {
2962
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2963
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2964
- "metadataToken": 100665696
2965
- }
2966
- },
2967
- {
2968
- "tsName": "startMonitoringStreamForChanges",
2969
- "isStatic": false,
2970
- "tsSignatureId": "StartMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object|static=false",
2971
- "target": {
2972
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2973
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2974
- "metadataToken": 100665698
2975
- }
2976
- },
2977
- {
2978
- "tsName": "stopMonitoringStreamForChanges",
2979
- "isStatic": false,
2980
- "tsSignatureId": "StopMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void|static=false",
2981
- "target": {
2982
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2983
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2984
- "metadataToken": 100665699
2985
- }
2986
- },
2987
- {
2988
- "tsName": "isAboveApplication",
2989
- "isStatic": false,
2990
- "tsSignatureId": "IsAboveApplication|(System.String):System.Boolean|static=false",
2991
- "target": {
2992
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2993
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2994
- "metadataToken": 100665703
2995
- }
2996
- },
2997
- {
2998
- "tsName": "isDefinitionAllowed",
2999
- "isStatic": false,
3000
- "tsSignatureId": "IsDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean|static=false",
3001
- "target": {
3002
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3003
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3004
- "metadataToken": 100665704
3005
- }
3006
- },
3007
- {
3008
- "tsName": "verifyDefinitionAllowed",
3009
- "isStatic": false,
3010
- "tsSignatureId": "VerifyDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void|static=false",
3011
- "target": {
3012
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3013
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3014
- "metadataToken": 100665705
3015
- }
3016
- },
3017
- {
3018
- "tsName": "getConfigPathFromLocationSubPath",
3019
- "isStatic": false,
3020
- "tsSignatureId": "GetConfigPathFromLocationSubPath|(System.String,System.String):System.String|static=false",
3021
- "target": {
3022
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3023
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3024
- "metadataToken": 100665706
3025
- }
3026
- },
3027
- {
3028
- "tsName": "isLocationApplicable",
3029
- "isStatic": false,
3030
- "tsSignatureId": "IsLocationApplicable|(System.String):System.Boolean|static=false",
3031
- "target": {
3032
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3033
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3034
- "metadataToken": 100665707
3035
- }
3036
- },
3037
- {
3038
- "tsName": "prefetchAll",
3039
- "isStatic": false,
3040
- "tsSignatureId": "PrefetchAll|(System.String,System.String):System.Boolean|static=false",
3041
- "target": {
3042
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3043
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3044
- "metadataToken": 100665708
3045
- }
3046
- },
3047
- {
3048
- "tsName": "prefetchSection",
3049
- "isStatic": false,
3050
- "tsSignatureId": "PrefetchSection|(System.String,System.String):System.Boolean|static=false",
3051
- "target": {
3052
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3053
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3054
- "metadataToken": 100665709
3055
- }
3056
- },
3057
- {
3058
- "tsName": "createDeprecatedConfigContext",
3059
- "isStatic": false,
3060
- "tsSignatureId": "CreateDeprecatedConfigContext|(System.String):System.Object|static=false",
3061
- "target": {
3062
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3063
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3064
- "metadataToken": 100665710
3065
- }
3066
- },
3067
- {
3068
- "tsName": "createConfigurationContext",
3069
- "isStatic": false,
3070
- "tsSignatureId": "CreateConfigurationContext|(System.String,System.String):System.Object|static=false",
3071
- "target": {
3072
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3073
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3074
- "metadataToken": 100665711
3075
- }
3076
- },
3077
- {
3078
- "tsName": "decryptSection",
3079
- "isStatic": false,
3080
- "tsSignatureId": "DecryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
3081
- "target": {
3082
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3083
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3084
- "metadataToken": 100665712
3085
- }
3086
- },
3087
- {
3088
- "tsName": "encryptSection",
3089
- "isStatic": false,
3090
- "tsSignatureId": "EncryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
3091
- "target": {
3092
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3093
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3094
- "metadataToken": 100665713
3095
- }
3096
- },
3097
- {
3098
- "tsName": "getConfigType",
3099
- "isStatic": false,
3100
- "tsSignatureId": "GetConfigType|(System.String,System.Boolean):System.Type|static=false",
3101
- "target": {
3102
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3103
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3104
- "metadataToken": 100665714
3105
- }
3106
- },
3107
- {
3108
- "tsName": "getConfigTypeName",
3109
- "isStatic": false,
3110
- "tsSignatureId": "GetConfigTypeName|(System.Type):System.String|static=false",
3111
- "target": {
3112
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3113
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3114
- "metadataToken": 100665715
3115
- }
3116
- },
3117
- {
3118
- "tsName": "refreshConfigPaths",
3119
- "isStatic": false,
3120
- "tsSignatureId": "RefreshConfigPaths|():System.Void|static=false",
3121
- "target": {
3122
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3123
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3124
- "metadataToken": 100665718
3125
- }
3126
- },
3127
- {
3128
- "tsName": "isTrustedConfigPath",
3129
- "isStatic": false,
3130
- "tsSignatureId": "IsTrustedConfigPath|(System.String):System.Boolean|static=false",
3131
- "target": {
3132
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3133
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3134
- "metadataToken": 100665722
3135
- }
3136
- },
3137
- {
3138
- "tsName": "isFullTrustSectionWithoutAptcaAllowed",
3139
- "isStatic": false,
3140
- "tsSignatureId": "IsFullTrustSectionWithoutAptcaAllowed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
3141
- "target": {
3142
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3143
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3144
- "metadataToken": 100665723
3145
- }
3146
- },
3147
- {
3148
- "tsName": "impersonate",
3149
- "isStatic": false,
3150
- "tsSignatureId": "Impersonate|():System.IDisposable|static=false",
3151
- "target": {
3152
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3153
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3154
- "metadataToken": 100665724
3155
- }
3156
- },
3157
- {
3158
- "tsName": "getRestrictedPermissions",
3159
- "isStatic": false,
3160
- "tsSignatureId": "GetRestrictedPermissions|(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void|static=false",
3161
- "target": {
3162
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3163
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3164
- "metadataToken": 100665725
3165
- }
3166
- }
3167
- ],
3168
- "exposedProperties": [
3169
- {
3170
- "tsName": "supportsChangeNotifications",
3171
- "isStatic": false,
3172
- "tsSignatureId": "SupportsChangeNotifications|:System.Boolean|static=false|accessor=get",
3173
- "target": {
3174
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3175
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3176
- "metadataToken": 385876840
3177
- }
3178
- },
3179
- {
3180
- "tsName": "supportsRefresh",
3181
- "isStatic": false,
3182
- "tsSignatureId": "SupportsRefresh|:System.Boolean|static=false|accessor=get",
3183
- "target": {
3184
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3185
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3186
- "metadataToken": 385876841
3187
- }
3188
- },
3189
- {
3190
- "tsName": "supportsPath",
3191
- "isStatic": false,
3192
- "tsSignatureId": "SupportsPath|:System.Boolean|static=false|accessor=get",
3193
- "target": {
3194
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3195
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3196
- "metadataToken": 385876842
3197
- }
3198
- },
3199
- {
3200
- "tsName": "supportsLocation",
3201
- "isStatic": false,
3202
- "tsSignatureId": "SupportsLocation|:System.Boolean|static=false|accessor=get",
3203
- "target": {
3204
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3205
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3206
- "metadataToken": 385876843
3207
- }
3208
- },
3209
- {
3210
- "tsName": "isRemote",
3211
- "isStatic": false,
3212
- "tsSignatureId": "IsRemote|:System.Boolean|static=false|accessor=get",
3213
- "target": {
3214
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3215
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3216
- "metadataToken": 385876844
3217
- }
3218
- },
3219
- {
3220
- "tsName": "hasLocalConfig",
3221
- "isStatic": false,
3222
- "tsSignatureId": "HasLocalConfig|:System.Boolean|static=false|accessor=get",
3223
- "target": {
3224
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3225
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3226
- "metadataToken": 385876846
3227
- }
3228
- },
3229
- {
3230
- "tsName": "hasRoamingConfig",
3231
- "isStatic": false,
3232
- "tsSignatureId": "HasRoamingConfig|:System.Boolean|static=false|accessor=get",
3233
- "target": {
3234
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3235
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3236
- "metadataToken": 385876847
3237
- }
3238
- },
2788
+ "constructors": [
3239
2789
  {
3240
- "tsName": "isAppConfigHttp",
2790
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::.ctor():void",
2791
+ "metadataToken": 100665677,
2792
+ "canonicalSignature": "():void",
2793
+ "normalizedSignature": "constructor|():void|static=false",
3241
2794
  "isStatic": false,
3242
- "tsSignatureId": "IsAppConfigHttp|:System.Boolean|static=false|accessor=get",
3243
- "target": {
3244
- "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
3245
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3246
- "metadataToken": 385876848
3247
- }
2795
+ "parameterCount": 0,
2796
+ "visibility": "Protected",
2797
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2798
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
3248
2799
  }
3249
2800
  ]
3250
2801
  },
3251
2802
  {
3252
2803
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventArgs",
3253
2804
  "clrName": "System.Configuration.Internal.InternalConfigEventArgs",
3254
- "tsEmitName": "InternalConfigEventArgs",
3255
2805
  "assemblyName": "System.Configuration.ConfigurationManager",
3256
2806
  "metadataToken": 0,
2807
+ "kind": "Class",
2808
+ "accessibility": "Public",
2809
+ "isAbstract": false,
2810
+ "isSealed": true,
2811
+ "isStatic": false,
2812
+ "arity": 0,
2813
+ "baseType": {
2814
+ "stableId": "System.Private.CoreLib:System.EventArgs",
2815
+ "clrName": "System.EventArgs"
2816
+ },
3257
2817
  "methods": [],
3258
2818
  "properties": [
3259
2819
  {
3260
2820
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventArgs::ConfigPath:System.String",
3261
2821
  "clrName": "ConfigPath",
3262
- "tsEmitName": "configPath",
3263
2822
  "metadataToken": 385876877,
3264
2823
  "canonicalSignature": ":System.String",
3265
2824
  "normalizedSignature": "ConfigPath|:System.String|static=false|accessor=getset",
3266
2825
  "emitScope": "ClassSurface",
2826
+ "provenance": "Original",
3267
2827
  "isIndexer": false,
3268
2828
  "hasGetter": true,
3269
2829
  "hasSetter": true,
2830
+ "isStatic": false,
2831
+ "isAbstract": false,
2832
+ "isVirtual": false,
2833
+ "isOverride": false,
2834
+ "visibility": "Public",
3270
2835
  "declaringClrType": "System.Configuration.Internal.InternalConfigEventArgs",
3271
2836
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
3272
2837
  }
@@ -3281,32 +2846,10 @@
3281
2846
  "normalizedSignature": "constructor|(System.String):void|static=false",
3282
2847
  "isStatic": false,
3283
2848
  "parameterCount": 1,
2849
+ "visibility": "Public",
3284
2850
  "declaringClrType": "System.Configuration.Internal.InternalConfigEventArgs",
3285
2851
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
3286
2852
  }
3287
- ],
3288
- "exposedProperties": [
3289
- {
3290
- "tsName": "configPath",
3291
- "isStatic": false,
3292
- "tsSignatureId": "ConfigPath|:System.String|static=false|accessor=getset",
3293
- "target": {
3294
- "declaringClrType": "System.Configuration.Internal.InternalConfigEventArgs",
3295
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3296
- "metadataToken": 385876877
3297
- }
3298
- }
3299
- ],
3300
- "exposedConstructors": [
3301
- {
3302
- "isStatic": false,
3303
- "tsSignatureId": "constructor|(System.String):void|static=false",
3304
- "target": {
3305
- "declaringClrType": "System.Configuration.Internal.InternalConfigEventArgs",
3306
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
3307
- "metadataToken": 100665826
3308
- }
3309
- }
3310
2853
  ]
3311
2854
  }
3312
2855
  ]