@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,2693 @@
1
+ {
2
+ "namespace": "Microsoft.Data.SqlClient.Diagnostics",
3
+ "contributingAssemblies": [
4
+ "Microsoft.Data.SqlClient"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
9
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
10
+ "tsEmitName": "SqlClientCommandAfter",
11
+ "kind": "Class",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [
18
+ {
19
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
20
+ "clrName": "GetEnumerator",
21
+ "tsEmitName": "getEnumerator",
22
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
23
+ "provenance": "Original",
24
+ "emitScope": "ClassSurface",
25
+ "isStatic": false,
26
+ "isAbstract": false,
27
+ "isVirtual": true,
28
+ "isOverride": false,
29
+ "isSealed": true,
30
+ "arity": 0,
31
+ "parameterCount": 0,
32
+ "isExtensionMethod": false
33
+ }
34
+ ],
35
+ "properties": [
36
+ {
37
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Command:Microsoft.Data.SqlClient.SqlCommand",
38
+ "clrName": "Command",
39
+ "tsEmitName": "command",
40
+ "normalizedSignature": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
41
+ "provenance": "Original",
42
+ "emitScope": "ClassSurface",
43
+ "isStatic": false,
44
+ "isAbstract": false,
45
+ "isVirtual": false,
46
+ "isOverride": false,
47
+ "isIndexer": false,
48
+ "hasGetter": true,
49
+ "hasSetter": false
50
+ },
51
+ {
52
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::ConnectionId:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
53
+ "clrName": "ConnectionId",
54
+ "tsEmitName": "connectionId",
55
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
56
+ "provenance": "Original",
57
+ "emitScope": "ClassSurface",
58
+ "isStatic": false,
59
+ "isAbstract": false,
60
+ "isVirtual": false,
61
+ "isOverride": false,
62
+ "isIndexer": false,
63
+ "hasGetter": true,
64
+ "hasSetter": false
65
+ },
66
+ {
67
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Count:System.Int32",
68
+ "clrName": "Count",
69
+ "tsEmitName": "count",
70
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
71
+ "provenance": "Original",
72
+ "emitScope": "ClassSurface",
73
+ "isStatic": false,
74
+ "isAbstract": false,
75
+ "isVirtual": true,
76
+ "isOverride": false,
77
+ "isIndexer": false,
78
+ "hasGetter": true,
79
+ "hasSetter": false
80
+ },
81
+ {
82
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
83
+ "clrName": "Item",
84
+ "tsEmitName": "item",
85
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
86
+ "provenance": "Original",
87
+ "emitScope": "ClassSurface",
88
+ "isStatic": false,
89
+ "isAbstract": false,
90
+ "isVirtual": true,
91
+ "isOverride": false,
92
+ "isIndexer": true,
93
+ "hasGetter": true,
94
+ "hasSetter": false
95
+ },
96
+ {
97
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Operation:System.String",
98
+ "clrName": "Operation",
99
+ "tsEmitName": "operation",
100
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
101
+ "provenance": "Original",
102
+ "emitScope": "ClassSurface",
103
+ "isStatic": false,
104
+ "isAbstract": false,
105
+ "isVirtual": false,
106
+ "isOverride": false,
107
+ "isIndexer": false,
108
+ "hasGetter": true,
109
+ "hasSetter": false
110
+ },
111
+ {
112
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::OperationId:System.Guid",
113
+ "clrName": "OperationId",
114
+ "tsEmitName": "operationId",
115
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
116
+ "provenance": "Original",
117
+ "emitScope": "ClassSurface",
118
+ "isStatic": false,
119
+ "isAbstract": false,
120
+ "isVirtual": false,
121
+ "isOverride": false,
122
+ "isIndexer": false,
123
+ "hasGetter": true,
124
+ "hasSetter": false
125
+ },
126
+ {
127
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Statistics:System.Collections.IDictionary",
128
+ "clrName": "Statistics",
129
+ "tsEmitName": "statistics",
130
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
131
+ "provenance": "Original",
132
+ "emitScope": "ClassSurface",
133
+ "isStatic": false,
134
+ "isAbstract": false,
135
+ "isVirtual": false,
136
+ "isOverride": false,
137
+ "isIndexer": false,
138
+ "hasGetter": true,
139
+ "hasSetter": false
140
+ },
141
+ {
142
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Timestamp:System.Int64",
143
+ "clrName": "Timestamp",
144
+ "tsEmitName": "timestamp",
145
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
146
+ "provenance": "Original",
147
+ "emitScope": "ClassSurface",
148
+ "isStatic": false,
149
+ "isAbstract": false,
150
+ "isVirtual": false,
151
+ "isOverride": false,
152
+ "isIndexer": false,
153
+ "hasGetter": true,
154
+ "hasSetter": false
155
+ },
156
+ {
157
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
158
+ "clrName": "TransactionId",
159
+ "tsEmitName": "transactionId",
160
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
161
+ "provenance": "Original",
162
+ "emitScope": "ClassSurface",
163
+ "isStatic": false,
164
+ "isAbstract": false,
165
+ "isVirtual": false,
166
+ "isOverride": false,
167
+ "isIndexer": false,
168
+ "hasGetter": true,
169
+ "hasSetter": false
170
+ }
171
+ ],
172
+ "fields": [
173
+ {
174
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::NameSystem.String",
175
+ "clrName": "Name",
176
+ "tsEmitName": "name",
177
+ "normalizedSignature": "Name|System.String|static=true|const=true",
178
+ "isStatic": true,
179
+ "isReadOnly": false,
180
+ "isLiteral": true
181
+ }
182
+ ],
183
+ "events": [],
184
+ "constructors": [
185
+ {
186
+ "normalizedSignature": "constructor|():void|static=false",
187
+ "isStatic": false,
188
+ "parameterCount": 0
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
194
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
195
+ "tsEmitName": "SqlClientCommandBefore",
196
+ "kind": "Class",
197
+ "accessibility": "Public",
198
+ "isAbstract": false,
199
+ "isSealed": true,
200
+ "isStatic": false,
201
+ "arity": 0,
202
+ "methods": [
203
+ {
204
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
205
+ "clrName": "GetEnumerator",
206
+ "tsEmitName": "getEnumerator",
207
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
208
+ "provenance": "Original",
209
+ "emitScope": "ClassSurface",
210
+ "isStatic": false,
211
+ "isAbstract": false,
212
+ "isVirtual": true,
213
+ "isOverride": false,
214
+ "isSealed": true,
215
+ "arity": 0,
216
+ "parameterCount": 0,
217
+ "isExtensionMethod": false
218
+ }
219
+ ],
220
+ "properties": [
221
+ {
222
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Command:Microsoft.Data.SqlClient.SqlCommand",
223
+ "clrName": "Command",
224
+ "tsEmitName": "command",
225
+ "normalizedSignature": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
226
+ "provenance": "Original",
227
+ "emitScope": "ClassSurface",
228
+ "isStatic": false,
229
+ "isAbstract": false,
230
+ "isVirtual": false,
231
+ "isOverride": false,
232
+ "isIndexer": false,
233
+ "hasGetter": true,
234
+ "hasSetter": false
235
+ },
236
+ {
237
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::ConnectionId:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
238
+ "clrName": "ConnectionId",
239
+ "tsEmitName": "connectionId",
240
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
241
+ "provenance": "Original",
242
+ "emitScope": "ClassSurface",
243
+ "isStatic": false,
244
+ "isAbstract": false,
245
+ "isVirtual": false,
246
+ "isOverride": false,
247
+ "isIndexer": false,
248
+ "hasGetter": true,
249
+ "hasSetter": false
250
+ },
251
+ {
252
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Count:System.Int32",
253
+ "clrName": "Count",
254
+ "tsEmitName": "count",
255
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
256
+ "provenance": "Original",
257
+ "emitScope": "ClassSurface",
258
+ "isStatic": false,
259
+ "isAbstract": false,
260
+ "isVirtual": true,
261
+ "isOverride": false,
262
+ "isIndexer": false,
263
+ "hasGetter": true,
264
+ "hasSetter": false
265
+ },
266
+ {
267
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
268
+ "clrName": "Item",
269
+ "tsEmitName": "item",
270
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
271
+ "provenance": "Original",
272
+ "emitScope": "ClassSurface",
273
+ "isStatic": false,
274
+ "isAbstract": false,
275
+ "isVirtual": true,
276
+ "isOverride": false,
277
+ "isIndexer": true,
278
+ "hasGetter": true,
279
+ "hasSetter": false
280
+ },
281
+ {
282
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Operation:System.String",
283
+ "clrName": "Operation",
284
+ "tsEmitName": "operation",
285
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
286
+ "provenance": "Original",
287
+ "emitScope": "ClassSurface",
288
+ "isStatic": false,
289
+ "isAbstract": false,
290
+ "isVirtual": false,
291
+ "isOverride": false,
292
+ "isIndexer": false,
293
+ "hasGetter": true,
294
+ "hasSetter": false
295
+ },
296
+ {
297
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::OperationId:System.Guid",
298
+ "clrName": "OperationId",
299
+ "tsEmitName": "operationId",
300
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
301
+ "provenance": "Original",
302
+ "emitScope": "ClassSurface",
303
+ "isStatic": false,
304
+ "isAbstract": false,
305
+ "isVirtual": false,
306
+ "isOverride": false,
307
+ "isIndexer": false,
308
+ "hasGetter": true,
309
+ "hasSetter": false
310
+ },
311
+ {
312
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Timestamp:System.Int64",
313
+ "clrName": "Timestamp",
314
+ "tsEmitName": "timestamp",
315
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
316
+ "provenance": "Original",
317
+ "emitScope": "ClassSurface",
318
+ "isStatic": false,
319
+ "isAbstract": false,
320
+ "isVirtual": false,
321
+ "isOverride": false,
322
+ "isIndexer": false,
323
+ "hasGetter": true,
324
+ "hasSetter": false
325
+ },
326
+ {
327
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
328
+ "clrName": "TransactionId",
329
+ "tsEmitName": "transactionId",
330
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
331
+ "provenance": "Original",
332
+ "emitScope": "ClassSurface",
333
+ "isStatic": false,
334
+ "isAbstract": false,
335
+ "isVirtual": false,
336
+ "isOverride": false,
337
+ "isIndexer": false,
338
+ "hasGetter": true,
339
+ "hasSetter": false
340
+ }
341
+ ],
342
+ "fields": [
343
+ {
344
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::NameSystem.String",
345
+ "clrName": "Name",
346
+ "tsEmitName": "name",
347
+ "normalizedSignature": "Name|System.String|static=true|const=true",
348
+ "isStatic": true,
349
+ "isReadOnly": false,
350
+ "isLiteral": true
351
+ }
352
+ ],
353
+ "events": [],
354
+ "constructors": [
355
+ {
356
+ "normalizedSignature": "constructor|():void|static=false",
357
+ "isStatic": false,
358
+ "parameterCount": 0
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
364
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
365
+ "tsEmitName": "SqlClientCommandError",
366
+ "kind": "Class",
367
+ "accessibility": "Public",
368
+ "isAbstract": false,
369
+ "isSealed": true,
370
+ "isStatic": false,
371
+ "arity": 0,
372
+ "methods": [
373
+ {
374
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
375
+ "clrName": "GetEnumerator",
376
+ "tsEmitName": "getEnumerator",
377
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
378
+ "provenance": "Original",
379
+ "emitScope": "ClassSurface",
380
+ "isStatic": false,
381
+ "isAbstract": false,
382
+ "isVirtual": true,
383
+ "isOverride": false,
384
+ "isSealed": true,
385
+ "arity": 0,
386
+ "parameterCount": 0,
387
+ "isExtensionMethod": false
388
+ }
389
+ ],
390
+ "properties": [
391
+ {
392
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Command:Microsoft.Data.SqlClient.SqlCommand",
393
+ "clrName": "Command",
394
+ "tsEmitName": "command",
395
+ "normalizedSignature": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
396
+ "provenance": "Original",
397
+ "emitScope": "ClassSurface",
398
+ "isStatic": false,
399
+ "isAbstract": false,
400
+ "isVirtual": false,
401
+ "isOverride": false,
402
+ "isIndexer": false,
403
+ "hasGetter": true,
404
+ "hasSetter": false
405
+ },
406
+ {
407
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::ConnectionId:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
408
+ "clrName": "ConnectionId",
409
+ "tsEmitName": "connectionId",
410
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
411
+ "provenance": "Original",
412
+ "emitScope": "ClassSurface",
413
+ "isStatic": false,
414
+ "isAbstract": false,
415
+ "isVirtual": false,
416
+ "isOverride": false,
417
+ "isIndexer": false,
418
+ "hasGetter": true,
419
+ "hasSetter": false
420
+ },
421
+ {
422
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Count:System.Int32",
423
+ "clrName": "Count",
424
+ "tsEmitName": "count",
425
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
426
+ "provenance": "Original",
427
+ "emitScope": "ClassSurface",
428
+ "isStatic": false,
429
+ "isAbstract": false,
430
+ "isVirtual": true,
431
+ "isOverride": false,
432
+ "isIndexer": false,
433
+ "hasGetter": true,
434
+ "hasSetter": false
435
+ },
436
+ {
437
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Exception:System.Exception",
438
+ "clrName": "Exception",
439
+ "tsEmitName": "exception",
440
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
441
+ "provenance": "Original",
442
+ "emitScope": "ClassSurface",
443
+ "isStatic": false,
444
+ "isAbstract": false,
445
+ "isVirtual": false,
446
+ "isOverride": false,
447
+ "isIndexer": false,
448
+ "hasGetter": true,
449
+ "hasSetter": false
450
+ },
451
+ {
452
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
453
+ "clrName": "Item",
454
+ "tsEmitName": "item",
455
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
456
+ "provenance": "Original",
457
+ "emitScope": "ClassSurface",
458
+ "isStatic": false,
459
+ "isAbstract": false,
460
+ "isVirtual": true,
461
+ "isOverride": false,
462
+ "isIndexer": true,
463
+ "hasGetter": true,
464
+ "hasSetter": false
465
+ },
466
+ {
467
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Operation:System.String",
468
+ "clrName": "Operation",
469
+ "tsEmitName": "operation",
470
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
471
+ "provenance": "Original",
472
+ "emitScope": "ClassSurface",
473
+ "isStatic": false,
474
+ "isAbstract": false,
475
+ "isVirtual": false,
476
+ "isOverride": false,
477
+ "isIndexer": false,
478
+ "hasGetter": true,
479
+ "hasSetter": false
480
+ },
481
+ {
482
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::OperationId:System.Guid",
483
+ "clrName": "OperationId",
484
+ "tsEmitName": "operationId",
485
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
486
+ "provenance": "Original",
487
+ "emitScope": "ClassSurface",
488
+ "isStatic": false,
489
+ "isAbstract": false,
490
+ "isVirtual": false,
491
+ "isOverride": false,
492
+ "isIndexer": false,
493
+ "hasGetter": true,
494
+ "hasSetter": false
495
+ },
496
+ {
497
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Timestamp:System.Int64",
498
+ "clrName": "Timestamp",
499
+ "tsEmitName": "timestamp",
500
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
501
+ "provenance": "Original",
502
+ "emitScope": "ClassSurface",
503
+ "isStatic": false,
504
+ "isAbstract": false,
505
+ "isVirtual": false,
506
+ "isOverride": false,
507
+ "isIndexer": false,
508
+ "hasGetter": true,
509
+ "hasSetter": false
510
+ },
511
+ {
512
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
513
+ "clrName": "TransactionId",
514
+ "tsEmitName": "transactionId",
515
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
516
+ "provenance": "Original",
517
+ "emitScope": "ClassSurface",
518
+ "isStatic": false,
519
+ "isAbstract": false,
520
+ "isVirtual": false,
521
+ "isOverride": false,
522
+ "isIndexer": false,
523
+ "hasGetter": true,
524
+ "hasSetter": false
525
+ }
526
+ ],
527
+ "fields": [
528
+ {
529
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::NameSystem.String",
530
+ "clrName": "Name",
531
+ "tsEmitName": "name",
532
+ "normalizedSignature": "Name|System.String|static=true|const=true",
533
+ "isStatic": true,
534
+ "isReadOnly": false,
535
+ "isLiteral": true
536
+ }
537
+ ],
538
+ "events": [],
539
+ "constructors": [
540
+ {
541
+ "normalizedSignature": "constructor|():void|static=false",
542
+ "isStatic": false,
543
+ "parameterCount": 0
544
+ }
545
+ ]
546
+ },
547
+ {
548
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
549
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
550
+ "tsEmitName": "SqlClientConnectionCloseAfter",
551
+ "kind": "Class",
552
+ "accessibility": "Public",
553
+ "isAbstract": false,
554
+ "isSealed": true,
555
+ "isStatic": false,
556
+ "arity": 0,
557
+ "methods": [
558
+ {
559
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
560
+ "clrName": "GetEnumerator",
561
+ "tsEmitName": "getEnumerator",
562
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
563
+ "provenance": "Original",
564
+ "emitScope": "ClassSurface",
565
+ "isStatic": false,
566
+ "isAbstract": false,
567
+ "isVirtual": true,
568
+ "isOverride": false,
569
+ "isSealed": true,
570
+ "arity": 0,
571
+ "parameterCount": 0,
572
+ "isExtensionMethod": false
573
+ }
574
+ ],
575
+ "properties": [
576
+ {
577
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Connection:Microsoft.Data.SqlClient.SqlConnection",
578
+ "clrName": "Connection",
579
+ "tsEmitName": "connection",
580
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
581
+ "provenance": "Original",
582
+ "emitScope": "ClassSurface",
583
+ "isStatic": false,
584
+ "isAbstract": false,
585
+ "isVirtual": false,
586
+ "isOverride": false,
587
+ "isIndexer": false,
588
+ "hasGetter": true,
589
+ "hasSetter": false
590
+ },
591
+ {
592
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::ConnectionId:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
593
+ "clrName": "ConnectionId",
594
+ "tsEmitName": "connectionId",
595
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
596
+ "provenance": "Original",
597
+ "emitScope": "ClassSurface",
598
+ "isStatic": false,
599
+ "isAbstract": false,
600
+ "isVirtual": false,
601
+ "isOverride": false,
602
+ "isIndexer": false,
603
+ "hasGetter": true,
604
+ "hasSetter": false
605
+ },
606
+ {
607
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Count:System.Int32",
608
+ "clrName": "Count",
609
+ "tsEmitName": "count",
610
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
611
+ "provenance": "Original",
612
+ "emitScope": "ClassSurface",
613
+ "isStatic": false,
614
+ "isAbstract": false,
615
+ "isVirtual": true,
616
+ "isOverride": false,
617
+ "isIndexer": false,
618
+ "hasGetter": true,
619
+ "hasSetter": false
620
+ },
621
+ {
622
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
623
+ "clrName": "Item",
624
+ "tsEmitName": "item",
625
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
626
+ "provenance": "Original",
627
+ "emitScope": "ClassSurface",
628
+ "isStatic": false,
629
+ "isAbstract": false,
630
+ "isVirtual": true,
631
+ "isOverride": false,
632
+ "isIndexer": true,
633
+ "hasGetter": true,
634
+ "hasSetter": false
635
+ },
636
+ {
637
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Operation:System.String",
638
+ "clrName": "Operation",
639
+ "tsEmitName": "operation",
640
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
641
+ "provenance": "Original",
642
+ "emitScope": "ClassSurface",
643
+ "isStatic": false,
644
+ "isAbstract": false,
645
+ "isVirtual": false,
646
+ "isOverride": false,
647
+ "isIndexer": false,
648
+ "hasGetter": true,
649
+ "hasSetter": false
650
+ },
651
+ {
652
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::OperationId:System.Guid",
653
+ "clrName": "OperationId",
654
+ "tsEmitName": "operationId",
655
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
656
+ "provenance": "Original",
657
+ "emitScope": "ClassSurface",
658
+ "isStatic": false,
659
+ "isAbstract": false,
660
+ "isVirtual": false,
661
+ "isOverride": false,
662
+ "isIndexer": false,
663
+ "hasGetter": true,
664
+ "hasSetter": false
665
+ },
666
+ {
667
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Statistics:System.Collections.IDictionary",
668
+ "clrName": "Statistics",
669
+ "tsEmitName": "statistics",
670
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
671
+ "provenance": "Original",
672
+ "emitScope": "ClassSurface",
673
+ "isStatic": false,
674
+ "isAbstract": false,
675
+ "isVirtual": false,
676
+ "isOverride": false,
677
+ "isIndexer": false,
678
+ "hasGetter": true,
679
+ "hasSetter": false
680
+ },
681
+ {
682
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Timestamp:System.Int64",
683
+ "clrName": "Timestamp",
684
+ "tsEmitName": "timestamp",
685
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
686
+ "provenance": "Original",
687
+ "emitScope": "ClassSurface",
688
+ "isStatic": false,
689
+ "isAbstract": false,
690
+ "isVirtual": false,
691
+ "isOverride": false,
692
+ "isIndexer": false,
693
+ "hasGetter": true,
694
+ "hasSetter": false
695
+ }
696
+ ],
697
+ "fields": [
698
+ {
699
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::NameSystem.String",
700
+ "clrName": "Name",
701
+ "tsEmitName": "name",
702
+ "normalizedSignature": "Name|System.String|static=true|const=true",
703
+ "isStatic": true,
704
+ "isReadOnly": false,
705
+ "isLiteral": true
706
+ }
707
+ ],
708
+ "events": [],
709
+ "constructors": [
710
+ {
711
+ "normalizedSignature": "constructor|():void|static=false",
712
+ "isStatic": false,
713
+ "parameterCount": 0
714
+ }
715
+ ]
716
+ },
717
+ {
718
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
719
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
720
+ "tsEmitName": "SqlClientConnectionCloseBefore",
721
+ "kind": "Class",
722
+ "accessibility": "Public",
723
+ "isAbstract": false,
724
+ "isSealed": true,
725
+ "isStatic": false,
726
+ "arity": 0,
727
+ "methods": [
728
+ {
729
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
730
+ "clrName": "GetEnumerator",
731
+ "tsEmitName": "getEnumerator",
732
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
733
+ "provenance": "Original",
734
+ "emitScope": "ClassSurface",
735
+ "isStatic": false,
736
+ "isAbstract": false,
737
+ "isVirtual": true,
738
+ "isOverride": false,
739
+ "isSealed": true,
740
+ "arity": 0,
741
+ "parameterCount": 0,
742
+ "isExtensionMethod": false
743
+ }
744
+ ],
745
+ "properties": [
746
+ {
747
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Connection:Microsoft.Data.SqlClient.SqlConnection",
748
+ "clrName": "Connection",
749
+ "tsEmitName": "connection",
750
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
751
+ "provenance": "Original",
752
+ "emitScope": "ClassSurface",
753
+ "isStatic": false,
754
+ "isAbstract": false,
755
+ "isVirtual": false,
756
+ "isOverride": false,
757
+ "isIndexer": false,
758
+ "hasGetter": true,
759
+ "hasSetter": false
760
+ },
761
+ {
762
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::ConnectionId:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
763
+ "clrName": "ConnectionId",
764
+ "tsEmitName": "connectionId",
765
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
766
+ "provenance": "Original",
767
+ "emitScope": "ClassSurface",
768
+ "isStatic": false,
769
+ "isAbstract": false,
770
+ "isVirtual": false,
771
+ "isOverride": false,
772
+ "isIndexer": false,
773
+ "hasGetter": true,
774
+ "hasSetter": false
775
+ },
776
+ {
777
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Count:System.Int32",
778
+ "clrName": "Count",
779
+ "tsEmitName": "count",
780
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
781
+ "provenance": "Original",
782
+ "emitScope": "ClassSurface",
783
+ "isStatic": false,
784
+ "isAbstract": false,
785
+ "isVirtual": true,
786
+ "isOverride": false,
787
+ "isIndexer": false,
788
+ "hasGetter": true,
789
+ "hasSetter": false
790
+ },
791
+ {
792
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
793
+ "clrName": "Item",
794
+ "tsEmitName": "item",
795
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
796
+ "provenance": "Original",
797
+ "emitScope": "ClassSurface",
798
+ "isStatic": false,
799
+ "isAbstract": false,
800
+ "isVirtual": true,
801
+ "isOverride": false,
802
+ "isIndexer": true,
803
+ "hasGetter": true,
804
+ "hasSetter": false
805
+ },
806
+ {
807
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Operation:System.String",
808
+ "clrName": "Operation",
809
+ "tsEmitName": "operation",
810
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
811
+ "provenance": "Original",
812
+ "emitScope": "ClassSurface",
813
+ "isStatic": false,
814
+ "isAbstract": false,
815
+ "isVirtual": false,
816
+ "isOverride": false,
817
+ "isIndexer": false,
818
+ "hasGetter": true,
819
+ "hasSetter": false
820
+ },
821
+ {
822
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::OperationId:System.Guid",
823
+ "clrName": "OperationId",
824
+ "tsEmitName": "operationId",
825
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
826
+ "provenance": "Original",
827
+ "emitScope": "ClassSurface",
828
+ "isStatic": false,
829
+ "isAbstract": false,
830
+ "isVirtual": false,
831
+ "isOverride": false,
832
+ "isIndexer": false,
833
+ "hasGetter": true,
834
+ "hasSetter": false
835
+ },
836
+ {
837
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Statistics:System.Collections.IDictionary",
838
+ "clrName": "Statistics",
839
+ "tsEmitName": "statistics",
840
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
841
+ "provenance": "Original",
842
+ "emitScope": "ClassSurface",
843
+ "isStatic": false,
844
+ "isAbstract": false,
845
+ "isVirtual": false,
846
+ "isOverride": false,
847
+ "isIndexer": false,
848
+ "hasGetter": true,
849
+ "hasSetter": false
850
+ },
851
+ {
852
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Timestamp:System.Int64",
853
+ "clrName": "Timestamp",
854
+ "tsEmitName": "timestamp",
855
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
856
+ "provenance": "Original",
857
+ "emitScope": "ClassSurface",
858
+ "isStatic": false,
859
+ "isAbstract": false,
860
+ "isVirtual": false,
861
+ "isOverride": false,
862
+ "isIndexer": false,
863
+ "hasGetter": true,
864
+ "hasSetter": false
865
+ }
866
+ ],
867
+ "fields": [
868
+ {
869
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::NameSystem.String",
870
+ "clrName": "Name",
871
+ "tsEmitName": "name",
872
+ "normalizedSignature": "Name|System.String|static=true|const=true",
873
+ "isStatic": true,
874
+ "isReadOnly": false,
875
+ "isLiteral": true
876
+ }
877
+ ],
878
+ "events": [],
879
+ "constructors": [
880
+ {
881
+ "normalizedSignature": "constructor|():void|static=false",
882
+ "isStatic": false,
883
+ "parameterCount": 0
884
+ }
885
+ ]
886
+ },
887
+ {
888
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
889
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
890
+ "tsEmitName": "SqlClientConnectionCloseError",
891
+ "kind": "Class",
892
+ "accessibility": "Public",
893
+ "isAbstract": false,
894
+ "isSealed": true,
895
+ "isStatic": false,
896
+ "arity": 0,
897
+ "methods": [
898
+ {
899
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
900
+ "clrName": "GetEnumerator",
901
+ "tsEmitName": "getEnumerator",
902
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
903
+ "provenance": "Original",
904
+ "emitScope": "ClassSurface",
905
+ "isStatic": false,
906
+ "isAbstract": false,
907
+ "isVirtual": true,
908
+ "isOverride": false,
909
+ "isSealed": true,
910
+ "arity": 0,
911
+ "parameterCount": 0,
912
+ "isExtensionMethod": false
913
+ }
914
+ ],
915
+ "properties": [
916
+ {
917
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Connection:Microsoft.Data.SqlClient.SqlConnection",
918
+ "clrName": "Connection",
919
+ "tsEmitName": "connection",
920
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
921
+ "provenance": "Original",
922
+ "emitScope": "ClassSurface",
923
+ "isStatic": false,
924
+ "isAbstract": false,
925
+ "isVirtual": false,
926
+ "isOverride": false,
927
+ "isIndexer": false,
928
+ "hasGetter": true,
929
+ "hasSetter": false
930
+ },
931
+ {
932
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::ConnectionId:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
933
+ "clrName": "ConnectionId",
934
+ "tsEmitName": "connectionId",
935
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
936
+ "provenance": "Original",
937
+ "emitScope": "ClassSurface",
938
+ "isStatic": false,
939
+ "isAbstract": false,
940
+ "isVirtual": false,
941
+ "isOverride": false,
942
+ "isIndexer": false,
943
+ "hasGetter": true,
944
+ "hasSetter": false
945
+ },
946
+ {
947
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Count:System.Int32",
948
+ "clrName": "Count",
949
+ "tsEmitName": "count",
950
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
951
+ "provenance": "Original",
952
+ "emitScope": "ClassSurface",
953
+ "isStatic": false,
954
+ "isAbstract": false,
955
+ "isVirtual": true,
956
+ "isOverride": false,
957
+ "isIndexer": false,
958
+ "hasGetter": true,
959
+ "hasSetter": false
960
+ },
961
+ {
962
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Exception:System.Exception",
963
+ "clrName": "Exception",
964
+ "tsEmitName": "exception",
965
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
966
+ "provenance": "Original",
967
+ "emitScope": "ClassSurface",
968
+ "isStatic": false,
969
+ "isAbstract": false,
970
+ "isVirtual": false,
971
+ "isOverride": false,
972
+ "isIndexer": false,
973
+ "hasGetter": true,
974
+ "hasSetter": false
975
+ },
976
+ {
977
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
978
+ "clrName": "Item",
979
+ "tsEmitName": "item",
980
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
981
+ "provenance": "Original",
982
+ "emitScope": "ClassSurface",
983
+ "isStatic": false,
984
+ "isAbstract": false,
985
+ "isVirtual": true,
986
+ "isOverride": false,
987
+ "isIndexer": true,
988
+ "hasGetter": true,
989
+ "hasSetter": false
990
+ },
991
+ {
992
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Operation:System.String",
993
+ "clrName": "Operation",
994
+ "tsEmitName": "operation",
995
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
996
+ "provenance": "Original",
997
+ "emitScope": "ClassSurface",
998
+ "isStatic": false,
999
+ "isAbstract": false,
1000
+ "isVirtual": false,
1001
+ "isOverride": false,
1002
+ "isIndexer": false,
1003
+ "hasGetter": true,
1004
+ "hasSetter": false
1005
+ },
1006
+ {
1007
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::OperationId:System.Guid",
1008
+ "clrName": "OperationId",
1009
+ "tsEmitName": "operationId",
1010
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1011
+ "provenance": "Original",
1012
+ "emitScope": "ClassSurface",
1013
+ "isStatic": false,
1014
+ "isAbstract": false,
1015
+ "isVirtual": false,
1016
+ "isOverride": false,
1017
+ "isIndexer": false,
1018
+ "hasGetter": true,
1019
+ "hasSetter": false
1020
+ },
1021
+ {
1022
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Statistics:System.Collections.IDictionary",
1023
+ "clrName": "Statistics",
1024
+ "tsEmitName": "statistics",
1025
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1026
+ "provenance": "Original",
1027
+ "emitScope": "ClassSurface",
1028
+ "isStatic": false,
1029
+ "isAbstract": false,
1030
+ "isVirtual": false,
1031
+ "isOverride": false,
1032
+ "isIndexer": false,
1033
+ "hasGetter": true,
1034
+ "hasSetter": false
1035
+ },
1036
+ {
1037
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Timestamp:System.Int64",
1038
+ "clrName": "Timestamp",
1039
+ "tsEmitName": "timestamp",
1040
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1041
+ "provenance": "Original",
1042
+ "emitScope": "ClassSurface",
1043
+ "isStatic": false,
1044
+ "isAbstract": false,
1045
+ "isVirtual": false,
1046
+ "isOverride": false,
1047
+ "isIndexer": false,
1048
+ "hasGetter": true,
1049
+ "hasSetter": false
1050
+ }
1051
+ ],
1052
+ "fields": [
1053
+ {
1054
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::NameSystem.String",
1055
+ "clrName": "Name",
1056
+ "tsEmitName": "name",
1057
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1058
+ "isStatic": true,
1059
+ "isReadOnly": false,
1060
+ "isLiteral": true
1061
+ }
1062
+ ],
1063
+ "events": [],
1064
+ "constructors": [
1065
+ {
1066
+ "normalizedSignature": "constructor|():void|static=false",
1067
+ "isStatic": false,
1068
+ "parameterCount": 0
1069
+ }
1070
+ ]
1071
+ },
1072
+ {
1073
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1074
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1075
+ "tsEmitName": "SqlClientConnectionOpenAfter",
1076
+ "kind": "Class",
1077
+ "accessibility": "Public",
1078
+ "isAbstract": false,
1079
+ "isSealed": true,
1080
+ "isStatic": false,
1081
+ "arity": 0,
1082
+ "methods": [
1083
+ {
1084
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1085
+ "clrName": "GetEnumerator",
1086
+ "tsEmitName": "getEnumerator",
1087
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1088
+ "provenance": "Original",
1089
+ "emitScope": "ClassSurface",
1090
+ "isStatic": false,
1091
+ "isAbstract": false,
1092
+ "isVirtual": true,
1093
+ "isOverride": false,
1094
+ "isSealed": true,
1095
+ "arity": 0,
1096
+ "parameterCount": 0,
1097
+ "isExtensionMethod": false
1098
+ }
1099
+ ],
1100
+ "properties": [
1101
+ {
1102
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::ClientVersion:System.String",
1103
+ "clrName": "ClientVersion",
1104
+ "tsEmitName": "clientVersion",
1105
+ "normalizedSignature": "ClientVersion|:System.String|static=false|accessor=get",
1106
+ "provenance": "Original",
1107
+ "emitScope": "ClassSurface",
1108
+ "isStatic": false,
1109
+ "isAbstract": false,
1110
+ "isVirtual": false,
1111
+ "isOverride": false,
1112
+ "isIndexer": false,
1113
+ "hasGetter": true,
1114
+ "hasSetter": false
1115
+ },
1116
+ {
1117
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Connection:Microsoft.Data.SqlClient.SqlConnection",
1118
+ "clrName": "Connection",
1119
+ "tsEmitName": "connection",
1120
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1121
+ "provenance": "Original",
1122
+ "emitScope": "ClassSurface",
1123
+ "isStatic": false,
1124
+ "isAbstract": false,
1125
+ "isVirtual": false,
1126
+ "isOverride": false,
1127
+ "isIndexer": false,
1128
+ "hasGetter": true,
1129
+ "hasSetter": false
1130
+ },
1131
+ {
1132
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::ConnectionId:System.Guid",
1133
+ "clrName": "ConnectionId",
1134
+ "tsEmitName": "connectionId",
1135
+ "normalizedSignature": "ConnectionId|:System.Guid|static=false|accessor=get",
1136
+ "provenance": "Original",
1137
+ "emitScope": "ClassSurface",
1138
+ "isStatic": false,
1139
+ "isAbstract": false,
1140
+ "isVirtual": false,
1141
+ "isOverride": false,
1142
+ "isIndexer": false,
1143
+ "hasGetter": true,
1144
+ "hasSetter": false
1145
+ },
1146
+ {
1147
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Count:System.Int32",
1148
+ "clrName": "Count",
1149
+ "tsEmitName": "count",
1150
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1151
+ "provenance": "Original",
1152
+ "emitScope": "ClassSurface",
1153
+ "isStatic": false,
1154
+ "isAbstract": false,
1155
+ "isVirtual": true,
1156
+ "isOverride": false,
1157
+ "isIndexer": false,
1158
+ "hasGetter": true,
1159
+ "hasSetter": false
1160
+ },
1161
+ {
1162
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1163
+ "clrName": "Item",
1164
+ "tsEmitName": "item",
1165
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1166
+ "provenance": "Original",
1167
+ "emitScope": "ClassSurface",
1168
+ "isStatic": false,
1169
+ "isAbstract": false,
1170
+ "isVirtual": true,
1171
+ "isOverride": false,
1172
+ "isIndexer": true,
1173
+ "hasGetter": true,
1174
+ "hasSetter": false
1175
+ },
1176
+ {
1177
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Operation:System.String",
1178
+ "clrName": "Operation",
1179
+ "tsEmitName": "operation",
1180
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
1181
+ "provenance": "Original",
1182
+ "emitScope": "ClassSurface",
1183
+ "isStatic": false,
1184
+ "isAbstract": false,
1185
+ "isVirtual": false,
1186
+ "isOverride": false,
1187
+ "isIndexer": false,
1188
+ "hasGetter": true,
1189
+ "hasSetter": false
1190
+ },
1191
+ {
1192
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::OperationId:System.Guid",
1193
+ "clrName": "OperationId",
1194
+ "tsEmitName": "operationId",
1195
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1196
+ "provenance": "Original",
1197
+ "emitScope": "ClassSurface",
1198
+ "isStatic": false,
1199
+ "isAbstract": false,
1200
+ "isVirtual": false,
1201
+ "isOverride": false,
1202
+ "isIndexer": false,
1203
+ "hasGetter": true,
1204
+ "hasSetter": false
1205
+ },
1206
+ {
1207
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Statistics:System.Collections.IDictionary",
1208
+ "clrName": "Statistics",
1209
+ "tsEmitName": "statistics",
1210
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1211
+ "provenance": "Original",
1212
+ "emitScope": "ClassSurface",
1213
+ "isStatic": false,
1214
+ "isAbstract": false,
1215
+ "isVirtual": false,
1216
+ "isOverride": false,
1217
+ "isIndexer": false,
1218
+ "hasGetter": true,
1219
+ "hasSetter": false
1220
+ },
1221
+ {
1222
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Timestamp:System.Int64",
1223
+ "clrName": "Timestamp",
1224
+ "tsEmitName": "timestamp",
1225
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1226
+ "provenance": "Original",
1227
+ "emitScope": "ClassSurface",
1228
+ "isStatic": false,
1229
+ "isAbstract": false,
1230
+ "isVirtual": false,
1231
+ "isOverride": false,
1232
+ "isIndexer": false,
1233
+ "hasGetter": true,
1234
+ "hasSetter": false
1235
+ }
1236
+ ],
1237
+ "fields": [
1238
+ {
1239
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::NameSystem.String",
1240
+ "clrName": "Name",
1241
+ "tsEmitName": "name",
1242
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1243
+ "isStatic": true,
1244
+ "isReadOnly": false,
1245
+ "isLiteral": true
1246
+ }
1247
+ ],
1248
+ "events": [],
1249
+ "constructors": [
1250
+ {
1251
+ "normalizedSignature": "constructor|():void|static=false",
1252
+ "isStatic": false,
1253
+ "parameterCount": 0
1254
+ }
1255
+ ]
1256
+ },
1257
+ {
1258
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
1259
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
1260
+ "tsEmitName": "SqlClientConnectionOpenBefore",
1261
+ "kind": "Class",
1262
+ "accessibility": "Public",
1263
+ "isAbstract": false,
1264
+ "isSealed": true,
1265
+ "isStatic": false,
1266
+ "arity": 0,
1267
+ "methods": [
1268
+ {
1269
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1270
+ "clrName": "GetEnumerator",
1271
+ "tsEmitName": "getEnumerator",
1272
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1273
+ "provenance": "Original",
1274
+ "emitScope": "ClassSurface",
1275
+ "isStatic": false,
1276
+ "isAbstract": false,
1277
+ "isVirtual": true,
1278
+ "isOverride": false,
1279
+ "isSealed": true,
1280
+ "arity": 0,
1281
+ "parameterCount": 0,
1282
+ "isExtensionMethod": false
1283
+ }
1284
+ ],
1285
+ "properties": [
1286
+ {
1287
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::ClientVersion:System.String",
1288
+ "clrName": "ClientVersion",
1289
+ "tsEmitName": "clientVersion",
1290
+ "normalizedSignature": "ClientVersion|:System.String|static=false|accessor=get",
1291
+ "provenance": "Original",
1292
+ "emitScope": "ClassSurface",
1293
+ "isStatic": false,
1294
+ "isAbstract": false,
1295
+ "isVirtual": false,
1296
+ "isOverride": false,
1297
+ "isIndexer": false,
1298
+ "hasGetter": true,
1299
+ "hasSetter": false
1300
+ },
1301
+ {
1302
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Connection:Microsoft.Data.SqlClient.SqlConnection",
1303
+ "clrName": "Connection",
1304
+ "tsEmitName": "connection",
1305
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1306
+ "provenance": "Original",
1307
+ "emitScope": "ClassSurface",
1308
+ "isStatic": false,
1309
+ "isAbstract": false,
1310
+ "isVirtual": false,
1311
+ "isOverride": false,
1312
+ "isIndexer": false,
1313
+ "hasGetter": true,
1314
+ "hasSetter": false
1315
+ },
1316
+ {
1317
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Count:System.Int32",
1318
+ "clrName": "Count",
1319
+ "tsEmitName": "count",
1320
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1321
+ "provenance": "Original",
1322
+ "emitScope": "ClassSurface",
1323
+ "isStatic": false,
1324
+ "isAbstract": false,
1325
+ "isVirtual": true,
1326
+ "isOverride": false,
1327
+ "isIndexer": false,
1328
+ "hasGetter": true,
1329
+ "hasSetter": false
1330
+ },
1331
+ {
1332
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1333
+ "clrName": "Item",
1334
+ "tsEmitName": "item",
1335
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1336
+ "provenance": "Original",
1337
+ "emitScope": "ClassSurface",
1338
+ "isStatic": false,
1339
+ "isAbstract": false,
1340
+ "isVirtual": true,
1341
+ "isOverride": false,
1342
+ "isIndexer": true,
1343
+ "hasGetter": true,
1344
+ "hasSetter": false
1345
+ },
1346
+ {
1347
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Operation:System.String",
1348
+ "clrName": "Operation",
1349
+ "tsEmitName": "operation",
1350
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
1351
+ "provenance": "Original",
1352
+ "emitScope": "ClassSurface",
1353
+ "isStatic": false,
1354
+ "isAbstract": false,
1355
+ "isVirtual": false,
1356
+ "isOverride": false,
1357
+ "isIndexer": false,
1358
+ "hasGetter": true,
1359
+ "hasSetter": false
1360
+ },
1361
+ {
1362
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::OperationId:System.Guid",
1363
+ "clrName": "OperationId",
1364
+ "tsEmitName": "operationId",
1365
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1366
+ "provenance": "Original",
1367
+ "emitScope": "ClassSurface",
1368
+ "isStatic": false,
1369
+ "isAbstract": false,
1370
+ "isVirtual": false,
1371
+ "isOverride": false,
1372
+ "isIndexer": false,
1373
+ "hasGetter": true,
1374
+ "hasSetter": false
1375
+ },
1376
+ {
1377
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Timestamp:System.Int64",
1378
+ "clrName": "Timestamp",
1379
+ "tsEmitName": "timestamp",
1380
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1381
+ "provenance": "Original",
1382
+ "emitScope": "ClassSurface",
1383
+ "isStatic": false,
1384
+ "isAbstract": false,
1385
+ "isVirtual": false,
1386
+ "isOverride": false,
1387
+ "isIndexer": false,
1388
+ "hasGetter": true,
1389
+ "hasSetter": false
1390
+ }
1391
+ ],
1392
+ "fields": [
1393
+ {
1394
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::NameSystem.String",
1395
+ "clrName": "Name",
1396
+ "tsEmitName": "name",
1397
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1398
+ "isStatic": true,
1399
+ "isReadOnly": false,
1400
+ "isLiteral": true
1401
+ }
1402
+ ],
1403
+ "events": [],
1404
+ "constructors": [
1405
+ {
1406
+ "normalizedSignature": "constructor|():void|static=false",
1407
+ "isStatic": false,
1408
+ "parameterCount": 0
1409
+ }
1410
+ ]
1411
+ },
1412
+ {
1413
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
1414
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
1415
+ "tsEmitName": "SqlClientConnectionOpenError",
1416
+ "kind": "Class",
1417
+ "accessibility": "Public",
1418
+ "isAbstract": false,
1419
+ "isSealed": true,
1420
+ "isStatic": false,
1421
+ "arity": 0,
1422
+ "methods": [
1423
+ {
1424
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1425
+ "clrName": "GetEnumerator",
1426
+ "tsEmitName": "getEnumerator",
1427
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1428
+ "provenance": "Original",
1429
+ "emitScope": "ClassSurface",
1430
+ "isStatic": false,
1431
+ "isAbstract": false,
1432
+ "isVirtual": true,
1433
+ "isOverride": false,
1434
+ "isSealed": true,
1435
+ "arity": 0,
1436
+ "parameterCount": 0,
1437
+ "isExtensionMethod": false
1438
+ }
1439
+ ],
1440
+ "properties": [
1441
+ {
1442
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::ClientVersion:System.String",
1443
+ "clrName": "ClientVersion",
1444
+ "tsEmitName": "clientVersion",
1445
+ "normalizedSignature": "ClientVersion|:System.String|static=false|accessor=get",
1446
+ "provenance": "Original",
1447
+ "emitScope": "ClassSurface",
1448
+ "isStatic": false,
1449
+ "isAbstract": false,
1450
+ "isVirtual": false,
1451
+ "isOverride": false,
1452
+ "isIndexer": false,
1453
+ "hasGetter": true,
1454
+ "hasSetter": false
1455
+ },
1456
+ {
1457
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Connection:Microsoft.Data.SqlClient.SqlConnection",
1458
+ "clrName": "Connection",
1459
+ "tsEmitName": "connection",
1460
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1461
+ "provenance": "Original",
1462
+ "emitScope": "ClassSurface",
1463
+ "isStatic": false,
1464
+ "isAbstract": false,
1465
+ "isVirtual": false,
1466
+ "isOverride": false,
1467
+ "isIndexer": false,
1468
+ "hasGetter": true,
1469
+ "hasSetter": false
1470
+ },
1471
+ {
1472
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::ConnectionId:System.Guid",
1473
+ "clrName": "ConnectionId",
1474
+ "tsEmitName": "connectionId",
1475
+ "normalizedSignature": "ConnectionId|:System.Guid|static=false|accessor=get",
1476
+ "provenance": "Original",
1477
+ "emitScope": "ClassSurface",
1478
+ "isStatic": false,
1479
+ "isAbstract": false,
1480
+ "isVirtual": false,
1481
+ "isOverride": false,
1482
+ "isIndexer": false,
1483
+ "hasGetter": true,
1484
+ "hasSetter": false
1485
+ },
1486
+ {
1487
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Count:System.Int32",
1488
+ "clrName": "Count",
1489
+ "tsEmitName": "count",
1490
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1491
+ "provenance": "Original",
1492
+ "emitScope": "ClassSurface",
1493
+ "isStatic": false,
1494
+ "isAbstract": false,
1495
+ "isVirtual": true,
1496
+ "isOverride": false,
1497
+ "isIndexer": false,
1498
+ "hasGetter": true,
1499
+ "hasSetter": false
1500
+ },
1501
+ {
1502
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Exception:System.Exception",
1503
+ "clrName": "Exception",
1504
+ "tsEmitName": "exception",
1505
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
1506
+ "provenance": "Original",
1507
+ "emitScope": "ClassSurface",
1508
+ "isStatic": false,
1509
+ "isAbstract": false,
1510
+ "isVirtual": false,
1511
+ "isOverride": false,
1512
+ "isIndexer": false,
1513
+ "hasGetter": true,
1514
+ "hasSetter": false
1515
+ },
1516
+ {
1517
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1518
+ "clrName": "Item",
1519
+ "tsEmitName": "item",
1520
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1521
+ "provenance": "Original",
1522
+ "emitScope": "ClassSurface",
1523
+ "isStatic": false,
1524
+ "isAbstract": false,
1525
+ "isVirtual": true,
1526
+ "isOverride": false,
1527
+ "isIndexer": true,
1528
+ "hasGetter": true,
1529
+ "hasSetter": false
1530
+ },
1531
+ {
1532
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Operation:System.String",
1533
+ "clrName": "Operation",
1534
+ "tsEmitName": "operation",
1535
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
1536
+ "provenance": "Original",
1537
+ "emitScope": "ClassSurface",
1538
+ "isStatic": false,
1539
+ "isAbstract": false,
1540
+ "isVirtual": false,
1541
+ "isOverride": false,
1542
+ "isIndexer": false,
1543
+ "hasGetter": true,
1544
+ "hasSetter": false
1545
+ },
1546
+ {
1547
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::OperationId:System.Guid",
1548
+ "clrName": "OperationId",
1549
+ "tsEmitName": "operationId",
1550
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1551
+ "provenance": "Original",
1552
+ "emitScope": "ClassSurface",
1553
+ "isStatic": false,
1554
+ "isAbstract": false,
1555
+ "isVirtual": false,
1556
+ "isOverride": false,
1557
+ "isIndexer": false,
1558
+ "hasGetter": true,
1559
+ "hasSetter": false
1560
+ },
1561
+ {
1562
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Timestamp:System.Int64",
1563
+ "clrName": "Timestamp",
1564
+ "tsEmitName": "timestamp",
1565
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1566
+ "provenance": "Original",
1567
+ "emitScope": "ClassSurface",
1568
+ "isStatic": false,
1569
+ "isAbstract": false,
1570
+ "isVirtual": false,
1571
+ "isOverride": false,
1572
+ "isIndexer": false,
1573
+ "hasGetter": true,
1574
+ "hasSetter": false
1575
+ }
1576
+ ],
1577
+ "fields": [
1578
+ {
1579
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::NameSystem.String",
1580
+ "clrName": "Name",
1581
+ "tsEmitName": "name",
1582
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1583
+ "isStatic": true,
1584
+ "isReadOnly": false,
1585
+ "isLiteral": true
1586
+ }
1587
+ ],
1588
+ "events": [],
1589
+ "constructors": [
1590
+ {
1591
+ "normalizedSignature": "constructor|():void|static=false",
1592
+ "isStatic": false,
1593
+ "parameterCount": 0
1594
+ }
1595
+ ]
1596
+ },
1597
+ {
1598
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
1599
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
1600
+ "tsEmitName": "SqlClientTransactionCommitAfter",
1601
+ "kind": "Class",
1602
+ "accessibility": "Public",
1603
+ "isAbstract": false,
1604
+ "isSealed": true,
1605
+ "isStatic": false,
1606
+ "arity": 0,
1607
+ "methods": [
1608
+ {
1609
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1610
+ "clrName": "GetEnumerator",
1611
+ "tsEmitName": "getEnumerator",
1612
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1613
+ "provenance": "Original",
1614
+ "emitScope": "ClassSurface",
1615
+ "isStatic": false,
1616
+ "isAbstract": false,
1617
+ "isVirtual": true,
1618
+ "isOverride": false,
1619
+ "isSealed": true,
1620
+ "arity": 0,
1621
+ "parameterCount": 0,
1622
+ "isExtensionMethod": false
1623
+ }
1624
+ ],
1625
+ "properties": [
1626
+ {
1627
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Connection:Microsoft.Data.SqlClient.SqlConnection",
1628
+ "clrName": "Connection",
1629
+ "tsEmitName": "connection",
1630
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1631
+ "provenance": "Original",
1632
+ "emitScope": "ClassSurface",
1633
+ "isStatic": false,
1634
+ "isAbstract": false,
1635
+ "isVirtual": false,
1636
+ "isOverride": false,
1637
+ "isIndexer": false,
1638
+ "hasGetter": true,
1639
+ "hasSetter": false
1640
+ },
1641
+ {
1642
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Count:System.Int32",
1643
+ "clrName": "Count",
1644
+ "tsEmitName": "count",
1645
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1646
+ "provenance": "Original",
1647
+ "emitScope": "ClassSurface",
1648
+ "isStatic": false,
1649
+ "isAbstract": false,
1650
+ "isVirtual": true,
1651
+ "isOverride": false,
1652
+ "isIndexer": false,
1653
+ "hasGetter": true,
1654
+ "hasSetter": false
1655
+ },
1656
+ {
1657
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::IsolationLevel:System.Data.IsolationLevel",
1658
+ "clrName": "IsolationLevel",
1659
+ "tsEmitName": "isolationLevel",
1660
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
1661
+ "provenance": "Original",
1662
+ "emitScope": "ClassSurface",
1663
+ "isStatic": false,
1664
+ "isAbstract": false,
1665
+ "isVirtual": false,
1666
+ "isOverride": false,
1667
+ "isIndexer": false,
1668
+ "hasGetter": true,
1669
+ "hasSetter": false
1670
+ },
1671
+ {
1672
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1673
+ "clrName": "Item",
1674
+ "tsEmitName": "item",
1675
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1676
+ "provenance": "Original",
1677
+ "emitScope": "ClassSurface",
1678
+ "isStatic": false,
1679
+ "isAbstract": false,
1680
+ "isVirtual": true,
1681
+ "isOverride": false,
1682
+ "isIndexer": true,
1683
+ "hasGetter": true,
1684
+ "hasSetter": false
1685
+ },
1686
+ {
1687
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Operation:System.String",
1688
+ "clrName": "Operation",
1689
+ "tsEmitName": "operation",
1690
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
1691
+ "provenance": "Original",
1692
+ "emitScope": "ClassSurface",
1693
+ "isStatic": false,
1694
+ "isAbstract": false,
1695
+ "isVirtual": false,
1696
+ "isOverride": false,
1697
+ "isIndexer": false,
1698
+ "hasGetter": true,
1699
+ "hasSetter": false
1700
+ },
1701
+ {
1702
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::OperationId:System.Guid",
1703
+ "clrName": "OperationId",
1704
+ "tsEmitName": "operationId",
1705
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1706
+ "provenance": "Original",
1707
+ "emitScope": "ClassSurface",
1708
+ "isStatic": false,
1709
+ "isAbstract": false,
1710
+ "isVirtual": false,
1711
+ "isOverride": false,
1712
+ "isIndexer": false,
1713
+ "hasGetter": true,
1714
+ "hasSetter": false
1715
+ },
1716
+ {
1717
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Timestamp:System.Int64",
1718
+ "clrName": "Timestamp",
1719
+ "tsEmitName": "timestamp",
1720
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1721
+ "provenance": "Original",
1722
+ "emitScope": "ClassSurface",
1723
+ "isStatic": false,
1724
+ "isAbstract": false,
1725
+ "isVirtual": false,
1726
+ "isOverride": false,
1727
+ "isIndexer": false,
1728
+ "hasGetter": true,
1729
+ "hasSetter": false
1730
+ },
1731
+ {
1732
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1733
+ "clrName": "TransactionId",
1734
+ "tsEmitName": "transactionId",
1735
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1736
+ "provenance": "Original",
1737
+ "emitScope": "ClassSurface",
1738
+ "isStatic": false,
1739
+ "isAbstract": false,
1740
+ "isVirtual": false,
1741
+ "isOverride": false,
1742
+ "isIndexer": false,
1743
+ "hasGetter": true,
1744
+ "hasSetter": false
1745
+ }
1746
+ ],
1747
+ "fields": [
1748
+ {
1749
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::NameSystem.String",
1750
+ "clrName": "Name",
1751
+ "tsEmitName": "name",
1752
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1753
+ "isStatic": true,
1754
+ "isReadOnly": false,
1755
+ "isLiteral": true
1756
+ }
1757
+ ],
1758
+ "events": [],
1759
+ "constructors": [
1760
+ {
1761
+ "normalizedSignature": "constructor|():void|static=false",
1762
+ "isStatic": false,
1763
+ "parameterCount": 0
1764
+ }
1765
+ ]
1766
+ },
1767
+ {
1768
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
1769
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
1770
+ "tsEmitName": "SqlClientTransactionCommitBefore",
1771
+ "kind": "Class",
1772
+ "accessibility": "Public",
1773
+ "isAbstract": false,
1774
+ "isSealed": true,
1775
+ "isStatic": false,
1776
+ "arity": 0,
1777
+ "methods": [
1778
+ {
1779
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1780
+ "clrName": "GetEnumerator",
1781
+ "tsEmitName": "getEnumerator",
1782
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1783
+ "provenance": "Original",
1784
+ "emitScope": "ClassSurface",
1785
+ "isStatic": false,
1786
+ "isAbstract": false,
1787
+ "isVirtual": true,
1788
+ "isOverride": false,
1789
+ "isSealed": true,
1790
+ "arity": 0,
1791
+ "parameterCount": 0,
1792
+ "isExtensionMethod": false
1793
+ }
1794
+ ],
1795
+ "properties": [
1796
+ {
1797
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Connection:Microsoft.Data.SqlClient.SqlConnection",
1798
+ "clrName": "Connection",
1799
+ "tsEmitName": "connection",
1800
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1801
+ "provenance": "Original",
1802
+ "emitScope": "ClassSurface",
1803
+ "isStatic": false,
1804
+ "isAbstract": false,
1805
+ "isVirtual": false,
1806
+ "isOverride": false,
1807
+ "isIndexer": false,
1808
+ "hasGetter": true,
1809
+ "hasSetter": false
1810
+ },
1811
+ {
1812
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Count:System.Int32",
1813
+ "clrName": "Count",
1814
+ "tsEmitName": "count",
1815
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1816
+ "provenance": "Original",
1817
+ "emitScope": "ClassSurface",
1818
+ "isStatic": false,
1819
+ "isAbstract": false,
1820
+ "isVirtual": true,
1821
+ "isOverride": false,
1822
+ "isIndexer": false,
1823
+ "hasGetter": true,
1824
+ "hasSetter": false
1825
+ },
1826
+ {
1827
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::IsolationLevel:System.Data.IsolationLevel",
1828
+ "clrName": "IsolationLevel",
1829
+ "tsEmitName": "isolationLevel",
1830
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
1831
+ "provenance": "Original",
1832
+ "emitScope": "ClassSurface",
1833
+ "isStatic": false,
1834
+ "isAbstract": false,
1835
+ "isVirtual": false,
1836
+ "isOverride": false,
1837
+ "isIndexer": false,
1838
+ "hasGetter": true,
1839
+ "hasSetter": false
1840
+ },
1841
+ {
1842
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1843
+ "clrName": "Item",
1844
+ "tsEmitName": "item",
1845
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1846
+ "provenance": "Original",
1847
+ "emitScope": "ClassSurface",
1848
+ "isStatic": false,
1849
+ "isAbstract": false,
1850
+ "isVirtual": true,
1851
+ "isOverride": false,
1852
+ "isIndexer": true,
1853
+ "hasGetter": true,
1854
+ "hasSetter": false
1855
+ },
1856
+ {
1857
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Operation:System.String",
1858
+ "clrName": "Operation",
1859
+ "tsEmitName": "operation",
1860
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
1861
+ "provenance": "Original",
1862
+ "emitScope": "ClassSurface",
1863
+ "isStatic": false,
1864
+ "isAbstract": false,
1865
+ "isVirtual": false,
1866
+ "isOverride": false,
1867
+ "isIndexer": false,
1868
+ "hasGetter": true,
1869
+ "hasSetter": false
1870
+ },
1871
+ {
1872
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::OperationId:System.Guid",
1873
+ "clrName": "OperationId",
1874
+ "tsEmitName": "operationId",
1875
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1876
+ "provenance": "Original",
1877
+ "emitScope": "ClassSurface",
1878
+ "isStatic": false,
1879
+ "isAbstract": false,
1880
+ "isVirtual": false,
1881
+ "isOverride": false,
1882
+ "isIndexer": false,
1883
+ "hasGetter": true,
1884
+ "hasSetter": false
1885
+ },
1886
+ {
1887
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Timestamp:System.Int64",
1888
+ "clrName": "Timestamp",
1889
+ "tsEmitName": "timestamp",
1890
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1891
+ "provenance": "Original",
1892
+ "emitScope": "ClassSurface",
1893
+ "isStatic": false,
1894
+ "isAbstract": false,
1895
+ "isVirtual": false,
1896
+ "isOverride": false,
1897
+ "isIndexer": false,
1898
+ "hasGetter": true,
1899
+ "hasSetter": false
1900
+ },
1901
+ {
1902
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1903
+ "clrName": "TransactionId",
1904
+ "tsEmitName": "transactionId",
1905
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1906
+ "provenance": "Original",
1907
+ "emitScope": "ClassSurface",
1908
+ "isStatic": false,
1909
+ "isAbstract": false,
1910
+ "isVirtual": false,
1911
+ "isOverride": false,
1912
+ "isIndexer": false,
1913
+ "hasGetter": true,
1914
+ "hasSetter": false
1915
+ }
1916
+ ],
1917
+ "fields": [
1918
+ {
1919
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::NameSystem.String",
1920
+ "clrName": "Name",
1921
+ "tsEmitName": "name",
1922
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1923
+ "isStatic": true,
1924
+ "isReadOnly": false,
1925
+ "isLiteral": true
1926
+ }
1927
+ ],
1928
+ "events": [],
1929
+ "constructors": [
1930
+ {
1931
+ "normalizedSignature": "constructor|():void|static=false",
1932
+ "isStatic": false,
1933
+ "parameterCount": 0
1934
+ }
1935
+ ]
1936
+ },
1937
+ {
1938
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
1939
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
1940
+ "tsEmitName": "SqlClientTransactionCommitError",
1941
+ "kind": "Class",
1942
+ "accessibility": "Public",
1943
+ "isAbstract": false,
1944
+ "isSealed": true,
1945
+ "isStatic": false,
1946
+ "arity": 0,
1947
+ "methods": [
1948
+ {
1949
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1950
+ "clrName": "GetEnumerator",
1951
+ "tsEmitName": "getEnumerator",
1952
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1953
+ "provenance": "Original",
1954
+ "emitScope": "ClassSurface",
1955
+ "isStatic": false,
1956
+ "isAbstract": false,
1957
+ "isVirtual": true,
1958
+ "isOverride": false,
1959
+ "isSealed": true,
1960
+ "arity": 0,
1961
+ "parameterCount": 0,
1962
+ "isExtensionMethod": false
1963
+ }
1964
+ ],
1965
+ "properties": [
1966
+ {
1967
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Connection:Microsoft.Data.SqlClient.SqlConnection",
1968
+ "clrName": "Connection",
1969
+ "tsEmitName": "connection",
1970
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1971
+ "provenance": "Original",
1972
+ "emitScope": "ClassSurface",
1973
+ "isStatic": false,
1974
+ "isAbstract": false,
1975
+ "isVirtual": false,
1976
+ "isOverride": false,
1977
+ "isIndexer": false,
1978
+ "hasGetter": true,
1979
+ "hasSetter": false
1980
+ },
1981
+ {
1982
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Count:System.Int32",
1983
+ "clrName": "Count",
1984
+ "tsEmitName": "count",
1985
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1986
+ "provenance": "Original",
1987
+ "emitScope": "ClassSurface",
1988
+ "isStatic": false,
1989
+ "isAbstract": false,
1990
+ "isVirtual": true,
1991
+ "isOverride": false,
1992
+ "isIndexer": false,
1993
+ "hasGetter": true,
1994
+ "hasSetter": false
1995
+ },
1996
+ {
1997
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Exception:System.Exception",
1998
+ "clrName": "Exception",
1999
+ "tsEmitName": "exception",
2000
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
2001
+ "provenance": "Original",
2002
+ "emitScope": "ClassSurface",
2003
+ "isStatic": false,
2004
+ "isAbstract": false,
2005
+ "isVirtual": false,
2006
+ "isOverride": false,
2007
+ "isIndexer": false,
2008
+ "hasGetter": true,
2009
+ "hasSetter": false
2010
+ },
2011
+ {
2012
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::IsolationLevel:System.Data.IsolationLevel",
2013
+ "clrName": "IsolationLevel",
2014
+ "tsEmitName": "isolationLevel",
2015
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
2016
+ "provenance": "Original",
2017
+ "emitScope": "ClassSurface",
2018
+ "isStatic": false,
2019
+ "isAbstract": false,
2020
+ "isVirtual": false,
2021
+ "isOverride": false,
2022
+ "isIndexer": false,
2023
+ "hasGetter": true,
2024
+ "hasSetter": false
2025
+ },
2026
+ {
2027
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2028
+ "clrName": "Item",
2029
+ "tsEmitName": "item",
2030
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2031
+ "provenance": "Original",
2032
+ "emitScope": "ClassSurface",
2033
+ "isStatic": false,
2034
+ "isAbstract": false,
2035
+ "isVirtual": true,
2036
+ "isOverride": false,
2037
+ "isIndexer": true,
2038
+ "hasGetter": true,
2039
+ "hasSetter": false
2040
+ },
2041
+ {
2042
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Operation:System.String",
2043
+ "clrName": "Operation",
2044
+ "tsEmitName": "operation",
2045
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
2046
+ "provenance": "Original",
2047
+ "emitScope": "ClassSurface",
2048
+ "isStatic": false,
2049
+ "isAbstract": false,
2050
+ "isVirtual": false,
2051
+ "isOverride": false,
2052
+ "isIndexer": false,
2053
+ "hasGetter": true,
2054
+ "hasSetter": false
2055
+ },
2056
+ {
2057
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::OperationId:System.Guid",
2058
+ "clrName": "OperationId",
2059
+ "tsEmitName": "operationId",
2060
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
2061
+ "provenance": "Original",
2062
+ "emitScope": "ClassSurface",
2063
+ "isStatic": false,
2064
+ "isAbstract": false,
2065
+ "isVirtual": false,
2066
+ "isOverride": false,
2067
+ "isIndexer": false,
2068
+ "hasGetter": true,
2069
+ "hasSetter": false
2070
+ },
2071
+ {
2072
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Timestamp:System.Int64",
2073
+ "clrName": "Timestamp",
2074
+ "tsEmitName": "timestamp",
2075
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
2076
+ "provenance": "Original",
2077
+ "emitScope": "ClassSurface",
2078
+ "isStatic": false,
2079
+ "isAbstract": false,
2080
+ "isVirtual": false,
2081
+ "isOverride": false,
2082
+ "isIndexer": false,
2083
+ "hasGetter": true,
2084
+ "hasSetter": false
2085
+ },
2086
+ {
2087
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2088
+ "clrName": "TransactionId",
2089
+ "tsEmitName": "transactionId",
2090
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2091
+ "provenance": "Original",
2092
+ "emitScope": "ClassSurface",
2093
+ "isStatic": false,
2094
+ "isAbstract": false,
2095
+ "isVirtual": false,
2096
+ "isOverride": false,
2097
+ "isIndexer": false,
2098
+ "hasGetter": true,
2099
+ "hasSetter": false
2100
+ }
2101
+ ],
2102
+ "fields": [
2103
+ {
2104
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::NameSystem.String",
2105
+ "clrName": "Name",
2106
+ "tsEmitName": "name",
2107
+ "normalizedSignature": "Name|System.String|static=true|const=true",
2108
+ "isStatic": true,
2109
+ "isReadOnly": false,
2110
+ "isLiteral": true
2111
+ }
2112
+ ],
2113
+ "events": [],
2114
+ "constructors": [
2115
+ {
2116
+ "normalizedSignature": "constructor|():void|static=false",
2117
+ "isStatic": false,
2118
+ "parameterCount": 0
2119
+ }
2120
+ ]
2121
+ },
2122
+ {
2123
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
2124
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
2125
+ "tsEmitName": "SqlClientTransactionRollbackAfter",
2126
+ "kind": "Class",
2127
+ "accessibility": "Public",
2128
+ "isAbstract": false,
2129
+ "isSealed": true,
2130
+ "isStatic": false,
2131
+ "arity": 0,
2132
+ "methods": [
2133
+ {
2134
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2135
+ "clrName": "GetEnumerator",
2136
+ "tsEmitName": "getEnumerator",
2137
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2138
+ "provenance": "Original",
2139
+ "emitScope": "ClassSurface",
2140
+ "isStatic": false,
2141
+ "isAbstract": false,
2142
+ "isVirtual": true,
2143
+ "isOverride": false,
2144
+ "isSealed": true,
2145
+ "arity": 0,
2146
+ "parameterCount": 0,
2147
+ "isExtensionMethod": false
2148
+ }
2149
+ ],
2150
+ "properties": [
2151
+ {
2152
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Connection:Microsoft.Data.SqlClient.SqlConnection",
2153
+ "clrName": "Connection",
2154
+ "tsEmitName": "connection",
2155
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2156
+ "provenance": "Original",
2157
+ "emitScope": "ClassSurface",
2158
+ "isStatic": false,
2159
+ "isAbstract": false,
2160
+ "isVirtual": false,
2161
+ "isOverride": false,
2162
+ "isIndexer": false,
2163
+ "hasGetter": true,
2164
+ "hasSetter": false
2165
+ },
2166
+ {
2167
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Count:System.Int32",
2168
+ "clrName": "Count",
2169
+ "tsEmitName": "count",
2170
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2171
+ "provenance": "Original",
2172
+ "emitScope": "ClassSurface",
2173
+ "isStatic": false,
2174
+ "isAbstract": false,
2175
+ "isVirtual": true,
2176
+ "isOverride": false,
2177
+ "isIndexer": false,
2178
+ "hasGetter": true,
2179
+ "hasSetter": false
2180
+ },
2181
+ {
2182
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::IsolationLevel:System.Data.IsolationLevel",
2183
+ "clrName": "IsolationLevel",
2184
+ "tsEmitName": "isolationLevel",
2185
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
2186
+ "provenance": "Original",
2187
+ "emitScope": "ClassSurface",
2188
+ "isStatic": false,
2189
+ "isAbstract": false,
2190
+ "isVirtual": false,
2191
+ "isOverride": false,
2192
+ "isIndexer": false,
2193
+ "hasGetter": true,
2194
+ "hasSetter": false
2195
+ },
2196
+ {
2197
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2198
+ "clrName": "Item",
2199
+ "tsEmitName": "item",
2200
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2201
+ "provenance": "Original",
2202
+ "emitScope": "ClassSurface",
2203
+ "isStatic": false,
2204
+ "isAbstract": false,
2205
+ "isVirtual": true,
2206
+ "isOverride": false,
2207
+ "isIndexer": true,
2208
+ "hasGetter": true,
2209
+ "hasSetter": false
2210
+ },
2211
+ {
2212
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Operation:System.String",
2213
+ "clrName": "Operation",
2214
+ "tsEmitName": "operation",
2215
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
2216
+ "provenance": "Original",
2217
+ "emitScope": "ClassSurface",
2218
+ "isStatic": false,
2219
+ "isAbstract": false,
2220
+ "isVirtual": false,
2221
+ "isOverride": false,
2222
+ "isIndexer": false,
2223
+ "hasGetter": true,
2224
+ "hasSetter": false
2225
+ },
2226
+ {
2227
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::OperationId:System.Guid",
2228
+ "clrName": "OperationId",
2229
+ "tsEmitName": "operationId",
2230
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
2231
+ "provenance": "Original",
2232
+ "emitScope": "ClassSurface",
2233
+ "isStatic": false,
2234
+ "isAbstract": false,
2235
+ "isVirtual": false,
2236
+ "isOverride": false,
2237
+ "isIndexer": false,
2238
+ "hasGetter": true,
2239
+ "hasSetter": false
2240
+ },
2241
+ {
2242
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Timestamp:System.Int64",
2243
+ "clrName": "Timestamp",
2244
+ "tsEmitName": "timestamp",
2245
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
2246
+ "provenance": "Original",
2247
+ "emitScope": "ClassSurface",
2248
+ "isStatic": false,
2249
+ "isAbstract": false,
2250
+ "isVirtual": false,
2251
+ "isOverride": false,
2252
+ "isIndexer": false,
2253
+ "hasGetter": true,
2254
+ "hasSetter": false
2255
+ },
2256
+ {
2257
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2258
+ "clrName": "TransactionId",
2259
+ "tsEmitName": "transactionId",
2260
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2261
+ "provenance": "Original",
2262
+ "emitScope": "ClassSurface",
2263
+ "isStatic": false,
2264
+ "isAbstract": false,
2265
+ "isVirtual": false,
2266
+ "isOverride": false,
2267
+ "isIndexer": false,
2268
+ "hasGetter": true,
2269
+ "hasSetter": false
2270
+ },
2271
+ {
2272
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::TransactionName:System.String",
2273
+ "clrName": "TransactionName",
2274
+ "tsEmitName": "transactionName",
2275
+ "normalizedSignature": "TransactionName|:System.String|static=false|accessor=get",
2276
+ "provenance": "Original",
2277
+ "emitScope": "ClassSurface",
2278
+ "isStatic": false,
2279
+ "isAbstract": false,
2280
+ "isVirtual": false,
2281
+ "isOverride": false,
2282
+ "isIndexer": false,
2283
+ "hasGetter": true,
2284
+ "hasSetter": false
2285
+ }
2286
+ ],
2287
+ "fields": [
2288
+ {
2289
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::NameSystem.String",
2290
+ "clrName": "Name",
2291
+ "tsEmitName": "name",
2292
+ "normalizedSignature": "Name|System.String|static=true|const=true",
2293
+ "isStatic": true,
2294
+ "isReadOnly": false,
2295
+ "isLiteral": true
2296
+ }
2297
+ ],
2298
+ "events": [],
2299
+ "constructors": [
2300
+ {
2301
+ "normalizedSignature": "constructor|():void|static=false",
2302
+ "isStatic": false,
2303
+ "parameterCount": 0
2304
+ }
2305
+ ]
2306
+ },
2307
+ {
2308
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
2309
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
2310
+ "tsEmitName": "SqlClientTransactionRollbackBefore",
2311
+ "kind": "Class",
2312
+ "accessibility": "Public",
2313
+ "isAbstract": false,
2314
+ "isSealed": true,
2315
+ "isStatic": false,
2316
+ "arity": 0,
2317
+ "methods": [
2318
+ {
2319
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2320
+ "clrName": "GetEnumerator",
2321
+ "tsEmitName": "getEnumerator",
2322
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2323
+ "provenance": "Original",
2324
+ "emitScope": "ClassSurface",
2325
+ "isStatic": false,
2326
+ "isAbstract": false,
2327
+ "isVirtual": true,
2328
+ "isOverride": false,
2329
+ "isSealed": true,
2330
+ "arity": 0,
2331
+ "parameterCount": 0,
2332
+ "isExtensionMethod": false
2333
+ }
2334
+ ],
2335
+ "properties": [
2336
+ {
2337
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Connection:Microsoft.Data.SqlClient.SqlConnection",
2338
+ "clrName": "Connection",
2339
+ "tsEmitName": "connection",
2340
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2341
+ "provenance": "Original",
2342
+ "emitScope": "ClassSurface",
2343
+ "isStatic": false,
2344
+ "isAbstract": false,
2345
+ "isVirtual": false,
2346
+ "isOverride": false,
2347
+ "isIndexer": false,
2348
+ "hasGetter": true,
2349
+ "hasSetter": false
2350
+ },
2351
+ {
2352
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Count:System.Int32",
2353
+ "clrName": "Count",
2354
+ "tsEmitName": "count",
2355
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2356
+ "provenance": "Original",
2357
+ "emitScope": "ClassSurface",
2358
+ "isStatic": false,
2359
+ "isAbstract": false,
2360
+ "isVirtual": true,
2361
+ "isOverride": false,
2362
+ "isIndexer": false,
2363
+ "hasGetter": true,
2364
+ "hasSetter": false
2365
+ },
2366
+ {
2367
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::IsolationLevel:System.Data.IsolationLevel",
2368
+ "clrName": "IsolationLevel",
2369
+ "tsEmitName": "isolationLevel",
2370
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
2371
+ "provenance": "Original",
2372
+ "emitScope": "ClassSurface",
2373
+ "isStatic": false,
2374
+ "isAbstract": false,
2375
+ "isVirtual": false,
2376
+ "isOverride": false,
2377
+ "isIndexer": false,
2378
+ "hasGetter": true,
2379
+ "hasSetter": false
2380
+ },
2381
+ {
2382
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2383
+ "clrName": "Item",
2384
+ "tsEmitName": "item",
2385
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2386
+ "provenance": "Original",
2387
+ "emitScope": "ClassSurface",
2388
+ "isStatic": false,
2389
+ "isAbstract": false,
2390
+ "isVirtual": true,
2391
+ "isOverride": false,
2392
+ "isIndexer": true,
2393
+ "hasGetter": true,
2394
+ "hasSetter": false
2395
+ },
2396
+ {
2397
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Operation:System.String",
2398
+ "clrName": "Operation",
2399
+ "tsEmitName": "operation",
2400
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
2401
+ "provenance": "Original",
2402
+ "emitScope": "ClassSurface",
2403
+ "isStatic": false,
2404
+ "isAbstract": false,
2405
+ "isVirtual": false,
2406
+ "isOverride": false,
2407
+ "isIndexer": false,
2408
+ "hasGetter": true,
2409
+ "hasSetter": false
2410
+ },
2411
+ {
2412
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::OperationId:System.Guid",
2413
+ "clrName": "OperationId",
2414
+ "tsEmitName": "operationId",
2415
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
2416
+ "provenance": "Original",
2417
+ "emitScope": "ClassSurface",
2418
+ "isStatic": false,
2419
+ "isAbstract": false,
2420
+ "isVirtual": false,
2421
+ "isOverride": false,
2422
+ "isIndexer": false,
2423
+ "hasGetter": true,
2424
+ "hasSetter": false
2425
+ },
2426
+ {
2427
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Timestamp:System.Int64",
2428
+ "clrName": "Timestamp",
2429
+ "tsEmitName": "timestamp",
2430
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
2431
+ "provenance": "Original",
2432
+ "emitScope": "ClassSurface",
2433
+ "isStatic": false,
2434
+ "isAbstract": false,
2435
+ "isVirtual": false,
2436
+ "isOverride": false,
2437
+ "isIndexer": false,
2438
+ "hasGetter": true,
2439
+ "hasSetter": false
2440
+ },
2441
+ {
2442
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2443
+ "clrName": "TransactionId",
2444
+ "tsEmitName": "transactionId",
2445
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2446
+ "provenance": "Original",
2447
+ "emitScope": "ClassSurface",
2448
+ "isStatic": false,
2449
+ "isAbstract": false,
2450
+ "isVirtual": false,
2451
+ "isOverride": false,
2452
+ "isIndexer": false,
2453
+ "hasGetter": true,
2454
+ "hasSetter": false
2455
+ },
2456
+ {
2457
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::TransactionName:System.String",
2458
+ "clrName": "TransactionName",
2459
+ "tsEmitName": "transactionName",
2460
+ "normalizedSignature": "TransactionName|:System.String|static=false|accessor=get",
2461
+ "provenance": "Original",
2462
+ "emitScope": "ClassSurface",
2463
+ "isStatic": false,
2464
+ "isAbstract": false,
2465
+ "isVirtual": false,
2466
+ "isOverride": false,
2467
+ "isIndexer": false,
2468
+ "hasGetter": true,
2469
+ "hasSetter": false
2470
+ }
2471
+ ],
2472
+ "fields": [
2473
+ {
2474
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::NameSystem.String",
2475
+ "clrName": "Name",
2476
+ "tsEmitName": "name",
2477
+ "normalizedSignature": "Name|System.String|static=true|const=true",
2478
+ "isStatic": true,
2479
+ "isReadOnly": false,
2480
+ "isLiteral": true
2481
+ }
2482
+ ],
2483
+ "events": [],
2484
+ "constructors": [
2485
+ {
2486
+ "normalizedSignature": "constructor|():void|static=false",
2487
+ "isStatic": false,
2488
+ "parameterCount": 0
2489
+ }
2490
+ ]
2491
+ },
2492
+ {
2493
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
2494
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
2495
+ "tsEmitName": "SqlClientTransactionRollbackError",
2496
+ "kind": "Class",
2497
+ "accessibility": "Public",
2498
+ "isAbstract": false,
2499
+ "isSealed": true,
2500
+ "isStatic": false,
2501
+ "arity": 0,
2502
+ "methods": [
2503
+ {
2504
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2505
+ "clrName": "GetEnumerator",
2506
+ "tsEmitName": "getEnumerator",
2507
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2508
+ "provenance": "Original",
2509
+ "emitScope": "ClassSurface",
2510
+ "isStatic": false,
2511
+ "isAbstract": false,
2512
+ "isVirtual": true,
2513
+ "isOverride": false,
2514
+ "isSealed": true,
2515
+ "arity": 0,
2516
+ "parameterCount": 0,
2517
+ "isExtensionMethod": false
2518
+ }
2519
+ ],
2520
+ "properties": [
2521
+ {
2522
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Connection:Microsoft.Data.SqlClient.SqlConnection",
2523
+ "clrName": "Connection",
2524
+ "tsEmitName": "connection",
2525
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2526
+ "provenance": "Original",
2527
+ "emitScope": "ClassSurface",
2528
+ "isStatic": false,
2529
+ "isAbstract": false,
2530
+ "isVirtual": false,
2531
+ "isOverride": false,
2532
+ "isIndexer": false,
2533
+ "hasGetter": true,
2534
+ "hasSetter": false
2535
+ },
2536
+ {
2537
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Count:System.Int32",
2538
+ "clrName": "Count",
2539
+ "tsEmitName": "count",
2540
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2541
+ "provenance": "Original",
2542
+ "emitScope": "ClassSurface",
2543
+ "isStatic": false,
2544
+ "isAbstract": false,
2545
+ "isVirtual": true,
2546
+ "isOverride": false,
2547
+ "isIndexer": false,
2548
+ "hasGetter": true,
2549
+ "hasSetter": false
2550
+ },
2551
+ {
2552
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Exception:System.Exception",
2553
+ "clrName": "Exception",
2554
+ "tsEmitName": "exception",
2555
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
2556
+ "provenance": "Original",
2557
+ "emitScope": "ClassSurface",
2558
+ "isStatic": false,
2559
+ "isAbstract": false,
2560
+ "isVirtual": false,
2561
+ "isOverride": false,
2562
+ "isIndexer": false,
2563
+ "hasGetter": true,
2564
+ "hasSetter": false
2565
+ },
2566
+ {
2567
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::IsolationLevel:System.Data.IsolationLevel",
2568
+ "clrName": "IsolationLevel",
2569
+ "tsEmitName": "isolationLevel",
2570
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
2571
+ "provenance": "Original",
2572
+ "emitScope": "ClassSurface",
2573
+ "isStatic": false,
2574
+ "isAbstract": false,
2575
+ "isVirtual": false,
2576
+ "isOverride": false,
2577
+ "isIndexer": false,
2578
+ "hasGetter": true,
2579
+ "hasSetter": false
2580
+ },
2581
+ {
2582
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Item[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2583
+ "clrName": "Item",
2584
+ "tsEmitName": "item",
2585
+ "normalizedSignature": "Item|[System.Int32]:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2586
+ "provenance": "Original",
2587
+ "emitScope": "ClassSurface",
2588
+ "isStatic": false,
2589
+ "isAbstract": false,
2590
+ "isVirtual": true,
2591
+ "isOverride": false,
2592
+ "isIndexer": true,
2593
+ "hasGetter": true,
2594
+ "hasSetter": false
2595
+ },
2596
+ {
2597
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Operation:System.String",
2598
+ "clrName": "Operation",
2599
+ "tsEmitName": "operation",
2600
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
2601
+ "provenance": "Original",
2602
+ "emitScope": "ClassSurface",
2603
+ "isStatic": false,
2604
+ "isAbstract": false,
2605
+ "isVirtual": false,
2606
+ "isOverride": false,
2607
+ "isIndexer": false,
2608
+ "hasGetter": true,
2609
+ "hasSetter": false
2610
+ },
2611
+ {
2612
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::OperationId:System.Guid",
2613
+ "clrName": "OperationId",
2614
+ "tsEmitName": "operationId",
2615
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
2616
+ "provenance": "Original",
2617
+ "emitScope": "ClassSurface",
2618
+ "isStatic": false,
2619
+ "isAbstract": false,
2620
+ "isVirtual": false,
2621
+ "isOverride": false,
2622
+ "isIndexer": false,
2623
+ "hasGetter": true,
2624
+ "hasSetter": false
2625
+ },
2626
+ {
2627
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Timestamp:System.Int64",
2628
+ "clrName": "Timestamp",
2629
+ "tsEmitName": "timestamp",
2630
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
2631
+ "provenance": "Original",
2632
+ "emitScope": "ClassSurface",
2633
+ "isStatic": false,
2634
+ "isAbstract": false,
2635
+ "isVirtual": false,
2636
+ "isOverride": false,
2637
+ "isIndexer": false,
2638
+ "hasGetter": true,
2639
+ "hasSetter": false
2640
+ },
2641
+ {
2642
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::TransactionId:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2643
+ "clrName": "TransactionId",
2644
+ "tsEmitName": "transactionId",
2645
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2646
+ "provenance": "Original",
2647
+ "emitScope": "ClassSurface",
2648
+ "isStatic": false,
2649
+ "isAbstract": false,
2650
+ "isVirtual": false,
2651
+ "isOverride": false,
2652
+ "isIndexer": false,
2653
+ "hasGetter": true,
2654
+ "hasSetter": false
2655
+ },
2656
+ {
2657
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::TransactionName:System.String",
2658
+ "clrName": "TransactionName",
2659
+ "tsEmitName": "transactionName",
2660
+ "normalizedSignature": "TransactionName|:System.String|static=false|accessor=get",
2661
+ "provenance": "Original",
2662
+ "emitScope": "ClassSurface",
2663
+ "isStatic": false,
2664
+ "isAbstract": false,
2665
+ "isVirtual": false,
2666
+ "isOverride": false,
2667
+ "isIndexer": false,
2668
+ "hasGetter": true,
2669
+ "hasSetter": false
2670
+ }
2671
+ ],
2672
+ "fields": [
2673
+ {
2674
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::NameSystem.String",
2675
+ "clrName": "Name",
2676
+ "tsEmitName": "name",
2677
+ "normalizedSignature": "Name|System.String|static=true|const=true",
2678
+ "isStatic": true,
2679
+ "isReadOnly": false,
2680
+ "isLiteral": true
2681
+ }
2682
+ ],
2683
+ "events": [],
2684
+ "constructors": [
2685
+ {
2686
+ "normalizedSignature": "constructor|():void|static=false",
2687
+ "isStatic": false,
2688
+ "parameterCount": 0
2689
+ }
2690
+ ]
2691
+ }
2692
+ ]
2693
+ }