@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -1,23 +1,41 @@
1
1
  {
2
2
  "namespace": "System.Configuration.Provider",
3
+ "contributingAssemblies": [
4
+ "System.Configuration.ConfigurationManager"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase",
6
9
  "clrName": "System.Configuration.Provider.ProviderBase",
7
- "tsEmitName": "ProviderBase",
8
10
  "assemblyName": "System.Configuration.ConfigurationManager",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": true,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Object",
20
+ "clrName": "System.Object"
21
+ },
10
22
  "methods": [
11
23
  {
12
24
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase::Initialize(System.String,System.Collections.Specialized.NameValueCollection):System.Void",
13
25
  "clrName": "Initialize",
14
- "tsEmitName": "initialize",
15
26
  "metadataToken": 100665641,
16
27
  "canonicalSignature": "(System.String,System.Collections.Specialized.NameValueCollection):System.Void",
17
28
  "normalizedSignature": "Initialize|(System.String,System.Collections.Specialized.NameValueCollection):System.Void|static=false",
18
29
  "emitScope": "ClassSurface",
30
+ "provenance": "Original",
19
31
  "arity": 0,
20
32
  "parameterCount": 2,
33
+ "isStatic": false,
34
+ "isAbstract": false,
35
+ "isVirtual": true,
36
+ "isOverride": false,
37
+ "isSealed": false,
38
+ "visibility": "Public",
21
39
  "declaringClrType": "System.Configuration.Provider.ProviderBase",
22
40
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
23
41
  "isExtensionMethod": false
@@ -27,87 +45,100 @@
27
45
  {
28
46
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase::Name:System.String",
29
47
  "clrName": "Name",
30
- "tsEmitName": "name",
31
48
  "metadataToken": 385876820,
32
49
  "canonicalSignature": ":System.String",
33
50
  "normalizedSignature": "Name|:System.String|static=false|accessor=get",
34
51
  "emitScope": "ClassSurface",
52
+ "provenance": "Original",
35
53
  "isIndexer": false,
36
54
  "hasGetter": true,
37
55
  "hasSetter": false,
56
+ "isStatic": false,
57
+ "isAbstract": false,
58
+ "isVirtual": true,
59
+ "isOverride": false,
60
+ "visibility": "Public",
38
61
  "declaringClrType": "System.Configuration.Provider.ProviderBase",
39
62
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
40
63
  },
41
64
  {
42
65
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase::Description:System.String",
43
66
  "clrName": "Description",
44
- "tsEmitName": "description",
45
67
  "metadataToken": 385876821,
46
68
  "canonicalSignature": ":System.String",
47
69
  "normalizedSignature": "Description|:System.String|static=false|accessor=get",
48
70
  "emitScope": "ClassSurface",
71
+ "provenance": "Original",
49
72
  "isIndexer": false,
50
73
  "hasGetter": true,
51
74
  "hasSetter": false,
75
+ "isStatic": false,
76
+ "isAbstract": false,
77
+ "isVirtual": true,
78
+ "isOverride": false,
79
+ "visibility": "Public",
52
80
  "declaringClrType": "System.Configuration.Provider.ProviderBase",
53
81
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
54
82
  }
55
83
  ],
56
84
  "fields": [],
57
85
  "events": [],
58
- "constructors": [],
59
- "exposedMethods": [
60
- {
61
- "tsName": "initialize",
62
- "isStatic": false,
63
- "tsSignatureId": "Initialize|(System.String,System.Collections.Specialized.NameValueCollection):System.Void|static=false",
64
- "target": {
65
- "declaringClrType": "System.Configuration.Provider.ProviderBase",
66
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
67
- "metadataToken": 100665641
68
- }
69
- }
70
- ],
71
- "exposedProperties": [
72
- {
73
- "tsName": "name",
74
- "isStatic": false,
75
- "tsSignatureId": "Name|:System.String|static=false|accessor=get",
76
- "target": {
77
- "declaringClrType": "System.Configuration.Provider.ProviderBase",
78
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
79
- "metadataToken": 385876820
80
- }
81
- },
86
+ "constructors": [
82
87
  {
83
- "tsName": "description",
88
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderBase::.ctor():void",
89
+ "metadataToken": 100665642,
90
+ "canonicalSignature": "():void",
91
+ "normalizedSignature": "constructor|():void|static=false",
84
92
  "isStatic": false,
85
- "tsSignatureId": "Description|:System.String|static=false|accessor=get",
86
- "target": {
87
- "declaringClrType": "System.Configuration.Provider.ProviderBase",
88
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
89
- "metadataToken": 385876821
90
- }
93
+ "parameterCount": 0,
94
+ "visibility": "Protected",
95
+ "declaringClrType": "System.Configuration.Provider.ProviderBase",
96
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
91
97
  }
92
98
  ]
93
99
  },
94
100
  {
95
101
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection",
96
102
  "clrName": "System.Configuration.Provider.ProviderCollection",
97
- "tsEmitName": "ProviderCollection",
98
103
  "assemblyName": "System.Configuration.ConfigurationManager",
99
104
  "metadataToken": 0,
105
+ "kind": "Class",
106
+ "accessibility": "Public",
107
+ "isAbstract": false,
108
+ "isSealed": false,
109
+ "isStatic": false,
110
+ "arity": 0,
111
+ "baseType": {
112
+ "stableId": "System.Private.CoreLib:System.Object",
113
+ "clrName": "System.Object"
114
+ },
115
+ "interfaces": [
116
+ {
117
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection",
118
+ "clrName": "System.Collections.ICollection"
119
+ },
120
+ {
121
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
122
+ "clrName": "System.Collections.IEnumerable"
123
+ }
124
+ ],
100
125
  "methods": [
101
126
  {
102
127
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::GetEnumerator():System.Collections.IEnumerator",
103
128
  "clrName": "GetEnumerator",
104
- "tsEmitName": "getEnumerator",
105
129
  "metadataToken": 100665645,
106
130
  "canonicalSignature": "():System.Collections.IEnumerator",
107
131
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
108
132
  "emitScope": "ClassSurface",
133
+ "provenance": "Original",
109
134
  "arity": 0,
110
135
  "parameterCount": 0,
136
+ "isStatic": false,
137
+ "isAbstract": false,
138
+ "isVirtual": true,
139
+ "isOverride": false,
140
+ "isSealed": true,
141
+ "visibility": "Public",
111
142
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
112
143
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
113
144
  "isExtensionMethod": false
@@ -115,13 +146,19 @@
115
146
  {
116
147
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Add(System.Configuration.Provider.ProviderBase):System.Void",
117
148
  "clrName": "Add",
118
- "tsEmitName": "add",
119
149
  "metadataToken": 100665650,
120
150
  "canonicalSignature": "(System.Configuration.Provider.ProviderBase):System.Void",
121
151
  "normalizedSignature": "Add|(System.Configuration.Provider.ProviderBase):System.Void|static=false",
122
152
  "emitScope": "ClassSurface",
153
+ "provenance": "Original",
123
154
  "arity": 0,
124
155
  "parameterCount": 1,
156
+ "isStatic": false,
157
+ "isAbstract": false,
158
+ "isVirtual": true,
159
+ "isOverride": false,
160
+ "isSealed": false,
161
+ "visibility": "Public",
125
162
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
126
163
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
127
164
  "isExtensionMethod": false
@@ -129,13 +166,19 @@
129
166
  {
130
167
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Remove(System.String):System.Void",
131
168
  "clrName": "Remove",
132
- "tsEmitName": "remove",
133
169
  "metadataToken": 100665651,
134
170
  "canonicalSignature": "(System.String):System.Void",
135
171
  "normalizedSignature": "Remove|(System.String):System.Void|static=false",
136
172
  "emitScope": "ClassSurface",
173
+ "provenance": "Original",
137
174
  "arity": 0,
138
175
  "parameterCount": 1,
176
+ "isStatic": false,
177
+ "isAbstract": false,
178
+ "isVirtual": false,
179
+ "isOverride": false,
180
+ "isSealed": false,
181
+ "visibility": "Public",
139
182
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
140
183
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
141
184
  "isExtensionMethod": false
@@ -143,13 +186,19 @@
143
186
  {
144
187
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::SetReadOnly():System.Void",
145
188
  "clrName": "SetReadOnly",
146
- "tsEmitName": "setReadOnly",
147
189
  "metadataToken": 100665652,
148
190
  "canonicalSignature": "():System.Void",
149
191
  "normalizedSignature": "SetReadOnly|():System.Void|static=false",
150
192
  "emitScope": "ClassSurface",
193
+ "provenance": "Original",
151
194
  "arity": 0,
152
195
  "parameterCount": 0,
196
+ "isStatic": false,
197
+ "isAbstract": false,
198
+ "isVirtual": false,
199
+ "isOverride": false,
200
+ "isSealed": false,
201
+ "visibility": "Public",
153
202
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
154
203
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
155
204
  "isExtensionMethod": false
@@ -157,13 +206,19 @@
157
206
  {
158
207
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Clear():System.Void",
159
208
  "clrName": "Clear",
160
- "tsEmitName": "clear",
161
209
  "metadataToken": 100665653,
162
210
  "canonicalSignature": "():System.Void",
163
211
  "normalizedSignature": "Clear|():System.Void|static=false",
164
212
  "emitScope": "ClassSurface",
213
+ "provenance": "Original",
165
214
  "arity": 0,
166
215
  "parameterCount": 0,
216
+ "isStatic": false,
217
+ "isAbstract": false,
218
+ "isVirtual": false,
219
+ "isOverride": false,
220
+ "isSealed": false,
221
+ "visibility": "Public",
167
222
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
168
223
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
169
224
  "isExtensionMethod": false
@@ -171,13 +226,19 @@
171
226
  {
172
227
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32):System.Void",
173
228
  "clrName": "CopyTo",
174
- "tsEmitName": "copyTo",
175
229
  "metadataToken": 100665654,
176
230
  "canonicalSignature": "(System.Configuration.Provider.ProviderBase[],System.Int32):System.Void",
177
231
  "normalizedSignature": "CopyTo|(System.Configuration.Provider.ProviderBase[],System.Int32):System.Void|static=false",
178
232
  "emitScope": "ClassSurface",
233
+ "provenance": "Original",
179
234
  "arity": 0,
180
235
  "parameterCount": 2,
236
+ "isStatic": false,
237
+ "isAbstract": false,
238
+ "isVirtual": false,
239
+ "isOverride": false,
240
+ "isSealed": false,
241
+ "visibility": "Public",
181
242
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
182
243
  "declaringAssemblyName": "System.Configuration.ConfigurationManager",
183
244
  "isExtensionMethod": false
@@ -187,56 +248,76 @@
187
248
  {
188
249
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Item[System.String]:System.Configuration.Provider.ProviderBase",
189
250
  "clrName": "Item",
190
- "tsEmitName": "item",
191
251
  "metadataToken": 385876822,
192
252
  "canonicalSignature": "[System.String]:System.Configuration.Provider.ProviderBase",
193
253
  "normalizedSignature": "Item|[System.String]:System.Configuration.Provider.ProviderBase|static=false|accessor=get",
194
254
  "emitScope": "ClassSurface",
255
+ "provenance": "Original",
195
256
  "isIndexer": true,
196
257
  "hasGetter": true,
197
258
  "hasSetter": false,
259
+ "isStatic": false,
260
+ "isAbstract": false,
261
+ "isVirtual": false,
262
+ "isOverride": false,
263
+ "visibility": "Public",
198
264
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
199
265
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
200
266
  },
201
267
  {
202
268
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::Count:System.Int32",
203
269
  "clrName": "Count",
204
- "tsEmitName": "count",
205
270
  "metadataToken": 385876823,
206
271
  "canonicalSignature": ":System.Int32",
207
272
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
208
273
  "emitScope": "ClassSurface",
274
+ "provenance": "Original",
209
275
  "isIndexer": false,
210
276
  "hasGetter": true,
211
277
  "hasSetter": false,
278
+ "isStatic": false,
279
+ "isAbstract": false,
280
+ "isVirtual": true,
281
+ "isOverride": false,
282
+ "visibility": "Public",
212
283
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
213
284
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
214
285
  },
215
286
  {
216
287
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::IsSynchronized:System.Boolean",
217
288
  "clrName": "IsSynchronized",
218
- "tsEmitName": "isSynchronized",
219
289
  "metadataToken": 385876824,
220
290
  "canonicalSignature": ":System.Boolean",
221
291
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
222
292
  "emitScope": "ClassSurface",
293
+ "provenance": "Original",
223
294
  "isIndexer": false,
224
295
  "hasGetter": true,
225
296
  "hasSetter": false,
297
+ "isStatic": false,
298
+ "isAbstract": false,
299
+ "isVirtual": true,
300
+ "isOverride": false,
301
+ "visibility": "Public",
226
302
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
227
303
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
228
304
  },
229
305
  {
230
306
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderCollection::SyncRoot:System.Object",
231
307
  "clrName": "SyncRoot",
232
- "tsEmitName": "syncRoot",
233
308
  "metadataToken": 385876825,
234
309
  "canonicalSignature": ":System.Object",
235
310
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
236
311
  "emitScope": "ClassSurface",
312
+ "provenance": "Original",
237
313
  "isIndexer": false,
238
314
  "hasGetter": true,
239
315
  "hasSetter": false,
316
+ "isStatic": false,
317
+ "isAbstract": false,
318
+ "isVirtual": true,
319
+ "isOverride": false,
320
+ "visibility": "Public",
240
321
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
241
322
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
242
323
  }
@@ -251,132 +332,33 @@
251
332
  "normalizedSignature": "constructor|():void|static=false",
252
333
  "isStatic": false,
253
334
  "parameterCount": 0,
335
+ "visibility": "Public",
254
336
  "declaringClrType": "System.Configuration.Provider.ProviderCollection",
255
337
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
256
338
  }
257
- ],
258
- "exposedMethods": [
259
- {
260
- "tsName": "getEnumerator",
261
- "isStatic": false,
262
- "tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
263
- "target": {
264
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
265
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
266
- "metadataToken": 100665645
267
- }
268
- },
269
- {
270
- "tsName": "add",
271
- "isStatic": false,
272
- "tsSignatureId": "Add|(System.Configuration.Provider.ProviderBase):System.Void|static=false",
273
- "target": {
274
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
275
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
276
- "metadataToken": 100665650
277
- }
278
- },
279
- {
280
- "tsName": "remove",
281
- "isStatic": false,
282
- "tsSignatureId": "Remove|(System.String):System.Void|static=false",
283
- "target": {
284
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
285
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
286
- "metadataToken": 100665651
287
- }
288
- },
289
- {
290
- "tsName": "setReadOnly",
291
- "isStatic": false,
292
- "tsSignatureId": "SetReadOnly|():System.Void|static=false",
293
- "target": {
294
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
295
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
296
- "metadataToken": 100665652
297
- }
298
- },
299
- {
300
- "tsName": "clear",
301
- "isStatic": false,
302
- "tsSignatureId": "Clear|():System.Void|static=false",
303
- "target": {
304
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
305
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
306
- "metadataToken": 100665653
307
- }
308
- },
309
- {
310
- "tsName": "copyTo",
311
- "isStatic": false,
312
- "tsSignatureId": "CopyTo|(System.Configuration.Provider.ProviderBase[],System.Int32):System.Void|static=false",
313
- "target": {
314
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
315
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
316
- "metadataToken": 100665654
317
- }
318
- }
319
- ],
320
- "exposedProperties": [
321
- {
322
- "tsName": "item",
323
- "isStatic": false,
324
- "tsSignatureId": "Item|[System.String]:System.Configuration.Provider.ProviderBase|static=false|accessor=get",
325
- "target": {
326
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
327
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
328
- "metadataToken": 385876822
329
- }
330
- },
331
- {
332
- "tsName": "count",
333
- "isStatic": false,
334
- "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
335
- "target": {
336
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
337
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
338
- "metadataToken": 385876823
339
- }
340
- },
341
- {
342
- "tsName": "isSynchronized",
343
- "isStatic": false,
344
- "tsSignatureId": "IsSynchronized|:System.Boolean|static=false|accessor=get",
345
- "target": {
346
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
347
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
348
- "metadataToken": 385876824
349
- }
350
- },
351
- {
352
- "tsName": "syncRoot",
353
- "isStatic": false,
354
- "tsSignatureId": "SyncRoot|:System.Object|static=false|accessor=get",
355
- "target": {
356
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
357
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
358
- "metadataToken": 385876825
359
- }
360
- }
361
- ],
362
- "exposedConstructors": [
363
- {
364
- "isStatic": false,
365
- "tsSignatureId": "constructor|():void|static=false",
366
- "target": {
367
- "declaringClrType": "System.Configuration.Provider.ProviderCollection",
368
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
369
- "metadataToken": 100665643
370
- }
371
- }
372
339
  ]
373
340
  },
374
341
  {
375
342
  "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderException",
376
343
  "clrName": "System.Configuration.Provider.ProviderException",
377
- "tsEmitName": "ProviderException",
378
344
  "assemblyName": "System.Configuration.ConfigurationManager",
379
345
  "metadataToken": 0,
346
+ "kind": "Class",
347
+ "accessibility": "Public",
348
+ "isAbstract": false,
349
+ "isSealed": false,
350
+ "isStatic": false,
351
+ "arity": 0,
352
+ "baseType": {
353
+ "stableId": "System.Private.CoreLib:System.Exception",
354
+ "clrName": "System.Exception"
355
+ },
356
+ "interfaces": [
357
+ {
358
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
359
+ "clrName": "System.Runtime.Serialization.ISerializable"
360
+ }
361
+ ],
380
362
  "methods": [],
381
363
  "properties": [],
382
364
  "fields": [],
@@ -389,6 +371,7 @@
389
371
  "normalizedSignature": "constructor|():void|static=false",
390
372
  "isStatic": false,
391
373
  "parameterCount": 0,
374
+ "visibility": "Public",
392
375
  "declaringClrType": "System.Configuration.Provider.ProviderException",
393
376
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
394
377
  },
@@ -399,6 +382,7 @@
399
382
  "normalizedSignature": "constructor|(System.String):void|static=false",
400
383
  "isStatic": false,
401
384
  "parameterCount": 1,
385
+ "visibility": "Public",
402
386
  "declaringClrType": "System.Configuration.Provider.ProviderException",
403
387
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
404
388
  },
@@ -409,37 +393,20 @@
409
393
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
410
394
  "isStatic": false,
411
395
  "parameterCount": 2,
396
+ "visibility": "Public",
412
397
  "declaringClrType": "System.Configuration.Provider.ProviderException",
413
398
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
414
- }
415
- ],
416
- "exposedConstructors": [
417
- {
418
- "isStatic": false,
419
- "tsSignatureId": "constructor|():void|static=false",
420
- "target": {
421
- "declaringClrType": "System.Configuration.Provider.ProviderException",
422
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
423
- "metadataToken": 100665655
424
- }
425
399
  },
426
400
  {
401
+ "stableId": "System.Configuration.ConfigurationManager:System.Configuration.Provider.ProviderException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
402
+ "metadataToken": 100665658,
403
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
404
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
427
405
  "isStatic": false,
428
- "tsSignatureId": "constructor|(System.String):void|static=false",
429
- "target": {
430
- "declaringClrType": "System.Configuration.Provider.ProviderException",
431
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
432
- "metadataToken": 100665656
433
- }
434
- },
435
- {
436
- "isStatic": false,
437
- "tsSignatureId": "constructor|(System.String,System.Exception):void|static=false",
438
- "target": {
439
- "declaringClrType": "System.Configuration.Provider.ProviderException",
440
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
441
- "metadataToken": 100665657
442
- }
406
+ "parameterCount": 2,
407
+ "visibility": "Protected",
408
+ "declaringClrType": "System.Configuration.Provider.ProviderException",
409
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
443
410
  }
444
411
  ]
445
412
  }
@@ -12,32 +12,33 @@ import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Spec
12
12
  import * as System_Internal from "@tsonic/dotnet/System.js";
13
13
  import type { Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
14
14
  import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
15
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
15
+ import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
16
16
 
17
17
  export interface ProviderBase$instance {
18
- readonly description: string;
19
- readonly name: string;
20
- initialize(name: string, config: NameValueCollection): void;
18
+ readonly Description: string;
19
+ readonly Name: string;
20
+ Initialize(name: string, config: NameValueCollection): void;
21
21
  }
22
22
 
23
23
 
24
24
  export const ProviderBase: {
25
+ new(): ProviderBase;
25
26
  };
26
27
 
27
28
 
28
29
  export type ProviderBase = ProviderBase$instance;
29
30
 
30
31
  export interface ProviderCollection$instance {
31
- readonly count: int;
32
- readonly isSynchronized: boolean;
33
- readonly item: ProtectedConfigurationProvider | ProviderBase;
34
- readonly syncRoot: unknown;
35
- add(provider: ProviderBase): void;
36
- clear(): void;
37
- copyTo(array: ProviderBase[], index: int): void;
38
- getEnumerator(): IEnumerator;
39
- remove(name: string): void;
40
- setReadOnly(): void;
32
+ readonly Count: int;
33
+ readonly IsSynchronized: boolean;
34
+ readonly Item: ProviderBase | SettingsProvider;
35
+ readonly SyncRoot: unknown;
36
+ Add(provider: ProviderBase): void;
37
+ Clear(): void;
38
+ CopyTo(array: ProviderBase[], index: int): void;
39
+ GetEnumerator(): IEnumerator;
40
+ Remove(name: string): void;
41
+ SetReadOnly(): void;
41
42
  }
42
43
 
43
44
 
@@ -56,6 +57,7 @@ export const ProviderException: {
56
57
  new(): ProviderException;
57
58
  new(message: string): ProviderException;
58
59
  new(message: string, innerException: Exception): ProviderException;
60
+ new(info: SerializationInfo, context: StreamingContext): ProviderException;
59
61
  };
60
62
 
61
63
 
@@ -9,7 +9,7 @@ import * as Internal from './System.Configuration.Provider/internal/index.js';
9
9
  import type { ICollection, IEnumerable, IEnumerator } from '@tsonic/dotnet/System.Collections.js';
10
10
  import type { NameValueCollection } from '@tsonic/dotnet/System.Collections.Specialized.js';
11
11
  import type { Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
12
- import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
12
+ import type { ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
13
13
 
14
14
  // Public API exports (curated - no internal $instance/$views leakage)
15
15
  export { ProviderBase as ProviderBase } from './System.Configuration.Provider/internal/index.js';
@@ -9,15 +9,15 @@ import * as Internal from './System.Configuration/internal/index.js';
9
9
  import type { IConfigErrorInfo } from './System.Configuration.Internal/internal/index.js';
10
10
  import type { ProviderBase, ProviderCollection } from './System.Configuration.Provider/internal/index.js';
11
11
  import type { UriIdnScope } from './System/internal/index.js';
12
- import type { Hashtable, ICollection, IDictionary, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from '@tsonic/dotnet/System.Collections.js';
12
+ import type { Hashtable, ICollection, IComparer, IDictionary, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from '@tsonic/dotnet/System.Collections.js';
13
13
  import type { NameObjectCollectionBase, NameValueCollection, StringCollection } from '@tsonic/dotnet/System.Collections.Specialized.js';
14
- import type { CancelEventArgs, INotifyPropertyChanged, ITypeDescriptorContext, PropertyChangedEventHandler, TypeConverter } from '@tsonic/dotnet/System.ComponentModel.js';
14
+ import type { CancelEventArgs, IComponent, INotifyPropertyChanged, ITypeDescriptorContext, PropertyChangedEventArgs, PropertyChangedEventHandler, TypeConverter } from '@tsonic/dotnet/System.ComponentModel.js';
15
15
  import type { CultureInfo } from '@tsonic/dotnet/System.Globalization.js';
16
16
  import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Enum, EventArgs, Exception, Func, GenericUriParserOptions, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, TimeSpan, Type, Void } from '@tsonic/dotnet/System.js';
17
17
  import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
18
18
  import type { FrameworkName } from '@tsonic/dotnet/System.Runtime.Versioning.js';
19
19
  import type { RSAParameters } from '@tsonic/dotnet/System.Security.Cryptography.js';
20
- import type { XmlAttribute, XmlCDataSection, XmlComment, XmlDocument, XmlElement, XmlNode, XmlReader, XmlSignificantWhitespace, XmlText, XmlTextReader, XmlWhitespace } from '@tsonic/dotnet/System.Xml.js';
20
+ import type { XmlAttribute, XmlCDataSection, XmlComment, XmlDocument, XmlElement, XmlNode, XmlReader, XmlSignificantWhitespace, XmlText, XmlTextReader, XmlWhitespace, XmlWriter } from '@tsonic/dotnet/System.Xml.js';
21
21
  import type { IXPathNavigable } from '@tsonic/dotnet/System.Xml.XPath.js';
22
22
 
23
23
  // Public API exports (curated - no internal $instance/$views leakage)