@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,4421 @@
1
+ {
2
+ "namespace": "Microsoft.Data.SqlClient.Diagnostics",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
6
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
7
+ "tsEmitName": "SqlClientCommandAfter",
8
+ "assemblyName": "Microsoft.Data.SqlClient",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "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]]",
13
+ "clrName": "GetEnumerator",
14
+ "tsEmitName": "getEnumerator",
15
+ "metadataToken": 100665890,
16
+ "canonicalSignature": "():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]]",
17
+ "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",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 0,
21
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
22
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
23
+ "isExtensionMethod": false
24
+ }
25
+ ],
26
+ "properties": [
27
+ {
28
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Command:Microsoft.Data.SqlClient.SqlCommand",
29
+ "clrName": "Command",
30
+ "tsEmitName": "command",
31
+ "metadataToken": 385877804,
32
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlCommand",
33
+ "normalizedSignature": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
34
+ "emitScope": "ClassSurface",
35
+ "isIndexer": false,
36
+ "hasGetter": true,
37
+ "hasSetter": false,
38
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
39
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
40
+ },
41
+ {
42
+ "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]]",
43
+ "clrName": "ConnectionId",
44
+ "tsEmitName": "connectionId",
45
+ "metadataToken": 385877805,
46
+ "canonicalSignature": ":System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
47
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
48
+ "emitScope": "ClassSurface",
49
+ "isIndexer": false,
50
+ "hasGetter": true,
51
+ "hasSetter": false,
52
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
53
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
54
+ },
55
+ {
56
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Count:System.Int32",
57
+ "clrName": "Count",
58
+ "tsEmitName": "count",
59
+ "metadataToken": 385877806,
60
+ "canonicalSignature": ":System.Int32",
61
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
62
+ "emitScope": "ClassSurface",
63
+ "isIndexer": false,
64
+ "hasGetter": true,
65
+ "hasSetter": false,
66
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
67
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
68
+ },
69
+ {
70
+ "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]]",
71
+ "clrName": "Item",
72
+ "tsEmitName": "item",
73
+ "metadataToken": 385877807,
74
+ "canonicalSignature": "[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]]",
75
+ "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",
76
+ "emitScope": "ClassSurface",
77
+ "isIndexer": true,
78
+ "hasGetter": true,
79
+ "hasSetter": false,
80
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
81
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
82
+ },
83
+ {
84
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Operation:System.String",
85
+ "clrName": "Operation",
86
+ "tsEmitName": "operation",
87
+ "metadataToken": 385877808,
88
+ "canonicalSignature": ":System.String",
89
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
90
+ "emitScope": "ClassSurface",
91
+ "isIndexer": false,
92
+ "hasGetter": true,
93
+ "hasSetter": false,
94
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
95
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
96
+ },
97
+ {
98
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::OperationId:System.Guid",
99
+ "clrName": "OperationId",
100
+ "tsEmitName": "operationId",
101
+ "metadataToken": 385877809,
102
+ "canonicalSignature": ":System.Guid",
103
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
104
+ "emitScope": "ClassSurface",
105
+ "isIndexer": false,
106
+ "hasGetter": true,
107
+ "hasSetter": false,
108
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
109
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
110
+ },
111
+ {
112
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Statistics:System.Collections.IDictionary",
113
+ "clrName": "Statistics",
114
+ "tsEmitName": "statistics",
115
+ "metadataToken": 385877810,
116
+ "canonicalSignature": ":System.Collections.IDictionary",
117
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
118
+ "emitScope": "ClassSurface",
119
+ "isIndexer": false,
120
+ "hasGetter": true,
121
+ "hasSetter": false,
122
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
123
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
124
+ },
125
+ {
126
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::Timestamp:System.Int64",
127
+ "clrName": "Timestamp",
128
+ "tsEmitName": "timestamp",
129
+ "metadataToken": 385877811,
130
+ "canonicalSignature": ":System.Int64",
131
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
132
+ "emitScope": "ClassSurface",
133
+ "isIndexer": false,
134
+ "hasGetter": true,
135
+ "hasSetter": false,
136
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
137
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
138
+ },
139
+ {
140
+ "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]]",
141
+ "clrName": "TransactionId",
142
+ "tsEmitName": "transactionId",
143
+ "metadataToken": 385877812,
144
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
145
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
146
+ "emitScope": "ClassSurface",
147
+ "isIndexer": false,
148
+ "hasGetter": true,
149
+ "hasSetter": false,
150
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
151
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
152
+ }
153
+ ],
154
+ "fields": [
155
+ {
156
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::NameSystem.String",
157
+ "clrName": "Name",
158
+ "tsEmitName": "name",
159
+ "metadataToken": 67108979,
160
+ "normalizedSignature": "Name|System.String|static=true|const=true",
161
+ "isStatic": true,
162
+ "isReadOnly": false,
163
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
164
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
165
+ }
166
+ ],
167
+ "events": [],
168
+ "constructors": [
169
+ {
170
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::.ctor():void",
171
+ "metadataToken": 100665880,
172
+ "canonicalSignature": "():void",
173
+ "normalizedSignature": "constructor|():void|static=false",
174
+ "isStatic": false,
175
+ "parameterCount": 0,
176
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
177
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
178
+ }
179
+ ],
180
+ "exposedMethods": [
181
+ {
182
+ "tsName": "getEnumerator",
183
+ "isStatic": false,
184
+ "tsSignatureId": "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",
185
+ "target": {
186
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
187
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
188
+ "metadataToken": 100665890
189
+ }
190
+ }
191
+ ],
192
+ "exposedProperties": [
193
+ {
194
+ "tsName": "command",
195
+ "isStatic": false,
196
+ "tsSignatureId": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
197
+ "target": {
198
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
199
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
200
+ "metadataToken": 385877804
201
+ }
202
+ },
203
+ {
204
+ "tsName": "connectionId",
205
+ "isStatic": false,
206
+ "tsSignatureId": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
207
+ "target": {
208
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
209
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
210
+ "metadataToken": 385877805
211
+ }
212
+ },
213
+ {
214
+ "tsName": "count",
215
+ "isStatic": false,
216
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
217
+ "target": {
218
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
219
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
220
+ "metadataToken": 385877806
221
+ }
222
+ },
223
+ {
224
+ "tsName": "item",
225
+ "isStatic": false,
226
+ "tsSignatureId": "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",
227
+ "target": {
228
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
229
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
230
+ "metadataToken": 385877807
231
+ }
232
+ },
233
+ {
234
+ "tsName": "operation",
235
+ "isStatic": false,
236
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
237
+ "target": {
238
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
239
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
240
+ "metadataToken": 385877808
241
+ }
242
+ },
243
+ {
244
+ "tsName": "operationId",
245
+ "isStatic": false,
246
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
247
+ "target": {
248
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
249
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
250
+ "metadataToken": 385877809
251
+ }
252
+ },
253
+ {
254
+ "tsName": "statistics",
255
+ "isStatic": false,
256
+ "tsSignatureId": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
257
+ "target": {
258
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
259
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
260
+ "metadataToken": 385877810
261
+ }
262
+ },
263
+ {
264
+ "tsName": "timestamp",
265
+ "isStatic": false,
266
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
267
+ "target": {
268
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
269
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
270
+ "metadataToken": 385877811
271
+ }
272
+ },
273
+ {
274
+ "tsName": "transactionId",
275
+ "isStatic": false,
276
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
277
+ "target": {
278
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
279
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
280
+ "metadataToken": 385877812
281
+ }
282
+ }
283
+ ],
284
+ "exposedFields": [
285
+ {
286
+ "tsName": "name",
287
+ "isStatic": true,
288
+ "tsSignatureId": "Name|System.String|static=true|const=true",
289
+ "target": {
290
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
291
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
292
+ "metadataToken": 67108979
293
+ }
294
+ }
295
+ ],
296
+ "exposedConstructors": [
297
+ {
298
+ "isStatic": false,
299
+ "tsSignatureId": "constructor|():void|static=false",
300
+ "target": {
301
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
302
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
303
+ "metadataToken": 100665880
304
+ }
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
310
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
311
+ "tsEmitName": "SqlClientCommandBefore",
312
+ "assemblyName": "Microsoft.Data.SqlClient",
313
+ "metadataToken": 0,
314
+ "methods": [
315
+ {
316
+ "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]]",
317
+ "clrName": "GetEnumerator",
318
+ "tsEmitName": "getEnumerator",
319
+ "metadataToken": 100665901,
320
+ "canonicalSignature": "():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]]",
321
+ "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",
322
+ "emitScope": "ClassSurface",
323
+ "arity": 0,
324
+ "parameterCount": 0,
325
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
326
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
327
+ "isExtensionMethod": false
328
+ }
329
+ ],
330
+ "properties": [
331
+ {
332
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Command:Microsoft.Data.SqlClient.SqlCommand",
333
+ "clrName": "Command",
334
+ "tsEmitName": "command",
335
+ "metadataToken": 385877813,
336
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlCommand",
337
+ "normalizedSignature": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
338
+ "emitScope": "ClassSurface",
339
+ "isIndexer": false,
340
+ "hasGetter": true,
341
+ "hasSetter": false,
342
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
343
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
344
+ },
345
+ {
346
+ "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]]",
347
+ "clrName": "ConnectionId",
348
+ "tsEmitName": "connectionId",
349
+ "metadataToken": 385877814,
350
+ "canonicalSignature": ":System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
351
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
352
+ "emitScope": "ClassSurface",
353
+ "isIndexer": false,
354
+ "hasGetter": true,
355
+ "hasSetter": false,
356
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
357
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
358
+ },
359
+ {
360
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Count:System.Int32",
361
+ "clrName": "Count",
362
+ "tsEmitName": "count",
363
+ "metadataToken": 385877815,
364
+ "canonicalSignature": ":System.Int32",
365
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
366
+ "emitScope": "ClassSurface",
367
+ "isIndexer": false,
368
+ "hasGetter": true,
369
+ "hasSetter": false,
370
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
371
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
372
+ },
373
+ {
374
+ "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]]",
375
+ "clrName": "Item",
376
+ "tsEmitName": "item",
377
+ "metadataToken": 385877816,
378
+ "canonicalSignature": "[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]]",
379
+ "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",
380
+ "emitScope": "ClassSurface",
381
+ "isIndexer": true,
382
+ "hasGetter": true,
383
+ "hasSetter": false,
384
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
385
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
386
+ },
387
+ {
388
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Operation:System.String",
389
+ "clrName": "Operation",
390
+ "tsEmitName": "operation",
391
+ "metadataToken": 385877817,
392
+ "canonicalSignature": ":System.String",
393
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
394
+ "emitScope": "ClassSurface",
395
+ "isIndexer": false,
396
+ "hasGetter": true,
397
+ "hasSetter": false,
398
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
399
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
400
+ },
401
+ {
402
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::OperationId:System.Guid",
403
+ "clrName": "OperationId",
404
+ "tsEmitName": "operationId",
405
+ "metadataToken": 385877818,
406
+ "canonicalSignature": ":System.Guid",
407
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
408
+ "emitScope": "ClassSurface",
409
+ "isIndexer": false,
410
+ "hasGetter": true,
411
+ "hasSetter": false,
412
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
413
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
414
+ },
415
+ {
416
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::Timestamp:System.Int64",
417
+ "clrName": "Timestamp",
418
+ "tsEmitName": "timestamp",
419
+ "metadataToken": 385877819,
420
+ "canonicalSignature": ":System.Int64",
421
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
422
+ "emitScope": "ClassSurface",
423
+ "isIndexer": false,
424
+ "hasGetter": true,
425
+ "hasSetter": false,
426
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
427
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
428
+ },
429
+ {
430
+ "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]]",
431
+ "clrName": "TransactionId",
432
+ "tsEmitName": "transactionId",
433
+ "metadataToken": 385877820,
434
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
435
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
436
+ "emitScope": "ClassSurface",
437
+ "isIndexer": false,
438
+ "hasGetter": true,
439
+ "hasSetter": false,
440
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
441
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
442
+ }
443
+ ],
444
+ "fields": [
445
+ {
446
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::NameSystem.String",
447
+ "clrName": "Name",
448
+ "tsEmitName": "name",
449
+ "metadataToken": 67108980,
450
+ "normalizedSignature": "Name|System.String|static=true|const=true",
451
+ "isStatic": true,
452
+ "isReadOnly": false,
453
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
454
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
455
+ }
456
+ ],
457
+ "events": [],
458
+ "constructors": [
459
+ {
460
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::.ctor():void",
461
+ "metadataToken": 100665892,
462
+ "canonicalSignature": "():void",
463
+ "normalizedSignature": "constructor|():void|static=false",
464
+ "isStatic": false,
465
+ "parameterCount": 0,
466
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
467
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
468
+ }
469
+ ],
470
+ "exposedMethods": [
471
+ {
472
+ "tsName": "getEnumerator",
473
+ "isStatic": false,
474
+ "tsSignatureId": "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",
475
+ "target": {
476
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
477
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
478
+ "metadataToken": 100665901
479
+ }
480
+ }
481
+ ],
482
+ "exposedProperties": [
483
+ {
484
+ "tsName": "command",
485
+ "isStatic": false,
486
+ "tsSignatureId": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
487
+ "target": {
488
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
489
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
490
+ "metadataToken": 385877813
491
+ }
492
+ },
493
+ {
494
+ "tsName": "connectionId",
495
+ "isStatic": false,
496
+ "tsSignatureId": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
497
+ "target": {
498
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
499
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
500
+ "metadataToken": 385877814
501
+ }
502
+ },
503
+ {
504
+ "tsName": "count",
505
+ "isStatic": false,
506
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
507
+ "target": {
508
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
509
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
510
+ "metadataToken": 385877815
511
+ }
512
+ },
513
+ {
514
+ "tsName": "item",
515
+ "isStatic": false,
516
+ "tsSignatureId": "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",
517
+ "target": {
518
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
519
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
520
+ "metadataToken": 385877816
521
+ }
522
+ },
523
+ {
524
+ "tsName": "operation",
525
+ "isStatic": false,
526
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
527
+ "target": {
528
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
529
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
530
+ "metadataToken": 385877817
531
+ }
532
+ },
533
+ {
534
+ "tsName": "operationId",
535
+ "isStatic": false,
536
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
537
+ "target": {
538
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
539
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
540
+ "metadataToken": 385877818
541
+ }
542
+ },
543
+ {
544
+ "tsName": "timestamp",
545
+ "isStatic": false,
546
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
547
+ "target": {
548
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
549
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
550
+ "metadataToken": 385877819
551
+ }
552
+ },
553
+ {
554
+ "tsName": "transactionId",
555
+ "isStatic": false,
556
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
557
+ "target": {
558
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
559
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
560
+ "metadataToken": 385877820
561
+ }
562
+ }
563
+ ],
564
+ "exposedFields": [
565
+ {
566
+ "tsName": "name",
567
+ "isStatic": true,
568
+ "tsSignatureId": "Name|System.String|static=true|const=true",
569
+ "target": {
570
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
571
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
572
+ "metadataToken": 67108980
573
+ }
574
+ }
575
+ ],
576
+ "exposedConstructors": [
577
+ {
578
+ "isStatic": false,
579
+ "tsSignatureId": "constructor|():void|static=false",
580
+ "target": {
581
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
582
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
583
+ "metadataToken": 100665892
584
+ }
585
+ }
586
+ ]
587
+ },
588
+ {
589
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
590
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
591
+ "tsEmitName": "SqlClientCommandError",
592
+ "assemblyName": "Microsoft.Data.SqlClient",
593
+ "metadataToken": 0,
594
+ "methods": [
595
+ {
596
+ "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]]",
597
+ "clrName": "GetEnumerator",
598
+ "tsEmitName": "getEnumerator",
599
+ "metadataToken": 100665913,
600
+ "canonicalSignature": "():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]]",
601
+ "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",
602
+ "emitScope": "ClassSurface",
603
+ "arity": 0,
604
+ "parameterCount": 0,
605
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
606
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
607
+ "isExtensionMethod": false
608
+ }
609
+ ],
610
+ "properties": [
611
+ {
612
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Command:Microsoft.Data.SqlClient.SqlCommand",
613
+ "clrName": "Command",
614
+ "tsEmitName": "command",
615
+ "metadataToken": 385877821,
616
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlCommand",
617
+ "normalizedSignature": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
618
+ "emitScope": "ClassSurface",
619
+ "isIndexer": false,
620
+ "hasGetter": true,
621
+ "hasSetter": false,
622
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
623
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
624
+ },
625
+ {
626
+ "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]]",
627
+ "clrName": "ConnectionId",
628
+ "tsEmitName": "connectionId",
629
+ "metadataToken": 385877822,
630
+ "canonicalSignature": ":System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
631
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
632
+ "emitScope": "ClassSurface",
633
+ "isIndexer": false,
634
+ "hasGetter": true,
635
+ "hasSetter": false,
636
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
637
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
638
+ },
639
+ {
640
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Count:System.Int32",
641
+ "clrName": "Count",
642
+ "tsEmitName": "count",
643
+ "metadataToken": 385877823,
644
+ "canonicalSignature": ":System.Int32",
645
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
646
+ "emitScope": "ClassSurface",
647
+ "isIndexer": false,
648
+ "hasGetter": true,
649
+ "hasSetter": false,
650
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
651
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
652
+ },
653
+ {
654
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Exception:System.Exception",
655
+ "clrName": "Exception",
656
+ "tsEmitName": "exception",
657
+ "metadataToken": 385877824,
658
+ "canonicalSignature": ":System.Exception",
659
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
660
+ "emitScope": "ClassSurface",
661
+ "isIndexer": false,
662
+ "hasGetter": true,
663
+ "hasSetter": false,
664
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
665
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
666
+ },
667
+ {
668
+ "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]]",
669
+ "clrName": "Item",
670
+ "tsEmitName": "item",
671
+ "metadataToken": 385877825,
672
+ "canonicalSignature": "[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]]",
673
+ "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",
674
+ "emitScope": "ClassSurface",
675
+ "isIndexer": true,
676
+ "hasGetter": true,
677
+ "hasSetter": false,
678
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
679
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
680
+ },
681
+ {
682
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Operation:System.String",
683
+ "clrName": "Operation",
684
+ "tsEmitName": "operation",
685
+ "metadataToken": 385877826,
686
+ "canonicalSignature": ":System.String",
687
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
688
+ "emitScope": "ClassSurface",
689
+ "isIndexer": false,
690
+ "hasGetter": true,
691
+ "hasSetter": false,
692
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
693
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
694
+ },
695
+ {
696
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::OperationId:System.Guid",
697
+ "clrName": "OperationId",
698
+ "tsEmitName": "operationId",
699
+ "metadataToken": 385877827,
700
+ "canonicalSignature": ":System.Guid",
701
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
702
+ "emitScope": "ClassSurface",
703
+ "isIndexer": false,
704
+ "hasGetter": true,
705
+ "hasSetter": false,
706
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
707
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
708
+ },
709
+ {
710
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::Timestamp:System.Int64",
711
+ "clrName": "Timestamp",
712
+ "tsEmitName": "timestamp",
713
+ "metadataToken": 385877828,
714
+ "canonicalSignature": ":System.Int64",
715
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
716
+ "emitScope": "ClassSurface",
717
+ "isIndexer": false,
718
+ "hasGetter": true,
719
+ "hasSetter": false,
720
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
721
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
722
+ },
723
+ {
724
+ "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]]",
725
+ "clrName": "TransactionId",
726
+ "tsEmitName": "transactionId",
727
+ "metadataToken": 385877829,
728
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
729
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
730
+ "emitScope": "ClassSurface",
731
+ "isIndexer": false,
732
+ "hasGetter": true,
733
+ "hasSetter": false,
734
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
735
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
736
+ }
737
+ ],
738
+ "fields": [
739
+ {
740
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::NameSystem.String",
741
+ "clrName": "Name",
742
+ "tsEmitName": "name",
743
+ "metadataToken": 67108981,
744
+ "normalizedSignature": "Name|System.String|static=true|const=true",
745
+ "isStatic": true,
746
+ "isReadOnly": false,
747
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
748
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
749
+ }
750
+ ],
751
+ "events": [],
752
+ "constructors": [
753
+ {
754
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::.ctor():void",
755
+ "metadataToken": 100665903,
756
+ "canonicalSignature": "():void",
757
+ "normalizedSignature": "constructor|():void|static=false",
758
+ "isStatic": false,
759
+ "parameterCount": 0,
760
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
761
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
762
+ }
763
+ ],
764
+ "exposedMethods": [
765
+ {
766
+ "tsName": "getEnumerator",
767
+ "isStatic": false,
768
+ "tsSignatureId": "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",
769
+ "target": {
770
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
771
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
772
+ "metadataToken": 100665913
773
+ }
774
+ }
775
+ ],
776
+ "exposedProperties": [
777
+ {
778
+ "tsName": "command",
779
+ "isStatic": false,
780
+ "tsSignatureId": "Command|:Microsoft.Data.SqlClient.SqlCommand|static=false|accessor=get",
781
+ "target": {
782
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
783
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
784
+ "metadataToken": 385877821
785
+ }
786
+ },
787
+ {
788
+ "tsName": "connectionId",
789
+ "isStatic": false,
790
+ "tsSignatureId": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
791
+ "target": {
792
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
793
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
794
+ "metadataToken": 385877822
795
+ }
796
+ },
797
+ {
798
+ "tsName": "count",
799
+ "isStatic": false,
800
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
801
+ "target": {
802
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
803
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
804
+ "metadataToken": 385877823
805
+ }
806
+ },
807
+ {
808
+ "tsName": "exception",
809
+ "isStatic": false,
810
+ "tsSignatureId": "Exception|:System.Exception|static=false|accessor=get",
811
+ "target": {
812
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
813
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
814
+ "metadataToken": 385877824
815
+ }
816
+ },
817
+ {
818
+ "tsName": "item",
819
+ "isStatic": false,
820
+ "tsSignatureId": "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",
821
+ "target": {
822
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
823
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
824
+ "metadataToken": 385877825
825
+ }
826
+ },
827
+ {
828
+ "tsName": "operation",
829
+ "isStatic": false,
830
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
831
+ "target": {
832
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
833
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
834
+ "metadataToken": 385877826
835
+ }
836
+ },
837
+ {
838
+ "tsName": "operationId",
839
+ "isStatic": false,
840
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
841
+ "target": {
842
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
843
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
844
+ "metadataToken": 385877827
845
+ }
846
+ },
847
+ {
848
+ "tsName": "timestamp",
849
+ "isStatic": false,
850
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
851
+ "target": {
852
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
853
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
854
+ "metadataToken": 385877828
855
+ }
856
+ },
857
+ {
858
+ "tsName": "transactionId",
859
+ "isStatic": false,
860
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
861
+ "target": {
862
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
863
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
864
+ "metadataToken": 385877829
865
+ }
866
+ }
867
+ ],
868
+ "exposedFields": [
869
+ {
870
+ "tsName": "name",
871
+ "isStatic": true,
872
+ "tsSignatureId": "Name|System.String|static=true|const=true",
873
+ "target": {
874
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
875
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
876
+ "metadataToken": 67108981
877
+ }
878
+ }
879
+ ],
880
+ "exposedConstructors": [
881
+ {
882
+ "isStatic": false,
883
+ "tsSignatureId": "constructor|():void|static=false",
884
+ "target": {
885
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
886
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
887
+ "metadataToken": 100665903
888
+ }
889
+ }
890
+ ]
891
+ },
892
+ {
893
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
894
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
895
+ "tsEmitName": "SqlClientConnectionCloseAfter",
896
+ "assemblyName": "Microsoft.Data.SqlClient",
897
+ "metadataToken": 0,
898
+ "methods": [
899
+ {
900
+ "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]]",
901
+ "clrName": "GetEnumerator",
902
+ "tsEmitName": "getEnumerator",
903
+ "metadataToken": 100665924,
904
+ "canonicalSignature": "():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]]",
905
+ "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",
906
+ "emitScope": "ClassSurface",
907
+ "arity": 0,
908
+ "parameterCount": 0,
909
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
910
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
911
+ "isExtensionMethod": false
912
+ }
913
+ ],
914
+ "properties": [
915
+ {
916
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Connection:Microsoft.Data.SqlClient.SqlConnection",
917
+ "clrName": "Connection",
918
+ "tsEmitName": "connection",
919
+ "metadataToken": 385877830,
920
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
921
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
922
+ "emitScope": "ClassSurface",
923
+ "isIndexer": false,
924
+ "hasGetter": true,
925
+ "hasSetter": false,
926
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
927
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
928
+ },
929
+ {
930
+ "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]]",
931
+ "clrName": "ConnectionId",
932
+ "tsEmitName": "connectionId",
933
+ "metadataToken": 385877831,
934
+ "canonicalSignature": ":System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
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
+ "emitScope": "ClassSurface",
937
+ "isIndexer": false,
938
+ "hasGetter": true,
939
+ "hasSetter": false,
940
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
941
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
942
+ },
943
+ {
944
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Count:System.Int32",
945
+ "clrName": "Count",
946
+ "tsEmitName": "count",
947
+ "metadataToken": 385877832,
948
+ "canonicalSignature": ":System.Int32",
949
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
950
+ "emitScope": "ClassSurface",
951
+ "isIndexer": false,
952
+ "hasGetter": true,
953
+ "hasSetter": false,
954
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
955
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
956
+ },
957
+ {
958
+ "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]]",
959
+ "clrName": "Item",
960
+ "tsEmitName": "item",
961
+ "metadataToken": 385877833,
962
+ "canonicalSignature": "[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]]",
963
+ "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",
964
+ "emitScope": "ClassSurface",
965
+ "isIndexer": true,
966
+ "hasGetter": true,
967
+ "hasSetter": false,
968
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
969
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
970
+ },
971
+ {
972
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Operation:System.String",
973
+ "clrName": "Operation",
974
+ "tsEmitName": "operation",
975
+ "metadataToken": 385877834,
976
+ "canonicalSignature": ":System.String",
977
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
978
+ "emitScope": "ClassSurface",
979
+ "isIndexer": false,
980
+ "hasGetter": true,
981
+ "hasSetter": false,
982
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
983
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
984
+ },
985
+ {
986
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::OperationId:System.Guid",
987
+ "clrName": "OperationId",
988
+ "tsEmitName": "operationId",
989
+ "metadataToken": 385877835,
990
+ "canonicalSignature": ":System.Guid",
991
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
992
+ "emitScope": "ClassSurface",
993
+ "isIndexer": false,
994
+ "hasGetter": true,
995
+ "hasSetter": false,
996
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
997
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
998
+ },
999
+ {
1000
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Statistics:System.Collections.IDictionary",
1001
+ "clrName": "Statistics",
1002
+ "tsEmitName": "statistics",
1003
+ "metadataToken": 385877836,
1004
+ "canonicalSignature": ":System.Collections.IDictionary",
1005
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1006
+ "emitScope": "ClassSurface",
1007
+ "isIndexer": false,
1008
+ "hasGetter": true,
1009
+ "hasSetter": false,
1010
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1011
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1012
+ },
1013
+ {
1014
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::Timestamp:System.Int64",
1015
+ "clrName": "Timestamp",
1016
+ "tsEmitName": "timestamp",
1017
+ "metadataToken": 385877837,
1018
+ "canonicalSignature": ":System.Int64",
1019
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1020
+ "emitScope": "ClassSurface",
1021
+ "isIndexer": false,
1022
+ "hasGetter": true,
1023
+ "hasSetter": false,
1024
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1025
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1026
+ }
1027
+ ],
1028
+ "fields": [
1029
+ {
1030
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::NameSystem.String",
1031
+ "clrName": "Name",
1032
+ "tsEmitName": "name",
1033
+ "metadataToken": 67108982,
1034
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1035
+ "isStatic": true,
1036
+ "isReadOnly": false,
1037
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1038
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1039
+ }
1040
+ ],
1041
+ "events": [],
1042
+ "constructors": [
1043
+ {
1044
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::.ctor():void",
1045
+ "metadataToken": 100665915,
1046
+ "canonicalSignature": "():void",
1047
+ "normalizedSignature": "constructor|():void|static=false",
1048
+ "isStatic": false,
1049
+ "parameterCount": 0,
1050
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1051
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1052
+ }
1053
+ ],
1054
+ "exposedMethods": [
1055
+ {
1056
+ "tsName": "getEnumerator",
1057
+ "isStatic": false,
1058
+ "tsSignatureId": "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",
1059
+ "target": {
1060
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1061
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1062
+ "metadataToken": 100665924
1063
+ }
1064
+ }
1065
+ ],
1066
+ "exposedProperties": [
1067
+ {
1068
+ "tsName": "connection",
1069
+ "isStatic": false,
1070
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1071
+ "target": {
1072
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1073
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1074
+ "metadataToken": 385877830
1075
+ }
1076
+ },
1077
+ {
1078
+ "tsName": "connectionId",
1079
+ "isStatic": false,
1080
+ "tsSignatureId": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1081
+ "target": {
1082
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1083
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1084
+ "metadataToken": 385877831
1085
+ }
1086
+ },
1087
+ {
1088
+ "tsName": "count",
1089
+ "isStatic": false,
1090
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
1091
+ "target": {
1092
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1093
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1094
+ "metadataToken": 385877832
1095
+ }
1096
+ },
1097
+ {
1098
+ "tsName": "item",
1099
+ "isStatic": false,
1100
+ "tsSignatureId": "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",
1101
+ "target": {
1102
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1103
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1104
+ "metadataToken": 385877833
1105
+ }
1106
+ },
1107
+ {
1108
+ "tsName": "operation",
1109
+ "isStatic": false,
1110
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
1111
+ "target": {
1112
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1113
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1114
+ "metadataToken": 385877834
1115
+ }
1116
+ },
1117
+ {
1118
+ "tsName": "operationId",
1119
+ "isStatic": false,
1120
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
1121
+ "target": {
1122
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1123
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1124
+ "metadataToken": 385877835
1125
+ }
1126
+ },
1127
+ {
1128
+ "tsName": "statistics",
1129
+ "isStatic": false,
1130
+ "tsSignatureId": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1131
+ "target": {
1132
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1133
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1134
+ "metadataToken": 385877836
1135
+ }
1136
+ },
1137
+ {
1138
+ "tsName": "timestamp",
1139
+ "isStatic": false,
1140
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
1141
+ "target": {
1142
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1143
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1144
+ "metadataToken": 385877837
1145
+ }
1146
+ }
1147
+ ],
1148
+ "exposedFields": [
1149
+ {
1150
+ "tsName": "name",
1151
+ "isStatic": true,
1152
+ "tsSignatureId": "Name|System.String|static=true|const=true",
1153
+ "target": {
1154
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1155
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1156
+ "metadataToken": 67108982
1157
+ }
1158
+ }
1159
+ ],
1160
+ "exposedConstructors": [
1161
+ {
1162
+ "isStatic": false,
1163
+ "tsSignatureId": "constructor|():void|static=false",
1164
+ "target": {
1165
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
1166
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1167
+ "metadataToken": 100665915
1168
+ }
1169
+ }
1170
+ ]
1171
+ },
1172
+ {
1173
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1174
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1175
+ "tsEmitName": "SqlClientConnectionCloseBefore",
1176
+ "assemblyName": "Microsoft.Data.SqlClient",
1177
+ "metadataToken": 0,
1178
+ "methods": [
1179
+ {
1180
+ "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]]",
1181
+ "clrName": "GetEnumerator",
1182
+ "tsEmitName": "getEnumerator",
1183
+ "metadataToken": 100665935,
1184
+ "canonicalSignature": "():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]]",
1185
+ "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",
1186
+ "emitScope": "ClassSurface",
1187
+ "arity": 0,
1188
+ "parameterCount": 0,
1189
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1190
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1191
+ "isExtensionMethod": false
1192
+ }
1193
+ ],
1194
+ "properties": [
1195
+ {
1196
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Connection:Microsoft.Data.SqlClient.SqlConnection",
1197
+ "clrName": "Connection",
1198
+ "tsEmitName": "connection",
1199
+ "metadataToken": 385877838,
1200
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
1201
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1202
+ "emitScope": "ClassSurface",
1203
+ "isIndexer": false,
1204
+ "hasGetter": true,
1205
+ "hasSetter": false,
1206
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1207
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1208
+ },
1209
+ {
1210
+ "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]]",
1211
+ "clrName": "ConnectionId",
1212
+ "tsEmitName": "connectionId",
1213
+ "metadataToken": 385877839,
1214
+ "canonicalSignature": ":System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1215
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1216
+ "emitScope": "ClassSurface",
1217
+ "isIndexer": false,
1218
+ "hasGetter": true,
1219
+ "hasSetter": false,
1220
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1221
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1222
+ },
1223
+ {
1224
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Count:System.Int32",
1225
+ "clrName": "Count",
1226
+ "tsEmitName": "count",
1227
+ "metadataToken": 385877840,
1228
+ "canonicalSignature": ":System.Int32",
1229
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1230
+ "emitScope": "ClassSurface",
1231
+ "isIndexer": false,
1232
+ "hasGetter": true,
1233
+ "hasSetter": false,
1234
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1235
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1236
+ },
1237
+ {
1238
+ "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]]",
1239
+ "clrName": "Item",
1240
+ "tsEmitName": "item",
1241
+ "metadataToken": 385877841,
1242
+ "canonicalSignature": "[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]]",
1243
+ "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",
1244
+ "emitScope": "ClassSurface",
1245
+ "isIndexer": true,
1246
+ "hasGetter": true,
1247
+ "hasSetter": false,
1248
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1249
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1250
+ },
1251
+ {
1252
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Operation:System.String",
1253
+ "clrName": "Operation",
1254
+ "tsEmitName": "operation",
1255
+ "metadataToken": 385877842,
1256
+ "canonicalSignature": ":System.String",
1257
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
1258
+ "emitScope": "ClassSurface",
1259
+ "isIndexer": false,
1260
+ "hasGetter": true,
1261
+ "hasSetter": false,
1262
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1263
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1264
+ },
1265
+ {
1266
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::OperationId:System.Guid",
1267
+ "clrName": "OperationId",
1268
+ "tsEmitName": "operationId",
1269
+ "metadataToken": 385877843,
1270
+ "canonicalSignature": ":System.Guid",
1271
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1272
+ "emitScope": "ClassSurface",
1273
+ "isIndexer": false,
1274
+ "hasGetter": true,
1275
+ "hasSetter": false,
1276
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1277
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1278
+ },
1279
+ {
1280
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Statistics:System.Collections.IDictionary",
1281
+ "clrName": "Statistics",
1282
+ "tsEmitName": "statistics",
1283
+ "metadataToken": 385877844,
1284
+ "canonicalSignature": ":System.Collections.IDictionary",
1285
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1286
+ "emitScope": "ClassSurface",
1287
+ "isIndexer": false,
1288
+ "hasGetter": true,
1289
+ "hasSetter": false,
1290
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1291
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1292
+ },
1293
+ {
1294
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::Timestamp:System.Int64",
1295
+ "clrName": "Timestamp",
1296
+ "tsEmitName": "timestamp",
1297
+ "metadataToken": 385877845,
1298
+ "canonicalSignature": ":System.Int64",
1299
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1300
+ "emitScope": "ClassSurface",
1301
+ "isIndexer": false,
1302
+ "hasGetter": true,
1303
+ "hasSetter": false,
1304
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1305
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1306
+ }
1307
+ ],
1308
+ "fields": [
1309
+ {
1310
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::NameSystem.String",
1311
+ "clrName": "Name",
1312
+ "tsEmitName": "name",
1313
+ "metadataToken": 67108983,
1314
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1315
+ "isStatic": true,
1316
+ "isReadOnly": false,
1317
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1318
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1319
+ }
1320
+ ],
1321
+ "events": [],
1322
+ "constructors": [
1323
+ {
1324
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::.ctor():void",
1325
+ "metadataToken": 100665926,
1326
+ "canonicalSignature": "():void",
1327
+ "normalizedSignature": "constructor|():void|static=false",
1328
+ "isStatic": false,
1329
+ "parameterCount": 0,
1330
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1331
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1332
+ }
1333
+ ],
1334
+ "exposedMethods": [
1335
+ {
1336
+ "tsName": "getEnumerator",
1337
+ "isStatic": false,
1338
+ "tsSignatureId": "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",
1339
+ "target": {
1340
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1341
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1342
+ "metadataToken": 100665935
1343
+ }
1344
+ }
1345
+ ],
1346
+ "exposedProperties": [
1347
+ {
1348
+ "tsName": "connection",
1349
+ "isStatic": false,
1350
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1351
+ "target": {
1352
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1353
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1354
+ "metadataToken": 385877838
1355
+ }
1356
+ },
1357
+ {
1358
+ "tsName": "connectionId",
1359
+ "isStatic": false,
1360
+ "tsSignatureId": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1361
+ "target": {
1362
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1363
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1364
+ "metadataToken": 385877839
1365
+ }
1366
+ },
1367
+ {
1368
+ "tsName": "count",
1369
+ "isStatic": false,
1370
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
1371
+ "target": {
1372
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1373
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1374
+ "metadataToken": 385877840
1375
+ }
1376
+ },
1377
+ {
1378
+ "tsName": "item",
1379
+ "isStatic": false,
1380
+ "tsSignatureId": "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",
1381
+ "target": {
1382
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1383
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1384
+ "metadataToken": 385877841
1385
+ }
1386
+ },
1387
+ {
1388
+ "tsName": "operation",
1389
+ "isStatic": false,
1390
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
1391
+ "target": {
1392
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1393
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1394
+ "metadataToken": 385877842
1395
+ }
1396
+ },
1397
+ {
1398
+ "tsName": "operationId",
1399
+ "isStatic": false,
1400
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
1401
+ "target": {
1402
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1403
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1404
+ "metadataToken": 385877843
1405
+ }
1406
+ },
1407
+ {
1408
+ "tsName": "statistics",
1409
+ "isStatic": false,
1410
+ "tsSignatureId": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1411
+ "target": {
1412
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1413
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1414
+ "metadataToken": 385877844
1415
+ }
1416
+ },
1417
+ {
1418
+ "tsName": "timestamp",
1419
+ "isStatic": false,
1420
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
1421
+ "target": {
1422
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1423
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1424
+ "metadataToken": 385877845
1425
+ }
1426
+ }
1427
+ ],
1428
+ "exposedFields": [
1429
+ {
1430
+ "tsName": "name",
1431
+ "isStatic": true,
1432
+ "tsSignatureId": "Name|System.String|static=true|const=true",
1433
+ "target": {
1434
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1435
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1436
+ "metadataToken": 67108983
1437
+ }
1438
+ }
1439
+ ],
1440
+ "exposedConstructors": [
1441
+ {
1442
+ "isStatic": false,
1443
+ "tsSignatureId": "constructor|():void|static=false",
1444
+ "target": {
1445
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
1446
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1447
+ "metadataToken": 100665926
1448
+ }
1449
+ }
1450
+ ]
1451
+ },
1452
+ {
1453
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1454
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1455
+ "tsEmitName": "SqlClientConnectionCloseError",
1456
+ "assemblyName": "Microsoft.Data.SqlClient",
1457
+ "metadataToken": 0,
1458
+ "methods": [
1459
+ {
1460
+ "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]]",
1461
+ "clrName": "GetEnumerator",
1462
+ "tsEmitName": "getEnumerator",
1463
+ "metadataToken": 100665947,
1464
+ "canonicalSignature": "():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]]",
1465
+ "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",
1466
+ "emitScope": "ClassSurface",
1467
+ "arity": 0,
1468
+ "parameterCount": 0,
1469
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1470
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1471
+ "isExtensionMethod": false
1472
+ }
1473
+ ],
1474
+ "properties": [
1475
+ {
1476
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Connection:Microsoft.Data.SqlClient.SqlConnection",
1477
+ "clrName": "Connection",
1478
+ "tsEmitName": "connection",
1479
+ "metadataToken": 385877846,
1480
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
1481
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1482
+ "emitScope": "ClassSurface",
1483
+ "isIndexer": false,
1484
+ "hasGetter": true,
1485
+ "hasSetter": false,
1486
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1487
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1488
+ },
1489
+ {
1490
+ "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]]",
1491
+ "clrName": "ConnectionId",
1492
+ "tsEmitName": "connectionId",
1493
+ "metadataToken": 385877847,
1494
+ "canonicalSignature": ":System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1495
+ "normalizedSignature": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1496
+ "emitScope": "ClassSurface",
1497
+ "isIndexer": false,
1498
+ "hasGetter": true,
1499
+ "hasSetter": false,
1500
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1501
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1502
+ },
1503
+ {
1504
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Count:System.Int32",
1505
+ "clrName": "Count",
1506
+ "tsEmitName": "count",
1507
+ "metadataToken": 385877848,
1508
+ "canonicalSignature": ":System.Int32",
1509
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1510
+ "emitScope": "ClassSurface",
1511
+ "isIndexer": false,
1512
+ "hasGetter": true,
1513
+ "hasSetter": false,
1514
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1515
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1516
+ },
1517
+ {
1518
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Exception:System.Exception",
1519
+ "clrName": "Exception",
1520
+ "tsEmitName": "exception",
1521
+ "metadataToken": 385877849,
1522
+ "canonicalSignature": ":System.Exception",
1523
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
1524
+ "emitScope": "ClassSurface",
1525
+ "isIndexer": false,
1526
+ "hasGetter": true,
1527
+ "hasSetter": false,
1528
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1529
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1530
+ },
1531
+ {
1532
+ "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]]",
1533
+ "clrName": "Item",
1534
+ "tsEmitName": "item",
1535
+ "metadataToken": 385877850,
1536
+ "canonicalSignature": "[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]]",
1537
+ "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",
1538
+ "emitScope": "ClassSurface",
1539
+ "isIndexer": true,
1540
+ "hasGetter": true,
1541
+ "hasSetter": false,
1542
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1543
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1544
+ },
1545
+ {
1546
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Operation:System.String",
1547
+ "clrName": "Operation",
1548
+ "tsEmitName": "operation",
1549
+ "metadataToken": 385877851,
1550
+ "canonicalSignature": ":System.String",
1551
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
1552
+ "emitScope": "ClassSurface",
1553
+ "isIndexer": false,
1554
+ "hasGetter": true,
1555
+ "hasSetter": false,
1556
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1557
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1558
+ },
1559
+ {
1560
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::OperationId:System.Guid",
1561
+ "clrName": "OperationId",
1562
+ "tsEmitName": "operationId",
1563
+ "metadataToken": 385877852,
1564
+ "canonicalSignature": ":System.Guid",
1565
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1566
+ "emitScope": "ClassSurface",
1567
+ "isIndexer": false,
1568
+ "hasGetter": true,
1569
+ "hasSetter": false,
1570
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1571
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1572
+ },
1573
+ {
1574
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Statistics:System.Collections.IDictionary",
1575
+ "clrName": "Statistics",
1576
+ "tsEmitName": "statistics",
1577
+ "metadataToken": 385877853,
1578
+ "canonicalSignature": ":System.Collections.IDictionary",
1579
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1580
+ "emitScope": "ClassSurface",
1581
+ "isIndexer": false,
1582
+ "hasGetter": true,
1583
+ "hasSetter": false,
1584
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1585
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1586
+ },
1587
+ {
1588
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::Timestamp:System.Int64",
1589
+ "clrName": "Timestamp",
1590
+ "tsEmitName": "timestamp",
1591
+ "metadataToken": 385877854,
1592
+ "canonicalSignature": ":System.Int64",
1593
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1594
+ "emitScope": "ClassSurface",
1595
+ "isIndexer": false,
1596
+ "hasGetter": true,
1597
+ "hasSetter": false,
1598
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1599
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1600
+ }
1601
+ ],
1602
+ "fields": [
1603
+ {
1604
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::NameSystem.String",
1605
+ "clrName": "Name",
1606
+ "tsEmitName": "name",
1607
+ "metadataToken": 67108984,
1608
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1609
+ "isStatic": true,
1610
+ "isReadOnly": false,
1611
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1612
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1613
+ }
1614
+ ],
1615
+ "events": [],
1616
+ "constructors": [
1617
+ {
1618
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::.ctor():void",
1619
+ "metadataToken": 100665937,
1620
+ "canonicalSignature": "():void",
1621
+ "normalizedSignature": "constructor|():void|static=false",
1622
+ "isStatic": false,
1623
+ "parameterCount": 0,
1624
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1625
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1626
+ }
1627
+ ],
1628
+ "exposedMethods": [
1629
+ {
1630
+ "tsName": "getEnumerator",
1631
+ "isStatic": false,
1632
+ "tsSignatureId": "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",
1633
+ "target": {
1634
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1635
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1636
+ "metadataToken": 100665947
1637
+ }
1638
+ }
1639
+ ],
1640
+ "exposedProperties": [
1641
+ {
1642
+ "tsName": "connection",
1643
+ "isStatic": false,
1644
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1645
+ "target": {
1646
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1647
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1648
+ "metadataToken": 385877846
1649
+ }
1650
+ },
1651
+ {
1652
+ "tsName": "connectionId",
1653
+ "isStatic": false,
1654
+ "tsSignatureId": "ConnectionId|:System.Nullable_1[[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1655
+ "target": {
1656
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1657
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1658
+ "metadataToken": 385877847
1659
+ }
1660
+ },
1661
+ {
1662
+ "tsName": "count",
1663
+ "isStatic": false,
1664
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
1665
+ "target": {
1666
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1667
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1668
+ "metadataToken": 385877848
1669
+ }
1670
+ },
1671
+ {
1672
+ "tsName": "exception",
1673
+ "isStatic": false,
1674
+ "tsSignatureId": "Exception|:System.Exception|static=false|accessor=get",
1675
+ "target": {
1676
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1677
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1678
+ "metadataToken": 385877849
1679
+ }
1680
+ },
1681
+ {
1682
+ "tsName": "item",
1683
+ "isStatic": false,
1684
+ "tsSignatureId": "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",
1685
+ "target": {
1686
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1687
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1688
+ "metadataToken": 385877850
1689
+ }
1690
+ },
1691
+ {
1692
+ "tsName": "operation",
1693
+ "isStatic": false,
1694
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
1695
+ "target": {
1696
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1697
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1698
+ "metadataToken": 385877851
1699
+ }
1700
+ },
1701
+ {
1702
+ "tsName": "operationId",
1703
+ "isStatic": false,
1704
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
1705
+ "target": {
1706
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1707
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1708
+ "metadataToken": 385877852
1709
+ }
1710
+ },
1711
+ {
1712
+ "tsName": "statistics",
1713
+ "isStatic": false,
1714
+ "tsSignatureId": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1715
+ "target": {
1716
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1717
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1718
+ "metadataToken": 385877853
1719
+ }
1720
+ },
1721
+ {
1722
+ "tsName": "timestamp",
1723
+ "isStatic": false,
1724
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
1725
+ "target": {
1726
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1727
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1728
+ "metadataToken": 385877854
1729
+ }
1730
+ }
1731
+ ],
1732
+ "exposedFields": [
1733
+ {
1734
+ "tsName": "name",
1735
+ "isStatic": true,
1736
+ "tsSignatureId": "Name|System.String|static=true|const=true",
1737
+ "target": {
1738
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1739
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1740
+ "metadataToken": 67108984
1741
+ }
1742
+ }
1743
+ ],
1744
+ "exposedConstructors": [
1745
+ {
1746
+ "isStatic": false,
1747
+ "tsSignatureId": "constructor|():void|static=false",
1748
+ "target": {
1749
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
1750
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1751
+ "metadataToken": 100665937
1752
+ }
1753
+ }
1754
+ ]
1755
+ },
1756
+ {
1757
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1758
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1759
+ "tsEmitName": "SqlClientConnectionOpenAfter",
1760
+ "assemblyName": "Microsoft.Data.SqlClient",
1761
+ "metadataToken": 0,
1762
+ "methods": [
1763
+ {
1764
+ "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]]",
1765
+ "clrName": "GetEnumerator",
1766
+ "tsEmitName": "getEnumerator",
1767
+ "metadataToken": 100665959,
1768
+ "canonicalSignature": "():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]]",
1769
+ "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",
1770
+ "emitScope": "ClassSurface",
1771
+ "arity": 0,
1772
+ "parameterCount": 0,
1773
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1774
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1775
+ "isExtensionMethod": false
1776
+ }
1777
+ ],
1778
+ "properties": [
1779
+ {
1780
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::ClientVersion:System.String",
1781
+ "clrName": "ClientVersion",
1782
+ "tsEmitName": "clientVersion",
1783
+ "metadataToken": 385877855,
1784
+ "canonicalSignature": ":System.String",
1785
+ "normalizedSignature": "ClientVersion|:System.String|static=false|accessor=get",
1786
+ "emitScope": "ClassSurface",
1787
+ "isIndexer": false,
1788
+ "hasGetter": true,
1789
+ "hasSetter": false,
1790
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1791
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1792
+ },
1793
+ {
1794
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Connection:Microsoft.Data.SqlClient.SqlConnection",
1795
+ "clrName": "Connection",
1796
+ "tsEmitName": "connection",
1797
+ "metadataToken": 385877856,
1798
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
1799
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1800
+ "emitScope": "ClassSurface",
1801
+ "isIndexer": false,
1802
+ "hasGetter": true,
1803
+ "hasSetter": false,
1804
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1805
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1806
+ },
1807
+ {
1808
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::ConnectionId:System.Guid",
1809
+ "clrName": "ConnectionId",
1810
+ "tsEmitName": "connectionId",
1811
+ "metadataToken": 385877857,
1812
+ "canonicalSignature": ":System.Guid",
1813
+ "normalizedSignature": "ConnectionId|:System.Guid|static=false|accessor=get",
1814
+ "emitScope": "ClassSurface",
1815
+ "isIndexer": false,
1816
+ "hasGetter": true,
1817
+ "hasSetter": false,
1818
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1819
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1820
+ },
1821
+ {
1822
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Count:System.Int32",
1823
+ "clrName": "Count",
1824
+ "tsEmitName": "count",
1825
+ "metadataToken": 385877858,
1826
+ "canonicalSignature": ":System.Int32",
1827
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1828
+ "emitScope": "ClassSurface",
1829
+ "isIndexer": false,
1830
+ "hasGetter": true,
1831
+ "hasSetter": false,
1832
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1833
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1834
+ },
1835
+ {
1836
+ "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]]",
1837
+ "clrName": "Item",
1838
+ "tsEmitName": "item",
1839
+ "metadataToken": 385877859,
1840
+ "canonicalSignature": "[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]]",
1841
+ "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",
1842
+ "emitScope": "ClassSurface",
1843
+ "isIndexer": true,
1844
+ "hasGetter": true,
1845
+ "hasSetter": false,
1846
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1847
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1848
+ },
1849
+ {
1850
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Operation:System.String",
1851
+ "clrName": "Operation",
1852
+ "tsEmitName": "operation",
1853
+ "metadataToken": 385877860,
1854
+ "canonicalSignature": ":System.String",
1855
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
1856
+ "emitScope": "ClassSurface",
1857
+ "isIndexer": false,
1858
+ "hasGetter": true,
1859
+ "hasSetter": false,
1860
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1861
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1862
+ },
1863
+ {
1864
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::OperationId:System.Guid",
1865
+ "clrName": "OperationId",
1866
+ "tsEmitName": "operationId",
1867
+ "metadataToken": 385877861,
1868
+ "canonicalSignature": ":System.Guid",
1869
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
1870
+ "emitScope": "ClassSurface",
1871
+ "isIndexer": false,
1872
+ "hasGetter": true,
1873
+ "hasSetter": false,
1874
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1875
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1876
+ },
1877
+ {
1878
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Statistics:System.Collections.IDictionary",
1879
+ "clrName": "Statistics",
1880
+ "tsEmitName": "statistics",
1881
+ "metadataToken": 385877862,
1882
+ "canonicalSignature": ":System.Collections.IDictionary",
1883
+ "normalizedSignature": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
1884
+ "emitScope": "ClassSurface",
1885
+ "isIndexer": false,
1886
+ "hasGetter": true,
1887
+ "hasSetter": false,
1888
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1889
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1890
+ },
1891
+ {
1892
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::Timestamp:System.Int64",
1893
+ "clrName": "Timestamp",
1894
+ "tsEmitName": "timestamp",
1895
+ "metadataToken": 385877863,
1896
+ "canonicalSignature": ":System.Int64",
1897
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
1898
+ "emitScope": "ClassSurface",
1899
+ "isIndexer": false,
1900
+ "hasGetter": true,
1901
+ "hasSetter": false,
1902
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1903
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1904
+ }
1905
+ ],
1906
+ "fields": [
1907
+ {
1908
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::NameSystem.String",
1909
+ "clrName": "Name",
1910
+ "tsEmitName": "name",
1911
+ "metadataToken": 67108985,
1912
+ "normalizedSignature": "Name|System.String|static=true|const=true",
1913
+ "isStatic": true,
1914
+ "isReadOnly": false,
1915
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1916
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1917
+ }
1918
+ ],
1919
+ "events": [],
1920
+ "constructors": [
1921
+ {
1922
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::.ctor():void",
1923
+ "metadataToken": 100665949,
1924
+ "canonicalSignature": "():void",
1925
+ "normalizedSignature": "constructor|():void|static=false",
1926
+ "isStatic": false,
1927
+ "parameterCount": 0,
1928
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1929
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1930
+ }
1931
+ ],
1932
+ "exposedMethods": [
1933
+ {
1934
+ "tsName": "getEnumerator",
1935
+ "isStatic": false,
1936
+ "tsSignatureId": "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",
1937
+ "target": {
1938
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1939
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1940
+ "metadataToken": 100665959
1941
+ }
1942
+ }
1943
+ ],
1944
+ "exposedProperties": [
1945
+ {
1946
+ "tsName": "clientVersion",
1947
+ "isStatic": false,
1948
+ "tsSignatureId": "ClientVersion|:System.String|static=false|accessor=get",
1949
+ "target": {
1950
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1951
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1952
+ "metadataToken": 385877855
1953
+ }
1954
+ },
1955
+ {
1956
+ "tsName": "connection",
1957
+ "isStatic": false,
1958
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
1959
+ "target": {
1960
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1961
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1962
+ "metadataToken": 385877856
1963
+ }
1964
+ },
1965
+ {
1966
+ "tsName": "connectionId",
1967
+ "isStatic": false,
1968
+ "tsSignatureId": "ConnectionId|:System.Guid|static=false|accessor=get",
1969
+ "target": {
1970
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1971
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1972
+ "metadataToken": 385877857
1973
+ }
1974
+ },
1975
+ {
1976
+ "tsName": "count",
1977
+ "isStatic": false,
1978
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
1979
+ "target": {
1980
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1981
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1982
+ "metadataToken": 385877858
1983
+ }
1984
+ },
1985
+ {
1986
+ "tsName": "item",
1987
+ "isStatic": false,
1988
+ "tsSignatureId": "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",
1989
+ "target": {
1990
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
1991
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1992
+ "metadataToken": 385877859
1993
+ }
1994
+ },
1995
+ {
1996
+ "tsName": "operation",
1997
+ "isStatic": false,
1998
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
1999
+ "target": {
2000
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
2001
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2002
+ "metadataToken": 385877860
2003
+ }
2004
+ },
2005
+ {
2006
+ "tsName": "operationId",
2007
+ "isStatic": false,
2008
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
2009
+ "target": {
2010
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
2011
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2012
+ "metadataToken": 385877861
2013
+ }
2014
+ },
2015
+ {
2016
+ "tsName": "statistics",
2017
+ "isStatic": false,
2018
+ "tsSignatureId": "Statistics|:System.Collections.IDictionary|static=false|accessor=get",
2019
+ "target": {
2020
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
2021
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2022
+ "metadataToken": 385877862
2023
+ }
2024
+ },
2025
+ {
2026
+ "tsName": "timestamp",
2027
+ "isStatic": false,
2028
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
2029
+ "target": {
2030
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
2031
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2032
+ "metadataToken": 385877863
2033
+ }
2034
+ }
2035
+ ],
2036
+ "exposedFields": [
2037
+ {
2038
+ "tsName": "name",
2039
+ "isStatic": true,
2040
+ "tsSignatureId": "Name|System.String|static=true|const=true",
2041
+ "target": {
2042
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
2043
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2044
+ "metadataToken": 67108985
2045
+ }
2046
+ }
2047
+ ],
2048
+ "exposedConstructors": [
2049
+ {
2050
+ "isStatic": false,
2051
+ "tsSignatureId": "constructor|():void|static=false",
2052
+ "target": {
2053
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
2054
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2055
+ "metadataToken": 100665949
2056
+ }
2057
+ }
2058
+ ]
2059
+ },
2060
+ {
2061
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2062
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2063
+ "tsEmitName": "SqlClientConnectionOpenBefore",
2064
+ "assemblyName": "Microsoft.Data.SqlClient",
2065
+ "metadataToken": 0,
2066
+ "methods": [
2067
+ {
2068
+ "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]]",
2069
+ "clrName": "GetEnumerator",
2070
+ "tsEmitName": "getEnumerator",
2071
+ "metadataToken": 100665969,
2072
+ "canonicalSignature": "():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]]",
2073
+ "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",
2074
+ "emitScope": "ClassSurface",
2075
+ "arity": 0,
2076
+ "parameterCount": 0,
2077
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2078
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2079
+ "isExtensionMethod": false
2080
+ }
2081
+ ],
2082
+ "properties": [
2083
+ {
2084
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::ClientVersion:System.String",
2085
+ "clrName": "ClientVersion",
2086
+ "tsEmitName": "clientVersion",
2087
+ "metadataToken": 385877864,
2088
+ "canonicalSignature": ":System.String",
2089
+ "normalizedSignature": "ClientVersion|:System.String|static=false|accessor=get",
2090
+ "emitScope": "ClassSurface",
2091
+ "isIndexer": false,
2092
+ "hasGetter": true,
2093
+ "hasSetter": false,
2094
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2095
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2096
+ },
2097
+ {
2098
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Connection:Microsoft.Data.SqlClient.SqlConnection",
2099
+ "clrName": "Connection",
2100
+ "tsEmitName": "connection",
2101
+ "metadataToken": 385877865,
2102
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
2103
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2104
+ "emitScope": "ClassSurface",
2105
+ "isIndexer": false,
2106
+ "hasGetter": true,
2107
+ "hasSetter": false,
2108
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2109
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2110
+ },
2111
+ {
2112
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Count:System.Int32",
2113
+ "clrName": "Count",
2114
+ "tsEmitName": "count",
2115
+ "metadataToken": 385877866,
2116
+ "canonicalSignature": ":System.Int32",
2117
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2118
+ "emitScope": "ClassSurface",
2119
+ "isIndexer": false,
2120
+ "hasGetter": true,
2121
+ "hasSetter": false,
2122
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2123
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2124
+ },
2125
+ {
2126
+ "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]]",
2127
+ "clrName": "Item",
2128
+ "tsEmitName": "item",
2129
+ "metadataToken": 385877867,
2130
+ "canonicalSignature": "[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]]",
2131
+ "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",
2132
+ "emitScope": "ClassSurface",
2133
+ "isIndexer": true,
2134
+ "hasGetter": true,
2135
+ "hasSetter": false,
2136
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2137
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2138
+ },
2139
+ {
2140
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Operation:System.String",
2141
+ "clrName": "Operation",
2142
+ "tsEmitName": "operation",
2143
+ "metadataToken": 385877868,
2144
+ "canonicalSignature": ":System.String",
2145
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
2146
+ "emitScope": "ClassSurface",
2147
+ "isIndexer": false,
2148
+ "hasGetter": true,
2149
+ "hasSetter": false,
2150
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2151
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2152
+ },
2153
+ {
2154
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::OperationId:System.Guid",
2155
+ "clrName": "OperationId",
2156
+ "tsEmitName": "operationId",
2157
+ "metadataToken": 385877869,
2158
+ "canonicalSignature": ":System.Guid",
2159
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
2160
+ "emitScope": "ClassSurface",
2161
+ "isIndexer": false,
2162
+ "hasGetter": true,
2163
+ "hasSetter": false,
2164
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2165
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2166
+ },
2167
+ {
2168
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::Timestamp:System.Int64",
2169
+ "clrName": "Timestamp",
2170
+ "tsEmitName": "timestamp",
2171
+ "metadataToken": 385877870,
2172
+ "canonicalSignature": ":System.Int64",
2173
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
2174
+ "emitScope": "ClassSurface",
2175
+ "isIndexer": false,
2176
+ "hasGetter": true,
2177
+ "hasSetter": false,
2178
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2179
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2180
+ }
2181
+ ],
2182
+ "fields": [
2183
+ {
2184
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::NameSystem.String",
2185
+ "clrName": "Name",
2186
+ "tsEmitName": "name",
2187
+ "metadataToken": 67108986,
2188
+ "normalizedSignature": "Name|System.String|static=true|const=true",
2189
+ "isStatic": true,
2190
+ "isReadOnly": false,
2191
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2192
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2193
+ }
2194
+ ],
2195
+ "events": [],
2196
+ "constructors": [
2197
+ {
2198
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::.ctor():void",
2199
+ "metadataToken": 100665961,
2200
+ "canonicalSignature": "():void",
2201
+ "normalizedSignature": "constructor|():void|static=false",
2202
+ "isStatic": false,
2203
+ "parameterCount": 0,
2204
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2205
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2206
+ }
2207
+ ],
2208
+ "exposedMethods": [
2209
+ {
2210
+ "tsName": "getEnumerator",
2211
+ "isStatic": false,
2212
+ "tsSignatureId": "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",
2213
+ "target": {
2214
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2215
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2216
+ "metadataToken": 100665969
2217
+ }
2218
+ }
2219
+ ],
2220
+ "exposedProperties": [
2221
+ {
2222
+ "tsName": "clientVersion",
2223
+ "isStatic": false,
2224
+ "tsSignatureId": "ClientVersion|:System.String|static=false|accessor=get",
2225
+ "target": {
2226
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2227
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2228
+ "metadataToken": 385877864
2229
+ }
2230
+ },
2231
+ {
2232
+ "tsName": "connection",
2233
+ "isStatic": false,
2234
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2235
+ "target": {
2236
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2237
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2238
+ "metadataToken": 385877865
2239
+ }
2240
+ },
2241
+ {
2242
+ "tsName": "count",
2243
+ "isStatic": false,
2244
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
2245
+ "target": {
2246
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2247
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2248
+ "metadataToken": 385877866
2249
+ }
2250
+ },
2251
+ {
2252
+ "tsName": "item",
2253
+ "isStatic": false,
2254
+ "tsSignatureId": "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",
2255
+ "target": {
2256
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2257
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2258
+ "metadataToken": 385877867
2259
+ }
2260
+ },
2261
+ {
2262
+ "tsName": "operation",
2263
+ "isStatic": false,
2264
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
2265
+ "target": {
2266
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2267
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2268
+ "metadataToken": 385877868
2269
+ }
2270
+ },
2271
+ {
2272
+ "tsName": "operationId",
2273
+ "isStatic": false,
2274
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
2275
+ "target": {
2276
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2277
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2278
+ "metadataToken": 385877869
2279
+ }
2280
+ },
2281
+ {
2282
+ "tsName": "timestamp",
2283
+ "isStatic": false,
2284
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
2285
+ "target": {
2286
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2287
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2288
+ "metadataToken": 385877870
2289
+ }
2290
+ }
2291
+ ],
2292
+ "exposedFields": [
2293
+ {
2294
+ "tsName": "name",
2295
+ "isStatic": true,
2296
+ "tsSignatureId": "Name|System.String|static=true|const=true",
2297
+ "target": {
2298
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2299
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2300
+ "metadataToken": 67108986
2301
+ }
2302
+ }
2303
+ ],
2304
+ "exposedConstructors": [
2305
+ {
2306
+ "isStatic": false,
2307
+ "tsSignatureId": "constructor|():void|static=false",
2308
+ "target": {
2309
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
2310
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2311
+ "metadataToken": 100665961
2312
+ }
2313
+ }
2314
+ ]
2315
+ },
2316
+ {
2317
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2318
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2319
+ "tsEmitName": "SqlClientConnectionOpenError",
2320
+ "assemblyName": "Microsoft.Data.SqlClient",
2321
+ "metadataToken": 0,
2322
+ "methods": [
2323
+ {
2324
+ "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]]",
2325
+ "clrName": "GetEnumerator",
2326
+ "tsEmitName": "getEnumerator",
2327
+ "metadataToken": 100665981,
2328
+ "canonicalSignature": "():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]]",
2329
+ "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",
2330
+ "emitScope": "ClassSurface",
2331
+ "arity": 0,
2332
+ "parameterCount": 0,
2333
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2334
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2335
+ "isExtensionMethod": false
2336
+ }
2337
+ ],
2338
+ "properties": [
2339
+ {
2340
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::ClientVersion:System.String",
2341
+ "clrName": "ClientVersion",
2342
+ "tsEmitName": "clientVersion",
2343
+ "metadataToken": 385877871,
2344
+ "canonicalSignature": ":System.String",
2345
+ "normalizedSignature": "ClientVersion|:System.String|static=false|accessor=get",
2346
+ "emitScope": "ClassSurface",
2347
+ "isIndexer": false,
2348
+ "hasGetter": true,
2349
+ "hasSetter": false,
2350
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2351
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2352
+ },
2353
+ {
2354
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Connection:Microsoft.Data.SqlClient.SqlConnection",
2355
+ "clrName": "Connection",
2356
+ "tsEmitName": "connection",
2357
+ "metadataToken": 385877872,
2358
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
2359
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2360
+ "emitScope": "ClassSurface",
2361
+ "isIndexer": false,
2362
+ "hasGetter": true,
2363
+ "hasSetter": false,
2364
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2365
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2366
+ },
2367
+ {
2368
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::ConnectionId:System.Guid",
2369
+ "clrName": "ConnectionId",
2370
+ "tsEmitName": "connectionId",
2371
+ "metadataToken": 385877873,
2372
+ "canonicalSignature": ":System.Guid",
2373
+ "normalizedSignature": "ConnectionId|:System.Guid|static=false|accessor=get",
2374
+ "emitScope": "ClassSurface",
2375
+ "isIndexer": false,
2376
+ "hasGetter": true,
2377
+ "hasSetter": false,
2378
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2379
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2380
+ },
2381
+ {
2382
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Count:System.Int32",
2383
+ "clrName": "Count",
2384
+ "tsEmitName": "count",
2385
+ "metadataToken": 385877874,
2386
+ "canonicalSignature": ":System.Int32",
2387
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2388
+ "emitScope": "ClassSurface",
2389
+ "isIndexer": false,
2390
+ "hasGetter": true,
2391
+ "hasSetter": false,
2392
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2393
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2394
+ },
2395
+ {
2396
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Exception:System.Exception",
2397
+ "clrName": "Exception",
2398
+ "tsEmitName": "exception",
2399
+ "metadataToken": 385877875,
2400
+ "canonicalSignature": ":System.Exception",
2401
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
2402
+ "emitScope": "ClassSurface",
2403
+ "isIndexer": false,
2404
+ "hasGetter": true,
2405
+ "hasSetter": false,
2406
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2407
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2408
+ },
2409
+ {
2410
+ "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]]",
2411
+ "clrName": "Item",
2412
+ "tsEmitName": "item",
2413
+ "metadataToken": 385877876,
2414
+ "canonicalSignature": "[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]]",
2415
+ "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",
2416
+ "emitScope": "ClassSurface",
2417
+ "isIndexer": true,
2418
+ "hasGetter": true,
2419
+ "hasSetter": false,
2420
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2421
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2422
+ },
2423
+ {
2424
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Operation:System.String",
2425
+ "clrName": "Operation",
2426
+ "tsEmitName": "operation",
2427
+ "metadataToken": 385877877,
2428
+ "canonicalSignature": ":System.String",
2429
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
2430
+ "emitScope": "ClassSurface",
2431
+ "isIndexer": false,
2432
+ "hasGetter": true,
2433
+ "hasSetter": false,
2434
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2435
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2436
+ },
2437
+ {
2438
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::OperationId:System.Guid",
2439
+ "clrName": "OperationId",
2440
+ "tsEmitName": "operationId",
2441
+ "metadataToken": 385877878,
2442
+ "canonicalSignature": ":System.Guid",
2443
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
2444
+ "emitScope": "ClassSurface",
2445
+ "isIndexer": false,
2446
+ "hasGetter": true,
2447
+ "hasSetter": false,
2448
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2449
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2450
+ },
2451
+ {
2452
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::Timestamp:System.Int64",
2453
+ "clrName": "Timestamp",
2454
+ "tsEmitName": "timestamp",
2455
+ "metadataToken": 385877879,
2456
+ "canonicalSignature": ":System.Int64",
2457
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
2458
+ "emitScope": "ClassSurface",
2459
+ "isIndexer": false,
2460
+ "hasGetter": true,
2461
+ "hasSetter": false,
2462
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2463
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2464
+ }
2465
+ ],
2466
+ "fields": [
2467
+ {
2468
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::NameSystem.String",
2469
+ "clrName": "Name",
2470
+ "tsEmitName": "name",
2471
+ "metadataToken": 67108987,
2472
+ "normalizedSignature": "Name|System.String|static=true|const=true",
2473
+ "isStatic": true,
2474
+ "isReadOnly": false,
2475
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2476
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2477
+ }
2478
+ ],
2479
+ "events": [],
2480
+ "constructors": [
2481
+ {
2482
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::.ctor():void",
2483
+ "metadataToken": 100665971,
2484
+ "canonicalSignature": "():void",
2485
+ "normalizedSignature": "constructor|():void|static=false",
2486
+ "isStatic": false,
2487
+ "parameterCount": 0,
2488
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2489
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2490
+ }
2491
+ ],
2492
+ "exposedMethods": [
2493
+ {
2494
+ "tsName": "getEnumerator",
2495
+ "isStatic": false,
2496
+ "tsSignatureId": "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",
2497
+ "target": {
2498
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2499
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2500
+ "metadataToken": 100665981
2501
+ }
2502
+ }
2503
+ ],
2504
+ "exposedProperties": [
2505
+ {
2506
+ "tsName": "clientVersion",
2507
+ "isStatic": false,
2508
+ "tsSignatureId": "ClientVersion|:System.String|static=false|accessor=get",
2509
+ "target": {
2510
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2511
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2512
+ "metadataToken": 385877871
2513
+ }
2514
+ },
2515
+ {
2516
+ "tsName": "connection",
2517
+ "isStatic": false,
2518
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2519
+ "target": {
2520
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2521
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2522
+ "metadataToken": 385877872
2523
+ }
2524
+ },
2525
+ {
2526
+ "tsName": "connectionId",
2527
+ "isStatic": false,
2528
+ "tsSignatureId": "ConnectionId|:System.Guid|static=false|accessor=get",
2529
+ "target": {
2530
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2531
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2532
+ "metadataToken": 385877873
2533
+ }
2534
+ },
2535
+ {
2536
+ "tsName": "count",
2537
+ "isStatic": false,
2538
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
2539
+ "target": {
2540
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2541
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2542
+ "metadataToken": 385877874
2543
+ }
2544
+ },
2545
+ {
2546
+ "tsName": "exception",
2547
+ "isStatic": false,
2548
+ "tsSignatureId": "Exception|:System.Exception|static=false|accessor=get",
2549
+ "target": {
2550
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2551
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2552
+ "metadataToken": 385877875
2553
+ }
2554
+ },
2555
+ {
2556
+ "tsName": "item",
2557
+ "isStatic": false,
2558
+ "tsSignatureId": "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",
2559
+ "target": {
2560
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2561
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2562
+ "metadataToken": 385877876
2563
+ }
2564
+ },
2565
+ {
2566
+ "tsName": "operation",
2567
+ "isStatic": false,
2568
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
2569
+ "target": {
2570
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2571
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2572
+ "metadataToken": 385877877
2573
+ }
2574
+ },
2575
+ {
2576
+ "tsName": "operationId",
2577
+ "isStatic": false,
2578
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
2579
+ "target": {
2580
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2581
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2582
+ "metadataToken": 385877878
2583
+ }
2584
+ },
2585
+ {
2586
+ "tsName": "timestamp",
2587
+ "isStatic": false,
2588
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
2589
+ "target": {
2590
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2591
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2592
+ "metadataToken": 385877879
2593
+ }
2594
+ }
2595
+ ],
2596
+ "exposedFields": [
2597
+ {
2598
+ "tsName": "name",
2599
+ "isStatic": true,
2600
+ "tsSignatureId": "Name|System.String|static=true|const=true",
2601
+ "target": {
2602
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2603
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2604
+ "metadataToken": 67108987
2605
+ }
2606
+ }
2607
+ ],
2608
+ "exposedConstructors": [
2609
+ {
2610
+ "isStatic": false,
2611
+ "tsSignatureId": "constructor|():void|static=false",
2612
+ "target": {
2613
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
2614
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2615
+ "metadataToken": 100665971
2616
+ }
2617
+ }
2618
+ ]
2619
+ },
2620
+ {
2621
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2622
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2623
+ "tsEmitName": "SqlClientTransactionCommitAfter",
2624
+ "assemblyName": "Microsoft.Data.SqlClient",
2625
+ "metadataToken": 0,
2626
+ "methods": [
2627
+ {
2628
+ "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]]",
2629
+ "clrName": "GetEnumerator",
2630
+ "tsEmitName": "getEnumerator",
2631
+ "metadataToken": 100665992,
2632
+ "canonicalSignature": "():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]]",
2633
+ "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",
2634
+ "emitScope": "ClassSurface",
2635
+ "arity": 0,
2636
+ "parameterCount": 0,
2637
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2638
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2639
+ "isExtensionMethod": false
2640
+ }
2641
+ ],
2642
+ "properties": [
2643
+ {
2644
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Connection:Microsoft.Data.SqlClient.SqlConnection",
2645
+ "clrName": "Connection",
2646
+ "tsEmitName": "connection",
2647
+ "metadataToken": 385877880,
2648
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
2649
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2650
+ "emitScope": "ClassSurface",
2651
+ "isIndexer": false,
2652
+ "hasGetter": true,
2653
+ "hasSetter": false,
2654
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2655
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2656
+ },
2657
+ {
2658
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Count:System.Int32",
2659
+ "clrName": "Count",
2660
+ "tsEmitName": "count",
2661
+ "metadataToken": 385877881,
2662
+ "canonicalSignature": ":System.Int32",
2663
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2664
+ "emitScope": "ClassSurface",
2665
+ "isIndexer": false,
2666
+ "hasGetter": true,
2667
+ "hasSetter": false,
2668
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2669
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2670
+ },
2671
+ {
2672
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::IsolationLevel:System.Data.IsolationLevel",
2673
+ "clrName": "IsolationLevel",
2674
+ "tsEmitName": "isolationLevel",
2675
+ "metadataToken": 385877882,
2676
+ "canonicalSignature": ":System.Data.IsolationLevel",
2677
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
2678
+ "emitScope": "ClassSurface",
2679
+ "isIndexer": false,
2680
+ "hasGetter": true,
2681
+ "hasSetter": false,
2682
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2683
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2684
+ },
2685
+ {
2686
+ "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]]",
2687
+ "clrName": "Item",
2688
+ "tsEmitName": "item",
2689
+ "metadataToken": 385877883,
2690
+ "canonicalSignature": "[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]]",
2691
+ "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",
2692
+ "emitScope": "ClassSurface",
2693
+ "isIndexer": true,
2694
+ "hasGetter": true,
2695
+ "hasSetter": false,
2696
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2697
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2698
+ },
2699
+ {
2700
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Operation:System.String",
2701
+ "clrName": "Operation",
2702
+ "tsEmitName": "operation",
2703
+ "metadataToken": 385877884,
2704
+ "canonicalSignature": ":System.String",
2705
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
2706
+ "emitScope": "ClassSurface",
2707
+ "isIndexer": false,
2708
+ "hasGetter": true,
2709
+ "hasSetter": false,
2710
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2711
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2712
+ },
2713
+ {
2714
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::OperationId:System.Guid",
2715
+ "clrName": "OperationId",
2716
+ "tsEmitName": "operationId",
2717
+ "metadataToken": 385877885,
2718
+ "canonicalSignature": ":System.Guid",
2719
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
2720
+ "emitScope": "ClassSurface",
2721
+ "isIndexer": false,
2722
+ "hasGetter": true,
2723
+ "hasSetter": false,
2724
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2725
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2726
+ },
2727
+ {
2728
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::Timestamp:System.Int64",
2729
+ "clrName": "Timestamp",
2730
+ "tsEmitName": "timestamp",
2731
+ "metadataToken": 385877886,
2732
+ "canonicalSignature": ":System.Int64",
2733
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
2734
+ "emitScope": "ClassSurface",
2735
+ "isIndexer": false,
2736
+ "hasGetter": true,
2737
+ "hasSetter": false,
2738
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2739
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2740
+ },
2741
+ {
2742
+ "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]]",
2743
+ "clrName": "TransactionId",
2744
+ "tsEmitName": "transactionId",
2745
+ "metadataToken": 385877887,
2746
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2747
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2748
+ "emitScope": "ClassSurface",
2749
+ "isIndexer": false,
2750
+ "hasGetter": true,
2751
+ "hasSetter": false,
2752
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2753
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2754
+ }
2755
+ ],
2756
+ "fields": [
2757
+ {
2758
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::NameSystem.String",
2759
+ "clrName": "Name",
2760
+ "tsEmitName": "name",
2761
+ "metadataToken": 67108988,
2762
+ "normalizedSignature": "Name|System.String|static=true|const=true",
2763
+ "isStatic": true,
2764
+ "isReadOnly": false,
2765
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2766
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2767
+ }
2768
+ ],
2769
+ "events": [],
2770
+ "constructors": [
2771
+ {
2772
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::.ctor():void",
2773
+ "metadataToken": 100665983,
2774
+ "canonicalSignature": "():void",
2775
+ "normalizedSignature": "constructor|():void|static=false",
2776
+ "isStatic": false,
2777
+ "parameterCount": 0,
2778
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2779
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2780
+ }
2781
+ ],
2782
+ "exposedMethods": [
2783
+ {
2784
+ "tsName": "getEnumerator",
2785
+ "isStatic": false,
2786
+ "tsSignatureId": "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",
2787
+ "target": {
2788
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2789
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2790
+ "metadataToken": 100665992
2791
+ }
2792
+ }
2793
+ ],
2794
+ "exposedProperties": [
2795
+ {
2796
+ "tsName": "connection",
2797
+ "isStatic": false,
2798
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2799
+ "target": {
2800
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2801
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2802
+ "metadataToken": 385877880
2803
+ }
2804
+ },
2805
+ {
2806
+ "tsName": "count",
2807
+ "isStatic": false,
2808
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
2809
+ "target": {
2810
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2811
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2812
+ "metadataToken": 385877881
2813
+ }
2814
+ },
2815
+ {
2816
+ "tsName": "isolationLevel",
2817
+ "isStatic": false,
2818
+ "tsSignatureId": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
2819
+ "target": {
2820
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2821
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2822
+ "metadataToken": 385877882
2823
+ }
2824
+ },
2825
+ {
2826
+ "tsName": "item",
2827
+ "isStatic": false,
2828
+ "tsSignatureId": "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",
2829
+ "target": {
2830
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2831
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2832
+ "metadataToken": 385877883
2833
+ }
2834
+ },
2835
+ {
2836
+ "tsName": "operation",
2837
+ "isStatic": false,
2838
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
2839
+ "target": {
2840
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2841
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2842
+ "metadataToken": 385877884
2843
+ }
2844
+ },
2845
+ {
2846
+ "tsName": "operationId",
2847
+ "isStatic": false,
2848
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
2849
+ "target": {
2850
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2851
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2852
+ "metadataToken": 385877885
2853
+ }
2854
+ },
2855
+ {
2856
+ "tsName": "timestamp",
2857
+ "isStatic": false,
2858
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
2859
+ "target": {
2860
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2861
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2862
+ "metadataToken": 385877886
2863
+ }
2864
+ },
2865
+ {
2866
+ "tsName": "transactionId",
2867
+ "isStatic": false,
2868
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2869
+ "target": {
2870
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2871
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2872
+ "metadataToken": 385877887
2873
+ }
2874
+ }
2875
+ ],
2876
+ "exposedFields": [
2877
+ {
2878
+ "tsName": "name",
2879
+ "isStatic": true,
2880
+ "tsSignatureId": "Name|System.String|static=true|const=true",
2881
+ "target": {
2882
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2883
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2884
+ "metadataToken": 67108988
2885
+ }
2886
+ }
2887
+ ],
2888
+ "exposedConstructors": [
2889
+ {
2890
+ "isStatic": false,
2891
+ "tsSignatureId": "constructor|():void|static=false",
2892
+ "target": {
2893
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
2894
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2895
+ "metadataToken": 100665983
2896
+ }
2897
+ }
2898
+ ]
2899
+ },
2900
+ {
2901
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
2902
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
2903
+ "tsEmitName": "SqlClientTransactionCommitBefore",
2904
+ "assemblyName": "Microsoft.Data.SqlClient",
2905
+ "metadataToken": 0,
2906
+ "methods": [
2907
+ {
2908
+ "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]]",
2909
+ "clrName": "GetEnumerator",
2910
+ "tsEmitName": "getEnumerator",
2911
+ "metadataToken": 100666003,
2912
+ "canonicalSignature": "():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]]",
2913
+ "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",
2914
+ "emitScope": "ClassSurface",
2915
+ "arity": 0,
2916
+ "parameterCount": 0,
2917
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
2918
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2919
+ "isExtensionMethod": false
2920
+ }
2921
+ ],
2922
+ "properties": [
2923
+ {
2924
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Connection:Microsoft.Data.SqlClient.SqlConnection",
2925
+ "clrName": "Connection",
2926
+ "tsEmitName": "connection",
2927
+ "metadataToken": 385877888,
2928
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
2929
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
2930
+ "emitScope": "ClassSurface",
2931
+ "isIndexer": false,
2932
+ "hasGetter": true,
2933
+ "hasSetter": false,
2934
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
2935
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2936
+ },
2937
+ {
2938
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Count:System.Int32",
2939
+ "clrName": "Count",
2940
+ "tsEmitName": "count",
2941
+ "metadataToken": 385877889,
2942
+ "canonicalSignature": ":System.Int32",
2943
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2944
+ "emitScope": "ClassSurface",
2945
+ "isIndexer": false,
2946
+ "hasGetter": true,
2947
+ "hasSetter": false,
2948
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
2949
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2950
+ },
2951
+ {
2952
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::IsolationLevel:System.Data.IsolationLevel",
2953
+ "clrName": "IsolationLevel",
2954
+ "tsEmitName": "isolationLevel",
2955
+ "metadataToken": 385877890,
2956
+ "canonicalSignature": ":System.Data.IsolationLevel",
2957
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
2958
+ "emitScope": "ClassSurface",
2959
+ "isIndexer": false,
2960
+ "hasGetter": true,
2961
+ "hasSetter": false,
2962
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
2963
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2964
+ },
2965
+ {
2966
+ "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]]",
2967
+ "clrName": "Item",
2968
+ "tsEmitName": "item",
2969
+ "metadataToken": 385877891,
2970
+ "canonicalSignature": "[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]]",
2971
+ "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",
2972
+ "emitScope": "ClassSurface",
2973
+ "isIndexer": true,
2974
+ "hasGetter": true,
2975
+ "hasSetter": false,
2976
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
2977
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2978
+ },
2979
+ {
2980
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Operation:System.String",
2981
+ "clrName": "Operation",
2982
+ "tsEmitName": "operation",
2983
+ "metadataToken": 385877892,
2984
+ "canonicalSignature": ":System.String",
2985
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
2986
+ "emitScope": "ClassSurface",
2987
+ "isIndexer": false,
2988
+ "hasGetter": true,
2989
+ "hasSetter": false,
2990
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
2991
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2992
+ },
2993
+ {
2994
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::OperationId:System.Guid",
2995
+ "clrName": "OperationId",
2996
+ "tsEmitName": "operationId",
2997
+ "metadataToken": 385877893,
2998
+ "canonicalSignature": ":System.Guid",
2999
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
3000
+ "emitScope": "ClassSurface",
3001
+ "isIndexer": false,
3002
+ "hasGetter": true,
3003
+ "hasSetter": false,
3004
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3005
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3006
+ },
3007
+ {
3008
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::Timestamp:System.Int64",
3009
+ "clrName": "Timestamp",
3010
+ "tsEmitName": "timestamp",
3011
+ "metadataToken": 385877894,
3012
+ "canonicalSignature": ":System.Int64",
3013
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
3014
+ "emitScope": "ClassSurface",
3015
+ "isIndexer": false,
3016
+ "hasGetter": true,
3017
+ "hasSetter": false,
3018
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3019
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3020
+ },
3021
+ {
3022
+ "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]]",
3023
+ "clrName": "TransactionId",
3024
+ "tsEmitName": "transactionId",
3025
+ "metadataToken": 385877895,
3026
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3027
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3028
+ "emitScope": "ClassSurface",
3029
+ "isIndexer": false,
3030
+ "hasGetter": true,
3031
+ "hasSetter": false,
3032
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3033
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3034
+ }
3035
+ ],
3036
+ "fields": [
3037
+ {
3038
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::NameSystem.String",
3039
+ "clrName": "Name",
3040
+ "tsEmitName": "name",
3041
+ "metadataToken": 67108989,
3042
+ "normalizedSignature": "Name|System.String|static=true|const=true",
3043
+ "isStatic": true,
3044
+ "isReadOnly": false,
3045
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3046
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3047
+ }
3048
+ ],
3049
+ "events": [],
3050
+ "constructors": [
3051
+ {
3052
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::.ctor():void",
3053
+ "metadataToken": 100665994,
3054
+ "canonicalSignature": "():void",
3055
+ "normalizedSignature": "constructor|():void|static=false",
3056
+ "isStatic": false,
3057
+ "parameterCount": 0,
3058
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3059
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3060
+ }
3061
+ ],
3062
+ "exposedMethods": [
3063
+ {
3064
+ "tsName": "getEnumerator",
3065
+ "isStatic": false,
3066
+ "tsSignatureId": "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",
3067
+ "target": {
3068
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3069
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3070
+ "metadataToken": 100666003
3071
+ }
3072
+ }
3073
+ ],
3074
+ "exposedProperties": [
3075
+ {
3076
+ "tsName": "connection",
3077
+ "isStatic": false,
3078
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
3079
+ "target": {
3080
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3081
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3082
+ "metadataToken": 385877888
3083
+ }
3084
+ },
3085
+ {
3086
+ "tsName": "count",
3087
+ "isStatic": false,
3088
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
3089
+ "target": {
3090
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3091
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3092
+ "metadataToken": 385877889
3093
+ }
3094
+ },
3095
+ {
3096
+ "tsName": "isolationLevel",
3097
+ "isStatic": false,
3098
+ "tsSignatureId": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
3099
+ "target": {
3100
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3101
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3102
+ "metadataToken": 385877890
3103
+ }
3104
+ },
3105
+ {
3106
+ "tsName": "item",
3107
+ "isStatic": false,
3108
+ "tsSignatureId": "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",
3109
+ "target": {
3110
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3111
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3112
+ "metadataToken": 385877891
3113
+ }
3114
+ },
3115
+ {
3116
+ "tsName": "operation",
3117
+ "isStatic": false,
3118
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
3119
+ "target": {
3120
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3121
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3122
+ "metadataToken": 385877892
3123
+ }
3124
+ },
3125
+ {
3126
+ "tsName": "operationId",
3127
+ "isStatic": false,
3128
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
3129
+ "target": {
3130
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3131
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3132
+ "metadataToken": 385877893
3133
+ }
3134
+ },
3135
+ {
3136
+ "tsName": "timestamp",
3137
+ "isStatic": false,
3138
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
3139
+ "target": {
3140
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3141
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3142
+ "metadataToken": 385877894
3143
+ }
3144
+ },
3145
+ {
3146
+ "tsName": "transactionId",
3147
+ "isStatic": false,
3148
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3149
+ "target": {
3150
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3151
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3152
+ "metadataToken": 385877895
3153
+ }
3154
+ }
3155
+ ],
3156
+ "exposedFields": [
3157
+ {
3158
+ "tsName": "name",
3159
+ "isStatic": true,
3160
+ "tsSignatureId": "Name|System.String|static=true|const=true",
3161
+ "target": {
3162
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3163
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3164
+ "metadataToken": 67108989
3165
+ }
3166
+ }
3167
+ ],
3168
+ "exposedConstructors": [
3169
+ {
3170
+ "isStatic": false,
3171
+ "tsSignatureId": "constructor|():void|static=false",
3172
+ "target": {
3173
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
3174
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3175
+ "metadataToken": 100665994
3176
+ }
3177
+ }
3178
+ ]
3179
+ },
3180
+ {
3181
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3182
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3183
+ "tsEmitName": "SqlClientTransactionCommitError",
3184
+ "assemblyName": "Microsoft.Data.SqlClient",
3185
+ "metadataToken": 0,
3186
+ "methods": [
3187
+ {
3188
+ "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]]",
3189
+ "clrName": "GetEnumerator",
3190
+ "tsEmitName": "getEnumerator",
3191
+ "metadataToken": 100666015,
3192
+ "canonicalSignature": "():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]]",
3193
+ "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",
3194
+ "emitScope": "ClassSurface",
3195
+ "arity": 0,
3196
+ "parameterCount": 0,
3197
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3198
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3199
+ "isExtensionMethod": false
3200
+ }
3201
+ ],
3202
+ "properties": [
3203
+ {
3204
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Connection:Microsoft.Data.SqlClient.SqlConnection",
3205
+ "clrName": "Connection",
3206
+ "tsEmitName": "connection",
3207
+ "metadataToken": 385877896,
3208
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
3209
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
3210
+ "emitScope": "ClassSurface",
3211
+ "isIndexer": false,
3212
+ "hasGetter": true,
3213
+ "hasSetter": false,
3214
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3215
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3216
+ },
3217
+ {
3218
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Count:System.Int32",
3219
+ "clrName": "Count",
3220
+ "tsEmitName": "count",
3221
+ "metadataToken": 385877897,
3222
+ "canonicalSignature": ":System.Int32",
3223
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3224
+ "emitScope": "ClassSurface",
3225
+ "isIndexer": false,
3226
+ "hasGetter": true,
3227
+ "hasSetter": false,
3228
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3229
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3230
+ },
3231
+ {
3232
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Exception:System.Exception",
3233
+ "clrName": "Exception",
3234
+ "tsEmitName": "exception",
3235
+ "metadataToken": 385877898,
3236
+ "canonicalSignature": ":System.Exception",
3237
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
3238
+ "emitScope": "ClassSurface",
3239
+ "isIndexer": false,
3240
+ "hasGetter": true,
3241
+ "hasSetter": false,
3242
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3243
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3244
+ },
3245
+ {
3246
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::IsolationLevel:System.Data.IsolationLevel",
3247
+ "clrName": "IsolationLevel",
3248
+ "tsEmitName": "isolationLevel",
3249
+ "metadataToken": 385877899,
3250
+ "canonicalSignature": ":System.Data.IsolationLevel",
3251
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
3252
+ "emitScope": "ClassSurface",
3253
+ "isIndexer": false,
3254
+ "hasGetter": true,
3255
+ "hasSetter": false,
3256
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3257
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3258
+ },
3259
+ {
3260
+ "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]]",
3261
+ "clrName": "Item",
3262
+ "tsEmitName": "item",
3263
+ "metadataToken": 385877900,
3264
+ "canonicalSignature": "[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]]",
3265
+ "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",
3266
+ "emitScope": "ClassSurface",
3267
+ "isIndexer": true,
3268
+ "hasGetter": true,
3269
+ "hasSetter": false,
3270
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3271
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3272
+ },
3273
+ {
3274
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Operation:System.String",
3275
+ "clrName": "Operation",
3276
+ "tsEmitName": "operation",
3277
+ "metadataToken": 385877901,
3278
+ "canonicalSignature": ":System.String",
3279
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
3280
+ "emitScope": "ClassSurface",
3281
+ "isIndexer": false,
3282
+ "hasGetter": true,
3283
+ "hasSetter": false,
3284
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3285
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3286
+ },
3287
+ {
3288
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::OperationId:System.Guid",
3289
+ "clrName": "OperationId",
3290
+ "tsEmitName": "operationId",
3291
+ "metadataToken": 385877902,
3292
+ "canonicalSignature": ":System.Guid",
3293
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
3294
+ "emitScope": "ClassSurface",
3295
+ "isIndexer": false,
3296
+ "hasGetter": true,
3297
+ "hasSetter": false,
3298
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3299
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3300
+ },
3301
+ {
3302
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::Timestamp:System.Int64",
3303
+ "clrName": "Timestamp",
3304
+ "tsEmitName": "timestamp",
3305
+ "metadataToken": 385877903,
3306
+ "canonicalSignature": ":System.Int64",
3307
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
3308
+ "emitScope": "ClassSurface",
3309
+ "isIndexer": false,
3310
+ "hasGetter": true,
3311
+ "hasSetter": false,
3312
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3313
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3314
+ },
3315
+ {
3316
+ "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]]",
3317
+ "clrName": "TransactionId",
3318
+ "tsEmitName": "transactionId",
3319
+ "metadataToken": 385877904,
3320
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3321
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3322
+ "emitScope": "ClassSurface",
3323
+ "isIndexer": false,
3324
+ "hasGetter": true,
3325
+ "hasSetter": false,
3326
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3327
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3328
+ }
3329
+ ],
3330
+ "fields": [
3331
+ {
3332
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::NameSystem.String",
3333
+ "clrName": "Name",
3334
+ "tsEmitName": "name",
3335
+ "metadataToken": 67108990,
3336
+ "normalizedSignature": "Name|System.String|static=true|const=true",
3337
+ "isStatic": true,
3338
+ "isReadOnly": false,
3339
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3340
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3341
+ }
3342
+ ],
3343
+ "events": [],
3344
+ "constructors": [
3345
+ {
3346
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::.ctor():void",
3347
+ "metadataToken": 100666005,
3348
+ "canonicalSignature": "():void",
3349
+ "normalizedSignature": "constructor|():void|static=false",
3350
+ "isStatic": false,
3351
+ "parameterCount": 0,
3352
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3353
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3354
+ }
3355
+ ],
3356
+ "exposedMethods": [
3357
+ {
3358
+ "tsName": "getEnumerator",
3359
+ "isStatic": false,
3360
+ "tsSignatureId": "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",
3361
+ "target": {
3362
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3363
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3364
+ "metadataToken": 100666015
3365
+ }
3366
+ }
3367
+ ],
3368
+ "exposedProperties": [
3369
+ {
3370
+ "tsName": "connection",
3371
+ "isStatic": false,
3372
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
3373
+ "target": {
3374
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3375
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3376
+ "metadataToken": 385877896
3377
+ }
3378
+ },
3379
+ {
3380
+ "tsName": "count",
3381
+ "isStatic": false,
3382
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
3383
+ "target": {
3384
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3385
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3386
+ "metadataToken": 385877897
3387
+ }
3388
+ },
3389
+ {
3390
+ "tsName": "exception",
3391
+ "isStatic": false,
3392
+ "tsSignatureId": "Exception|:System.Exception|static=false|accessor=get",
3393
+ "target": {
3394
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3395
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3396
+ "metadataToken": 385877898
3397
+ }
3398
+ },
3399
+ {
3400
+ "tsName": "isolationLevel",
3401
+ "isStatic": false,
3402
+ "tsSignatureId": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
3403
+ "target": {
3404
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3405
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3406
+ "metadataToken": 385877899
3407
+ }
3408
+ },
3409
+ {
3410
+ "tsName": "item",
3411
+ "isStatic": false,
3412
+ "tsSignatureId": "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",
3413
+ "target": {
3414
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3415
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3416
+ "metadataToken": 385877900
3417
+ }
3418
+ },
3419
+ {
3420
+ "tsName": "operation",
3421
+ "isStatic": false,
3422
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
3423
+ "target": {
3424
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3425
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3426
+ "metadataToken": 385877901
3427
+ }
3428
+ },
3429
+ {
3430
+ "tsName": "operationId",
3431
+ "isStatic": false,
3432
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
3433
+ "target": {
3434
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3435
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3436
+ "metadataToken": 385877902
3437
+ }
3438
+ },
3439
+ {
3440
+ "tsName": "timestamp",
3441
+ "isStatic": false,
3442
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
3443
+ "target": {
3444
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3445
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3446
+ "metadataToken": 385877903
3447
+ }
3448
+ },
3449
+ {
3450
+ "tsName": "transactionId",
3451
+ "isStatic": false,
3452
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3453
+ "target": {
3454
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3455
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3456
+ "metadataToken": 385877904
3457
+ }
3458
+ }
3459
+ ],
3460
+ "exposedFields": [
3461
+ {
3462
+ "tsName": "name",
3463
+ "isStatic": true,
3464
+ "tsSignatureId": "Name|System.String|static=true|const=true",
3465
+ "target": {
3466
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3467
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3468
+ "metadataToken": 67108990
3469
+ }
3470
+ }
3471
+ ],
3472
+ "exposedConstructors": [
3473
+ {
3474
+ "isStatic": false,
3475
+ "tsSignatureId": "constructor|():void|static=false",
3476
+ "target": {
3477
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
3478
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3479
+ "metadataToken": 100666005
3480
+ }
3481
+ }
3482
+ ]
3483
+ },
3484
+ {
3485
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3486
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3487
+ "tsEmitName": "SqlClientTransactionRollbackAfter",
3488
+ "assemblyName": "Microsoft.Data.SqlClient",
3489
+ "metadataToken": 0,
3490
+ "methods": [
3491
+ {
3492
+ "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]]",
3493
+ "clrName": "GetEnumerator",
3494
+ "tsEmitName": "getEnumerator",
3495
+ "metadataToken": 100666027,
3496
+ "canonicalSignature": "():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]]",
3497
+ "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",
3498
+ "emitScope": "ClassSurface",
3499
+ "arity": 0,
3500
+ "parameterCount": 0,
3501
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3502
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3503
+ "isExtensionMethod": false
3504
+ }
3505
+ ],
3506
+ "properties": [
3507
+ {
3508
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Connection:Microsoft.Data.SqlClient.SqlConnection",
3509
+ "clrName": "Connection",
3510
+ "tsEmitName": "connection",
3511
+ "metadataToken": 385877905,
3512
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
3513
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
3514
+ "emitScope": "ClassSurface",
3515
+ "isIndexer": false,
3516
+ "hasGetter": true,
3517
+ "hasSetter": false,
3518
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3519
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3520
+ },
3521
+ {
3522
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Count:System.Int32",
3523
+ "clrName": "Count",
3524
+ "tsEmitName": "count",
3525
+ "metadataToken": 385877906,
3526
+ "canonicalSignature": ":System.Int32",
3527
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3528
+ "emitScope": "ClassSurface",
3529
+ "isIndexer": false,
3530
+ "hasGetter": true,
3531
+ "hasSetter": false,
3532
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3533
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3534
+ },
3535
+ {
3536
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::IsolationLevel:System.Data.IsolationLevel",
3537
+ "clrName": "IsolationLevel",
3538
+ "tsEmitName": "isolationLevel",
3539
+ "metadataToken": 385877907,
3540
+ "canonicalSignature": ":System.Data.IsolationLevel",
3541
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
3542
+ "emitScope": "ClassSurface",
3543
+ "isIndexer": false,
3544
+ "hasGetter": true,
3545
+ "hasSetter": false,
3546
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3547
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3548
+ },
3549
+ {
3550
+ "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]]",
3551
+ "clrName": "Item",
3552
+ "tsEmitName": "item",
3553
+ "metadataToken": 385877908,
3554
+ "canonicalSignature": "[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]]",
3555
+ "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",
3556
+ "emitScope": "ClassSurface",
3557
+ "isIndexer": true,
3558
+ "hasGetter": true,
3559
+ "hasSetter": false,
3560
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3561
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3562
+ },
3563
+ {
3564
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Operation:System.String",
3565
+ "clrName": "Operation",
3566
+ "tsEmitName": "operation",
3567
+ "metadataToken": 385877909,
3568
+ "canonicalSignature": ":System.String",
3569
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
3570
+ "emitScope": "ClassSurface",
3571
+ "isIndexer": false,
3572
+ "hasGetter": true,
3573
+ "hasSetter": false,
3574
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3575
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3576
+ },
3577
+ {
3578
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::OperationId:System.Guid",
3579
+ "clrName": "OperationId",
3580
+ "tsEmitName": "operationId",
3581
+ "metadataToken": 385877910,
3582
+ "canonicalSignature": ":System.Guid",
3583
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
3584
+ "emitScope": "ClassSurface",
3585
+ "isIndexer": false,
3586
+ "hasGetter": true,
3587
+ "hasSetter": false,
3588
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3589
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3590
+ },
3591
+ {
3592
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::Timestamp:System.Int64",
3593
+ "clrName": "Timestamp",
3594
+ "tsEmitName": "timestamp",
3595
+ "metadataToken": 385877911,
3596
+ "canonicalSignature": ":System.Int64",
3597
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
3598
+ "emitScope": "ClassSurface",
3599
+ "isIndexer": false,
3600
+ "hasGetter": true,
3601
+ "hasSetter": false,
3602
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3603
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3604
+ },
3605
+ {
3606
+ "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]]",
3607
+ "clrName": "TransactionId",
3608
+ "tsEmitName": "transactionId",
3609
+ "metadataToken": 385877912,
3610
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3611
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3612
+ "emitScope": "ClassSurface",
3613
+ "isIndexer": false,
3614
+ "hasGetter": true,
3615
+ "hasSetter": false,
3616
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3617
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3618
+ },
3619
+ {
3620
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::TransactionName:System.String",
3621
+ "clrName": "TransactionName",
3622
+ "tsEmitName": "transactionName",
3623
+ "metadataToken": 385877913,
3624
+ "canonicalSignature": ":System.String",
3625
+ "normalizedSignature": "TransactionName|:System.String|static=false|accessor=get",
3626
+ "emitScope": "ClassSurface",
3627
+ "isIndexer": false,
3628
+ "hasGetter": true,
3629
+ "hasSetter": false,
3630
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3631
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3632
+ }
3633
+ ],
3634
+ "fields": [
3635
+ {
3636
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::NameSystem.String",
3637
+ "clrName": "Name",
3638
+ "tsEmitName": "name",
3639
+ "metadataToken": 67108991,
3640
+ "normalizedSignature": "Name|System.String|static=true|const=true",
3641
+ "isStatic": true,
3642
+ "isReadOnly": false,
3643
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3644
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3645
+ }
3646
+ ],
3647
+ "events": [],
3648
+ "constructors": [
3649
+ {
3650
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::.ctor():void",
3651
+ "metadataToken": 100666017,
3652
+ "canonicalSignature": "():void",
3653
+ "normalizedSignature": "constructor|():void|static=false",
3654
+ "isStatic": false,
3655
+ "parameterCount": 0,
3656
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3657
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3658
+ }
3659
+ ],
3660
+ "exposedMethods": [
3661
+ {
3662
+ "tsName": "getEnumerator",
3663
+ "isStatic": false,
3664
+ "tsSignatureId": "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",
3665
+ "target": {
3666
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3667
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3668
+ "metadataToken": 100666027
3669
+ }
3670
+ }
3671
+ ],
3672
+ "exposedProperties": [
3673
+ {
3674
+ "tsName": "connection",
3675
+ "isStatic": false,
3676
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
3677
+ "target": {
3678
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3679
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3680
+ "metadataToken": 385877905
3681
+ }
3682
+ },
3683
+ {
3684
+ "tsName": "count",
3685
+ "isStatic": false,
3686
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
3687
+ "target": {
3688
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3689
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3690
+ "metadataToken": 385877906
3691
+ }
3692
+ },
3693
+ {
3694
+ "tsName": "isolationLevel",
3695
+ "isStatic": false,
3696
+ "tsSignatureId": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
3697
+ "target": {
3698
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3699
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3700
+ "metadataToken": 385877907
3701
+ }
3702
+ },
3703
+ {
3704
+ "tsName": "item",
3705
+ "isStatic": false,
3706
+ "tsSignatureId": "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",
3707
+ "target": {
3708
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3709
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3710
+ "metadataToken": 385877908
3711
+ }
3712
+ },
3713
+ {
3714
+ "tsName": "operation",
3715
+ "isStatic": false,
3716
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
3717
+ "target": {
3718
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3719
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3720
+ "metadataToken": 385877909
3721
+ }
3722
+ },
3723
+ {
3724
+ "tsName": "operationId",
3725
+ "isStatic": false,
3726
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
3727
+ "target": {
3728
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3729
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3730
+ "metadataToken": 385877910
3731
+ }
3732
+ },
3733
+ {
3734
+ "tsName": "timestamp",
3735
+ "isStatic": false,
3736
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
3737
+ "target": {
3738
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3739
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3740
+ "metadataToken": 385877911
3741
+ }
3742
+ },
3743
+ {
3744
+ "tsName": "transactionId",
3745
+ "isStatic": false,
3746
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3747
+ "target": {
3748
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3749
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3750
+ "metadataToken": 385877912
3751
+ }
3752
+ },
3753
+ {
3754
+ "tsName": "transactionName",
3755
+ "isStatic": false,
3756
+ "tsSignatureId": "TransactionName|:System.String|static=false|accessor=get",
3757
+ "target": {
3758
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3759
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3760
+ "metadataToken": 385877913
3761
+ }
3762
+ }
3763
+ ],
3764
+ "exposedFields": [
3765
+ {
3766
+ "tsName": "name",
3767
+ "isStatic": true,
3768
+ "tsSignatureId": "Name|System.String|static=true|const=true",
3769
+ "target": {
3770
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3771
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3772
+ "metadataToken": 67108991
3773
+ }
3774
+ }
3775
+ ],
3776
+ "exposedConstructors": [
3777
+ {
3778
+ "isStatic": false,
3779
+ "tsSignatureId": "constructor|():void|static=false",
3780
+ "target": {
3781
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
3782
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3783
+ "metadataToken": 100666017
3784
+ }
3785
+ }
3786
+ ]
3787
+ },
3788
+ {
3789
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3790
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3791
+ "tsEmitName": "SqlClientTransactionRollbackBefore",
3792
+ "assemblyName": "Microsoft.Data.SqlClient",
3793
+ "metadataToken": 0,
3794
+ "methods": [
3795
+ {
3796
+ "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]]",
3797
+ "clrName": "GetEnumerator",
3798
+ "tsEmitName": "getEnumerator",
3799
+ "metadataToken": 100666039,
3800
+ "canonicalSignature": "():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]]",
3801
+ "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",
3802
+ "emitScope": "ClassSurface",
3803
+ "arity": 0,
3804
+ "parameterCount": 0,
3805
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3806
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3807
+ "isExtensionMethod": false
3808
+ }
3809
+ ],
3810
+ "properties": [
3811
+ {
3812
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Connection:Microsoft.Data.SqlClient.SqlConnection",
3813
+ "clrName": "Connection",
3814
+ "tsEmitName": "connection",
3815
+ "metadataToken": 385877914,
3816
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
3817
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
3818
+ "emitScope": "ClassSurface",
3819
+ "isIndexer": false,
3820
+ "hasGetter": true,
3821
+ "hasSetter": false,
3822
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3823
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3824
+ },
3825
+ {
3826
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Count:System.Int32",
3827
+ "clrName": "Count",
3828
+ "tsEmitName": "count",
3829
+ "metadataToken": 385877915,
3830
+ "canonicalSignature": ":System.Int32",
3831
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3832
+ "emitScope": "ClassSurface",
3833
+ "isIndexer": false,
3834
+ "hasGetter": true,
3835
+ "hasSetter": false,
3836
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3837
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3838
+ },
3839
+ {
3840
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::IsolationLevel:System.Data.IsolationLevel",
3841
+ "clrName": "IsolationLevel",
3842
+ "tsEmitName": "isolationLevel",
3843
+ "metadataToken": 385877916,
3844
+ "canonicalSignature": ":System.Data.IsolationLevel",
3845
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
3846
+ "emitScope": "ClassSurface",
3847
+ "isIndexer": false,
3848
+ "hasGetter": true,
3849
+ "hasSetter": false,
3850
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3851
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3852
+ },
3853
+ {
3854
+ "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]]",
3855
+ "clrName": "Item",
3856
+ "tsEmitName": "item",
3857
+ "metadataToken": 385877917,
3858
+ "canonicalSignature": "[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]]",
3859
+ "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",
3860
+ "emitScope": "ClassSurface",
3861
+ "isIndexer": true,
3862
+ "hasGetter": true,
3863
+ "hasSetter": false,
3864
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3865
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3866
+ },
3867
+ {
3868
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Operation:System.String",
3869
+ "clrName": "Operation",
3870
+ "tsEmitName": "operation",
3871
+ "metadataToken": 385877918,
3872
+ "canonicalSignature": ":System.String",
3873
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
3874
+ "emitScope": "ClassSurface",
3875
+ "isIndexer": false,
3876
+ "hasGetter": true,
3877
+ "hasSetter": false,
3878
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3879
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3880
+ },
3881
+ {
3882
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::OperationId:System.Guid",
3883
+ "clrName": "OperationId",
3884
+ "tsEmitName": "operationId",
3885
+ "metadataToken": 385877919,
3886
+ "canonicalSignature": ":System.Guid",
3887
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
3888
+ "emitScope": "ClassSurface",
3889
+ "isIndexer": false,
3890
+ "hasGetter": true,
3891
+ "hasSetter": false,
3892
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3893
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3894
+ },
3895
+ {
3896
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::Timestamp:System.Int64",
3897
+ "clrName": "Timestamp",
3898
+ "tsEmitName": "timestamp",
3899
+ "metadataToken": 385877920,
3900
+ "canonicalSignature": ":System.Int64",
3901
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
3902
+ "emitScope": "ClassSurface",
3903
+ "isIndexer": false,
3904
+ "hasGetter": true,
3905
+ "hasSetter": false,
3906
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3907
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3908
+ },
3909
+ {
3910
+ "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]]",
3911
+ "clrName": "TransactionId",
3912
+ "tsEmitName": "transactionId",
3913
+ "metadataToken": 385877921,
3914
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3915
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3916
+ "emitScope": "ClassSurface",
3917
+ "isIndexer": false,
3918
+ "hasGetter": true,
3919
+ "hasSetter": false,
3920
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3921
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3922
+ },
3923
+ {
3924
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::TransactionName:System.String",
3925
+ "clrName": "TransactionName",
3926
+ "tsEmitName": "transactionName",
3927
+ "metadataToken": 385877922,
3928
+ "canonicalSignature": ":System.String",
3929
+ "normalizedSignature": "TransactionName|:System.String|static=false|accessor=get",
3930
+ "emitScope": "ClassSurface",
3931
+ "isIndexer": false,
3932
+ "hasGetter": true,
3933
+ "hasSetter": false,
3934
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3935
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3936
+ }
3937
+ ],
3938
+ "fields": [
3939
+ {
3940
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::NameSystem.String",
3941
+ "clrName": "Name",
3942
+ "tsEmitName": "name",
3943
+ "metadataToken": 67108992,
3944
+ "normalizedSignature": "Name|System.String|static=true|const=true",
3945
+ "isStatic": true,
3946
+ "isReadOnly": false,
3947
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3948
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3949
+ }
3950
+ ],
3951
+ "events": [],
3952
+ "constructors": [
3953
+ {
3954
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::.ctor():void",
3955
+ "metadataToken": 100666029,
3956
+ "canonicalSignature": "():void",
3957
+ "normalizedSignature": "constructor|():void|static=false",
3958
+ "isStatic": false,
3959
+ "parameterCount": 0,
3960
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3961
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
3962
+ }
3963
+ ],
3964
+ "exposedMethods": [
3965
+ {
3966
+ "tsName": "getEnumerator",
3967
+ "isStatic": false,
3968
+ "tsSignatureId": "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",
3969
+ "target": {
3970
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3971
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3972
+ "metadataToken": 100666039
3973
+ }
3974
+ }
3975
+ ],
3976
+ "exposedProperties": [
3977
+ {
3978
+ "tsName": "connection",
3979
+ "isStatic": false,
3980
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
3981
+ "target": {
3982
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3983
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3984
+ "metadataToken": 385877914
3985
+ }
3986
+ },
3987
+ {
3988
+ "tsName": "count",
3989
+ "isStatic": false,
3990
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
3991
+ "target": {
3992
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
3993
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3994
+ "metadataToken": 385877915
3995
+ }
3996
+ },
3997
+ {
3998
+ "tsName": "isolationLevel",
3999
+ "isStatic": false,
4000
+ "tsSignatureId": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
4001
+ "target": {
4002
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4003
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4004
+ "metadataToken": 385877916
4005
+ }
4006
+ },
4007
+ {
4008
+ "tsName": "item",
4009
+ "isStatic": false,
4010
+ "tsSignatureId": "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",
4011
+ "target": {
4012
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4013
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4014
+ "metadataToken": 385877917
4015
+ }
4016
+ },
4017
+ {
4018
+ "tsName": "operation",
4019
+ "isStatic": false,
4020
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
4021
+ "target": {
4022
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4023
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4024
+ "metadataToken": 385877918
4025
+ }
4026
+ },
4027
+ {
4028
+ "tsName": "operationId",
4029
+ "isStatic": false,
4030
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
4031
+ "target": {
4032
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4033
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4034
+ "metadataToken": 385877919
4035
+ }
4036
+ },
4037
+ {
4038
+ "tsName": "timestamp",
4039
+ "isStatic": false,
4040
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
4041
+ "target": {
4042
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4043
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4044
+ "metadataToken": 385877920
4045
+ }
4046
+ },
4047
+ {
4048
+ "tsName": "transactionId",
4049
+ "isStatic": false,
4050
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
4051
+ "target": {
4052
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4053
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4054
+ "metadataToken": 385877921
4055
+ }
4056
+ },
4057
+ {
4058
+ "tsName": "transactionName",
4059
+ "isStatic": false,
4060
+ "tsSignatureId": "TransactionName|:System.String|static=false|accessor=get",
4061
+ "target": {
4062
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4063
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4064
+ "metadataToken": 385877922
4065
+ }
4066
+ }
4067
+ ],
4068
+ "exposedFields": [
4069
+ {
4070
+ "tsName": "name",
4071
+ "isStatic": true,
4072
+ "tsSignatureId": "Name|System.String|static=true|const=true",
4073
+ "target": {
4074
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4075
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4076
+ "metadataToken": 67108992
4077
+ }
4078
+ }
4079
+ ],
4080
+ "exposedConstructors": [
4081
+ {
4082
+ "isStatic": false,
4083
+ "tsSignatureId": "constructor|():void|static=false",
4084
+ "target": {
4085
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
4086
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4087
+ "metadataToken": 100666029
4088
+ }
4089
+ }
4090
+ ]
4091
+ },
4092
+ {
4093
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4094
+ "clrName": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4095
+ "tsEmitName": "SqlClientTransactionRollbackError",
4096
+ "assemblyName": "Microsoft.Data.SqlClient",
4097
+ "metadataToken": 0,
4098
+ "methods": [
4099
+ {
4100
+ "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]]",
4101
+ "clrName": "GetEnumerator",
4102
+ "tsEmitName": "getEnumerator",
4103
+ "metadataToken": 100666052,
4104
+ "canonicalSignature": "():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]]",
4105
+ "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",
4106
+ "emitScope": "ClassSurface",
4107
+ "arity": 0,
4108
+ "parameterCount": 0,
4109
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4110
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4111
+ "isExtensionMethod": false
4112
+ }
4113
+ ],
4114
+ "properties": [
4115
+ {
4116
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Connection:Microsoft.Data.SqlClient.SqlConnection",
4117
+ "clrName": "Connection",
4118
+ "tsEmitName": "connection",
4119
+ "metadataToken": 385877923,
4120
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SqlConnection",
4121
+ "normalizedSignature": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
4122
+ "emitScope": "ClassSurface",
4123
+ "isIndexer": false,
4124
+ "hasGetter": true,
4125
+ "hasSetter": false,
4126
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4127
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4128
+ },
4129
+ {
4130
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Count:System.Int32",
4131
+ "clrName": "Count",
4132
+ "tsEmitName": "count",
4133
+ "metadataToken": 385877924,
4134
+ "canonicalSignature": ":System.Int32",
4135
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4136
+ "emitScope": "ClassSurface",
4137
+ "isIndexer": false,
4138
+ "hasGetter": true,
4139
+ "hasSetter": false,
4140
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4141
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4142
+ },
4143
+ {
4144
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Exception:System.Exception",
4145
+ "clrName": "Exception",
4146
+ "tsEmitName": "exception",
4147
+ "metadataToken": 385877925,
4148
+ "canonicalSignature": ":System.Exception",
4149
+ "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
4150
+ "emitScope": "ClassSurface",
4151
+ "isIndexer": false,
4152
+ "hasGetter": true,
4153
+ "hasSetter": false,
4154
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4155
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4156
+ },
4157
+ {
4158
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::IsolationLevel:System.Data.IsolationLevel",
4159
+ "clrName": "IsolationLevel",
4160
+ "tsEmitName": "isolationLevel",
4161
+ "metadataToken": 385877926,
4162
+ "canonicalSignature": ":System.Data.IsolationLevel",
4163
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
4164
+ "emitScope": "ClassSurface",
4165
+ "isIndexer": false,
4166
+ "hasGetter": true,
4167
+ "hasSetter": false,
4168
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4169
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4170
+ },
4171
+ {
4172
+ "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]]",
4173
+ "clrName": "Item",
4174
+ "tsEmitName": "item",
4175
+ "metadataToken": 385877927,
4176
+ "canonicalSignature": "[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]]",
4177
+ "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",
4178
+ "emitScope": "ClassSurface",
4179
+ "isIndexer": true,
4180
+ "hasGetter": true,
4181
+ "hasSetter": false,
4182
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4183
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4184
+ },
4185
+ {
4186
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Operation:System.String",
4187
+ "clrName": "Operation",
4188
+ "tsEmitName": "operation",
4189
+ "metadataToken": 385877928,
4190
+ "canonicalSignature": ":System.String",
4191
+ "normalizedSignature": "Operation|:System.String|static=false|accessor=get",
4192
+ "emitScope": "ClassSurface",
4193
+ "isIndexer": false,
4194
+ "hasGetter": true,
4195
+ "hasSetter": false,
4196
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4197
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4198
+ },
4199
+ {
4200
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::OperationId:System.Guid",
4201
+ "clrName": "OperationId",
4202
+ "tsEmitName": "operationId",
4203
+ "metadataToken": 385877929,
4204
+ "canonicalSignature": ":System.Guid",
4205
+ "normalizedSignature": "OperationId|:System.Guid|static=false|accessor=get",
4206
+ "emitScope": "ClassSurface",
4207
+ "isIndexer": false,
4208
+ "hasGetter": true,
4209
+ "hasSetter": false,
4210
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4211
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4212
+ },
4213
+ {
4214
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::Timestamp:System.Int64",
4215
+ "clrName": "Timestamp",
4216
+ "tsEmitName": "timestamp",
4217
+ "metadataToken": 385877930,
4218
+ "canonicalSignature": ":System.Int64",
4219
+ "normalizedSignature": "Timestamp|:System.Int64|static=false|accessor=get",
4220
+ "emitScope": "ClassSurface",
4221
+ "isIndexer": false,
4222
+ "hasGetter": true,
4223
+ "hasSetter": false,
4224
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4225
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4226
+ },
4227
+ {
4228
+ "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]]",
4229
+ "clrName": "TransactionId",
4230
+ "tsEmitName": "transactionId",
4231
+ "metadataToken": 385877931,
4232
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4233
+ "normalizedSignature": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
4234
+ "emitScope": "ClassSurface",
4235
+ "isIndexer": false,
4236
+ "hasGetter": true,
4237
+ "hasSetter": false,
4238
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4239
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4240
+ },
4241
+ {
4242
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::TransactionName:System.String",
4243
+ "clrName": "TransactionName",
4244
+ "tsEmitName": "transactionName",
4245
+ "metadataToken": 385877932,
4246
+ "canonicalSignature": ":System.String",
4247
+ "normalizedSignature": "TransactionName|:System.String|static=false|accessor=get",
4248
+ "emitScope": "ClassSurface",
4249
+ "isIndexer": false,
4250
+ "hasGetter": true,
4251
+ "hasSetter": false,
4252
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4253
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4254
+ }
4255
+ ],
4256
+ "fields": [
4257
+ {
4258
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::NameSystem.String",
4259
+ "clrName": "Name",
4260
+ "tsEmitName": "name",
4261
+ "metadataToken": 67108993,
4262
+ "normalizedSignature": "Name|System.String|static=true|const=true",
4263
+ "isStatic": true,
4264
+ "isReadOnly": false,
4265
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4266
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4267
+ }
4268
+ ],
4269
+ "events": [],
4270
+ "constructors": [
4271
+ {
4272
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::.ctor():void",
4273
+ "metadataToken": 100666041,
4274
+ "canonicalSignature": "():void",
4275
+ "normalizedSignature": "constructor|():void|static=false",
4276
+ "isStatic": false,
4277
+ "parameterCount": 0,
4278
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4279
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
4280
+ }
4281
+ ],
4282
+ "exposedMethods": [
4283
+ {
4284
+ "tsName": "getEnumerator",
4285
+ "isStatic": false,
4286
+ "tsSignatureId": "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",
4287
+ "target": {
4288
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4289
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4290
+ "metadataToken": 100666052
4291
+ }
4292
+ }
4293
+ ],
4294
+ "exposedProperties": [
4295
+ {
4296
+ "tsName": "connection",
4297
+ "isStatic": false,
4298
+ "tsSignatureId": "Connection|:Microsoft.Data.SqlClient.SqlConnection|static=false|accessor=get",
4299
+ "target": {
4300
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4301
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4302
+ "metadataToken": 385877923
4303
+ }
4304
+ },
4305
+ {
4306
+ "tsName": "count",
4307
+ "isStatic": false,
4308
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
4309
+ "target": {
4310
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4311
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4312
+ "metadataToken": 385877924
4313
+ }
4314
+ },
4315
+ {
4316
+ "tsName": "exception",
4317
+ "isStatic": false,
4318
+ "tsSignatureId": "Exception|:System.Exception|static=false|accessor=get",
4319
+ "target": {
4320
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4321
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4322
+ "metadataToken": 385877925
4323
+ }
4324
+ },
4325
+ {
4326
+ "tsName": "isolationLevel",
4327
+ "isStatic": false,
4328
+ "tsSignatureId": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
4329
+ "target": {
4330
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4331
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4332
+ "metadataToken": 385877926
4333
+ }
4334
+ },
4335
+ {
4336
+ "tsName": "item",
4337
+ "isStatic": false,
4338
+ "tsSignatureId": "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",
4339
+ "target": {
4340
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4341
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4342
+ "metadataToken": 385877927
4343
+ }
4344
+ },
4345
+ {
4346
+ "tsName": "operation",
4347
+ "isStatic": false,
4348
+ "tsSignatureId": "Operation|:System.String|static=false|accessor=get",
4349
+ "target": {
4350
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4351
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4352
+ "metadataToken": 385877928
4353
+ }
4354
+ },
4355
+ {
4356
+ "tsName": "operationId",
4357
+ "isStatic": false,
4358
+ "tsSignatureId": "OperationId|:System.Guid|static=false|accessor=get",
4359
+ "target": {
4360
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4361
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4362
+ "metadataToken": 385877929
4363
+ }
4364
+ },
4365
+ {
4366
+ "tsName": "timestamp",
4367
+ "isStatic": false,
4368
+ "tsSignatureId": "Timestamp|:System.Int64|static=false|accessor=get",
4369
+ "target": {
4370
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4371
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4372
+ "metadataToken": 385877930
4373
+ }
4374
+ },
4375
+ {
4376
+ "tsName": "transactionId",
4377
+ "isStatic": false,
4378
+ "tsSignatureId": "TransactionId|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
4379
+ "target": {
4380
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4381
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4382
+ "metadataToken": 385877931
4383
+ }
4384
+ },
4385
+ {
4386
+ "tsName": "transactionName",
4387
+ "isStatic": false,
4388
+ "tsSignatureId": "TransactionName|:System.String|static=false|accessor=get",
4389
+ "target": {
4390
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4391
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4392
+ "metadataToken": 385877932
4393
+ }
4394
+ }
4395
+ ],
4396
+ "exposedFields": [
4397
+ {
4398
+ "tsName": "name",
4399
+ "isStatic": true,
4400
+ "tsSignatureId": "Name|System.String|static=true|const=true",
4401
+ "target": {
4402
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4403
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4404
+ "metadataToken": 67108993
4405
+ }
4406
+ }
4407
+ ],
4408
+ "exposedConstructors": [
4409
+ {
4410
+ "isStatic": false,
4411
+ "tsSignatureId": "constructor|():void|static=false",
4412
+ "target": {
4413
+ "declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
4414
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
4415
+ "metadataToken": 100666041
4416
+ }
4417
+ }
4418
+ ]
4419
+ }
4420
+ ]
4421
+ }