@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,2269 @@
1
+ {
2
+ "namespace": "System.Configuration.Internal",
3
+ "contributingAssemblies": [
4
+ "System.Configuration.ConfigurationManager"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler",
9
+ "clrName": "System.Configuration.Internal.InternalConfigEventHandler",
10
+ "tsEmitName": "InternalConfigEventHandler",
11
+ "kind": "Delegate",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [
18
+ {
19
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void",
20
+ "clrName": "Invoke",
21
+ "tsEmitName": "invoke",
22
+ "normalizedSignature": "Invoke|(System.Object,System.Configuration.Internal.InternalConfigEventArgs):System.Void|static=false",
23
+ "provenance": "Original",
24
+ "emitScope": "ClassSurface",
25
+ "isStatic": false,
26
+ "isAbstract": false,
27
+ "isVirtual": true,
28
+ "isOverride": false,
29
+ "isSealed": false,
30
+ "arity": 0,
31
+ "parameterCount": 2,
32
+ "isExtensionMethod": false
33
+ },
34
+ {
35
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::BeginInvoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
36
+ "clrName": "BeginInvoke",
37
+ "tsEmitName": "beginInvoke",
38
+ "normalizedSignature": "BeginInvoke|(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
39
+ "provenance": "Original",
40
+ "emitScope": "ClassSurface",
41
+ "isStatic": false,
42
+ "isAbstract": false,
43
+ "isVirtual": true,
44
+ "isOverride": false,
45
+ "isSealed": false,
46
+ "arity": 0,
47
+ "parameterCount": 4,
48
+ "isExtensionMethod": false
49
+ },
50
+ {
51
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventHandler::EndInvoke(System.IAsyncResult):System.Void",
52
+ "clrName": "EndInvoke",
53
+ "tsEmitName": "endInvoke",
54
+ "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
55
+ "provenance": "Original",
56
+ "emitScope": "ClassSurface",
57
+ "isStatic": false,
58
+ "isAbstract": false,
59
+ "isVirtual": true,
60
+ "isOverride": false,
61
+ "isSealed": false,
62
+ "arity": 0,
63
+ "parameterCount": 1,
64
+ "isExtensionMethod": false
65
+ }
66
+ ],
67
+ "properties": [],
68
+ "fields": [],
69
+ "events": [],
70
+ "constructors": [
71
+ {
72
+ "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
73
+ "isStatic": false,
74
+ "parameterCount": 2
75
+ }
76
+ ]
77
+ },
78
+ {
79
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback",
80
+ "clrName": "System.Configuration.Internal.StreamChangeCallback",
81
+ "tsEmitName": "StreamChangeCallback",
82
+ "kind": "Delegate",
83
+ "accessibility": "Public",
84
+ "isAbstract": false,
85
+ "isSealed": true,
86
+ "isStatic": false,
87
+ "arity": 0,
88
+ "methods": [
89
+ {
90
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::Invoke(System.String):System.Void",
91
+ "clrName": "Invoke",
92
+ "tsEmitName": "invoke",
93
+ "normalizedSignature": "Invoke|(System.String):System.Void|static=false",
94
+ "provenance": "Original",
95
+ "emitScope": "ClassSurface",
96
+ "isStatic": false,
97
+ "isAbstract": false,
98
+ "isVirtual": true,
99
+ "isOverride": false,
100
+ "isSealed": false,
101
+ "arity": 0,
102
+ "parameterCount": 1,
103
+ "isExtensionMethod": false
104
+ },
105
+ {
106
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object):System.IAsyncResult",
107
+ "clrName": "BeginInvoke",
108
+ "tsEmitName": "beginInvoke",
109
+ "normalizedSignature": "BeginInvoke|(System.String,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
110
+ "provenance": "Original",
111
+ "emitScope": "ClassSurface",
112
+ "isStatic": false,
113
+ "isAbstract": false,
114
+ "isVirtual": true,
115
+ "isOverride": false,
116
+ "isSealed": false,
117
+ "arity": 0,
118
+ "parameterCount": 3,
119
+ "isExtensionMethod": false
120
+ },
121
+ {
122
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.StreamChangeCallback::EndInvoke(System.IAsyncResult):System.Void",
123
+ "clrName": "EndInvoke",
124
+ "tsEmitName": "endInvoke",
125
+ "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
126
+ "provenance": "Original",
127
+ "emitScope": "ClassSurface",
128
+ "isStatic": false,
129
+ "isAbstract": false,
130
+ "isVirtual": true,
131
+ "isOverride": false,
132
+ "isSealed": false,
133
+ "arity": 0,
134
+ "parameterCount": 1,
135
+ "isExtensionMethod": false
136
+ }
137
+ ],
138
+ "properties": [],
139
+ "fields": [],
140
+ "events": [],
141
+ "constructors": [
142
+ {
143
+ "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
144
+ "isStatic": false,
145
+ "parameterCount": 2
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo",
151
+ "clrName": "System.Configuration.Internal.IConfigErrorInfo",
152
+ "tsEmitName": "IConfigErrorInfo",
153
+ "kind": "Interface",
154
+ "accessibility": "Public",
155
+ "isAbstract": true,
156
+ "isSealed": false,
157
+ "isStatic": false,
158
+ "arity": 0,
159
+ "methods": [],
160
+ "properties": [
161
+ {
162
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo::Filename:System.String",
163
+ "clrName": "Filename",
164
+ "tsEmitName": "filename",
165
+ "normalizedSignature": "Filename|:System.String|static=false|accessor=get",
166
+ "provenance": "Original",
167
+ "emitScope": "ClassSurface",
168
+ "isStatic": false,
169
+ "isAbstract": true,
170
+ "isVirtual": true,
171
+ "isOverride": false,
172
+ "isIndexer": false,
173
+ "hasGetter": true,
174
+ "hasSetter": false
175
+ },
176
+ {
177
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigErrorInfo::LineNumber:System.Int32",
178
+ "clrName": "LineNumber",
179
+ "tsEmitName": "lineNumber",
180
+ "normalizedSignature": "LineNumber|:System.Int32|static=false|accessor=get",
181
+ "provenance": "Original",
182
+ "emitScope": "ClassSurface",
183
+ "isStatic": false,
184
+ "isAbstract": true,
185
+ "isVirtual": true,
186
+ "isOverride": false,
187
+ "isIndexer": false,
188
+ "hasGetter": true,
189
+ "hasSetter": false
190
+ }
191
+ ],
192
+ "fields": [],
193
+ "events": [],
194
+ "constructors": []
195
+ },
196
+ {
197
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem",
198
+ "clrName": "System.Configuration.Internal.IConfigSystem",
199
+ "tsEmitName": "IConfigSystem",
200
+ "kind": "Interface",
201
+ "accessibility": "Public",
202
+ "isAbstract": true,
203
+ "isSealed": false,
204
+ "isStatic": false,
205
+ "arity": 0,
206
+ "methods": [
207
+ {
208
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Init(System.Type,System.Object[]):System.Void",
209
+ "clrName": "Init",
210
+ "tsEmitName": "init",
211
+ "normalizedSignature": "Init|(System.Type,System.Object[]):System.Void|static=false",
212
+ "provenance": "Original",
213
+ "emitScope": "ClassSurface",
214
+ "isStatic": false,
215
+ "isAbstract": true,
216
+ "isVirtual": true,
217
+ "isOverride": false,
218
+ "isSealed": false,
219
+ "arity": 0,
220
+ "parameterCount": 2,
221
+ "isExtensionMethod": false
222
+ }
223
+ ],
224
+ "properties": [
225
+ {
226
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Host:System.Configuration.Internal.IInternalConfigHost",
227
+ "clrName": "Host",
228
+ "tsEmitName": "host",
229
+ "normalizedSignature": "Host|:System.Configuration.Internal.IInternalConfigHost|static=false|accessor=get",
230
+ "provenance": "Original",
231
+ "emitScope": "ClassSurface",
232
+ "isStatic": false,
233
+ "isAbstract": true,
234
+ "isVirtual": true,
235
+ "isOverride": false,
236
+ "isIndexer": false,
237
+ "hasGetter": true,
238
+ "hasSetter": false
239
+ },
240
+ {
241
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigSystem::Root:System.Configuration.Internal.IInternalConfigRoot",
242
+ "clrName": "Root",
243
+ "tsEmitName": "root",
244
+ "normalizedSignature": "Root|:System.Configuration.Internal.IInternalConfigRoot|static=false|accessor=get",
245
+ "provenance": "Original",
246
+ "emitScope": "ClassSurface",
247
+ "isStatic": false,
248
+ "isAbstract": true,
249
+ "isVirtual": true,
250
+ "isOverride": false,
251
+ "isIndexer": false,
252
+ "hasGetter": true,
253
+ "hasSetter": false
254
+ }
255
+ ],
256
+ "fields": [],
257
+ "events": [],
258
+ "constructors": []
259
+ },
260
+ {
261
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerHelper",
262
+ "clrName": "System.Configuration.Internal.IConfigurationManagerHelper",
263
+ "tsEmitName": "IConfigurationManagerHelper",
264
+ "kind": "Interface",
265
+ "accessibility": "Public",
266
+ "isAbstract": true,
267
+ "isSealed": false,
268
+ "isStatic": false,
269
+ "arity": 0,
270
+ "methods": [
271
+ {
272
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerHelper::EnsureNetConfigLoaded():System.Void",
273
+ "clrName": "EnsureNetConfigLoaded",
274
+ "tsEmitName": "ensureNetConfigLoaded",
275
+ "normalizedSignature": "EnsureNetConfigLoaded|():System.Void|static=false",
276
+ "provenance": "Original",
277
+ "emitScope": "ClassSurface",
278
+ "isStatic": false,
279
+ "isAbstract": true,
280
+ "isVirtual": true,
281
+ "isOverride": false,
282
+ "isSealed": false,
283
+ "arity": 0,
284
+ "parameterCount": 0,
285
+ "isExtensionMethod": false
286
+ }
287
+ ],
288
+ "properties": [],
289
+ "fields": [],
290
+ "events": [],
291
+ "constructors": []
292
+ },
293
+ {
294
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal",
295
+ "clrName": "System.Configuration.Internal.IConfigurationManagerInternal",
296
+ "tsEmitName": "IConfigurationManagerInternal",
297
+ "kind": "Interface",
298
+ "accessibility": "Public",
299
+ "isAbstract": true,
300
+ "isSealed": false,
301
+ "isStatic": false,
302
+ "arity": 0,
303
+ "methods": [],
304
+ "properties": [
305
+ {
306
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::SupportsUserConfig:System.Boolean",
307
+ "clrName": "SupportsUserConfig",
308
+ "tsEmitName": "supportsUserConfig",
309
+ "normalizedSignature": "SupportsUserConfig|:System.Boolean|static=false|accessor=get",
310
+ "provenance": "Original",
311
+ "emitScope": "ClassSurface",
312
+ "isStatic": false,
313
+ "isAbstract": true,
314
+ "isVirtual": true,
315
+ "isOverride": false,
316
+ "isIndexer": false,
317
+ "hasGetter": true,
318
+ "hasSetter": false
319
+ },
320
+ {
321
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::SetConfigurationSystemInProgress:System.Boolean",
322
+ "clrName": "SetConfigurationSystemInProgress",
323
+ "tsEmitName": "setConfigurationSystemInProgress",
324
+ "normalizedSignature": "SetConfigurationSystemInProgress|:System.Boolean|static=false|accessor=get",
325
+ "provenance": "Original",
326
+ "emitScope": "ClassSurface",
327
+ "isStatic": false,
328
+ "isAbstract": true,
329
+ "isVirtual": true,
330
+ "isOverride": false,
331
+ "isIndexer": false,
332
+ "hasGetter": true,
333
+ "hasSetter": false
334
+ },
335
+ {
336
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::MachineConfigPath:System.String",
337
+ "clrName": "MachineConfigPath",
338
+ "tsEmitName": "machineConfigPath",
339
+ "normalizedSignature": "MachineConfigPath|:System.String|static=false|accessor=get",
340
+ "provenance": "Original",
341
+ "emitScope": "ClassSurface",
342
+ "isStatic": false,
343
+ "isAbstract": true,
344
+ "isVirtual": true,
345
+ "isOverride": false,
346
+ "isIndexer": false,
347
+ "hasGetter": true,
348
+ "hasSetter": false
349
+ },
350
+ {
351
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ApplicationConfigUri:System.String",
352
+ "clrName": "ApplicationConfigUri",
353
+ "tsEmitName": "applicationConfigUri",
354
+ "normalizedSignature": "ApplicationConfigUri|:System.String|static=false|accessor=get",
355
+ "provenance": "Original",
356
+ "emitScope": "ClassSurface",
357
+ "isStatic": false,
358
+ "isAbstract": true,
359
+ "isVirtual": true,
360
+ "isOverride": false,
361
+ "isIndexer": false,
362
+ "hasGetter": true,
363
+ "hasSetter": false
364
+ },
365
+ {
366
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeProductName:System.String",
367
+ "clrName": "ExeProductName",
368
+ "tsEmitName": "exeProductName",
369
+ "normalizedSignature": "ExeProductName|:System.String|static=false|accessor=get",
370
+ "provenance": "Original",
371
+ "emitScope": "ClassSurface",
372
+ "isStatic": false,
373
+ "isAbstract": true,
374
+ "isVirtual": true,
375
+ "isOverride": false,
376
+ "isIndexer": false,
377
+ "hasGetter": true,
378
+ "hasSetter": false
379
+ },
380
+ {
381
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeProductVersion:System.String",
382
+ "clrName": "ExeProductVersion",
383
+ "tsEmitName": "exeProductVersion",
384
+ "normalizedSignature": "ExeProductVersion|:System.String|static=false|accessor=get",
385
+ "provenance": "Original",
386
+ "emitScope": "ClassSurface",
387
+ "isStatic": false,
388
+ "isAbstract": true,
389
+ "isVirtual": true,
390
+ "isOverride": false,
391
+ "isIndexer": false,
392
+ "hasGetter": true,
393
+ "hasSetter": false
394
+ },
395
+ {
396
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeRoamingConfigDirectory:System.String",
397
+ "clrName": "ExeRoamingConfigDirectory",
398
+ "tsEmitName": "exeRoamingConfigDirectory",
399
+ "normalizedSignature": "ExeRoamingConfigDirectory|:System.String|static=false|accessor=get",
400
+ "provenance": "Original",
401
+ "emitScope": "ClassSurface",
402
+ "isStatic": false,
403
+ "isAbstract": true,
404
+ "isVirtual": true,
405
+ "isOverride": false,
406
+ "isIndexer": false,
407
+ "hasGetter": true,
408
+ "hasSetter": false
409
+ },
410
+ {
411
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeRoamingConfigPath:System.String",
412
+ "clrName": "ExeRoamingConfigPath",
413
+ "tsEmitName": "exeRoamingConfigPath",
414
+ "normalizedSignature": "ExeRoamingConfigPath|:System.String|static=false|accessor=get",
415
+ "provenance": "Original",
416
+ "emitScope": "ClassSurface",
417
+ "isStatic": false,
418
+ "isAbstract": true,
419
+ "isVirtual": true,
420
+ "isOverride": false,
421
+ "isIndexer": false,
422
+ "hasGetter": true,
423
+ "hasSetter": false
424
+ },
425
+ {
426
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeLocalConfigDirectory:System.String",
427
+ "clrName": "ExeLocalConfigDirectory",
428
+ "tsEmitName": "exeLocalConfigDirectory",
429
+ "normalizedSignature": "ExeLocalConfigDirectory|:System.String|static=false|accessor=get",
430
+ "provenance": "Original",
431
+ "emitScope": "ClassSurface",
432
+ "isStatic": false,
433
+ "isAbstract": true,
434
+ "isVirtual": true,
435
+ "isOverride": false,
436
+ "isIndexer": false,
437
+ "hasGetter": true,
438
+ "hasSetter": false
439
+ },
440
+ {
441
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::ExeLocalConfigPath:System.String",
442
+ "clrName": "ExeLocalConfigPath",
443
+ "tsEmitName": "exeLocalConfigPath",
444
+ "normalizedSignature": "ExeLocalConfigPath|:System.String|static=false|accessor=get",
445
+ "provenance": "Original",
446
+ "emitScope": "ClassSurface",
447
+ "isStatic": false,
448
+ "isAbstract": true,
449
+ "isVirtual": true,
450
+ "isOverride": false,
451
+ "isIndexer": false,
452
+ "hasGetter": true,
453
+ "hasSetter": false
454
+ },
455
+ {
456
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IConfigurationManagerInternal::UserConfigFilename:System.String",
457
+ "clrName": "UserConfigFilename",
458
+ "tsEmitName": "userConfigFilename",
459
+ "normalizedSignature": "UserConfigFilename|:System.String|static=false|accessor=get",
460
+ "provenance": "Original",
461
+ "emitScope": "ClassSurface",
462
+ "isStatic": false,
463
+ "isAbstract": true,
464
+ "isVirtual": true,
465
+ "isOverride": false,
466
+ "isIndexer": false,
467
+ "hasGetter": true,
468
+ "hasSetter": false
469
+ }
470
+ ],
471
+ "fields": [],
472
+ "events": [],
473
+ "constructors": []
474
+ },
475
+ {
476
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost",
477
+ "clrName": "System.Configuration.Internal.IInternalConfigClientHost",
478
+ "tsEmitName": "IInternalConfigClientHost",
479
+ "kind": "Interface",
480
+ "accessibility": "Public",
481
+ "isAbstract": true,
482
+ "isSealed": false,
483
+ "isStatic": false,
484
+ "arity": 0,
485
+ "methods": [
486
+ {
487
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost::IsExeConfig(System.String):System.Boolean",
488
+ "clrName": "IsExeConfig",
489
+ "tsEmitName": "isExeConfig",
490
+ "normalizedSignature": "IsExeConfig|(System.String):System.Boolean|static=false",
491
+ "provenance": "Original",
492
+ "emitScope": "ClassSurface",
493
+ "isStatic": false,
494
+ "isAbstract": true,
495
+ "isVirtual": true,
496
+ "isOverride": false,
497
+ "isSealed": false,
498
+ "arity": 0,
499
+ "parameterCount": 1,
500
+ "isExtensionMethod": false
501
+ },
502
+ {
503
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigClientHost::GetExeConfigPath():System.String",
504
+ "clrName": "GetExeConfigPath",
505
+ "tsEmitName": "getExeConfigPath",
506
+ "normalizedSignature": "GetExeConfigPath|():System.String|static=false",
507
+ "provenance": "Original",
508
+ "emitScope": "ClassSurface",
509
+ "isStatic": false,
510
+ "isAbstract": true,
511
+ "isVirtual": true,
512
+ "isOverride": false,
513
+ "isSealed": false,
514
+ "arity": 0,
515
+ "parameterCount": 0,
516
+ "isExtensionMethod": false
517
+ }
518
+ ],
519
+ "properties": [],
520
+ "fields": [],
521
+ "events": [],
522
+ "constructors": []
523
+ },
524
+ {
525
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory",
526
+ "clrName": "System.Configuration.Internal.IInternalConfigConfigurationFactory",
527
+ "tsEmitName": "IInternalConfigConfigurationFactory",
528
+ "kind": "Interface",
529
+ "accessibility": "Public",
530
+ "isAbstract": true,
531
+ "isSealed": false,
532
+ "isStatic": false,
533
+ "arity": 0,
534
+ "methods": [
535
+ {
536
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory::Create(System.Type,System.Object[]):System.Configuration.Configuration",
537
+ "clrName": "Create",
538
+ "tsEmitName": "create",
539
+ "normalizedSignature": "Create|(System.Type,System.Object[]):System.Configuration.Configuration|static=false",
540
+ "provenance": "Original",
541
+ "emitScope": "ClassSurface",
542
+ "isStatic": false,
543
+ "isAbstract": true,
544
+ "isVirtual": true,
545
+ "isOverride": false,
546
+ "isSealed": false,
547
+ "arity": 0,
548
+ "parameterCount": 2,
549
+ "isExtensionMethod": false
550
+ },
551
+ {
552
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigConfigurationFactory::NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String",
553
+ "clrName": "NormalizeLocationSubPath",
554
+ "tsEmitName": "normalizeLocationSubPath",
555
+ "normalizedSignature": "NormalizeLocationSubPath|(System.String,System.Configuration.Internal.IConfigErrorInfo):System.String|static=false",
556
+ "provenance": "Original",
557
+ "emitScope": "ClassSurface",
558
+ "isStatic": false,
559
+ "isAbstract": true,
560
+ "isVirtual": true,
561
+ "isOverride": false,
562
+ "isSealed": false,
563
+ "arity": 0,
564
+ "parameterCount": 2,
565
+ "isExtensionMethod": false
566
+ }
567
+ ],
568
+ "properties": [],
569
+ "fields": [],
570
+ "events": [],
571
+ "constructors": []
572
+ },
573
+ {
574
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost",
575
+ "clrName": "System.Configuration.Internal.IInternalConfigHost",
576
+ "tsEmitName": "IInternalConfigHost",
577
+ "kind": "Interface",
578
+ "accessibility": "Public",
579
+ "isAbstract": true,
580
+ "isSealed": false,
581
+ "isStatic": false,
582
+ "arity": 0,
583
+ "methods": [
584
+ {
585
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
586
+ "clrName": "Init",
587
+ "tsEmitName": "init",
588
+ "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
589
+ "provenance": "Original",
590
+ "emitScope": "ClassSurface",
591
+ "isStatic": false,
592
+ "isAbstract": true,
593
+ "isVirtual": true,
594
+ "isOverride": false,
595
+ "isSealed": false,
596
+ "arity": 0,
597
+ "parameterCount": 2,
598
+ "isExtensionMethod": false
599
+ },
600
+ {
601
+ "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",
602
+ "clrName": "InitForConfiguration",
603
+ "tsEmitName": "initForConfiguration",
604
+ "normalizedSignature": "InitForConfiguration|(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
605
+ "provenance": "Original",
606
+ "emitScope": "ClassSurface",
607
+ "isStatic": false,
608
+ "isAbstract": true,
609
+ "isVirtual": true,
610
+ "isOverride": false,
611
+ "isSealed": false,
612
+ "arity": 0,
613
+ "parameterCount": 5,
614
+ "isExtensionMethod": false,
615
+ "parameterModifiers": [
616
+ {
617
+ "index": 0,
618
+ "modifier": "ref"
619
+ },
620
+ {
621
+ "index": 1,
622
+ "modifier": "out"
623
+ },
624
+ {
625
+ "index": 2,
626
+ "modifier": "out"
627
+ }
628
+ ]
629
+ },
630
+ {
631
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsConfigRecordRequired(System.String):System.Boolean",
632
+ "clrName": "IsConfigRecordRequired",
633
+ "tsEmitName": "isConfigRecordRequired",
634
+ "normalizedSignature": "IsConfigRecordRequired|(System.String):System.Boolean|static=false",
635
+ "provenance": "Original",
636
+ "emitScope": "ClassSurface",
637
+ "isStatic": false,
638
+ "isAbstract": true,
639
+ "isVirtual": true,
640
+ "isOverride": false,
641
+ "isSealed": false,
642
+ "arity": 0,
643
+ "parameterCount": 1,
644
+ "isExtensionMethod": false
645
+ },
646
+ {
647
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
648
+ "clrName": "IsInitDelayed",
649
+ "tsEmitName": "isInitDelayed",
650
+ "normalizedSignature": "IsInitDelayed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
651
+ "provenance": "Original",
652
+ "emitScope": "ClassSurface",
653
+ "isStatic": false,
654
+ "isAbstract": true,
655
+ "isVirtual": true,
656
+ "isOverride": false,
657
+ "isSealed": false,
658
+ "arity": 0,
659
+ "parameterCount": 1,
660
+ "isExtensionMethod": false
661
+ },
662
+ {
663
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord):System.Void",
664
+ "clrName": "RequireCompleteInit",
665
+ "tsEmitName": "requireCompleteInit",
666
+ "normalizedSignature": "RequireCompleteInit|(System.Configuration.Internal.IInternalConfigRecord):System.Void|static=false",
667
+ "provenance": "Original",
668
+ "emitScope": "ClassSurface",
669
+ "isStatic": false,
670
+ "isAbstract": true,
671
+ "isVirtual": true,
672
+ "isOverride": false,
673
+ "isSealed": false,
674
+ "arity": 0,
675
+ "parameterCount": 1,
676
+ "isExtensionMethod": false
677
+ },
678
+ {
679
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamName(System.String):System.String",
680
+ "clrName": "GetStreamName",
681
+ "tsEmitName": "getStreamName",
682
+ "normalizedSignature": "GetStreamName|(System.String):System.String|static=false",
683
+ "provenance": "Original",
684
+ "emitScope": "ClassSurface",
685
+ "isStatic": false,
686
+ "isAbstract": true,
687
+ "isVirtual": true,
688
+ "isOverride": false,
689
+ "isSealed": false,
690
+ "arity": 0,
691
+ "parameterCount": 1,
692
+ "isExtensionMethod": false
693
+ },
694
+ {
695
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamNameForConfigSource(System.String,System.String):System.String",
696
+ "clrName": "GetStreamNameForConfigSource",
697
+ "tsEmitName": "getStreamNameForConfigSource",
698
+ "normalizedSignature": "GetStreamNameForConfigSource|(System.String,System.String):System.String|static=false",
699
+ "provenance": "Original",
700
+ "emitScope": "ClassSurface",
701
+ "isStatic": false,
702
+ "isAbstract": true,
703
+ "isVirtual": true,
704
+ "isOverride": false,
705
+ "isSealed": false,
706
+ "arity": 0,
707
+ "parameterCount": 2,
708
+ "isExtensionMethod": false
709
+ },
710
+ {
711
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetStreamVersion(System.String):System.Object",
712
+ "clrName": "GetStreamVersion",
713
+ "tsEmitName": "getStreamVersion",
714
+ "normalizedSignature": "GetStreamVersion|(System.String):System.Object|static=false",
715
+ "provenance": "Original",
716
+ "emitScope": "ClassSurface",
717
+ "isStatic": false,
718
+ "isAbstract": true,
719
+ "isVirtual": true,
720
+ "isOverride": false,
721
+ "isSealed": false,
722
+ "arity": 0,
723
+ "parameterCount": 1,
724
+ "isExtensionMethod": false
725
+ },
726
+ {
727
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForRead(System.String):System.IO.Stream",
728
+ "clrName": "OpenStreamForRead",
729
+ "tsEmitName": "openStreamForRead",
730
+ "normalizedSignature": "OpenStreamForRead|(System.String):System.IO.Stream|static=false",
731
+ "provenance": "Original",
732
+ "emitScope": "ClassSurface",
733
+ "isStatic": false,
734
+ "isAbstract": true,
735
+ "isVirtual": true,
736
+ "isOverride": false,
737
+ "isSealed": false,
738
+ "arity": 0,
739
+ "parameterCount": 1,
740
+ "isExtensionMethod": false
741
+ },
742
+ {
743
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForRead(System.String,System.Boolean):System.IO.Stream",
744
+ "clrName": "OpenStreamForRead",
745
+ "tsEmitName": "openStreamForRead",
746
+ "normalizedSignature": "OpenStreamForRead|(System.String,System.Boolean):System.IO.Stream|static=false",
747
+ "provenance": "Original",
748
+ "emitScope": "ClassSurface",
749
+ "isStatic": false,
750
+ "isAbstract": true,
751
+ "isVirtual": true,
752
+ "isOverride": false,
753
+ "isSealed": false,
754
+ "arity": 0,
755
+ "parameterCount": 2,
756
+ "isExtensionMethod": false
757
+ },
758
+ {
759
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026):System.IO.Stream",
760
+ "clrName": "OpenStreamForWrite",
761
+ "tsEmitName": "openStreamForWrite",
762
+ "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026):System.IO.Stream|static=false",
763
+ "provenance": "Original",
764
+ "emitScope": "ClassSurface",
765
+ "isStatic": false,
766
+ "isAbstract": true,
767
+ "isVirtual": true,
768
+ "isOverride": false,
769
+ "isSealed": false,
770
+ "arity": 0,
771
+ "parameterCount": 3,
772
+ "isExtensionMethod": false,
773
+ "parameterModifiers": [
774
+ {
775
+ "index": 2,
776
+ "modifier": "ref"
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
782
+ "clrName": "OpenStreamForWrite",
783
+ "tsEmitName": "openStreamForWrite",
784
+ "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream|static=false",
785
+ "provenance": "Original",
786
+ "emitScope": "ClassSurface",
787
+ "isStatic": false,
788
+ "isAbstract": true,
789
+ "isVirtual": true,
790
+ "isOverride": false,
791
+ "isSealed": false,
792
+ "arity": 0,
793
+ "parameterCount": 4,
794
+ "isExtensionMethod": false,
795
+ "parameterModifiers": [
796
+ {
797
+ "index": 2,
798
+ "modifier": "ref"
799
+ }
800
+ ]
801
+ },
802
+ {
803
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::WriteCompleted(System.String,System.Boolean,System.Object):System.Void",
804
+ "clrName": "WriteCompleted",
805
+ "tsEmitName": "writeCompleted",
806
+ "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object):System.Void|static=false",
807
+ "provenance": "Original",
808
+ "emitScope": "ClassSurface",
809
+ "isStatic": false,
810
+ "isAbstract": true,
811
+ "isVirtual": true,
812
+ "isOverride": false,
813
+ "isSealed": false,
814
+ "arity": 0,
815
+ "parameterCount": 3,
816
+ "isExtensionMethod": false
817
+ },
818
+ {
819
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
820
+ "clrName": "WriteCompleted",
821
+ "tsEmitName": "writeCompleted",
822
+ "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object,System.Boolean):System.Void|static=false",
823
+ "provenance": "Original",
824
+ "emitScope": "ClassSurface",
825
+ "isStatic": false,
826
+ "isAbstract": true,
827
+ "isVirtual": true,
828
+ "isOverride": false,
829
+ "isSealed": false,
830
+ "arity": 0,
831
+ "parameterCount": 4,
832
+ "isExtensionMethod": false
833
+ },
834
+ {
835
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::DeleteStream(System.String):System.Void",
836
+ "clrName": "DeleteStream",
837
+ "tsEmitName": "deleteStream",
838
+ "normalizedSignature": "DeleteStream|(System.String):System.Void|static=false",
839
+ "provenance": "Original",
840
+ "emitScope": "ClassSurface",
841
+ "isStatic": false,
842
+ "isAbstract": true,
843
+ "isVirtual": true,
844
+ "isOverride": false,
845
+ "isSealed": false,
846
+ "arity": 0,
847
+ "parameterCount": 1,
848
+ "isExtensionMethod": false
849
+ },
850
+ {
851
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
852
+ "clrName": "StartMonitoringStreamForChanges",
853
+ "tsEmitName": "startMonitoringStreamForChanges",
854
+ "normalizedSignature": "StartMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object|static=false",
855
+ "provenance": "Original",
856
+ "emitScope": "ClassSurface",
857
+ "isStatic": false,
858
+ "isAbstract": true,
859
+ "isVirtual": true,
860
+ "isOverride": false,
861
+ "isSealed": false,
862
+ "arity": 0,
863
+ "parameterCount": 2,
864
+ "isExtensionMethod": false
865
+ },
866
+ {
867
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
868
+ "clrName": "StopMonitoringStreamForChanges",
869
+ "tsEmitName": "stopMonitoringStreamForChanges",
870
+ "normalizedSignature": "StopMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void|static=false",
871
+ "provenance": "Original",
872
+ "emitScope": "ClassSurface",
873
+ "isStatic": false,
874
+ "isAbstract": true,
875
+ "isVirtual": true,
876
+ "isOverride": false,
877
+ "isSealed": false,
878
+ "arity": 0,
879
+ "parameterCount": 2,
880
+ "isExtensionMethod": false
881
+ },
882
+ {
883
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
884
+ "clrName": "IsDefinitionAllowed",
885
+ "tsEmitName": "isDefinitionAllowed",
886
+ "normalizedSignature": "IsDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean|static=false",
887
+ "provenance": "Original",
888
+ "emitScope": "ClassSurface",
889
+ "isStatic": false,
890
+ "isAbstract": true,
891
+ "isVirtual": true,
892
+ "isOverride": false,
893
+ "isSealed": false,
894
+ "arity": 0,
895
+ "parameterCount": 3,
896
+ "isExtensionMethod": false
897
+ },
898
+ {
899
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
900
+ "clrName": "VerifyDefinitionAllowed",
901
+ "tsEmitName": "verifyDefinitionAllowed",
902
+ "normalizedSignature": "VerifyDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void|static=false",
903
+ "provenance": "Original",
904
+ "emitScope": "ClassSurface",
905
+ "isStatic": false,
906
+ "isAbstract": true,
907
+ "isVirtual": true,
908
+ "isOverride": false,
909
+ "isSealed": false,
910
+ "arity": 0,
911
+ "parameterCount": 4,
912
+ "isExtensionMethod": false
913
+ },
914
+ {
915
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::PrefetchAll(System.String,System.String):System.Boolean",
916
+ "clrName": "PrefetchAll",
917
+ "tsEmitName": "prefetchAll",
918
+ "normalizedSignature": "PrefetchAll|(System.String,System.String):System.Boolean|static=false",
919
+ "provenance": "Original",
920
+ "emitScope": "ClassSurface",
921
+ "isStatic": false,
922
+ "isAbstract": true,
923
+ "isVirtual": true,
924
+ "isOverride": false,
925
+ "isSealed": false,
926
+ "arity": 0,
927
+ "parameterCount": 2,
928
+ "isExtensionMethod": false
929
+ },
930
+ {
931
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::CreateConfigurationContext(System.String,System.String):System.Object",
932
+ "clrName": "CreateConfigurationContext",
933
+ "tsEmitName": "createConfigurationContext",
934
+ "normalizedSignature": "CreateConfigurationContext|(System.String,System.String):System.Object|static=false",
935
+ "provenance": "Original",
936
+ "emitScope": "ClassSurface",
937
+ "isStatic": false,
938
+ "isAbstract": true,
939
+ "isVirtual": true,
940
+ "isOverride": false,
941
+ "isSealed": false,
942
+ "arity": 0,
943
+ "parameterCount": 2,
944
+ "isExtensionMethod": false
945
+ },
946
+ {
947
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
948
+ "clrName": "DecryptSection",
949
+ "tsEmitName": "decryptSection",
950
+ "normalizedSignature": "DecryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
951
+ "provenance": "Original",
952
+ "emitScope": "ClassSurface",
953
+ "isStatic": false,
954
+ "isAbstract": true,
955
+ "isVirtual": true,
956
+ "isOverride": false,
957
+ "isSealed": false,
958
+ "arity": 0,
959
+ "parameterCount": 3,
960
+ "isExtensionMethod": false
961
+ },
962
+ {
963
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetConfigType(System.String,System.Boolean):System.Type",
964
+ "clrName": "GetConfigType",
965
+ "tsEmitName": "getConfigType",
966
+ "normalizedSignature": "GetConfigType|(System.String,System.Boolean):System.Type|static=false",
967
+ "provenance": "Original",
968
+ "emitScope": "ClassSurface",
969
+ "isStatic": false,
970
+ "isAbstract": true,
971
+ "isVirtual": true,
972
+ "isOverride": false,
973
+ "isSealed": false,
974
+ "arity": 0,
975
+ "parameterCount": 2,
976
+ "isExtensionMethod": false
977
+ },
978
+ {
979
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetConfigTypeName(System.Type):System.String",
980
+ "clrName": "GetConfigTypeName",
981
+ "tsEmitName": "getConfigTypeName",
982
+ "normalizedSignature": "GetConfigTypeName|(System.Type):System.String|static=false",
983
+ "provenance": "Original",
984
+ "emitScope": "ClassSurface",
985
+ "isStatic": false,
986
+ "isAbstract": true,
987
+ "isVirtual": true,
988
+ "isOverride": false,
989
+ "isSealed": false,
990
+ "arity": 0,
991
+ "parameterCount": 1,
992
+ "isExtensionMethod": false
993
+ },
994
+ {
995
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::Impersonate():System.IDisposable",
996
+ "clrName": "Impersonate",
997
+ "tsEmitName": "impersonate",
998
+ "normalizedSignature": "Impersonate|():System.IDisposable|static=false",
999
+ "provenance": "Original",
1000
+ "emitScope": "ClassSurface",
1001
+ "isStatic": false,
1002
+ "isAbstract": true,
1003
+ "isVirtual": true,
1004
+ "isOverride": false,
1005
+ "isSealed": false,
1006
+ "arity": 0,
1007
+ "parameterCount": 0,
1008
+ "isExtensionMethod": false
1009
+ },
1010
+ {
1011
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
1012
+ "clrName": "GetRestrictedPermissions",
1013
+ "tsEmitName": "getRestrictedPermissions",
1014
+ "normalizedSignature": "GetRestrictedPermissions|(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void|static=false",
1015
+ "provenance": "Original",
1016
+ "emitScope": "ClassSurface",
1017
+ "isStatic": false,
1018
+ "isAbstract": true,
1019
+ "isVirtual": true,
1020
+ "isOverride": false,
1021
+ "isSealed": false,
1022
+ "arity": 0,
1023
+ "parameterCount": 3,
1024
+ "isExtensionMethod": false,
1025
+ "parameterModifiers": [
1026
+ {
1027
+ "index": 1,
1028
+ "modifier": "out"
1029
+ },
1030
+ {
1031
+ "index": 2,
1032
+ "modifier": "out"
1033
+ }
1034
+ ]
1035
+ }
1036
+ ],
1037
+ "properties": [
1038
+ {
1039
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsChangeNotifications:System.Boolean",
1040
+ "clrName": "SupportsChangeNotifications",
1041
+ "tsEmitName": "supportsChangeNotifications",
1042
+ "normalizedSignature": "SupportsChangeNotifications|:System.Boolean|static=false|accessor=get",
1043
+ "provenance": "Original",
1044
+ "emitScope": "ClassSurface",
1045
+ "isStatic": false,
1046
+ "isAbstract": true,
1047
+ "isVirtual": true,
1048
+ "isOverride": false,
1049
+ "isIndexer": false,
1050
+ "hasGetter": true,
1051
+ "hasSetter": false
1052
+ },
1053
+ {
1054
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsRefresh:System.Boolean",
1055
+ "clrName": "SupportsRefresh",
1056
+ "tsEmitName": "supportsRefresh",
1057
+ "normalizedSignature": "SupportsRefresh|:System.Boolean|static=false|accessor=get",
1058
+ "provenance": "Original",
1059
+ "emitScope": "ClassSurface",
1060
+ "isStatic": false,
1061
+ "isAbstract": true,
1062
+ "isVirtual": true,
1063
+ "isOverride": false,
1064
+ "isIndexer": false,
1065
+ "hasGetter": true,
1066
+ "hasSetter": false
1067
+ },
1068
+ {
1069
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsPath:System.Boolean",
1070
+ "clrName": "SupportsPath",
1071
+ "tsEmitName": "supportsPath",
1072
+ "normalizedSignature": "SupportsPath|:System.Boolean|static=false|accessor=get",
1073
+ "provenance": "Original",
1074
+ "emitScope": "ClassSurface",
1075
+ "isStatic": false,
1076
+ "isAbstract": true,
1077
+ "isVirtual": true,
1078
+ "isOverride": false,
1079
+ "isIndexer": false,
1080
+ "hasGetter": true,
1081
+ "hasSetter": false
1082
+ },
1083
+ {
1084
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::SupportsLocation:System.Boolean",
1085
+ "clrName": "SupportsLocation",
1086
+ "tsEmitName": "supportsLocation",
1087
+ "normalizedSignature": "SupportsLocation|:System.Boolean|static=false|accessor=get",
1088
+ "provenance": "Original",
1089
+ "emitScope": "ClassSurface",
1090
+ "isStatic": false,
1091
+ "isAbstract": true,
1092
+ "isVirtual": true,
1093
+ "isOverride": false,
1094
+ "isIndexer": false,
1095
+ "hasGetter": true,
1096
+ "hasSetter": false
1097
+ },
1098
+ {
1099
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigHost::IsRemote:System.Boolean",
1100
+ "clrName": "IsRemote",
1101
+ "tsEmitName": "isRemote",
1102
+ "normalizedSignature": "IsRemote|:System.Boolean|static=false|accessor=get",
1103
+ "provenance": "Original",
1104
+ "emitScope": "ClassSurface",
1105
+ "isStatic": false,
1106
+ "isAbstract": true,
1107
+ "isVirtual": true,
1108
+ "isOverride": false,
1109
+ "isIndexer": false,
1110
+ "hasGetter": true,
1111
+ "hasSetter": false
1112
+ }
1113
+ ],
1114
+ "fields": [],
1115
+ "events": [],
1116
+ "constructors": []
1117
+ },
1118
+ {
1119
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord",
1120
+ "clrName": "System.Configuration.Internal.IInternalConfigRecord",
1121
+ "tsEmitName": "IInternalConfigRecord",
1122
+ "kind": "Interface",
1123
+ "accessibility": "Public",
1124
+ "isAbstract": true,
1125
+ "isSealed": false,
1126
+ "isStatic": false,
1127
+ "arity": 0,
1128
+ "methods": [
1129
+ {
1130
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::ThrowIfInitErrors():System.Void",
1131
+ "clrName": "ThrowIfInitErrors",
1132
+ "tsEmitName": "throwIfInitErrors",
1133
+ "normalizedSignature": "ThrowIfInitErrors|():System.Void|static=false",
1134
+ "provenance": "Original",
1135
+ "emitScope": "ClassSurface",
1136
+ "isStatic": false,
1137
+ "isAbstract": true,
1138
+ "isVirtual": true,
1139
+ "isOverride": false,
1140
+ "isSealed": false,
1141
+ "arity": 0,
1142
+ "parameterCount": 0,
1143
+ "isExtensionMethod": false
1144
+ },
1145
+ {
1146
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::GetSection(System.String):System.Object",
1147
+ "clrName": "GetSection",
1148
+ "tsEmitName": "getSection",
1149
+ "normalizedSignature": "GetSection|(System.String):System.Object|static=false",
1150
+ "provenance": "Original",
1151
+ "emitScope": "ClassSurface",
1152
+ "isStatic": false,
1153
+ "isAbstract": true,
1154
+ "isVirtual": true,
1155
+ "isOverride": false,
1156
+ "isSealed": false,
1157
+ "arity": 0,
1158
+ "parameterCount": 1,
1159
+ "isExtensionMethod": false
1160
+ },
1161
+ {
1162
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::RefreshSection(System.String):System.Void",
1163
+ "clrName": "RefreshSection",
1164
+ "tsEmitName": "refreshSection",
1165
+ "normalizedSignature": "RefreshSection|(System.String):System.Void|static=false",
1166
+ "provenance": "Original",
1167
+ "emitScope": "ClassSurface",
1168
+ "isStatic": false,
1169
+ "isAbstract": true,
1170
+ "isVirtual": true,
1171
+ "isOverride": false,
1172
+ "isSealed": false,
1173
+ "arity": 0,
1174
+ "parameterCount": 1,
1175
+ "isExtensionMethod": false
1176
+ }
1177
+ ],
1178
+ "properties": [
1179
+ {
1180
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::ConfigPath:System.String",
1181
+ "clrName": "ConfigPath",
1182
+ "tsEmitName": "configPath",
1183
+ "normalizedSignature": "ConfigPath|:System.String|static=false|accessor=get",
1184
+ "provenance": "Original",
1185
+ "emitScope": "ClassSurface",
1186
+ "isStatic": false,
1187
+ "isAbstract": true,
1188
+ "isVirtual": true,
1189
+ "isOverride": false,
1190
+ "isIndexer": false,
1191
+ "hasGetter": true,
1192
+ "hasSetter": false
1193
+ },
1194
+ {
1195
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::StreamName:System.String",
1196
+ "clrName": "StreamName",
1197
+ "tsEmitName": "streamName",
1198
+ "normalizedSignature": "StreamName|:System.String|static=false|accessor=get",
1199
+ "provenance": "Original",
1200
+ "emitScope": "ClassSurface",
1201
+ "isStatic": false,
1202
+ "isAbstract": true,
1203
+ "isVirtual": true,
1204
+ "isOverride": false,
1205
+ "isIndexer": false,
1206
+ "hasGetter": true,
1207
+ "hasSetter": false
1208
+ },
1209
+ {
1210
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRecord::HasInitErrors:System.Boolean",
1211
+ "clrName": "HasInitErrors",
1212
+ "tsEmitName": "hasInitErrors",
1213
+ "normalizedSignature": "HasInitErrors|:System.Boolean|static=false|accessor=get",
1214
+ "provenance": "Original",
1215
+ "emitScope": "ClassSurface",
1216
+ "isStatic": false,
1217
+ "isAbstract": true,
1218
+ "isVirtual": true,
1219
+ "isOverride": false,
1220
+ "isIndexer": false,
1221
+ "hasGetter": true,
1222
+ "hasSetter": false
1223
+ }
1224
+ ],
1225
+ "fields": [],
1226
+ "events": [],
1227
+ "constructors": []
1228
+ },
1229
+ {
1230
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot",
1231
+ "clrName": "System.Configuration.Internal.IInternalConfigRoot",
1232
+ "tsEmitName": "IInternalConfigRoot",
1233
+ "kind": "Interface",
1234
+ "accessibility": "Public",
1235
+ "isAbstract": true,
1236
+ "isSealed": false,
1237
+ "isStatic": false,
1238
+ "arity": 0,
1239
+ "methods": [
1240
+ {
1241
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void",
1242
+ "clrName": "Init",
1243
+ "tsEmitName": "init",
1244
+ "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigHost,System.Boolean):System.Void|static=false",
1245
+ "provenance": "Original",
1246
+ "emitScope": "ClassSurface",
1247
+ "isStatic": false,
1248
+ "isAbstract": true,
1249
+ "isVirtual": true,
1250
+ "isOverride": false,
1251
+ "isSealed": false,
1252
+ "arity": 0,
1253
+ "parameterCount": 2,
1254
+ "isExtensionMethod": false
1255
+ },
1256
+ {
1257
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetSection(System.String,System.String):System.Object",
1258
+ "clrName": "GetSection",
1259
+ "tsEmitName": "getSection",
1260
+ "normalizedSignature": "GetSection|(System.String,System.String):System.Object|static=false",
1261
+ "provenance": "Original",
1262
+ "emitScope": "ClassSurface",
1263
+ "isStatic": false,
1264
+ "isAbstract": true,
1265
+ "isVirtual": true,
1266
+ "isOverride": false,
1267
+ "isSealed": false,
1268
+ "arity": 0,
1269
+ "parameterCount": 2,
1270
+ "isExtensionMethod": false
1271
+ },
1272
+ {
1273
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetUniqueConfigPath(System.String):System.String",
1274
+ "clrName": "GetUniqueConfigPath",
1275
+ "tsEmitName": "getUniqueConfigPath",
1276
+ "normalizedSignature": "GetUniqueConfigPath|(System.String):System.String|static=false",
1277
+ "provenance": "Original",
1278
+ "emitScope": "ClassSurface",
1279
+ "isStatic": false,
1280
+ "isAbstract": true,
1281
+ "isVirtual": true,
1282
+ "isOverride": false,
1283
+ "isSealed": false,
1284
+ "arity": 0,
1285
+ "parameterCount": 1,
1286
+ "isExtensionMethod": false
1287
+ },
1288
+ {
1289
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::GetUniqueConfigRecord(System.String):System.Configuration.Internal.IInternalConfigRecord",
1290
+ "clrName": "GetUniqueConfigRecord",
1291
+ "tsEmitName": "getUniqueConfigRecord",
1292
+ "normalizedSignature": "GetUniqueConfigRecord|(System.String):System.Configuration.Internal.IInternalConfigRecord|static=false",
1293
+ "provenance": "Original",
1294
+ "emitScope": "ClassSurface",
1295
+ "isStatic": false,
1296
+ "isAbstract": true,
1297
+ "isVirtual": true,
1298
+ "isOverride": false,
1299
+ "isSealed": false,
1300
+ "arity": 0,
1301
+ "parameterCount": 1,
1302
+ "isExtensionMethod": false
1303
+ },
1304
+ {
1305
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::RemoveConfig(System.String):System.Void",
1306
+ "clrName": "RemoveConfig",
1307
+ "tsEmitName": "removeConfig",
1308
+ "normalizedSignature": "RemoveConfig|(System.String):System.Void|static=false",
1309
+ "provenance": "Original",
1310
+ "emitScope": "ClassSurface",
1311
+ "isStatic": false,
1312
+ "isAbstract": true,
1313
+ "isVirtual": true,
1314
+ "isOverride": false,
1315
+ "isSealed": false,
1316
+ "arity": 0,
1317
+ "parameterCount": 1,
1318
+ "isExtensionMethod": false
1319
+ }
1320
+ ],
1321
+ "properties": [
1322
+ {
1323
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::IsDesignTime:System.Boolean",
1324
+ "clrName": "IsDesignTime",
1325
+ "tsEmitName": "isDesignTime",
1326
+ "normalizedSignature": "IsDesignTime|:System.Boolean|static=false|accessor=get",
1327
+ "provenance": "Original",
1328
+ "emitScope": "ClassSurface",
1329
+ "isStatic": false,
1330
+ "isAbstract": true,
1331
+ "isVirtual": true,
1332
+ "isOverride": false,
1333
+ "isIndexer": false,
1334
+ "hasGetter": true,
1335
+ "hasSetter": false
1336
+ }
1337
+ ],
1338
+ "fields": [],
1339
+ "events": [
1340
+ {
1341
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigRoot::ConfigChangedSystem.Configuration.Internal.InternalConfigEventHandler",
1342
+ "clrName": "ConfigChanged",
1343
+ "tsEmitName": "configChanged",
1344
+ "normalizedSignature": "ConfigChanged|System.Configuration.Internal.InternalConfigEventHandler|static=false",
1345
+ "isStatic": false
1346
+ }
1347
+ ],
1348
+ "constructors": []
1349
+ },
1350
+ {
1351
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory",
1352
+ "clrName": "System.Configuration.Internal.IInternalConfigSettingsFactory",
1353
+ "tsEmitName": "IInternalConfigSettingsFactory",
1354
+ "kind": "Interface",
1355
+ "accessibility": "Public",
1356
+ "isAbstract": true,
1357
+ "isSealed": false,
1358
+ "isStatic": false,
1359
+ "arity": 0,
1360
+ "methods": [
1361
+ {
1362
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory::SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void",
1363
+ "clrName": "SetConfigurationSystem",
1364
+ "tsEmitName": "setConfigurationSystem",
1365
+ "normalizedSignature": "SetConfigurationSystem|(System.Configuration.Internal.IInternalConfigSystem,System.Boolean):System.Void|static=false",
1366
+ "provenance": "Original",
1367
+ "emitScope": "ClassSurface",
1368
+ "isStatic": false,
1369
+ "isAbstract": true,
1370
+ "isVirtual": true,
1371
+ "isOverride": false,
1372
+ "isSealed": false,
1373
+ "arity": 0,
1374
+ "parameterCount": 2,
1375
+ "isExtensionMethod": false
1376
+ },
1377
+ {
1378
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSettingsFactory::CompleteInit():System.Void",
1379
+ "clrName": "CompleteInit",
1380
+ "tsEmitName": "completeInit",
1381
+ "normalizedSignature": "CompleteInit|():System.Void|static=false",
1382
+ "provenance": "Original",
1383
+ "emitScope": "ClassSurface",
1384
+ "isStatic": false,
1385
+ "isAbstract": true,
1386
+ "isVirtual": true,
1387
+ "isOverride": false,
1388
+ "isSealed": false,
1389
+ "arity": 0,
1390
+ "parameterCount": 0,
1391
+ "isExtensionMethod": false
1392
+ }
1393
+ ],
1394
+ "properties": [],
1395
+ "fields": [],
1396
+ "events": [],
1397
+ "constructors": []
1398
+ },
1399
+ {
1400
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem",
1401
+ "clrName": "System.Configuration.Internal.IInternalConfigSystem",
1402
+ "tsEmitName": "IInternalConfigSystem",
1403
+ "kind": "Interface",
1404
+ "accessibility": "Public",
1405
+ "isAbstract": true,
1406
+ "isSealed": false,
1407
+ "isStatic": false,
1408
+ "arity": 0,
1409
+ "methods": [
1410
+ {
1411
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::GetSection(System.String):System.Object",
1412
+ "clrName": "GetSection",
1413
+ "tsEmitName": "getSection",
1414
+ "normalizedSignature": "GetSection|(System.String):System.Object|static=false",
1415
+ "provenance": "Original",
1416
+ "emitScope": "ClassSurface",
1417
+ "isStatic": false,
1418
+ "isAbstract": true,
1419
+ "isVirtual": true,
1420
+ "isOverride": false,
1421
+ "isSealed": false,
1422
+ "arity": 0,
1423
+ "parameterCount": 1,
1424
+ "isExtensionMethod": false
1425
+ },
1426
+ {
1427
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::RefreshConfig(System.String):System.Void",
1428
+ "clrName": "RefreshConfig",
1429
+ "tsEmitName": "refreshConfig",
1430
+ "normalizedSignature": "RefreshConfig|(System.String):System.Void|static=false",
1431
+ "provenance": "Original",
1432
+ "emitScope": "ClassSurface",
1433
+ "isStatic": false,
1434
+ "isAbstract": true,
1435
+ "isVirtual": true,
1436
+ "isOverride": false,
1437
+ "isSealed": false,
1438
+ "arity": 0,
1439
+ "parameterCount": 1,
1440
+ "isExtensionMethod": false
1441
+ }
1442
+ ],
1443
+ "properties": [
1444
+ {
1445
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.IInternalConfigSystem::SupportsUserConfig:System.Boolean",
1446
+ "clrName": "SupportsUserConfig",
1447
+ "tsEmitName": "supportsUserConfig",
1448
+ "normalizedSignature": "SupportsUserConfig|:System.Boolean|static=false|accessor=get",
1449
+ "provenance": "Original",
1450
+ "emitScope": "ClassSurface",
1451
+ "isStatic": false,
1452
+ "isAbstract": true,
1453
+ "isVirtual": true,
1454
+ "isOverride": false,
1455
+ "isIndexer": false,
1456
+ "hasGetter": true,
1457
+ "hasSetter": false
1458
+ }
1459
+ ],
1460
+ "fields": [],
1461
+ "events": [],
1462
+ "constructors": []
1463
+ },
1464
+ {
1465
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost",
1466
+ "clrName": "System.Configuration.Internal.DelegatingConfigHost",
1467
+ "tsEmitName": "DelegatingConfigHost",
1468
+ "kind": "Class",
1469
+ "accessibility": "Public",
1470
+ "isAbstract": false,
1471
+ "isSealed": false,
1472
+ "isStatic": false,
1473
+ "arity": 0,
1474
+ "methods": [
1475
+ {
1476
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void",
1477
+ "clrName": "Init",
1478
+ "tsEmitName": "init",
1479
+ "normalizedSignature": "Init|(System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
1480
+ "provenance": "Original",
1481
+ "emitScope": "ClassSurface",
1482
+ "isStatic": false,
1483
+ "isAbstract": false,
1484
+ "isVirtual": true,
1485
+ "isOverride": false,
1486
+ "isSealed": false,
1487
+ "arity": 0,
1488
+ "parameterCount": 2,
1489
+ "isExtensionMethod": false
1490
+ },
1491
+ {
1492
+ "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",
1493
+ "clrName": "InitForConfiguration",
1494
+ "tsEmitName": "initForConfiguration",
1495
+ "normalizedSignature": "InitForConfiguration|(System.String\u0026,System.String\u0026,System.String\u0026,System.Configuration.Internal.IInternalConfigRoot,System.Object[]):System.Void|static=false",
1496
+ "provenance": "Original",
1497
+ "emitScope": "ClassSurface",
1498
+ "isStatic": false,
1499
+ "isAbstract": false,
1500
+ "isVirtual": true,
1501
+ "isOverride": false,
1502
+ "isSealed": false,
1503
+ "arity": 0,
1504
+ "parameterCount": 5,
1505
+ "isExtensionMethod": false,
1506
+ "parameterModifiers": [
1507
+ {
1508
+ "index": 0,
1509
+ "modifier": "ref"
1510
+ },
1511
+ {
1512
+ "index": 1,
1513
+ "modifier": "out"
1514
+ },
1515
+ {
1516
+ "index": 2,
1517
+ "modifier": "out"
1518
+ }
1519
+ ]
1520
+ },
1521
+ {
1522
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsConfigRecordRequired(System.String):System.Boolean",
1523
+ "clrName": "IsConfigRecordRequired",
1524
+ "tsEmitName": "isConfigRecordRequired",
1525
+ "normalizedSignature": "IsConfigRecordRequired|(System.String):System.Boolean|static=false",
1526
+ "provenance": "Original",
1527
+ "emitScope": "ClassSurface",
1528
+ "isStatic": false,
1529
+ "isAbstract": false,
1530
+ "isVirtual": true,
1531
+ "isOverride": false,
1532
+ "isSealed": false,
1533
+ "arity": 0,
1534
+ "parameterCount": 1,
1535
+ "isExtensionMethod": false
1536
+ },
1537
+ {
1538
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
1539
+ "clrName": "IsInitDelayed",
1540
+ "tsEmitName": "isInitDelayed",
1541
+ "normalizedSignature": "IsInitDelayed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
1542
+ "provenance": "Original",
1543
+ "emitScope": "ClassSurface",
1544
+ "isStatic": false,
1545
+ "isAbstract": false,
1546
+ "isVirtual": true,
1547
+ "isOverride": false,
1548
+ "isSealed": false,
1549
+ "arity": 0,
1550
+ "parameterCount": 1,
1551
+ "isExtensionMethod": false
1552
+ },
1553
+ {
1554
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord):System.Void",
1555
+ "clrName": "RequireCompleteInit",
1556
+ "tsEmitName": "requireCompleteInit",
1557
+ "normalizedSignature": "RequireCompleteInit|(System.Configuration.Internal.IInternalConfigRecord):System.Void|static=false",
1558
+ "provenance": "Original",
1559
+ "emitScope": "ClassSurface",
1560
+ "isStatic": false,
1561
+ "isAbstract": false,
1562
+ "isVirtual": true,
1563
+ "isOverride": false,
1564
+ "isSealed": false,
1565
+ "arity": 0,
1566
+ "parameterCount": 1,
1567
+ "isExtensionMethod": false
1568
+ },
1569
+ {
1570
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsSecondaryRoot(System.String):System.Boolean",
1571
+ "clrName": "IsSecondaryRoot",
1572
+ "tsEmitName": "isSecondaryRoot",
1573
+ "normalizedSignature": "IsSecondaryRoot|(System.String):System.Boolean|static=false",
1574
+ "provenance": "Original",
1575
+ "emitScope": "ClassSurface",
1576
+ "isStatic": false,
1577
+ "isAbstract": false,
1578
+ "isVirtual": true,
1579
+ "isOverride": false,
1580
+ "isSealed": false,
1581
+ "arity": 0,
1582
+ "parameterCount": 1,
1583
+ "isExtensionMethod": false
1584
+ },
1585
+ {
1586
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamName(System.String):System.String",
1587
+ "clrName": "GetStreamName",
1588
+ "tsEmitName": "getStreamName",
1589
+ "normalizedSignature": "GetStreamName|(System.String):System.String|static=false",
1590
+ "provenance": "Original",
1591
+ "emitScope": "ClassSurface",
1592
+ "isStatic": false,
1593
+ "isAbstract": false,
1594
+ "isVirtual": true,
1595
+ "isOverride": false,
1596
+ "isSealed": false,
1597
+ "arity": 0,
1598
+ "parameterCount": 1,
1599
+ "isExtensionMethod": false
1600
+ },
1601
+ {
1602
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamNameForConfigSource(System.String,System.String):System.String",
1603
+ "clrName": "GetStreamNameForConfigSource",
1604
+ "tsEmitName": "getStreamNameForConfigSource",
1605
+ "normalizedSignature": "GetStreamNameForConfigSource|(System.String,System.String):System.String|static=false",
1606
+ "provenance": "Original",
1607
+ "emitScope": "ClassSurface",
1608
+ "isStatic": false,
1609
+ "isAbstract": false,
1610
+ "isVirtual": true,
1611
+ "isOverride": false,
1612
+ "isSealed": false,
1613
+ "arity": 0,
1614
+ "parameterCount": 2,
1615
+ "isExtensionMethod": false
1616
+ },
1617
+ {
1618
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetStreamVersion(System.String):System.Object",
1619
+ "clrName": "GetStreamVersion",
1620
+ "tsEmitName": "getStreamVersion",
1621
+ "normalizedSignature": "GetStreamVersion|(System.String):System.Object|static=false",
1622
+ "provenance": "Original",
1623
+ "emitScope": "ClassSurface",
1624
+ "isStatic": false,
1625
+ "isAbstract": false,
1626
+ "isVirtual": true,
1627
+ "isOverride": false,
1628
+ "isSealed": false,
1629
+ "arity": 0,
1630
+ "parameterCount": 1,
1631
+ "isExtensionMethod": false
1632
+ },
1633
+ {
1634
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForRead(System.String):System.IO.Stream",
1635
+ "clrName": "OpenStreamForRead",
1636
+ "tsEmitName": "openStreamForRead",
1637
+ "normalizedSignature": "OpenStreamForRead|(System.String):System.IO.Stream|static=false",
1638
+ "provenance": "Original",
1639
+ "emitScope": "ClassSurface",
1640
+ "isStatic": false,
1641
+ "isAbstract": false,
1642
+ "isVirtual": true,
1643
+ "isOverride": false,
1644
+ "isSealed": false,
1645
+ "arity": 0,
1646
+ "parameterCount": 1,
1647
+ "isExtensionMethod": false
1648
+ },
1649
+ {
1650
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForRead(System.String,System.Boolean):System.IO.Stream",
1651
+ "clrName": "OpenStreamForRead",
1652
+ "tsEmitName": "openStreamForRead",
1653
+ "normalizedSignature": "OpenStreamForRead|(System.String,System.Boolean):System.IO.Stream|static=false",
1654
+ "provenance": "Original",
1655
+ "emitScope": "ClassSurface",
1656
+ "isStatic": false,
1657
+ "isAbstract": false,
1658
+ "isVirtual": true,
1659
+ "isOverride": false,
1660
+ "isSealed": false,
1661
+ "arity": 0,
1662
+ "parameterCount": 2,
1663
+ "isExtensionMethod": false
1664
+ },
1665
+ {
1666
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026):System.IO.Stream",
1667
+ "clrName": "OpenStreamForWrite",
1668
+ "tsEmitName": "openStreamForWrite",
1669
+ "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026):System.IO.Stream|static=false",
1670
+ "provenance": "Original",
1671
+ "emitScope": "ClassSurface",
1672
+ "isStatic": false,
1673
+ "isAbstract": false,
1674
+ "isVirtual": true,
1675
+ "isOverride": false,
1676
+ "isSealed": false,
1677
+ "arity": 0,
1678
+ "parameterCount": 3,
1679
+ "isExtensionMethod": false,
1680
+ "parameterModifiers": [
1681
+ {
1682
+ "index": 2,
1683
+ "modifier": "ref"
1684
+ }
1685
+ ]
1686
+ },
1687
+ {
1688
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::OpenStreamForWrite(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream",
1689
+ "clrName": "OpenStreamForWrite",
1690
+ "tsEmitName": "openStreamForWrite",
1691
+ "normalizedSignature": "OpenStreamForWrite|(System.String,System.String,System.Object\u0026,System.Boolean):System.IO.Stream|static=false",
1692
+ "provenance": "Original",
1693
+ "emitScope": "ClassSurface",
1694
+ "isStatic": false,
1695
+ "isAbstract": false,
1696
+ "isVirtual": true,
1697
+ "isOverride": false,
1698
+ "isSealed": false,
1699
+ "arity": 0,
1700
+ "parameterCount": 4,
1701
+ "isExtensionMethod": false,
1702
+ "parameterModifiers": [
1703
+ {
1704
+ "index": 2,
1705
+ "modifier": "ref"
1706
+ }
1707
+ ]
1708
+ },
1709
+ {
1710
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::WriteCompleted(System.String,System.Boolean,System.Object):System.Void",
1711
+ "clrName": "WriteCompleted",
1712
+ "tsEmitName": "writeCompleted",
1713
+ "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object):System.Void|static=false",
1714
+ "provenance": "Original",
1715
+ "emitScope": "ClassSurface",
1716
+ "isStatic": false,
1717
+ "isAbstract": false,
1718
+ "isVirtual": true,
1719
+ "isOverride": false,
1720
+ "isSealed": false,
1721
+ "arity": 0,
1722
+ "parameterCount": 3,
1723
+ "isExtensionMethod": false
1724
+ },
1725
+ {
1726
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean):System.Void",
1727
+ "clrName": "WriteCompleted",
1728
+ "tsEmitName": "writeCompleted",
1729
+ "normalizedSignature": "WriteCompleted|(System.String,System.Boolean,System.Object,System.Boolean):System.Void|static=false",
1730
+ "provenance": "Original",
1731
+ "emitScope": "ClassSurface",
1732
+ "isStatic": false,
1733
+ "isAbstract": false,
1734
+ "isVirtual": true,
1735
+ "isOverride": false,
1736
+ "isSealed": false,
1737
+ "arity": 0,
1738
+ "parameterCount": 4,
1739
+ "isExtensionMethod": false
1740
+ },
1741
+ {
1742
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::DeleteStream(System.String):System.Void",
1743
+ "clrName": "DeleteStream",
1744
+ "tsEmitName": "deleteStream",
1745
+ "normalizedSignature": "DeleteStream|(System.String):System.Void|static=false",
1746
+ "provenance": "Original",
1747
+ "emitScope": "ClassSurface",
1748
+ "isStatic": false,
1749
+ "isAbstract": false,
1750
+ "isVirtual": true,
1751
+ "isOverride": false,
1752
+ "isSealed": false,
1753
+ "arity": 0,
1754
+ "parameterCount": 1,
1755
+ "isExtensionMethod": false
1756
+ },
1757
+ {
1758
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsFile(System.String):System.Boolean",
1759
+ "clrName": "IsFile",
1760
+ "tsEmitName": "isFile",
1761
+ "normalizedSignature": "IsFile|(System.String):System.Boolean|static=false",
1762
+ "provenance": "Original",
1763
+ "emitScope": "ClassSurface",
1764
+ "isStatic": false,
1765
+ "isAbstract": false,
1766
+ "isVirtual": true,
1767
+ "isOverride": false,
1768
+ "isSealed": false,
1769
+ "arity": 0,
1770
+ "parameterCount": 1,
1771
+ "isExtensionMethod": false
1772
+ },
1773
+ {
1774
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object",
1775
+ "clrName": "StartMonitoringStreamForChanges",
1776
+ "tsEmitName": "startMonitoringStreamForChanges",
1777
+ "normalizedSignature": "StartMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Object|static=false",
1778
+ "provenance": "Original",
1779
+ "emitScope": "ClassSurface",
1780
+ "isStatic": false,
1781
+ "isAbstract": false,
1782
+ "isVirtual": true,
1783
+ "isOverride": false,
1784
+ "isSealed": false,
1785
+ "arity": 0,
1786
+ "parameterCount": 2,
1787
+ "isExtensionMethod": false
1788
+ },
1789
+ {
1790
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void",
1791
+ "clrName": "StopMonitoringStreamForChanges",
1792
+ "tsEmitName": "stopMonitoringStreamForChanges",
1793
+ "normalizedSignature": "StopMonitoringStreamForChanges|(System.String,System.Configuration.Internal.StreamChangeCallback):System.Void|static=false",
1794
+ "provenance": "Original",
1795
+ "emitScope": "ClassSurface",
1796
+ "isStatic": false,
1797
+ "isAbstract": false,
1798
+ "isVirtual": true,
1799
+ "isOverride": false,
1800
+ "isSealed": false,
1801
+ "arity": 0,
1802
+ "parameterCount": 2,
1803
+ "isExtensionMethod": false
1804
+ },
1805
+ {
1806
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsAboveApplication(System.String):System.Boolean",
1807
+ "clrName": "IsAboveApplication",
1808
+ "tsEmitName": "isAboveApplication",
1809
+ "normalizedSignature": "IsAboveApplication|(System.String):System.Boolean|static=false",
1810
+ "provenance": "Original",
1811
+ "emitScope": "ClassSurface",
1812
+ "isStatic": false,
1813
+ "isAbstract": false,
1814
+ "isVirtual": true,
1815
+ "isOverride": false,
1816
+ "isSealed": false,
1817
+ "arity": 0,
1818
+ "parameterCount": 1,
1819
+ "isExtensionMethod": false
1820
+ },
1821
+ {
1822
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean",
1823
+ "clrName": "IsDefinitionAllowed",
1824
+ "tsEmitName": "isDefinitionAllowed",
1825
+ "normalizedSignature": "IsDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition):System.Boolean|static=false",
1826
+ "provenance": "Original",
1827
+ "emitScope": "ClassSurface",
1828
+ "isStatic": false,
1829
+ "isAbstract": false,
1830
+ "isVirtual": true,
1831
+ "isOverride": false,
1832
+ "isSealed": false,
1833
+ "arity": 0,
1834
+ "parameterCount": 3,
1835
+ "isExtensionMethod": false
1836
+ },
1837
+ {
1838
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void",
1839
+ "clrName": "VerifyDefinitionAllowed",
1840
+ "tsEmitName": "verifyDefinitionAllowed",
1841
+ "normalizedSignature": "VerifyDefinitionAllowed|(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo):System.Void|static=false",
1842
+ "provenance": "Original",
1843
+ "emitScope": "ClassSurface",
1844
+ "isStatic": false,
1845
+ "isAbstract": false,
1846
+ "isVirtual": true,
1847
+ "isOverride": false,
1848
+ "isSealed": false,
1849
+ "arity": 0,
1850
+ "parameterCount": 4,
1851
+ "isExtensionMethod": false
1852
+ },
1853
+ {
1854
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigPathFromLocationSubPath(System.String,System.String):System.String",
1855
+ "clrName": "GetConfigPathFromLocationSubPath",
1856
+ "tsEmitName": "getConfigPathFromLocationSubPath",
1857
+ "normalizedSignature": "GetConfigPathFromLocationSubPath|(System.String,System.String):System.String|static=false",
1858
+ "provenance": "Original",
1859
+ "emitScope": "ClassSurface",
1860
+ "isStatic": false,
1861
+ "isAbstract": false,
1862
+ "isVirtual": true,
1863
+ "isOverride": false,
1864
+ "isSealed": false,
1865
+ "arity": 0,
1866
+ "parameterCount": 2,
1867
+ "isExtensionMethod": false
1868
+ },
1869
+ {
1870
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsLocationApplicable(System.String):System.Boolean",
1871
+ "clrName": "IsLocationApplicable",
1872
+ "tsEmitName": "isLocationApplicable",
1873
+ "normalizedSignature": "IsLocationApplicable|(System.String):System.Boolean|static=false",
1874
+ "provenance": "Original",
1875
+ "emitScope": "ClassSurface",
1876
+ "isStatic": false,
1877
+ "isAbstract": false,
1878
+ "isVirtual": true,
1879
+ "isOverride": false,
1880
+ "isSealed": false,
1881
+ "arity": 0,
1882
+ "parameterCount": 1,
1883
+ "isExtensionMethod": false
1884
+ },
1885
+ {
1886
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::PrefetchAll(System.String,System.String):System.Boolean",
1887
+ "clrName": "PrefetchAll",
1888
+ "tsEmitName": "prefetchAll",
1889
+ "normalizedSignature": "PrefetchAll|(System.String,System.String):System.Boolean|static=false",
1890
+ "provenance": "Original",
1891
+ "emitScope": "ClassSurface",
1892
+ "isStatic": false,
1893
+ "isAbstract": false,
1894
+ "isVirtual": true,
1895
+ "isOverride": false,
1896
+ "isSealed": false,
1897
+ "arity": 0,
1898
+ "parameterCount": 2,
1899
+ "isExtensionMethod": false
1900
+ },
1901
+ {
1902
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::PrefetchSection(System.String,System.String):System.Boolean",
1903
+ "clrName": "PrefetchSection",
1904
+ "tsEmitName": "prefetchSection",
1905
+ "normalizedSignature": "PrefetchSection|(System.String,System.String):System.Boolean|static=false",
1906
+ "provenance": "Original",
1907
+ "emitScope": "ClassSurface",
1908
+ "isStatic": false,
1909
+ "isAbstract": false,
1910
+ "isVirtual": true,
1911
+ "isOverride": false,
1912
+ "isSealed": false,
1913
+ "arity": 0,
1914
+ "parameterCount": 2,
1915
+ "isExtensionMethod": false
1916
+ },
1917
+ {
1918
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::CreateDeprecatedConfigContext(System.String):System.Object",
1919
+ "clrName": "CreateDeprecatedConfigContext",
1920
+ "tsEmitName": "createDeprecatedConfigContext",
1921
+ "normalizedSignature": "CreateDeprecatedConfigContext|(System.String):System.Object|static=false",
1922
+ "provenance": "Original",
1923
+ "emitScope": "ClassSurface",
1924
+ "isStatic": false,
1925
+ "isAbstract": false,
1926
+ "isVirtual": true,
1927
+ "isOverride": false,
1928
+ "isSealed": false,
1929
+ "arity": 0,
1930
+ "parameterCount": 1,
1931
+ "isExtensionMethod": false
1932
+ },
1933
+ {
1934
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::CreateConfigurationContext(System.String,System.String):System.Object",
1935
+ "clrName": "CreateConfigurationContext",
1936
+ "tsEmitName": "createConfigurationContext",
1937
+ "normalizedSignature": "CreateConfigurationContext|(System.String,System.String):System.Object|static=false",
1938
+ "provenance": "Original",
1939
+ "emitScope": "ClassSurface",
1940
+ "isStatic": false,
1941
+ "isAbstract": false,
1942
+ "isVirtual": true,
1943
+ "isOverride": false,
1944
+ "isSealed": false,
1945
+ "arity": 0,
1946
+ "parameterCount": 2,
1947
+ "isExtensionMethod": false
1948
+ },
1949
+ {
1950
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
1951
+ "clrName": "DecryptSection",
1952
+ "tsEmitName": "decryptSection",
1953
+ "normalizedSignature": "DecryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
1954
+ "provenance": "Original",
1955
+ "emitScope": "ClassSurface",
1956
+ "isStatic": false,
1957
+ "isAbstract": false,
1958
+ "isVirtual": true,
1959
+ "isOverride": false,
1960
+ "isSealed": false,
1961
+ "arity": 0,
1962
+ "parameterCount": 3,
1963
+ "isExtensionMethod": false
1964
+ },
1965
+ {
1966
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String",
1967
+ "clrName": "EncryptSection",
1968
+ "tsEmitName": "encryptSection",
1969
+ "normalizedSignature": "EncryptSection|(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection):System.String|static=false",
1970
+ "provenance": "Original",
1971
+ "emitScope": "ClassSurface",
1972
+ "isStatic": false,
1973
+ "isAbstract": false,
1974
+ "isVirtual": true,
1975
+ "isOverride": false,
1976
+ "isSealed": false,
1977
+ "arity": 0,
1978
+ "parameterCount": 3,
1979
+ "isExtensionMethod": false
1980
+ },
1981
+ {
1982
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigType(System.String,System.Boolean):System.Type",
1983
+ "clrName": "GetConfigType",
1984
+ "tsEmitName": "getConfigType",
1985
+ "normalizedSignature": "GetConfigType|(System.String,System.Boolean):System.Type|static=false",
1986
+ "provenance": "Original",
1987
+ "emitScope": "ClassSurface",
1988
+ "isStatic": false,
1989
+ "isAbstract": false,
1990
+ "isVirtual": true,
1991
+ "isOverride": false,
1992
+ "isSealed": false,
1993
+ "arity": 0,
1994
+ "parameterCount": 2,
1995
+ "isExtensionMethod": false
1996
+ },
1997
+ {
1998
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetConfigTypeName(System.Type):System.String",
1999
+ "clrName": "GetConfigTypeName",
2000
+ "tsEmitName": "getConfigTypeName",
2001
+ "normalizedSignature": "GetConfigTypeName|(System.Type):System.String|static=false",
2002
+ "provenance": "Original",
2003
+ "emitScope": "ClassSurface",
2004
+ "isStatic": false,
2005
+ "isAbstract": false,
2006
+ "isVirtual": true,
2007
+ "isOverride": false,
2008
+ "isSealed": false,
2009
+ "arity": 0,
2010
+ "parameterCount": 1,
2011
+ "isExtensionMethod": false
2012
+ },
2013
+ {
2014
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::RefreshConfigPaths():System.Void",
2015
+ "clrName": "RefreshConfigPaths",
2016
+ "tsEmitName": "refreshConfigPaths",
2017
+ "normalizedSignature": "RefreshConfigPaths|():System.Void|static=false",
2018
+ "provenance": "Original",
2019
+ "emitScope": "ClassSurface",
2020
+ "isStatic": false,
2021
+ "isAbstract": false,
2022
+ "isVirtual": true,
2023
+ "isOverride": false,
2024
+ "isSealed": false,
2025
+ "arity": 0,
2026
+ "parameterCount": 0,
2027
+ "isExtensionMethod": false
2028
+ },
2029
+ {
2030
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsTrustedConfigPath(System.String):System.Boolean",
2031
+ "clrName": "IsTrustedConfigPath",
2032
+ "tsEmitName": "isTrustedConfigPath",
2033
+ "normalizedSignature": "IsTrustedConfigPath|(System.String):System.Boolean|static=false",
2034
+ "provenance": "Original",
2035
+ "emitScope": "ClassSurface",
2036
+ "isStatic": false,
2037
+ "isAbstract": false,
2038
+ "isVirtual": true,
2039
+ "isOverride": false,
2040
+ "isSealed": false,
2041
+ "arity": 0,
2042
+ "parameterCount": 1,
2043
+ "isExtensionMethod": false
2044
+ },
2045
+ {
2046
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord):System.Boolean",
2047
+ "clrName": "IsFullTrustSectionWithoutAptcaAllowed",
2048
+ "tsEmitName": "isFullTrustSectionWithoutAptcaAllowed",
2049
+ "normalizedSignature": "IsFullTrustSectionWithoutAptcaAllowed|(System.Configuration.Internal.IInternalConfigRecord):System.Boolean|static=false",
2050
+ "provenance": "Original",
2051
+ "emitScope": "ClassSurface",
2052
+ "isStatic": false,
2053
+ "isAbstract": false,
2054
+ "isVirtual": true,
2055
+ "isOverride": false,
2056
+ "isSealed": false,
2057
+ "arity": 0,
2058
+ "parameterCount": 1,
2059
+ "isExtensionMethod": false
2060
+ },
2061
+ {
2062
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::Impersonate():System.IDisposable",
2063
+ "clrName": "Impersonate",
2064
+ "tsEmitName": "impersonate",
2065
+ "normalizedSignature": "Impersonate|():System.IDisposable|static=false",
2066
+ "provenance": "Original",
2067
+ "emitScope": "ClassSurface",
2068
+ "isStatic": false,
2069
+ "isAbstract": false,
2070
+ "isVirtual": true,
2071
+ "isOverride": false,
2072
+ "isSealed": false,
2073
+ "arity": 0,
2074
+ "parameterCount": 0,
2075
+ "isExtensionMethod": false
2076
+ },
2077
+ {
2078
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void",
2079
+ "clrName": "GetRestrictedPermissions",
2080
+ "tsEmitName": "getRestrictedPermissions",
2081
+ "normalizedSignature": "GetRestrictedPermissions|(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet\u0026,System.Boolean\u0026):System.Void|static=false",
2082
+ "provenance": "Original",
2083
+ "emitScope": "ClassSurface",
2084
+ "isStatic": false,
2085
+ "isAbstract": false,
2086
+ "isVirtual": true,
2087
+ "isOverride": false,
2088
+ "isSealed": false,
2089
+ "arity": 0,
2090
+ "parameterCount": 3,
2091
+ "isExtensionMethod": false,
2092
+ "parameterModifiers": [
2093
+ {
2094
+ "index": 1,
2095
+ "modifier": "out"
2096
+ },
2097
+ {
2098
+ "index": 2,
2099
+ "modifier": "out"
2100
+ }
2101
+ ]
2102
+ }
2103
+ ],
2104
+ "properties": [
2105
+ {
2106
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsChangeNotifications:System.Boolean",
2107
+ "clrName": "SupportsChangeNotifications",
2108
+ "tsEmitName": "supportsChangeNotifications",
2109
+ "normalizedSignature": "SupportsChangeNotifications|:System.Boolean|static=false|accessor=get",
2110
+ "provenance": "Original",
2111
+ "emitScope": "ClassSurface",
2112
+ "isStatic": false,
2113
+ "isAbstract": false,
2114
+ "isVirtual": true,
2115
+ "isOverride": false,
2116
+ "isIndexer": false,
2117
+ "hasGetter": true,
2118
+ "hasSetter": false
2119
+ },
2120
+ {
2121
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsRefresh:System.Boolean",
2122
+ "clrName": "SupportsRefresh",
2123
+ "tsEmitName": "supportsRefresh",
2124
+ "normalizedSignature": "SupportsRefresh|:System.Boolean|static=false|accessor=get",
2125
+ "provenance": "Original",
2126
+ "emitScope": "ClassSurface",
2127
+ "isStatic": false,
2128
+ "isAbstract": false,
2129
+ "isVirtual": true,
2130
+ "isOverride": false,
2131
+ "isIndexer": false,
2132
+ "hasGetter": true,
2133
+ "hasSetter": false
2134
+ },
2135
+ {
2136
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsPath:System.Boolean",
2137
+ "clrName": "SupportsPath",
2138
+ "tsEmitName": "supportsPath",
2139
+ "normalizedSignature": "SupportsPath|:System.Boolean|static=false|accessor=get",
2140
+ "provenance": "Original",
2141
+ "emitScope": "ClassSurface",
2142
+ "isStatic": false,
2143
+ "isAbstract": false,
2144
+ "isVirtual": true,
2145
+ "isOverride": false,
2146
+ "isIndexer": false,
2147
+ "hasGetter": true,
2148
+ "hasSetter": false
2149
+ },
2150
+ {
2151
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::SupportsLocation:System.Boolean",
2152
+ "clrName": "SupportsLocation",
2153
+ "tsEmitName": "supportsLocation",
2154
+ "normalizedSignature": "SupportsLocation|:System.Boolean|static=false|accessor=get",
2155
+ "provenance": "Original",
2156
+ "emitScope": "ClassSurface",
2157
+ "isStatic": false,
2158
+ "isAbstract": false,
2159
+ "isVirtual": true,
2160
+ "isOverride": false,
2161
+ "isIndexer": false,
2162
+ "hasGetter": true,
2163
+ "hasSetter": false
2164
+ },
2165
+ {
2166
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsRemote:System.Boolean",
2167
+ "clrName": "IsRemote",
2168
+ "tsEmitName": "isRemote",
2169
+ "normalizedSignature": "IsRemote|:System.Boolean|static=false|accessor=get",
2170
+ "provenance": "Original",
2171
+ "emitScope": "ClassSurface",
2172
+ "isStatic": false,
2173
+ "isAbstract": false,
2174
+ "isVirtual": true,
2175
+ "isOverride": false,
2176
+ "isIndexer": false,
2177
+ "hasGetter": true,
2178
+ "hasSetter": false
2179
+ },
2180
+ {
2181
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::HasLocalConfig:System.Boolean",
2182
+ "clrName": "HasLocalConfig",
2183
+ "tsEmitName": "hasLocalConfig",
2184
+ "normalizedSignature": "HasLocalConfig|:System.Boolean|static=false|accessor=get",
2185
+ "provenance": "Original",
2186
+ "emitScope": "ClassSurface",
2187
+ "isStatic": false,
2188
+ "isAbstract": false,
2189
+ "isVirtual": true,
2190
+ "isOverride": false,
2191
+ "isIndexer": false,
2192
+ "hasGetter": true,
2193
+ "hasSetter": false
2194
+ },
2195
+ {
2196
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::HasRoamingConfig:System.Boolean",
2197
+ "clrName": "HasRoamingConfig",
2198
+ "tsEmitName": "hasRoamingConfig",
2199
+ "normalizedSignature": "HasRoamingConfig|:System.Boolean|static=false|accessor=get",
2200
+ "provenance": "Original",
2201
+ "emitScope": "ClassSurface",
2202
+ "isStatic": false,
2203
+ "isAbstract": false,
2204
+ "isVirtual": true,
2205
+ "isOverride": false,
2206
+ "isIndexer": false,
2207
+ "hasGetter": true,
2208
+ "hasSetter": false
2209
+ },
2210
+ {
2211
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.DelegatingConfigHost::IsAppConfigHttp:System.Boolean",
2212
+ "clrName": "IsAppConfigHttp",
2213
+ "tsEmitName": "isAppConfigHttp",
2214
+ "normalizedSignature": "IsAppConfigHttp|:System.Boolean|static=false|accessor=get",
2215
+ "provenance": "Original",
2216
+ "emitScope": "ClassSurface",
2217
+ "isStatic": false,
2218
+ "isAbstract": false,
2219
+ "isVirtual": true,
2220
+ "isOverride": false,
2221
+ "isIndexer": false,
2222
+ "hasGetter": true,
2223
+ "hasSetter": false
2224
+ }
2225
+ ],
2226
+ "fields": [],
2227
+ "events": [],
2228
+ "constructors": []
2229
+ },
2230
+ {
2231
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventArgs",
2232
+ "clrName": "System.Configuration.Internal.InternalConfigEventArgs",
2233
+ "tsEmitName": "InternalConfigEventArgs",
2234
+ "kind": "Class",
2235
+ "accessibility": "Public",
2236
+ "isAbstract": false,
2237
+ "isSealed": true,
2238
+ "isStatic": false,
2239
+ "arity": 0,
2240
+ "methods": [],
2241
+ "properties": [
2242
+ {
2243
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Internal.InternalConfigEventArgs::ConfigPath:System.String",
2244
+ "clrName": "ConfigPath",
2245
+ "tsEmitName": "configPath",
2246
+ "normalizedSignature": "ConfigPath|:System.String|static=false|accessor=getset",
2247
+ "provenance": "Original",
2248
+ "emitScope": "ClassSurface",
2249
+ "isStatic": false,
2250
+ "isAbstract": false,
2251
+ "isVirtual": false,
2252
+ "isOverride": false,
2253
+ "isIndexer": false,
2254
+ "hasGetter": true,
2255
+ "hasSetter": true
2256
+ }
2257
+ ],
2258
+ "fields": [],
2259
+ "events": [],
2260
+ "constructors": [
2261
+ {
2262
+ "normalizedSignature": "constructor|(System.String):void|static=false",
2263
+ "isStatic": false,
2264
+ "parameterCount": 1
2265
+ }
2266
+ ]
2267
+ }
2268
+ ]
2269
+ }