@tsonic/efcore-sqlserver 0.1.1

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 (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,3313 @@
1
+ {
2
+ "namespace": "System.Configuration.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler",
6
+ "clrName": "System.Configuration.Internal.InternalConfigEventHandler",
7
+ "tsEmitName": "InternalConfigEventHandler",
8
+ "assemblyName": "System.Configuration.ConfigurationManager",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void",
13
+ "clrName": "Invoke",
14
+ "tsEmitName": "invoke",
15
+ "metadataToken": 100665830,
16
+ "canonicalSignature": "(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void",
17
+ "normalizedSignature": "Invoke|(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void|static=false",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 2,
21
+ "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
22
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
23
+ "isExtensionMethod": false
24
+ },
25
+ {
26
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::BeginInvoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
27
+ "clrName": "BeginInvoke",
28
+ "tsEmitName": "beginInvoke",
29
+ "metadataToken": 100665831,
30
+ "canonicalSignature": "(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
31
+ "normalizedSignature": "BeginInvoke|(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
32
+ "emitScope": "ClassSurface",
33
+ "arity": 0,
34
+ "parameterCount": 4,
35
+ "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
36
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
37
+ "isExtensionMethod": false
38
+ },
39
+ {
40
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::EndInvoke(System.IAsyncResult):System.Void",
41
+ "clrName": "EndInvoke",
42
+ "tsEmitName": "endInvoke",
43
+ "metadataToken": 100665832,
44
+ "canonicalSignature": "(System.IAsyncResult):System.Void",
45
+ "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
46
+ "emitScope": "ClassSurface",
47
+ "arity": 0,
48
+ "parameterCount": 1,
49
+ "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
50
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
51
+ "isExtensionMethod": false
52
+ }
53
+ ],
54
+ "properties": [],
55
+ "fields": [],
56
+ "events": [],
57
+ "constructors": [
58
+ {
59
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::.ctor(System.Object,System.IntPtr):void",
60
+ "metadataToken": 100665829,
61
+ "canonicalSignature": "(System.Object,System.IntPtr):void",
62
+ "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
63
+ "isStatic": false,
64
+ "parameterCount": 2,
65
+ "declaringClrType": "System.Configuration.Internal.InternalConfigEventHandler",
66
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
67
+ }
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
+ ]
112
+ },
113
+ {
114
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback",
115
+ "clrName": "System.Configuration.Internal.StreamChangeCallback",
116
+ "tsEmitName": "StreamChangeCallback",
117
+ "assemblyName": "System.Configuration.ConfigurationManager",
118
+ "metadataToken": 0,
119
+ "methods": [
120
+ {
121
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::Invoke(System.String):System.Void",
122
+ "clrName": "Invoke",
123
+ "tsEmitName": "invoke",
124
+ "metadataToken": 100665917,
125
+ "canonicalSignature": "(System.String):System.Void",
126
+ "normalizedSignature": "Invoke|(System.String):System.Void|static=false",
127
+ "emitScope": "ClassSurface",
128
+ "arity": 0,
129
+ "parameterCount": 1,
130
+ "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
131
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
132
+ "isExtensionMethod": false
133
+ },
134
+ {
135
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object):System.IAsyncResult",
136
+ "clrName": "BeginInvoke",
137
+ "tsEmitName": "beginInvoke",
138
+ "metadataToken": 100665918,
139
+ "canonicalSignature": "(System.String,System.AsyncCallback,System.Object):System.IAsyncResult",
140
+ "normalizedSignature": "BeginInvoke|(System.String,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
141
+ "emitScope": "ClassSurface",
142
+ "arity": 0,
143
+ "parameterCount": 3,
144
+ "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
145
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
146
+ "isExtensionMethod": false
147
+ },
148
+ {
149
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::EndInvoke(System.IAsyncResult):System.Void",
150
+ "clrName": "EndInvoke",
151
+ "tsEmitName": "endInvoke",
152
+ "metadataToken": 100665919,
153
+ "canonicalSignature": "(System.IAsyncResult):System.Void",
154
+ "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
155
+ "emitScope": "ClassSurface",
156
+ "arity": 0,
157
+ "parameterCount": 1,
158
+ "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
159
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
160
+ "isExtensionMethod": false
161
+ }
162
+ ],
163
+ "properties": [],
164
+ "fields": [],
165
+ "events": [],
166
+ "constructors": [
167
+ {
168
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::.ctor(System.Object,System.IntPtr):void",
169
+ "metadataToken": 100665916,
170
+ "canonicalSignature": "(System.Object,System.IntPtr):void",
171
+ "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
172
+ "isStatic": false,
173
+ "parameterCount": 2,
174
+ "declaringClrType": "System.Configuration.Internal.StreamChangeCallback",
175
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
176
+ }
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
+ ]
221
+ },
222
+ {
223
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo",
224
+ "clrName": "System.Configuration.Internal.IConfigErrorInfo",
225
+ "tsEmitName": "IConfigErrorInfo",
226
+ "assemblyName": "System.Configuration.ConfigurationManager",
227
+ "metadataToken": 0,
228
+ "methods": [],
229
+ "properties": [
230
+ {
231
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo::Filename:System.String",
232
+ "clrName": "Filename",
233
+ "tsEmitName": "filename",
234
+ "metadataToken": 385876849,
235
+ "canonicalSignature": ":System.String",
236
+ "normalizedSignature": "Filename|:System.String|static=false|accessor=get",
237
+ "emitScope": "ClassSurface",
238
+ "isIndexer": false,
239
+ "hasGetter": true,
240
+ "hasSetter": false,
241
+ "declaringClrType": "System.Configuration.Internal.IConfigErrorInfo",
242
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
243
+ },
244
+ {
245
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo::LineNumber:System.Int32",
246
+ "clrName": "LineNumber",
247
+ "tsEmitName": "lineNumber",
248
+ "metadataToken": 385876850,
249
+ "canonicalSignature": ":System.Int32",
250
+ "normalizedSignature": "LineNumber|:System.Int32|static=false|accessor=get",
251
+ "emitScope": "ClassSurface",
252
+ "isIndexer": false,
253
+ "hasGetter": true,
254
+ "hasSetter": false,
255
+ "declaringClrType": "System.Configuration.Internal.IConfigErrorInfo",
256
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
257
+ }
258
+ ],
259
+ "fields": [],
260
+ "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
+ ]
284
+ },
285
+ {
286
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem",
287
+ "clrName": "System.Configuration.Internal.IConfigSystem",
288
+ "tsEmitName": "IConfigSystem",
289
+ "assemblyName": "System.Configuration.ConfigurationManager",
290
+ "metadataToken": 0,
291
+ "methods": [
292
+ {
293
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Init(System.Type,System.Object[]):System.Void",
294
+ "clrName": "Init",
295
+ "tsEmitName": "init",
296
+ "metadataToken": 100665733,
297
+ "canonicalSignature": "(System.Type,System.Object[]):System.Void",
298
+ "normalizedSignature": "Init|(System.Type,System.Object[]):System.Void|static=false",
299
+ "emitScope": "ClassSurface",
300
+ "arity": 0,
301
+ "parameterCount": 2,
302
+ "declaringClrType": "System.Configuration.Internal.IConfigSystem",
303
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
304
+ "isExtensionMethod": false
305
+ }
306
+ ],
307
+ "properties": [
308
+ {
309
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Host:System.Configuration.Internal.IInternalConfigHost",
310
+ "clrName": "Host",
311
+ "tsEmitName": "host",
312
+ "metadataToken": 385876851,
313
+ "canonicalSignature": ":System.Configuration.Internal.IInternalConfigHost",
314
+ "normalizedSignature": "Host|:System.Configuration.Internal.IInternalConfigHost|static=false|accessor=get",
315
+ "emitScope": "ClassSurface",
316
+ "isIndexer": false,
317
+ "hasGetter": true,
318
+ "hasSetter": false,
319
+ "declaringClrType": "System.Configuration.Internal.IConfigSystem",
320
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
321
+ },
322
+ {
323
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Root:System.Configuration.Internal.IInternalConfigRoot",
324
+ "clrName": "Root",
325
+ "tsEmitName": "root",
326
+ "metadataToken": 385876852,
327
+ "canonicalSignature": ":System.Configuration.Internal.IInternalConfigRoot",
328
+ "normalizedSignature": "Root|:System.Configuration.Internal.IInternalConfigRoot|static=false|accessor=get",
329
+ "emitScope": "ClassSurface",
330
+ "isIndexer": false,
331
+ "hasGetter": true,
332
+ "hasSetter": false,
333
+ "declaringClrType": "System.Configuration.Internal.IConfigSystem",
334
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
335
+ }
336
+ ],
337
+ "fields": [],
338
+ "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
+ ]
374
+ },
375
+ {
376
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerHelper",
377
+ "clrName": "System.Configuration.Internal.IConfigurationManagerHelper",
378
+ "tsEmitName": "IConfigurationManagerHelper",
379
+ "assemblyName": "System.Configuration.ConfigurationManager",
380
+ "metadataToken": 0,
381
+ "methods": [
382
+ {
383
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerHelper::EnsureNetConfigLoaded():System.Void",
384
+ "clrName": "EnsureNetConfigLoaded",
385
+ "tsEmitName": "ensureNetConfigLoaded",
386
+ "metadataToken": 100665734,
387
+ "canonicalSignature": "():System.Void",
388
+ "normalizedSignature": "EnsureNetConfigLoaded|():System.Void|static=false",
389
+ "emitScope": "ClassSurface",
390
+ "arity": 0,
391
+ "parameterCount": 0,
392
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerHelper",
393
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
394
+ "isExtensionMethod": false
395
+ }
396
+ ],
397
+ "properties": [],
398
+ "fields": [],
399
+ "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
+ ]
413
+ },
414
+ {
415
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal",
416
+ "clrName": "System.Configuration.Internal.IConfigurationManagerInternal",
417
+ "tsEmitName": "IConfigurationManagerInternal",
418
+ "assemblyName": "System.Configuration.ConfigurationManager",
419
+ "metadataToken": 0,
420
+ "methods": [],
421
+ "properties": [
422
+ {
423
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::SupportsUserConfig:System.Boolean",
424
+ "clrName": "SupportsUserConfig",
425
+ "tsEmitName": "supportsUserConfig",
426
+ "metadataToken": 385876853,
427
+ "canonicalSignature": ":System.Boolean",
428
+ "normalizedSignature": "SupportsUserConfig|:System.Boolean|static=false|accessor=get",
429
+ "emitScope": "ClassSurface",
430
+ "isIndexer": false,
431
+ "hasGetter": true,
432
+ "hasSetter": false,
433
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
434
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
435
+ },
436
+ {
437
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::SetConfigurationSystemInProgress:System.Boolean",
438
+ "clrName": "SetConfigurationSystemInProgress",
439
+ "tsEmitName": "setConfigurationSystemInProgress",
440
+ "metadataToken": 385876854,
441
+ "canonicalSignature": ":System.Boolean",
442
+ "normalizedSignature": "SetConfigurationSystemInProgress|:System.Boolean|static=false|accessor=get",
443
+ "emitScope": "ClassSurface",
444
+ "isIndexer": false,
445
+ "hasGetter": true,
446
+ "hasSetter": false,
447
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
448
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
449
+ },
450
+ {
451
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::MachineConfigPath:System.String",
452
+ "clrName": "MachineConfigPath",
453
+ "tsEmitName": "machineConfigPath",
454
+ "metadataToken": 385876855,
455
+ "canonicalSignature": ":System.String",
456
+ "normalizedSignature": "MachineConfigPath|:System.String|static=false|accessor=get",
457
+ "emitScope": "ClassSurface",
458
+ "isIndexer": false,
459
+ "hasGetter": true,
460
+ "hasSetter": false,
461
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
462
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
463
+ },
464
+ {
465
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ApplicationConfigUri:System.String",
466
+ "clrName": "ApplicationConfigUri",
467
+ "tsEmitName": "applicationConfigUri",
468
+ "metadataToken": 385876856,
469
+ "canonicalSignature": ":System.String",
470
+ "normalizedSignature": "ApplicationConfigUri|:System.String|static=false|accessor=get",
471
+ "emitScope": "ClassSurface",
472
+ "isIndexer": false,
473
+ "hasGetter": true,
474
+ "hasSetter": false,
475
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
476
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
477
+ },
478
+ {
479
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeProductName:System.String",
480
+ "clrName": "ExeProductName",
481
+ "tsEmitName": "exeProductName",
482
+ "metadataToken": 385876857,
483
+ "canonicalSignature": ":System.String",
484
+ "normalizedSignature": "ExeProductName|:System.String|static=false|accessor=get",
485
+ "emitScope": "ClassSurface",
486
+ "isIndexer": false,
487
+ "hasGetter": true,
488
+ "hasSetter": false,
489
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
490
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
491
+ },
492
+ {
493
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeProductVersion:System.String",
494
+ "clrName": "ExeProductVersion",
495
+ "tsEmitName": "exeProductVersion",
496
+ "metadataToken": 385876858,
497
+ "canonicalSignature": ":System.String",
498
+ "normalizedSignature": "ExeProductVersion|:System.String|static=false|accessor=get",
499
+ "emitScope": "ClassSurface",
500
+ "isIndexer": false,
501
+ "hasGetter": true,
502
+ "hasSetter": false,
503
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
504
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
505
+ },
506
+ {
507
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeRoamingConfigDirectory:System.String",
508
+ "clrName": "ExeRoamingConfigDirectory",
509
+ "tsEmitName": "exeRoamingConfigDirectory",
510
+ "metadataToken": 385876859,
511
+ "canonicalSignature": ":System.String",
512
+ "normalizedSignature": "ExeRoamingConfigDirectory|:System.String|static=false|accessor=get",
513
+ "emitScope": "ClassSurface",
514
+ "isIndexer": false,
515
+ "hasGetter": true,
516
+ "hasSetter": false,
517
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
518
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
519
+ },
520
+ {
521
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeRoamingConfigPath:System.String",
522
+ "clrName": "ExeRoamingConfigPath",
523
+ "tsEmitName": "exeRoamingConfigPath",
524
+ "metadataToken": 385876860,
525
+ "canonicalSignature": ":System.String",
526
+ "normalizedSignature": "ExeRoamingConfigPath|:System.String|static=false|accessor=get",
527
+ "emitScope": "ClassSurface",
528
+ "isIndexer": false,
529
+ "hasGetter": true,
530
+ "hasSetter": false,
531
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
532
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
533
+ },
534
+ {
535
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeLocalConfigDirectory:System.String",
536
+ "clrName": "ExeLocalConfigDirectory",
537
+ "tsEmitName": "exeLocalConfigDirectory",
538
+ "metadataToken": 385876861,
539
+ "canonicalSignature": ":System.String",
540
+ "normalizedSignature": "ExeLocalConfigDirectory|:System.String|static=false|accessor=get",
541
+ "emitScope": "ClassSurface",
542
+ "isIndexer": false,
543
+ "hasGetter": true,
544
+ "hasSetter": false,
545
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
546
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
547
+ },
548
+ {
549
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeLocalConfigPath:System.String",
550
+ "clrName": "ExeLocalConfigPath",
551
+ "tsEmitName": "exeLocalConfigPath",
552
+ "metadataToken": 385876862,
553
+ "canonicalSignature": ":System.String",
554
+ "normalizedSignature": "ExeLocalConfigPath|:System.String|static=false|accessor=get",
555
+ "emitScope": "ClassSurface",
556
+ "isIndexer": false,
557
+ "hasGetter": true,
558
+ "hasSetter": false,
559
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
560
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
561
+ },
562
+ {
563
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::UserConfigFilename:System.String",
564
+ "clrName": "UserConfigFilename",
565
+ "tsEmitName": "userConfigFilename",
566
+ "metadataToken": 385876863,
567
+ "canonicalSignature": ":System.String",
568
+ "normalizedSignature": "UserConfigFilename|:System.String|static=false|accessor=get",
569
+ "emitScope": "ClassSurface",
570
+ "isIndexer": false,
571
+ "hasGetter": true,
572
+ "hasSetter": false,
573
+ "declaringClrType": "System.Configuration.Internal.IConfigurationManagerInternal",
574
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
575
+ }
576
+ ],
577
+ "fields": [],
578
+ "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
+ ]
692
+ },
693
+ {
694
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost",
695
+ "clrName": "System.Configuration.Internal.IInternalConfigClientHost",
696
+ "tsEmitName": "IInternalConfigClientHost",
697
+ "assemblyName": "System.Configuration.ConfigurationManager",
698
+ "metadataToken": 0,
699
+ "methods": [
700
+ {
701
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost::IsExeConfig(System.String):System.Boolean",
702
+ "clrName": "IsExeConfig",
703
+ "tsEmitName": "isExeConfig",
704
+ "metadataToken": 100665746,
705
+ "canonicalSignature": "(System.String):System.Boolean",
706
+ "normalizedSignature": "IsExeConfig|(System.String):System.Boolean|static=false",
707
+ "emitScope": "ClassSurface",
708
+ "arity": 0,
709
+ "parameterCount": 1,
710
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigClientHost",
711
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
712
+ "isExtensionMethod": false
713
+ },
714
+ {
715
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost::GetExeConfigPath():System.String",
716
+ "clrName": "GetExeConfigPath",
717
+ "tsEmitName": "getExeConfigPath",
718
+ "metadataToken": 100665749,
719
+ "canonicalSignature": "():System.String",
720
+ "normalizedSignature": "GetExeConfigPath|():System.String|static=false",
721
+ "emitScope": "ClassSurface",
722
+ "arity": 0,
723
+ "parameterCount": 0,
724
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigClientHost",
725
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
726
+ "isExtensionMethod": false
727
+ }
728
+ ],
729
+ "properties": [],
730
+ "fields": [],
731
+ "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
+ ]
755
+ },
756
+ {
757
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory",
758
+ "clrName": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
759
+ "tsEmitName": "IInternalConfigConfigurationFactory",
760
+ "assemblyName": "System.Configuration.ConfigurationManager",
761
+ "metadataToken": 0,
762
+ "methods": [
763
+ {
764
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory::Create(System.Type,System.Object[]):System.Configuration.Configuration",
765
+ "clrName": "Create",
766
+ "tsEmitName": "create",
767
+ "metadataToken": 100665752,
768
+ "canonicalSignature": "(System.Type,System.Object[]):System.Configuration.Configuration",
769
+ "normalizedSignature": "Create|(System.Type,System.Object[]):System.Configuration.Configuration|static=false",
770
+ "emitScope": "ClassSurface",
771
+ "arity": 0,
772
+ "parameterCount": 2,
773
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
774
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
775
+ "isExtensionMethod": false
776
+ },
777
+ {
778
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory::NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String",
779
+ "clrName": "NormalizeLocationSubPath",
780
+ "tsEmitName": "normalizeLocationSubPath",
781
+ "metadataToken": 100665753,
782
+ "canonicalSignature": "(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String",
783
+ "normalizedSignature": "NormalizeLocationSubPath|(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String|static=false",
784
+ "emitScope": "ClassSurface",
785
+ "arity": 0,
786
+ "parameterCount": 2,
787
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
788
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
789
+ "isExtensionMethod": false
790
+ }
791
+ ],
792
+ "properties": [],
793
+ "fields": [],
794
+ "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
+ ]
818
+ },
819
+ {
820
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost",
821
+ "clrName": "System.Configuration.Internal.IInternalConfigHost",
822
+ "tsEmitName": "IInternalConfigHost",
823
+ "assemblyName": "System.Configuration.ConfigurationManager",
824
+ "metadataToken": 0,
825
+ "methods": [
826
+ {
827
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
828
+ "clrName": "Init",
829
+ "tsEmitName": "init",
830
+ "metadataToken": 100665759,
831
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
832
+ "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
833
+ "emitScope": "ClassSurface",
834
+ "arity": 0,
835
+ "parameterCount": 2,
836
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
837
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
838
+ "isExtensionMethod": false
839
+ },
840
+ {
841
+ "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
+ "clrName": "InitForConfiguration",
843
+ "tsEmitName": "initForConfiguration",
844
+ "metadataToken": 100665760,
845
+ "canonicalSignature": "(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
846
+ "normalizedSignature": "InitForConfiguration|(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
847
+ "emitScope": "ClassSurface",
848
+ "arity": 0,
849
+ "parameterCount": 5,
850
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
851
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
852
+ "isExtensionMethod": false,
853
+ "parameterModifiers": [
854
+ {
855
+ "index": 0,
856
+ "modifier": "ref"
857
+ },
858
+ {
859
+ "index": 1,
860
+ "modifier": "out"
861
+ },
862
+ {
863
+ "index": 2,
864
+ "modifier": "out"
865
+ }
866
+ ]
867
+ },
868
+ {
869
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsConfigRecordRequired(System.String):System.Boolean",
870
+ "clrName": "IsConfigRecordRequired",
871
+ "tsEmitName": "isConfigRecordRequired",
872
+ "metadataToken": 100665761,
873
+ "canonicalSignature": "(System.String):System.Boolean",
874
+ "normalizedSignature": "IsConfigRecordRequired|(System.String):System.Boolean|static=false",
875
+ "emitScope": "ClassSurface",
876
+ "arity": 0,
877
+ "parameterCount": 1,
878
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
879
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
880
+ "isExtensionMethod": false
881
+ },
882
+ {
883
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
884
+ "clrName": "IsInitDelayed",
885
+ "tsEmitName": "isInitDelayed",
886
+ "metadataToken": 100665762,
887
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
888
+ "normalizedSignature": "IsInitDelayed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
889
+ "emitScope": "ClassSurface",
890
+ "arity": 0,
891
+ "parameterCount": 1,
892
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
893
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
894
+ "isExtensionMethod": false
895
+ },
896
+ {
897
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord):System.Void",
898
+ "clrName": "RequireCompleteInit",
899
+ "tsEmitName": "requireCompleteInit",
900
+ "metadataToken": 100665763,
901
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Void",
902
+ "normalizedSignature": "RequireCompleteInit|(System.Configuration.Internal.IInternalConfigRecord):System.Void|static=false",
903
+ "emitScope": "ClassSurface",
904
+ "arity": 0,
905
+ "parameterCount": 1,
906
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
907
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
908
+ "isExtensionMethod": false
909
+ },
910
+ {
911
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamName(System.String):System.String",
912
+ "clrName": "GetStreamName",
913
+ "tsEmitName": "getStreamName",
914
+ "metadataToken": 100665765,
915
+ "canonicalSignature": "(System.String):System.String",
916
+ "normalizedSignature": "GetStreamName|(System.String):System.String|static=false",
917
+ "emitScope": "ClassSurface",
918
+ "arity": 0,
919
+ "parameterCount": 1,
920
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
921
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
922
+ "isExtensionMethod": false
923
+ },
924
+ {
925
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamNameForConfigSource(System.String,System.String):System.String",
926
+ "clrName": "GetStreamNameForConfigSource",
927
+ "tsEmitName": "getStreamNameForConfigSource",
928
+ "metadataToken": 100665766,
929
+ "canonicalSignature": "(System.String,System.String):System.String",
930
+ "normalizedSignature": "GetStreamNameForConfigSource|(System.String,System.String):System.String|static=false",
931
+ "emitScope": "ClassSurface",
932
+ "arity": 0,
933
+ "parameterCount": 2,
934
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
935
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
936
+ "isExtensionMethod": false
937
+ },
938
+ {
939
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamVersion(System.String):System.Object",
940
+ "clrName": "GetStreamVersion",
941
+ "tsEmitName": "getStreamVersion",
942
+ "metadataToken": 100665767,
943
+ "canonicalSignature": "(System.String):System.Object",
944
+ "normalizedSignature": "GetStreamVersion|(System.String):System.Object|static=false",
945
+ "emitScope": "ClassSurface",
946
+ "arity": 0,
947
+ "parameterCount": 1,
948
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
949
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
950
+ "isExtensionMethod": false
951
+ },
952
+ {
953
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForRead(System.String):System.IO.Stream",
954
+ "clrName": "OpenStreamForRead",
955
+ "tsEmitName": "openStreamForRead",
956
+ "metadataToken": 100665768,
957
+ "canonicalSignature": "(System.String):System.IO.Stream",
958
+ "normalizedSignature": "OpenStreamForRead|(System.String):System.IO.Stream|static=false",
959
+ "emitScope": "ClassSurface",
960
+ "arity": 0,
961
+ "parameterCount": 1,
962
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
963
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
964
+ "isExtensionMethod": false
965
+ },
966
+ {
967
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForRead(System.String,System.Boolean):System.IO.Stream",
968
+ "clrName": "OpenStreamForRead",
969
+ "tsEmitName": "openStreamForRead",
970
+ "metadataToken": 100665769,
971
+ "canonicalSignature": "(System.String,System.Boolean):System.IO.Stream",
972
+ "normalizedSignature": "OpenStreamForRead|(System.String,System.Boolean):System.IO.Stream|static=false",
973
+ "emitScope": "ClassSurface",
974
+ "arity": 0,
975
+ "parameterCount": 2,
976
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
977
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
978
+ "isExtensionMethod": false
979
+ },
980
+ {
981
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026):System.IO.Stream",
982
+ "clrName": "OpenStreamForWrite",
983
+ "tsEmitName": "openStreamForWrite",
984
+ "metadataToken": 100665770,
985
+ "canonicalSignature": "(System.String,System.String,System.Object\u0026):System.IO.Stream",
986
+ "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026):System.IO.Stream|static=false",
987
+ "emitScope": "ClassSurface",
988
+ "arity": 0,
989
+ "parameterCount": 3,
990
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
991
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
992
+ "isExtensionMethod": false,
993
+ "parameterModifiers": [
994
+ {
995
+ "index": 2,
996
+ "modifier": "ref"
997
+ }
998
+ ]
999
+ },
1000
+ {
1001
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
1002
+ "clrName": "OpenStreamForWrite",
1003
+ "tsEmitName": "openStreamForWrite",
1004
+ "metadataToken": 100665771,
1005
+ "canonicalSignature": "(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
1006
+ "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream|static=false",
1007
+ "emitScope": "ClassSurface",
1008
+ "arity": 0,
1009
+ "parameterCount": 4,
1010
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1011
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1012
+ "isExtensionMethod": false,
1013
+ "parameterModifiers": [
1014
+ {
1015
+ "index": 2,
1016
+ "modifier": "ref"
1017
+ }
1018
+ ]
1019
+ },
1020
+ {
1021
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::WriteCompleted(System.String,System.Boolean,System.Object):System.Void",
1022
+ "clrName": "WriteCompleted",
1023
+ "tsEmitName": "writeCompleted",
1024
+ "metadataToken": 100665772,
1025
+ "canonicalSignature": "(System.String,System.Boolean,System.Object):System.Void",
1026
+ "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object):System.Void|static=false",
1027
+ "emitScope": "ClassSurface",
1028
+ "arity": 0,
1029
+ "parameterCount": 3,
1030
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1031
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1032
+ "isExtensionMethod": false
1033
+ },
1034
+ {
1035
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
1036
+ "clrName": "WriteCompleted",
1037
+ "tsEmitName": "writeCompleted",
1038
+ "metadataToken": 100665773,
1039
+ "canonicalSignature": "(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
1040
+ "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object,System.Boolean):System.Void|static=false",
1041
+ "emitScope": "ClassSurface",
1042
+ "arity": 0,
1043
+ "parameterCount": 4,
1044
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1045
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1046
+ "isExtensionMethod": false
1047
+ },
1048
+ {
1049
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::DeleteStream(System.String):System.Void",
1050
+ "clrName": "DeleteStream",
1051
+ "tsEmitName": "deleteStream",
1052
+ "metadataToken": 100665774,
1053
+ "canonicalSignature": "(System.String):System.Void",
1054
+ "normalizedSignature": "DeleteStream|(System.String):System.Void|static=false",
1055
+ "emitScope": "ClassSurface",
1056
+ "arity": 0,
1057
+ "parameterCount": 1,
1058
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1059
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1060
+ "isExtensionMethod": false
1061
+ },
1062
+ {
1063
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
1064
+ "clrName": "StartMonitoringStreamForChanges",
1065
+ "tsEmitName": "startMonitoringStreamForChanges",
1066
+ "metadataToken": 100665776,
1067
+ "canonicalSignature": "(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
1068
+ "normalizedSignature": "StartMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object|static=false",
1069
+ "emitScope": "ClassSurface",
1070
+ "arity": 0,
1071
+ "parameterCount": 2,
1072
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1073
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1074
+ "isExtensionMethod": false
1075
+ },
1076
+ {
1077
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
1078
+ "clrName": "StopMonitoringStreamForChanges",
1079
+ "tsEmitName": "stopMonitoringStreamForChanges",
1080
+ "metadataToken": 100665777,
1081
+ "canonicalSignature": "(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
1082
+ "normalizedSignature": "StopMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void|static=false",
1083
+ "emitScope": "ClassSurface",
1084
+ "arity": 0,
1085
+ "parameterCount": 2,
1086
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1087
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1088
+ "isExtensionMethod": false
1089
+ },
1090
+ {
1091
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
1092
+ "clrName": "IsDefinitionAllowed",
1093
+ "tsEmitName": "isDefinitionAllowed",
1094
+ "metadataToken": 100665781,
1095
+ "canonicalSignature": "(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
1096
+ "normalizedSignature": "IsDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean|static=false",
1097
+ "emitScope": "ClassSurface",
1098
+ "arity": 0,
1099
+ "parameterCount": 3,
1100
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1101
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1102
+ "isExtensionMethod": false
1103
+ },
1104
+ {
1105
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
1106
+ "clrName": "VerifyDefinitionAllowed",
1107
+ "tsEmitName": "verifyDefinitionAllowed",
1108
+ "metadataToken": 100665782,
1109
+ "canonicalSignature": "(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
1110
+ "normalizedSignature": "VerifyDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void|static=false",
1111
+ "emitScope": "ClassSurface",
1112
+ "arity": 0,
1113
+ "parameterCount": 4,
1114
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1115
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1116
+ "isExtensionMethod": false
1117
+ },
1118
+ {
1119
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::PrefetchAll(System.String,System.String):System.Boolean",
1120
+ "clrName": "PrefetchAll",
1121
+ "tsEmitName": "prefetchAll",
1122
+ "metadataToken": 100665783,
1123
+ "canonicalSignature": "(System.String,System.String):System.Boolean",
1124
+ "normalizedSignature": "PrefetchAll|(System.String,System.String):System.Boolean|static=false",
1125
+ "emitScope": "ClassSurface",
1126
+ "arity": 0,
1127
+ "parameterCount": 2,
1128
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1129
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1130
+ "isExtensionMethod": false
1131
+ },
1132
+ {
1133
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::CreateConfigurationContext(System.String,System.String):System.Object",
1134
+ "clrName": "CreateConfigurationContext",
1135
+ "tsEmitName": "createConfigurationContext",
1136
+ "metadataToken": 100665786,
1137
+ "canonicalSignature": "(System.String,System.String):System.Object",
1138
+ "normalizedSignature": "CreateConfigurationContext|(System.String,System.String):System.Object|static=false",
1139
+ "emitScope": "ClassSurface",
1140
+ "arity": 0,
1141
+ "parameterCount": 2,
1142
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1143
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1144
+ "isExtensionMethod": false
1145
+ },
1146
+ {
1147
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
1148
+ "clrName": "DecryptSection",
1149
+ "tsEmitName": "decryptSection",
1150
+ "metadataToken": 100665787,
1151
+ "canonicalSignature": "(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
1152
+ "normalizedSignature": "DecryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
1153
+ "emitScope": "ClassSurface",
1154
+ "arity": 0,
1155
+ "parameterCount": 3,
1156
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1157
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1158
+ "isExtensionMethod": false
1159
+ },
1160
+ {
1161
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetConfigType(System.String,System.Boolean):System.Type",
1162
+ "clrName": "GetConfigType",
1163
+ "tsEmitName": "getConfigType",
1164
+ "metadataToken": 100665789,
1165
+ "canonicalSignature": "(System.String,System.Boolean):System.Type",
1166
+ "normalizedSignature": "GetConfigType|(System.String,System.Boolean):System.Type|static=false",
1167
+ "emitScope": "ClassSurface",
1168
+ "arity": 0,
1169
+ "parameterCount": 2,
1170
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1171
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1172
+ "isExtensionMethod": false
1173
+ },
1174
+ {
1175
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetConfigTypeName(System.Type):System.String",
1176
+ "clrName": "GetConfigTypeName",
1177
+ "tsEmitName": "getConfigTypeName",
1178
+ "metadataToken": 100665790,
1179
+ "canonicalSignature": "(System.Type):System.String",
1180
+ "normalizedSignature": "GetConfigTypeName|(System.Type):System.String|static=false",
1181
+ "emitScope": "ClassSurface",
1182
+ "arity": 0,
1183
+ "parameterCount": 1,
1184
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1185
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1186
+ "isExtensionMethod": false
1187
+ },
1188
+ {
1189
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::Impersonate():System.IDisposable",
1190
+ "clrName": "Impersonate",
1191
+ "tsEmitName": "impersonate",
1192
+ "metadataToken": 100665793,
1193
+ "canonicalSignature": "():System.IDisposable",
1194
+ "normalizedSignature": "Impersonate|():System.IDisposable|static=false",
1195
+ "emitScope": "ClassSurface",
1196
+ "arity": 0,
1197
+ "parameterCount": 0,
1198
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1199
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1200
+ "isExtensionMethod": false
1201
+ },
1202
+ {
1203
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
1204
+ "clrName": "GetRestrictedPermissions",
1205
+ "tsEmitName": "getRestrictedPermissions",
1206
+ "metadataToken": 100665794,
1207
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
1208
+ "normalizedSignature": "GetRestrictedPermissions|(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void|static=false",
1209
+ "emitScope": "ClassSurface",
1210
+ "arity": 0,
1211
+ "parameterCount": 3,
1212
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1213
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1214
+ "isExtensionMethod": false,
1215
+ "parameterModifiers": [
1216
+ {
1217
+ "index": 1,
1218
+ "modifier": "out"
1219
+ },
1220
+ {
1221
+ "index": 2,
1222
+ "modifier": "out"
1223
+ }
1224
+ ]
1225
+ }
1226
+ ],
1227
+ "properties": [
1228
+ {
1229
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsChangeNotifications:System.Boolean",
1230
+ "clrName": "SupportsChangeNotifications",
1231
+ "tsEmitName": "supportsChangeNotifications",
1232
+ "metadataToken": 385876864,
1233
+ "canonicalSignature": ":System.Boolean",
1234
+ "normalizedSignature": "SupportsChangeNotifications|:System.Boolean|static=false|accessor=get",
1235
+ "emitScope": "ClassSurface",
1236
+ "isIndexer": false,
1237
+ "hasGetter": true,
1238
+ "hasSetter": false,
1239
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1240
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1241
+ },
1242
+ {
1243
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsRefresh:System.Boolean",
1244
+ "clrName": "SupportsRefresh",
1245
+ "tsEmitName": "supportsRefresh",
1246
+ "metadataToken": 385876865,
1247
+ "canonicalSignature": ":System.Boolean",
1248
+ "normalizedSignature": "SupportsRefresh|:System.Boolean|static=false|accessor=get",
1249
+ "emitScope": "ClassSurface",
1250
+ "isIndexer": false,
1251
+ "hasGetter": true,
1252
+ "hasSetter": false,
1253
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1254
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1255
+ },
1256
+ {
1257
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsPath:System.Boolean",
1258
+ "clrName": "SupportsPath",
1259
+ "tsEmitName": "supportsPath",
1260
+ "metadataToken": 385876866,
1261
+ "canonicalSignature": ":System.Boolean",
1262
+ "normalizedSignature": "SupportsPath|:System.Boolean|static=false|accessor=get",
1263
+ "emitScope": "ClassSurface",
1264
+ "isIndexer": false,
1265
+ "hasGetter": true,
1266
+ "hasSetter": false,
1267
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1268
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1269
+ },
1270
+ {
1271
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsLocation:System.Boolean",
1272
+ "clrName": "SupportsLocation",
1273
+ "tsEmitName": "supportsLocation",
1274
+ "metadataToken": 385876867,
1275
+ "canonicalSignature": ":System.Boolean",
1276
+ "normalizedSignature": "SupportsLocation|:System.Boolean|static=false|accessor=get",
1277
+ "emitScope": "ClassSurface",
1278
+ "isIndexer": false,
1279
+ "hasGetter": true,
1280
+ "hasSetter": false,
1281
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1282
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1283
+ },
1284
+ {
1285
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsRemote:System.Boolean",
1286
+ "clrName": "IsRemote",
1287
+ "tsEmitName": "isRemote",
1288
+ "metadataToken": 385876868,
1289
+ "canonicalSignature": ":System.Boolean",
1290
+ "normalizedSignature": "IsRemote|:System.Boolean|static=false|accessor=get",
1291
+ "emitScope": "ClassSurface",
1292
+ "isIndexer": false,
1293
+ "hasGetter": true,
1294
+ "hasSetter": false,
1295
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigHost",
1296
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1297
+ }
1298
+ ],
1299
+ "fields": [],
1300
+ "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
+ ]
1616
+ },
1617
+ {
1618
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord",
1619
+ "clrName": "System.Configuration.Internal.IInternalConfigRecord",
1620
+ "tsEmitName": "IInternalConfigRecord",
1621
+ "assemblyName": "System.Configuration.ConfigurationManager",
1622
+ "metadataToken": 0,
1623
+ "methods": [
1624
+ {
1625
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::ThrowIfInitErrors():System.Void",
1626
+ "clrName": "ThrowIfInitErrors",
1627
+ "tsEmitName": "throwIfInitErrors",
1628
+ "metadataToken": 100665802,
1629
+ "canonicalSignature": "():System.Void",
1630
+ "normalizedSignature": "ThrowIfInitErrors|():System.Void|static=false",
1631
+ "emitScope": "ClassSurface",
1632
+ "arity": 0,
1633
+ "parameterCount": 0,
1634
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1635
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1636
+ "isExtensionMethod": false
1637
+ },
1638
+ {
1639
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::GetSection(System.String):System.Object",
1640
+ "clrName": "GetSection",
1641
+ "tsEmitName": "getSection",
1642
+ "metadataToken": 100665803,
1643
+ "canonicalSignature": "(System.String):System.Object",
1644
+ "normalizedSignature": "GetSection|(System.String):System.Object|static=false",
1645
+ "emitScope": "ClassSurface",
1646
+ "arity": 0,
1647
+ "parameterCount": 1,
1648
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1649
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1650
+ "isExtensionMethod": false
1651
+ },
1652
+ {
1653
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::RefreshSection(System.String):System.Void",
1654
+ "clrName": "RefreshSection",
1655
+ "tsEmitName": "refreshSection",
1656
+ "metadataToken": 100665805,
1657
+ "canonicalSignature": "(System.String):System.Void",
1658
+ "normalizedSignature": "RefreshSection|(System.String):System.Void|static=false",
1659
+ "emitScope": "ClassSurface",
1660
+ "arity": 0,
1661
+ "parameterCount": 1,
1662
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1663
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1664
+ "isExtensionMethod": false
1665
+ }
1666
+ ],
1667
+ "properties": [
1668
+ {
1669
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::ConfigPath:System.String",
1670
+ "clrName": "ConfigPath",
1671
+ "tsEmitName": "configPath",
1672
+ "metadataToken": 385876872,
1673
+ "canonicalSignature": ":System.String",
1674
+ "normalizedSignature": "ConfigPath|:System.String|static=false|accessor=get",
1675
+ "emitScope": "ClassSurface",
1676
+ "isIndexer": false,
1677
+ "hasGetter": true,
1678
+ "hasSetter": false,
1679
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1680
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1681
+ },
1682
+ {
1683
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::StreamName:System.String",
1684
+ "clrName": "StreamName",
1685
+ "tsEmitName": "streamName",
1686
+ "metadataToken": 385876873,
1687
+ "canonicalSignature": ":System.String",
1688
+ "normalizedSignature": "StreamName|:System.String|static=false|accessor=get",
1689
+ "emitScope": "ClassSurface",
1690
+ "isIndexer": false,
1691
+ "hasGetter": true,
1692
+ "hasSetter": false,
1693
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1694
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1695
+ },
1696
+ {
1697
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::HasInitErrors:System.Boolean",
1698
+ "clrName": "HasInitErrors",
1699
+ "tsEmitName": "hasInitErrors",
1700
+ "metadataToken": 385876874,
1701
+ "canonicalSignature": ":System.Boolean",
1702
+ "normalizedSignature": "HasInitErrors|:System.Boolean|static=false|accessor=get",
1703
+ "emitScope": "ClassSurface",
1704
+ "isIndexer": false,
1705
+ "hasGetter": true,
1706
+ "hasSetter": false,
1707
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRecord",
1708
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1709
+ }
1710
+ ],
1711
+ "fields": [],
1712
+ "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
+ ]
1778
+ },
1779
+ {
1780
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot",
1781
+ "clrName": "System.Configuration.Internal.IInternalConfigRoot",
1782
+ "tsEmitName": "IInternalConfigRoot",
1783
+ "assemblyName": "System.Configuration.ConfigurationManager",
1784
+ "metadataToken": 0,
1785
+ "methods": [
1786
+ {
1787
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void",
1788
+ "clrName": "Init",
1789
+ "tsEmitName": "init",
1790
+ "metadataToken": 100665808,
1791
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void",
1792
+ "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void|static=false",
1793
+ "emitScope": "ClassSurface",
1794
+ "arity": 0,
1795
+ "parameterCount": 2,
1796
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1797
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1798
+ "isExtensionMethod": false
1799
+ },
1800
+ {
1801
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetSection(System.String,System.String):System.Object",
1802
+ "clrName": "GetSection",
1803
+ "tsEmitName": "getSection",
1804
+ "metadataToken": 100665813,
1805
+ "canonicalSignature": "(System.String,System.String):System.Object",
1806
+ "normalizedSignature": "GetSection|(System.String,System.String):System.Object|static=false",
1807
+ "emitScope": "ClassSurface",
1808
+ "arity": 0,
1809
+ "parameterCount": 2,
1810
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1811
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1812
+ "isExtensionMethod": false
1813
+ },
1814
+ {
1815
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetUniqueConfigPath(System.String):System.String",
1816
+ "clrName": "GetUniqueConfigPath",
1817
+ "tsEmitName": "getUniqueConfigPath",
1818
+ "metadataToken": 100665814,
1819
+ "canonicalSignature": "(System.String):System.String",
1820
+ "normalizedSignature": "GetUniqueConfigPath|(System.String):System.String|static=false",
1821
+ "emitScope": "ClassSurface",
1822
+ "arity": 0,
1823
+ "parameterCount": 1,
1824
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1825
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1826
+ "isExtensionMethod": false
1827
+ },
1828
+ {
1829
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetUniqueConfigRecord(System.String):System.Configuration.Internal.IInternalConfigRecord",
1830
+ "clrName": "GetUniqueConfigRecord",
1831
+ "tsEmitName": "getUniqueConfigRecord",
1832
+ "metadataToken": 100665815,
1833
+ "canonicalSignature": "(System.String):System.Configuration.Internal.IInternalConfigRecord",
1834
+ "normalizedSignature": "GetUniqueConfigRecord|(System.String):System.Configuration.Internal.IInternalConfigRecord|static=false",
1835
+ "emitScope": "ClassSurface",
1836
+ "arity": 0,
1837
+ "parameterCount": 1,
1838
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1839
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1840
+ "isExtensionMethod": false
1841
+ },
1842
+ {
1843
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::RemoveConfig(System.String):System.Void",
1844
+ "clrName": "RemoveConfig",
1845
+ "tsEmitName": "removeConfig",
1846
+ "metadataToken": 100665817,
1847
+ "canonicalSignature": "(System.String):System.Void",
1848
+ "normalizedSignature": "RemoveConfig|(System.String):System.Void|static=false",
1849
+ "emitScope": "ClassSurface",
1850
+ "arity": 0,
1851
+ "parameterCount": 1,
1852
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1853
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1854
+ "isExtensionMethod": false
1855
+ }
1856
+ ],
1857
+ "properties": [
1858
+ {
1859
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::IsDesignTime:System.Boolean",
1860
+ "clrName": "IsDesignTime",
1861
+ "tsEmitName": "isDesignTime",
1862
+ "metadataToken": 385876875,
1863
+ "canonicalSignature": ":System.Boolean",
1864
+ "normalizedSignature": "IsDesignTime|:System.Boolean|static=false|accessor=get",
1865
+ "emitScope": "ClassSurface",
1866
+ "isIndexer": false,
1867
+ "hasGetter": true,
1868
+ "hasSetter": false,
1869
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1870
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1871
+ }
1872
+ ],
1873
+ "fields": [],
1874
+ "events": [
1875
+ {
1876
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::ConfigChangedSystem.Configuration.Internal.InternalConfigEventHandler",
1877
+ "clrName": "ConfigChanged",
1878
+ "tsEmitName": "configChanged",
1879
+ "metadataToken": 335544325,
1880
+ "normalizedSignature": "ConfigChanged|System.Configuration.Internal.InternalConfigEventHandler|static=false",
1881
+ "isStatic": false,
1882
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigRoot",
1883
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
1884
+ }
1885
+ ],
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
+ ]
1963
+ },
1964
+ {
1965
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory",
1966
+ "clrName": "System.Configuration.Internal.IInternalConfigSettingsFactory",
1967
+ "tsEmitName": "IInternalConfigSettingsFactory",
1968
+ "assemblyName": "System.Configuration.ConfigurationManager",
1969
+ "metadataToken": 0,
1970
+ "methods": [
1971
+ {
1972
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory::SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void",
1973
+ "clrName": "SetConfigurationSystem",
1974
+ "tsEmitName": "setConfigurationSystem",
1975
+ "metadataToken": 100665818,
1976
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void",
1977
+ "normalizedSignature": "SetConfigurationSystem|(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void|static=false",
1978
+ "emitScope": "ClassSurface",
1979
+ "arity": 0,
1980
+ "parameterCount": 2,
1981
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigSettingsFactory",
1982
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1983
+ "isExtensionMethod": false
1984
+ },
1985
+ {
1986
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory::CompleteInit():System.Void",
1987
+ "clrName": "CompleteInit",
1988
+ "tsEmitName": "completeInit",
1989
+ "metadataToken": 100665819,
1990
+ "canonicalSignature": "():System.Void",
1991
+ "normalizedSignature": "CompleteInit|():System.Void|static=false",
1992
+ "emitScope": "ClassSurface",
1993
+ "arity": 0,
1994
+ "parameterCount": 0,
1995
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigSettingsFactory",
1996
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
1997
+ "isExtensionMethod": false
1998
+ }
1999
+ ],
2000
+ "properties": [],
2001
+ "fields": [],
2002
+ "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
+ ]
2026
+ },
2027
+ {
2028
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem",
2029
+ "clrName": "System.Configuration.Internal.IInternalConfigSystem",
2030
+ "tsEmitName": "IInternalConfigSystem",
2031
+ "assemblyName": "System.Configuration.ConfigurationManager",
2032
+ "metadataToken": 0,
2033
+ "methods": [
2034
+ {
2035
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::GetSection(System.String):System.Object",
2036
+ "clrName": "GetSection",
2037
+ "tsEmitName": "getSection",
2038
+ "metadataToken": 100665821,
2039
+ "canonicalSignature": "(System.String):System.Object",
2040
+ "normalizedSignature": "GetSection|(System.String):System.Object|static=false",
2041
+ "emitScope": "ClassSurface",
2042
+ "arity": 0,
2043
+ "parameterCount": 1,
2044
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2045
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2046
+ "isExtensionMethod": false
2047
+ },
2048
+ {
2049
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::RefreshConfig(System.String):System.Void",
2050
+ "clrName": "RefreshConfig",
2051
+ "tsEmitName": "refreshConfig",
2052
+ "metadataToken": 100665822,
2053
+ "canonicalSignature": "(System.String):System.Void",
2054
+ "normalizedSignature": "RefreshConfig|(System.String):System.Void|static=false",
2055
+ "emitScope": "ClassSurface",
2056
+ "arity": 0,
2057
+ "parameterCount": 1,
2058
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2059
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2060
+ "isExtensionMethod": false
2061
+ }
2062
+ ],
2063
+ "properties": [
2064
+ {
2065
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::SupportsUserConfig:System.Boolean",
2066
+ "clrName": "SupportsUserConfig",
2067
+ "tsEmitName": "supportsUserConfig",
2068
+ "metadataToken": 385876876,
2069
+ "canonicalSignature": ":System.Boolean",
2070
+ "normalizedSignature": "SupportsUserConfig|:System.Boolean|static=false|accessor=get",
2071
+ "emitScope": "ClassSurface",
2072
+ "isIndexer": false,
2073
+ "hasGetter": true,
2074
+ "hasSetter": false,
2075
+ "declaringClrType": "System.Configuration.Internal.IInternalConfigSystem",
2076
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2077
+ }
2078
+ ],
2079
+ "fields": [],
2080
+ "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
+ ]
2116
+ },
2117
+ {
2118
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost",
2119
+ "clrName": "System.Configuration.Internal.DelegatingConfigHost",
2120
+ "tsEmitName": "DelegatingConfigHost",
2121
+ "assemblyName": "System.Configuration.ConfigurationManager",
2122
+ "metadataToken": 0,
2123
+ "methods": [
2124
+ {
2125
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
2126
+ "clrName": "Init",
2127
+ "tsEmitName": "init",
2128
+ "metadataToken": 100665680,
2129
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
2130
+ "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
2131
+ "emitScope": "ClassSurface",
2132
+ "arity": 0,
2133
+ "parameterCount": 2,
2134
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2135
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2136
+ "isExtensionMethod": false
2137
+ },
2138
+ {
2139
+ "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
+ "clrName": "InitForConfiguration",
2141
+ "tsEmitName": "initForConfiguration",
2142
+ "metadataToken": 100665681,
2143
+ "canonicalSignature": "(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
2144
+ "normalizedSignature": "InitForConfiguration|(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
2145
+ "emitScope": "ClassSurface",
2146
+ "arity": 0,
2147
+ "parameterCount": 5,
2148
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2149
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2150
+ "isExtensionMethod": false,
2151
+ "parameterModifiers": [
2152
+ {
2153
+ "index": 0,
2154
+ "modifier": "ref"
2155
+ },
2156
+ {
2157
+ "index": 1,
2158
+ "modifier": "out"
2159
+ },
2160
+ {
2161
+ "index": 2,
2162
+ "modifier": "out"
2163
+ }
2164
+ ]
2165
+ },
2166
+ {
2167
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsConfigRecordRequired(System.String):System.Boolean",
2168
+ "clrName": "IsConfigRecordRequired",
2169
+ "tsEmitName": "isConfigRecordRequired",
2170
+ "metadataToken": 100665682,
2171
+ "canonicalSignature": "(System.String):System.Boolean",
2172
+ "normalizedSignature": "IsConfigRecordRequired|(System.String):System.Boolean|static=false",
2173
+ "emitScope": "ClassSurface",
2174
+ "arity": 0,
2175
+ "parameterCount": 1,
2176
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2177
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2178
+ "isExtensionMethod": false
2179
+ },
2180
+ {
2181
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2182
+ "clrName": "IsInitDelayed",
2183
+ "tsEmitName": "isInitDelayed",
2184
+ "metadataToken": 100665683,
2185
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2186
+ "normalizedSignature": "IsInitDelayed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
2187
+ "emitScope": "ClassSurface",
2188
+ "arity": 0,
2189
+ "parameterCount": 1,
2190
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2191
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2192
+ "isExtensionMethod": false
2193
+ },
2194
+ {
2195
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord):System.Void",
2196
+ "clrName": "RequireCompleteInit",
2197
+ "tsEmitName": "requireCompleteInit",
2198
+ "metadataToken": 100665684,
2199
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Void",
2200
+ "normalizedSignature": "RequireCompleteInit|(System.Configuration.Internal.IInternalConfigRecord):System.Void|static=false",
2201
+ "emitScope": "ClassSurface",
2202
+ "arity": 0,
2203
+ "parameterCount": 1,
2204
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2205
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2206
+ "isExtensionMethod": false
2207
+ },
2208
+ {
2209
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsSecondaryRoot(System.String):System.Boolean",
2210
+ "clrName": "IsSecondaryRoot",
2211
+ "tsEmitName": "isSecondaryRoot",
2212
+ "metadataToken": 100665685,
2213
+ "canonicalSignature": "(System.String):System.Boolean",
2214
+ "normalizedSignature": "IsSecondaryRoot|(System.String):System.Boolean|static=false",
2215
+ "emitScope": "ClassSurface",
2216
+ "arity": 0,
2217
+ "parameterCount": 1,
2218
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2219
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2220
+ "isExtensionMethod": false
2221
+ },
2222
+ {
2223
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamName(System.String):System.String",
2224
+ "clrName": "GetStreamName",
2225
+ "tsEmitName": "getStreamName",
2226
+ "metadataToken": 100665686,
2227
+ "canonicalSignature": "(System.String):System.String",
2228
+ "normalizedSignature": "GetStreamName|(System.String):System.String|static=false",
2229
+ "emitScope": "ClassSurface",
2230
+ "arity": 0,
2231
+ "parameterCount": 1,
2232
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2233
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2234
+ "isExtensionMethod": false
2235
+ },
2236
+ {
2237
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamNameForConfigSource(System.String,System.String):System.String",
2238
+ "clrName": "GetStreamNameForConfigSource",
2239
+ "tsEmitName": "getStreamNameForConfigSource",
2240
+ "metadataToken": 100665687,
2241
+ "canonicalSignature": "(System.String,System.String):System.String",
2242
+ "normalizedSignature": "GetStreamNameForConfigSource|(System.String,System.String):System.String|static=false",
2243
+ "emitScope": "ClassSurface",
2244
+ "arity": 0,
2245
+ "parameterCount": 2,
2246
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2247
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2248
+ "isExtensionMethod": false
2249
+ },
2250
+ {
2251
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamVersion(System.String):System.Object",
2252
+ "clrName": "GetStreamVersion",
2253
+ "tsEmitName": "getStreamVersion",
2254
+ "metadataToken": 100665688,
2255
+ "canonicalSignature": "(System.String):System.Object",
2256
+ "normalizedSignature": "GetStreamVersion|(System.String):System.Object|static=false",
2257
+ "emitScope": "ClassSurface",
2258
+ "arity": 0,
2259
+ "parameterCount": 1,
2260
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2261
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2262
+ "isExtensionMethod": false
2263
+ },
2264
+ {
2265
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForRead(System.String):System.IO.Stream",
2266
+ "clrName": "OpenStreamForRead",
2267
+ "tsEmitName": "openStreamForRead",
2268
+ "metadataToken": 100665689,
2269
+ "canonicalSignature": "(System.String):System.IO.Stream",
2270
+ "normalizedSignature": "OpenStreamForRead|(System.String):System.IO.Stream|static=false",
2271
+ "emitScope": "ClassSurface",
2272
+ "arity": 0,
2273
+ "parameterCount": 1,
2274
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2275
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2276
+ "isExtensionMethod": false
2277
+ },
2278
+ {
2279
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForRead(System.String,System.Boolean):System.IO.Stream",
2280
+ "clrName": "OpenStreamForRead",
2281
+ "tsEmitName": "openStreamForRead",
2282
+ "metadataToken": 100665690,
2283
+ "canonicalSignature": "(System.String,System.Boolean):System.IO.Stream",
2284
+ "normalizedSignature": "OpenStreamForRead|(System.String,System.Boolean):System.IO.Stream|static=false",
2285
+ "emitScope": "ClassSurface",
2286
+ "arity": 0,
2287
+ "parameterCount": 2,
2288
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2289
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2290
+ "isExtensionMethod": false
2291
+ },
2292
+ {
2293
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026):System.IO.Stream",
2294
+ "clrName": "OpenStreamForWrite",
2295
+ "tsEmitName": "openStreamForWrite",
2296
+ "metadataToken": 100665691,
2297
+ "canonicalSignature": "(System.String,System.String,System.Object\u0026):System.IO.Stream",
2298
+ "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026):System.IO.Stream|static=false",
2299
+ "emitScope": "ClassSurface",
2300
+ "arity": 0,
2301
+ "parameterCount": 3,
2302
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2303
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2304
+ "isExtensionMethod": false,
2305
+ "parameterModifiers": [
2306
+ {
2307
+ "index": 2,
2308
+ "modifier": "ref"
2309
+ }
2310
+ ]
2311
+ },
2312
+ {
2313
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
2314
+ "clrName": "OpenStreamForWrite",
2315
+ "tsEmitName": "openStreamForWrite",
2316
+ "metadataToken": 100665692,
2317
+ "canonicalSignature": "(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
2318
+ "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream|static=false",
2319
+ "emitScope": "ClassSurface",
2320
+ "arity": 0,
2321
+ "parameterCount": 4,
2322
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2323
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2324
+ "isExtensionMethod": false,
2325
+ "parameterModifiers": [
2326
+ {
2327
+ "index": 2,
2328
+ "modifier": "ref"
2329
+ }
2330
+ ]
2331
+ },
2332
+ {
2333
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::WriteCompleted(System.String,System.Boolean,System.Object):System.Void",
2334
+ "clrName": "WriteCompleted",
2335
+ "tsEmitName": "writeCompleted",
2336
+ "metadataToken": 100665693,
2337
+ "canonicalSignature": "(System.String,System.Boolean,System.Object):System.Void",
2338
+ "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object):System.Void|static=false",
2339
+ "emitScope": "ClassSurface",
2340
+ "arity": 0,
2341
+ "parameterCount": 3,
2342
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2343
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2344
+ "isExtensionMethod": false
2345
+ },
2346
+ {
2347
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
2348
+ "clrName": "WriteCompleted",
2349
+ "tsEmitName": "writeCompleted",
2350
+ "metadataToken": 100665694,
2351
+ "canonicalSignature": "(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
2352
+ "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object,System.Boolean):System.Void|static=false",
2353
+ "emitScope": "ClassSurface",
2354
+ "arity": 0,
2355
+ "parameterCount": 4,
2356
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2357
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2358
+ "isExtensionMethod": false
2359
+ },
2360
+ {
2361
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::DeleteStream(System.String):System.Void",
2362
+ "clrName": "DeleteStream",
2363
+ "tsEmitName": "deleteStream",
2364
+ "metadataToken": 100665695,
2365
+ "canonicalSignature": "(System.String):System.Void",
2366
+ "normalizedSignature": "DeleteStream|(System.String):System.Void|static=false",
2367
+ "emitScope": "ClassSurface",
2368
+ "arity": 0,
2369
+ "parameterCount": 1,
2370
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2371
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2372
+ "isExtensionMethod": false
2373
+ },
2374
+ {
2375
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsFile(System.String):System.Boolean",
2376
+ "clrName": "IsFile",
2377
+ "tsEmitName": "isFile",
2378
+ "metadataToken": 100665696,
2379
+ "canonicalSignature": "(System.String):System.Boolean",
2380
+ "normalizedSignature": "IsFile|(System.String):System.Boolean|static=false",
2381
+ "emitScope": "ClassSurface",
2382
+ "arity": 0,
2383
+ "parameterCount": 1,
2384
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2385
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2386
+ "isExtensionMethod": false
2387
+ },
2388
+ {
2389
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
2390
+ "clrName": "StartMonitoringStreamForChanges",
2391
+ "tsEmitName": "startMonitoringStreamForChanges",
2392
+ "metadataToken": 100665698,
2393
+ "canonicalSignature": "(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
2394
+ "normalizedSignature": "StartMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object|static=false",
2395
+ "emitScope": "ClassSurface",
2396
+ "arity": 0,
2397
+ "parameterCount": 2,
2398
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2399
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2400
+ "isExtensionMethod": false
2401
+ },
2402
+ {
2403
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
2404
+ "clrName": "StopMonitoringStreamForChanges",
2405
+ "tsEmitName": "stopMonitoringStreamForChanges",
2406
+ "metadataToken": 100665699,
2407
+ "canonicalSignature": "(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
2408
+ "normalizedSignature": "StopMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void|static=false",
2409
+ "emitScope": "ClassSurface",
2410
+ "arity": 0,
2411
+ "parameterCount": 2,
2412
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2413
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2414
+ "isExtensionMethod": false
2415
+ },
2416
+ {
2417
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsAboveApplication(System.String):System.Boolean",
2418
+ "clrName": "IsAboveApplication",
2419
+ "tsEmitName": "isAboveApplication",
2420
+ "metadataToken": 100665703,
2421
+ "canonicalSignature": "(System.String):System.Boolean",
2422
+ "normalizedSignature": "IsAboveApplication|(System.String):System.Boolean|static=false",
2423
+ "emitScope": "ClassSurface",
2424
+ "arity": 0,
2425
+ "parameterCount": 1,
2426
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2427
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2428
+ "isExtensionMethod": false
2429
+ },
2430
+ {
2431
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
2432
+ "clrName": "IsDefinitionAllowed",
2433
+ "tsEmitName": "isDefinitionAllowed",
2434
+ "metadataToken": 100665704,
2435
+ "canonicalSignature": "(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
2436
+ "normalizedSignature": "IsDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean|static=false",
2437
+ "emitScope": "ClassSurface",
2438
+ "arity": 0,
2439
+ "parameterCount": 3,
2440
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2441
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2442
+ "isExtensionMethod": false
2443
+ },
2444
+ {
2445
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
2446
+ "clrName": "VerifyDefinitionAllowed",
2447
+ "tsEmitName": "verifyDefinitionAllowed",
2448
+ "metadataToken": 100665705,
2449
+ "canonicalSignature": "(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
2450
+ "normalizedSignature": "VerifyDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void|static=false",
2451
+ "emitScope": "ClassSurface",
2452
+ "arity": 0,
2453
+ "parameterCount": 4,
2454
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2455
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2456
+ "isExtensionMethod": false
2457
+ },
2458
+ {
2459
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigPathFromLocationSubPath(System.String,System.String):System.String",
2460
+ "clrName": "GetConfigPathFromLocationSubPath",
2461
+ "tsEmitName": "getConfigPathFromLocationSubPath",
2462
+ "metadataToken": 100665706,
2463
+ "canonicalSignature": "(System.String,System.String):System.String",
2464
+ "normalizedSignature": "GetConfigPathFromLocationSubPath|(System.String,System.String):System.String|static=false",
2465
+ "emitScope": "ClassSurface",
2466
+ "arity": 0,
2467
+ "parameterCount": 2,
2468
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2469
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2470
+ "isExtensionMethod": false
2471
+ },
2472
+ {
2473
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsLocationApplicable(System.String):System.Boolean",
2474
+ "clrName": "IsLocationApplicable",
2475
+ "tsEmitName": "isLocationApplicable",
2476
+ "metadataToken": 100665707,
2477
+ "canonicalSignature": "(System.String):System.Boolean",
2478
+ "normalizedSignature": "IsLocationApplicable|(System.String):System.Boolean|static=false",
2479
+ "emitScope": "ClassSurface",
2480
+ "arity": 0,
2481
+ "parameterCount": 1,
2482
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2483
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2484
+ "isExtensionMethod": false
2485
+ },
2486
+ {
2487
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::PrefetchAll(System.String,System.String):System.Boolean",
2488
+ "clrName": "PrefetchAll",
2489
+ "tsEmitName": "prefetchAll",
2490
+ "metadataToken": 100665708,
2491
+ "canonicalSignature": "(System.String,System.String):System.Boolean",
2492
+ "normalizedSignature": "PrefetchAll|(System.String,System.String):System.Boolean|static=false",
2493
+ "emitScope": "ClassSurface",
2494
+ "arity": 0,
2495
+ "parameterCount": 2,
2496
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2497
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2498
+ "isExtensionMethod": false
2499
+ },
2500
+ {
2501
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::PrefetchSection(System.String,System.String):System.Boolean",
2502
+ "clrName": "PrefetchSection",
2503
+ "tsEmitName": "prefetchSection",
2504
+ "metadataToken": 100665709,
2505
+ "canonicalSignature": "(System.String,System.String):System.Boolean",
2506
+ "normalizedSignature": "PrefetchSection|(System.String,System.String):System.Boolean|static=false",
2507
+ "emitScope": "ClassSurface",
2508
+ "arity": 0,
2509
+ "parameterCount": 2,
2510
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2511
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2512
+ "isExtensionMethod": false
2513
+ },
2514
+ {
2515
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::CreateDeprecatedConfigContext(System.String):System.Object",
2516
+ "clrName": "CreateDeprecatedConfigContext",
2517
+ "tsEmitName": "createDeprecatedConfigContext",
2518
+ "metadataToken": 100665710,
2519
+ "canonicalSignature": "(System.String):System.Object",
2520
+ "normalizedSignature": "CreateDeprecatedConfigContext|(System.String):System.Object|static=false",
2521
+ "emitScope": "ClassSurface",
2522
+ "arity": 0,
2523
+ "parameterCount": 1,
2524
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2525
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2526
+ "isExtensionMethod": false
2527
+ },
2528
+ {
2529
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::CreateConfigurationContext(System.String,System.String):System.Object",
2530
+ "clrName": "CreateConfigurationContext",
2531
+ "tsEmitName": "createConfigurationContext",
2532
+ "metadataToken": 100665711,
2533
+ "canonicalSignature": "(System.String,System.String):System.Object",
2534
+ "normalizedSignature": "CreateConfigurationContext|(System.String,System.String):System.Object|static=false",
2535
+ "emitScope": "ClassSurface",
2536
+ "arity": 0,
2537
+ "parameterCount": 2,
2538
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2539
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2540
+ "isExtensionMethod": false
2541
+ },
2542
+ {
2543
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
2544
+ "clrName": "DecryptSection",
2545
+ "tsEmitName": "decryptSection",
2546
+ "metadataToken": 100665712,
2547
+ "canonicalSignature": "(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
2548
+ "normalizedSignature": "DecryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
2549
+ "emitScope": "ClassSurface",
2550
+ "arity": 0,
2551
+ "parameterCount": 3,
2552
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2553
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2554
+ "isExtensionMethod": false
2555
+ },
2556
+ {
2557
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
2558
+ "clrName": "EncryptSection",
2559
+ "tsEmitName": "encryptSection",
2560
+ "metadataToken": 100665713,
2561
+ "canonicalSignature": "(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
2562
+ "normalizedSignature": "EncryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
2563
+ "emitScope": "ClassSurface",
2564
+ "arity": 0,
2565
+ "parameterCount": 3,
2566
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2567
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2568
+ "isExtensionMethod": false
2569
+ },
2570
+ {
2571
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigType(System.String,System.Boolean):System.Type",
2572
+ "clrName": "GetConfigType",
2573
+ "tsEmitName": "getConfigType",
2574
+ "metadataToken": 100665714,
2575
+ "canonicalSignature": "(System.String,System.Boolean):System.Type",
2576
+ "normalizedSignature": "GetConfigType|(System.String,System.Boolean):System.Type|static=false",
2577
+ "emitScope": "ClassSurface",
2578
+ "arity": 0,
2579
+ "parameterCount": 2,
2580
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2581
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2582
+ "isExtensionMethod": false
2583
+ },
2584
+ {
2585
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigTypeName(System.Type):System.String",
2586
+ "clrName": "GetConfigTypeName",
2587
+ "tsEmitName": "getConfigTypeName",
2588
+ "metadataToken": 100665715,
2589
+ "canonicalSignature": "(System.Type):System.String",
2590
+ "normalizedSignature": "GetConfigTypeName|(System.Type):System.String|static=false",
2591
+ "emitScope": "ClassSurface",
2592
+ "arity": 0,
2593
+ "parameterCount": 1,
2594
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2595
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2596
+ "isExtensionMethod": false
2597
+ },
2598
+ {
2599
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::RefreshConfigPaths():System.Void",
2600
+ "clrName": "RefreshConfigPaths",
2601
+ "tsEmitName": "refreshConfigPaths",
2602
+ "metadataToken": 100665718,
2603
+ "canonicalSignature": "():System.Void",
2604
+ "normalizedSignature": "RefreshConfigPaths|():System.Void|static=false",
2605
+ "emitScope": "ClassSurface",
2606
+ "arity": 0,
2607
+ "parameterCount": 0,
2608
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2609
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2610
+ "isExtensionMethod": false
2611
+ },
2612
+ {
2613
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsTrustedConfigPath(System.String):System.Boolean",
2614
+ "clrName": "IsTrustedConfigPath",
2615
+ "tsEmitName": "isTrustedConfigPath",
2616
+ "metadataToken": 100665722,
2617
+ "canonicalSignature": "(System.String):System.Boolean",
2618
+ "normalizedSignature": "IsTrustedConfigPath|(System.String):System.Boolean|static=false",
2619
+ "emitScope": "ClassSurface",
2620
+ "arity": 0,
2621
+ "parameterCount": 1,
2622
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2623
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2624
+ "isExtensionMethod": false
2625
+ },
2626
+ {
2627
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2628
+ "clrName": "IsFullTrustSectionWithoutAptcaAllowed",
2629
+ "tsEmitName": "isFullTrustSectionWithoutAptcaAllowed",
2630
+ "metadataToken": 100665723,
2631
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2632
+ "normalizedSignature": "IsFullTrustSectionWithoutAptcaAllowed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
2633
+ "emitScope": "ClassSurface",
2634
+ "arity": 0,
2635
+ "parameterCount": 1,
2636
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2637
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2638
+ "isExtensionMethod": false
2639
+ },
2640
+ {
2641
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::Impersonate():System.IDisposable",
2642
+ "clrName": "Impersonate",
2643
+ "tsEmitName": "impersonate",
2644
+ "metadataToken": 100665724,
2645
+ "canonicalSignature": "():System.IDisposable",
2646
+ "normalizedSignature": "Impersonate|():System.IDisposable|static=false",
2647
+ "emitScope": "ClassSurface",
2648
+ "arity": 0,
2649
+ "parameterCount": 0,
2650
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2651
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2652
+ "isExtensionMethod": false
2653
+ },
2654
+ {
2655
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
2656
+ "clrName": "GetRestrictedPermissions",
2657
+ "tsEmitName": "getRestrictedPermissions",
2658
+ "metadataToken": 100665725,
2659
+ "canonicalSignature": "(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
2660
+ "normalizedSignature": "GetRestrictedPermissions|(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void|static=false",
2661
+ "emitScope": "ClassSurface",
2662
+ "arity": 0,
2663
+ "parameterCount": 3,
2664
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2665
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager",
2666
+ "isExtensionMethod": false,
2667
+ "parameterModifiers": [
2668
+ {
2669
+ "index": 1,
2670
+ "modifier": "out"
2671
+ },
2672
+ {
2673
+ "index": 2,
2674
+ "modifier": "out"
2675
+ }
2676
+ ]
2677
+ }
2678
+ ],
2679
+ "properties": [
2680
+ {
2681
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsChangeNotifications:System.Boolean",
2682
+ "clrName": "SupportsChangeNotifications",
2683
+ "tsEmitName": "supportsChangeNotifications",
2684
+ "metadataToken": 385876840,
2685
+ "canonicalSignature": ":System.Boolean",
2686
+ "normalizedSignature": "SupportsChangeNotifications|:System.Boolean|static=false|accessor=get",
2687
+ "emitScope": "ClassSurface",
2688
+ "isIndexer": false,
2689
+ "hasGetter": true,
2690
+ "hasSetter": false,
2691
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2692
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2693
+ },
2694
+ {
2695
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsRefresh:System.Boolean",
2696
+ "clrName": "SupportsRefresh",
2697
+ "tsEmitName": "supportsRefresh",
2698
+ "metadataToken": 385876841,
2699
+ "canonicalSignature": ":System.Boolean",
2700
+ "normalizedSignature": "SupportsRefresh|:System.Boolean|static=false|accessor=get",
2701
+ "emitScope": "ClassSurface",
2702
+ "isIndexer": false,
2703
+ "hasGetter": true,
2704
+ "hasSetter": false,
2705
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2706
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2707
+ },
2708
+ {
2709
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsPath:System.Boolean",
2710
+ "clrName": "SupportsPath",
2711
+ "tsEmitName": "supportsPath",
2712
+ "metadataToken": 385876842,
2713
+ "canonicalSignature": ":System.Boolean",
2714
+ "normalizedSignature": "SupportsPath|:System.Boolean|static=false|accessor=get",
2715
+ "emitScope": "ClassSurface",
2716
+ "isIndexer": false,
2717
+ "hasGetter": true,
2718
+ "hasSetter": false,
2719
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2720
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2721
+ },
2722
+ {
2723
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsLocation:System.Boolean",
2724
+ "clrName": "SupportsLocation",
2725
+ "tsEmitName": "supportsLocation",
2726
+ "metadataToken": 385876843,
2727
+ "canonicalSignature": ":System.Boolean",
2728
+ "normalizedSignature": "SupportsLocation|:System.Boolean|static=false|accessor=get",
2729
+ "emitScope": "ClassSurface",
2730
+ "isIndexer": false,
2731
+ "hasGetter": true,
2732
+ "hasSetter": false,
2733
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2734
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2735
+ },
2736
+ {
2737
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsRemote:System.Boolean",
2738
+ "clrName": "IsRemote",
2739
+ "tsEmitName": "isRemote",
2740
+ "metadataToken": 385876844,
2741
+ "canonicalSignature": ":System.Boolean",
2742
+ "normalizedSignature": "IsRemote|:System.Boolean|static=false|accessor=get",
2743
+ "emitScope": "ClassSurface",
2744
+ "isIndexer": false,
2745
+ "hasGetter": true,
2746
+ "hasSetter": false,
2747
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2748
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2749
+ },
2750
+ {
2751
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::HasLocalConfig:System.Boolean",
2752
+ "clrName": "HasLocalConfig",
2753
+ "tsEmitName": "hasLocalConfig",
2754
+ "metadataToken": 385876846,
2755
+ "canonicalSignature": ":System.Boolean",
2756
+ "normalizedSignature": "HasLocalConfig|:System.Boolean|static=false|accessor=get",
2757
+ "emitScope": "ClassSurface",
2758
+ "isIndexer": false,
2759
+ "hasGetter": true,
2760
+ "hasSetter": false,
2761
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2762
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2763
+ },
2764
+ {
2765
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::HasRoamingConfig:System.Boolean",
2766
+ "clrName": "HasRoamingConfig",
2767
+ "tsEmitName": "hasRoamingConfig",
2768
+ "metadataToken": 385876847,
2769
+ "canonicalSignature": ":System.Boolean",
2770
+ "normalizedSignature": "HasRoamingConfig|:System.Boolean|static=false|accessor=get",
2771
+ "emitScope": "ClassSurface",
2772
+ "isIndexer": false,
2773
+ "hasGetter": true,
2774
+ "hasSetter": false,
2775
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2776
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2777
+ },
2778
+ {
2779
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsAppConfigHttp:System.Boolean",
2780
+ "clrName": "IsAppConfigHttp",
2781
+ "tsEmitName": "isAppConfigHttp",
2782
+ "metadataToken": 385876848,
2783
+ "canonicalSignature": ":System.Boolean",
2784
+ "normalizedSignature": "IsAppConfigHttp|:System.Boolean|static=false|accessor=get",
2785
+ "emitScope": "ClassSurface",
2786
+ "isIndexer": false,
2787
+ "hasGetter": true,
2788
+ "hasSetter": false,
2789
+ "declaringClrType": "System.Configuration.Internal.DelegatingConfigHost",
2790
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
2791
+ }
2792
+ ],
2793
+ "fields": [],
2794
+ "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
+ },
3239
+ {
3240
+ "tsName": "isAppConfigHttp",
3241
+ "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
+ }
3248
+ }
3249
+ ]
3250
+ },
3251
+ {
3252
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventArgs",
3253
+ "clrName": "System.Configuration.Internal.InternalConfigEventArgs",
3254
+ "tsEmitName": "InternalConfigEventArgs",
3255
+ "assemblyName": "System.Configuration.ConfigurationManager",
3256
+ "metadataToken": 0,
3257
+ "methods": [],
3258
+ "properties": [
3259
+ {
3260
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventArgs::ConfigPath:System.String",
3261
+ "clrName": "ConfigPath",
3262
+ "tsEmitName": "configPath",
3263
+ "metadataToken": 385876877,
3264
+ "canonicalSignature": ":System.String",
3265
+ "normalizedSignature": "ConfigPath|:System.String|static=false|accessor=getset",
3266
+ "emitScope": "ClassSurface",
3267
+ "isIndexer": false,
3268
+ "hasGetter": true,
3269
+ "hasSetter": true,
3270
+ "declaringClrType": "System.Configuration.Internal.InternalConfigEventArgs",
3271
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
3272
+ }
3273
+ ],
3274
+ "fields": [],
3275
+ "events": [],
3276
+ "constructors": [
3277
+ {
3278
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventArgs::.ctor(System.String):void",
3279
+ "metadataToken": 100665826,
3280
+ "canonicalSignature": "(System.String):void",
3281
+ "normalizedSignature": "constructor|(System.String):void|static=false",
3282
+ "isStatic": false,
3283
+ "parameterCount": 1,
3284
+ "declaringClrType": "System.Configuration.Internal.InternalConfigEventArgs",
3285
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
3286
+ }
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
+ ]
3311
+ }
3312
+ ]
3313
+ }