@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,1697 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.SqlServer"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
9
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
10
+ "tsEmitName": "ISqlServerConnection",
11
+ "kind": "Interface",
12
+ "accessibility": "Public",
13
+ "isAbstract": true,
14
+ "isSealed": false,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [
18
+ {
19
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection::CreateMasterConnection():Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
20
+ "clrName": "CreateMasterConnection",
21
+ "tsEmitName": "createMasterConnection",
22
+ "normalizedSignature": "CreateMasterConnection|():Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection|static=false",
23
+ "provenance": "Original",
24
+ "emitScope": "ClassSurface",
25
+ "isStatic": false,
26
+ "isAbstract": true,
27
+ "isVirtual": true,
28
+ "isOverride": false,
29
+ "isSealed": false,
30
+ "arity": 0,
31
+ "parameterCount": 0,
32
+ "isExtensionMethod": false
33
+ }
34
+ ],
35
+ "properties": [
36
+ {
37
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection::IsMultipleActiveResultSetsEnabled:System.Boolean",
38
+ "clrName": "IsMultipleActiveResultSetsEnabled",
39
+ "tsEmitName": "isMultipleActiveResultSetsEnabled",
40
+ "normalizedSignature": "IsMultipleActiveResultSetsEnabled|:System.Boolean|static=false|accessor=get",
41
+ "provenance": "Original",
42
+ "emitScope": "ClassSurface",
43
+ "isStatic": false,
44
+ "isAbstract": true,
45
+ "isVirtual": true,
46
+ "isOverride": false,
47
+ "isIndexer": false,
48
+ "hasGetter": true,
49
+ "hasSetter": false
50
+ }
51
+ ],
52
+ "fields": [],
53
+ "events": [],
54
+ "constructors": []
55
+ },
56
+ {
57
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
58
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
59
+ "tsEmitName": "SqlServerBoolTypeMapping",
60
+ "kind": "Class",
61
+ "accessibility": "Public",
62
+ "isAbstract": false,
63
+ "isSealed": false,
64
+ "isStatic": false,
65
+ "arity": 0,
66
+ "methods": [],
67
+ "properties": [
68
+ {
69
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
70
+ "clrName": "Default",
71
+ "tsEmitName": "default_",
72
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping|static=true|accessor=get",
73
+ "provenance": "Original",
74
+ "emitScope": "ClassSurface",
75
+ "isStatic": true,
76
+ "isAbstract": false,
77
+ "isVirtual": false,
78
+ "isOverride": false,
79
+ "isIndexer": false,
80
+ "hasGetter": true,
81
+ "hasSetter": false
82
+ }
83
+ ],
84
+ "fields": [],
85
+ "events": [],
86
+ "constructors": [
87
+ {
88
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
89
+ "isStatic": false,
90
+ "parameterCount": 2
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
96
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
97
+ "tsEmitName": "SqlServerByteArrayTypeMapping",
98
+ "kind": "Class",
99
+ "accessibility": "Public",
100
+ "isAbstract": false,
101
+ "isSealed": false,
102
+ "isStatic": false,
103
+ "arity": 0,
104
+ "methods": [],
105
+ "properties": [
106
+ {
107
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
108
+ "clrName": "Default",
109
+ "tsEmitName": "default_",
110
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping|static=true|accessor=get",
111
+ "provenance": "Original",
112
+ "emitScope": "ClassSurface",
113
+ "isStatic": true,
114
+ "isAbstract": false,
115
+ "isVirtual": false,
116
+ "isOverride": false,
117
+ "isIndexer": false,
118
+ "hasGetter": true,
119
+ "hasSetter": false
120
+ }
121
+ ],
122
+ "fields": [],
123
+ "events": [],
124
+ "constructors": [
125
+ {
126
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
127
+ "isStatic": false,
128
+ "parameterCount": 6
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
134
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
135
+ "tsEmitName": "SqlServerByteTypeMapping",
136
+ "kind": "Class",
137
+ "accessibility": "Public",
138
+ "isAbstract": false,
139
+ "isSealed": false,
140
+ "isStatic": false,
141
+ "arity": 0,
142
+ "methods": [],
143
+ "properties": [
144
+ {
145
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
146
+ "clrName": "Default",
147
+ "tsEmitName": "default_",
148
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping|static=true|accessor=get",
149
+ "provenance": "Original",
150
+ "emitScope": "ClassSurface",
151
+ "isStatic": true,
152
+ "isAbstract": false,
153
+ "isVirtual": false,
154
+ "isOverride": false,
155
+ "isIndexer": false,
156
+ "hasGetter": true,
157
+ "hasSetter": false
158
+ }
159
+ ],
160
+ "fields": [],
161
+ "events": [],
162
+ "constructors": [
163
+ {
164
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
165
+ "isStatic": false,
166
+ "parameterCount": 2
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
172
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
173
+ "tsEmitName": "SqlServerConnection",
174
+ "kind": "Class",
175
+ "accessibility": "Public",
176
+ "isAbstract": false,
177
+ "isSealed": false,
178
+ "isStatic": false,
179
+ "arity": 0,
180
+ "methods": [
181
+ {
182
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::CreateMasterConnection():Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
183
+ "clrName": "CreateMasterConnection",
184
+ "tsEmitName": "createMasterConnection",
185
+ "normalizedSignature": "CreateMasterConnection|():Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection|static=false",
186
+ "provenance": "Original",
187
+ "emitScope": "ClassSurface",
188
+ "isStatic": false,
189
+ "isAbstract": false,
190
+ "isVirtual": true,
191
+ "isOverride": false,
192
+ "isSealed": false,
193
+ "arity": 0,
194
+ "parameterCount": 0,
195
+ "isExtensionMethod": false
196
+ },
197
+ {
198
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection::CreateMasterConnection():Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
199
+ "clrName": "CreateMasterConnection",
200
+ "tsEmitName": "createMasterConnection$view",
201
+ "normalizedSignature": "CreateMasterConnection|():Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection|static=false",
202
+ "provenance": "ExplicitView",
203
+ "emitScope": "ViewOnly",
204
+ "isStatic": false,
205
+ "isAbstract": false,
206
+ "isVirtual": true,
207
+ "isOverride": false,
208
+ "isSealed": false,
209
+ "arity": 0,
210
+ "parameterCount": 0,
211
+ "sourceInterface": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
212
+ "isExtensionMethod": false
213
+ }
214
+ ],
215
+ "properties": [
216
+ {
217
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::ConnectionString:System.String",
218
+ "clrName": "ConnectionString",
219
+ "tsEmitName": "connectionString",
220
+ "normalizedSignature": "ConnectionString|:System.String|static=false|accessor=getset",
221
+ "provenance": "Original",
222
+ "emitScope": "ClassSurface",
223
+ "isStatic": false,
224
+ "isAbstract": false,
225
+ "isVirtual": true,
226
+ "isOverride": true,
227
+ "isIndexer": false,
228
+ "hasGetter": true,
229
+ "hasSetter": true
230
+ },
231
+ {
232
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::IsMultipleActiveResultSetsEnabled:System.Boolean",
233
+ "clrName": "IsMultipleActiveResultSetsEnabled",
234
+ "tsEmitName": "isMultipleActiveResultSetsEnabled",
235
+ "normalizedSignature": "IsMultipleActiveResultSetsEnabled|:System.Boolean|static=false|accessor=get",
236
+ "provenance": "Original",
237
+ "emitScope": "ClassSurface",
238
+ "isStatic": false,
239
+ "isAbstract": false,
240
+ "isVirtual": true,
241
+ "isOverride": false,
242
+ "isIndexer": false,
243
+ "hasGetter": true,
244
+ "hasSetter": false
245
+ },
246
+ {
247
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection::IsMultipleActiveResultSetsEnabled:System.Boolean",
248
+ "clrName": "IsMultipleActiveResultSetsEnabled",
249
+ "tsEmitName": "isMultipleActiveResultSetsEnabled$view",
250
+ "normalizedSignature": "IsMultipleActiveResultSetsEnabled|:System.Boolean|static=false|accessor=get",
251
+ "provenance": "ExplicitView",
252
+ "emitScope": "ViewOnly",
253
+ "isStatic": false,
254
+ "isAbstract": false,
255
+ "isVirtual": true,
256
+ "isOverride": false,
257
+ "isIndexer": false,
258
+ "hasGetter": true,
259
+ "hasSetter": false,
260
+ "sourceInterface": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection"
261
+ }
262
+ ],
263
+ "fields": [],
264
+ "events": [],
265
+ "constructors": [
266
+ {
267
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies):void|static=false",
268
+ "isStatic": false,
269
+ "parameterCount": 1
270
+ }
271
+ ]
272
+ },
273
+ {
274
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
275
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
276
+ "tsEmitName": "SqlServerDatabaseCreator",
277
+ "kind": "Class",
278
+ "accessibility": "Public",
279
+ "isAbstract": false,
280
+ "isSealed": false,
281
+ "isStatic": false,
282
+ "arity": 0,
283
+ "methods": [
284
+ {
285
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::Create():System.Void",
286
+ "clrName": "Create",
287
+ "tsEmitName": "create",
288
+ "normalizedSignature": "Create|():System.Void|static=false",
289
+ "provenance": "Original",
290
+ "emitScope": "ClassSurface",
291
+ "isStatic": false,
292
+ "isAbstract": false,
293
+ "isVirtual": true,
294
+ "isOverride": true,
295
+ "isSealed": false,
296
+ "arity": 0,
297
+ "parameterCount": 0,
298
+ "isExtensionMethod": false
299
+ },
300
+ {
301
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::CreateAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task",
302
+ "clrName": "CreateAsync",
303
+ "tsEmitName": "createAsync",
304
+ "normalizedSignature": "CreateAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
305
+ "provenance": "Original",
306
+ "emitScope": "ClassSurface",
307
+ "isStatic": false,
308
+ "isAbstract": false,
309
+ "isVirtual": true,
310
+ "isOverride": true,
311
+ "isSealed": false,
312
+ "arity": 0,
313
+ "parameterCount": 1,
314
+ "isExtensionMethod": false
315
+ },
316
+ {
317
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::HasTables():System.Boolean",
318
+ "clrName": "HasTables",
319
+ "tsEmitName": "hasTables",
320
+ "normalizedSignature": "HasTables|():System.Boolean|static=false",
321
+ "provenance": "Original",
322
+ "emitScope": "ClassSurface",
323
+ "isStatic": false,
324
+ "isAbstract": false,
325
+ "isVirtual": true,
326
+ "isOverride": true,
327
+ "isSealed": false,
328
+ "arity": 0,
329
+ "parameterCount": 0,
330
+ "isExtensionMethod": false
331
+ },
332
+ {
333
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::HasTablesAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
334
+ "clrName": "HasTablesAsync",
335
+ "tsEmitName": "hasTablesAsync",
336
+ "normalizedSignature": "HasTablesAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
337
+ "provenance": "Original",
338
+ "emitScope": "ClassSurface",
339
+ "isStatic": false,
340
+ "isAbstract": false,
341
+ "isVirtual": true,
342
+ "isOverride": true,
343
+ "isSealed": false,
344
+ "arity": 0,
345
+ "parameterCount": 1,
346
+ "isExtensionMethod": false
347
+ },
348
+ {
349
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::Exists():System.Boolean",
350
+ "clrName": "Exists",
351
+ "tsEmitName": "exists",
352
+ "normalizedSignature": "Exists|():System.Boolean|static=false",
353
+ "provenance": "Original",
354
+ "emitScope": "ClassSurface",
355
+ "isStatic": false,
356
+ "isAbstract": false,
357
+ "isVirtual": true,
358
+ "isOverride": true,
359
+ "isSealed": false,
360
+ "arity": 0,
361
+ "parameterCount": 0,
362
+ "isExtensionMethod": false
363
+ },
364
+ {
365
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::ExistsAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
366
+ "clrName": "ExistsAsync",
367
+ "tsEmitName": "existsAsync",
368
+ "normalizedSignature": "ExistsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
369
+ "provenance": "Original",
370
+ "emitScope": "ClassSurface",
371
+ "isStatic": false,
372
+ "isAbstract": false,
373
+ "isVirtual": true,
374
+ "isOverride": true,
375
+ "isSealed": false,
376
+ "arity": 0,
377
+ "parameterCount": 1,
378
+ "isExtensionMethod": false
379
+ },
380
+ {
381
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::Delete():System.Void",
382
+ "clrName": "Delete",
383
+ "tsEmitName": "delete_",
384
+ "normalizedSignature": "Delete|():System.Void|static=false",
385
+ "provenance": "Original",
386
+ "emitScope": "ClassSurface",
387
+ "isStatic": false,
388
+ "isAbstract": false,
389
+ "isVirtual": true,
390
+ "isOverride": true,
391
+ "isSealed": false,
392
+ "arity": 0,
393
+ "parameterCount": 0,
394
+ "isExtensionMethod": false
395
+ },
396
+ {
397
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::DeleteAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task",
398
+ "clrName": "DeleteAsync",
399
+ "tsEmitName": "deleteAsync",
400
+ "normalizedSignature": "DeleteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
401
+ "provenance": "Original",
402
+ "emitScope": "ClassSurface",
403
+ "isStatic": false,
404
+ "isAbstract": false,
405
+ "isVirtual": true,
406
+ "isOverride": true,
407
+ "isSealed": false,
408
+ "arity": 0,
409
+ "parameterCount": 1,
410
+ "isExtensionMethod": false
411
+ }
412
+ ],
413
+ "properties": [
414
+ {
415
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::RetryDelay:System.TimeSpan",
416
+ "clrName": "RetryDelay",
417
+ "tsEmitName": "retryDelay",
418
+ "normalizedSignature": "RetryDelay|:System.TimeSpan|static=false|accessor=getset",
419
+ "provenance": "Original",
420
+ "emitScope": "ClassSurface",
421
+ "isStatic": false,
422
+ "isAbstract": false,
423
+ "isVirtual": true,
424
+ "isOverride": false,
425
+ "isIndexer": false,
426
+ "hasGetter": true,
427
+ "hasSetter": true
428
+ },
429
+ {
430
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::RetryTimeout:System.TimeSpan",
431
+ "clrName": "RetryTimeout",
432
+ "tsEmitName": "retryTimeout",
433
+ "normalizedSignature": "RetryTimeout|:System.TimeSpan|static=false|accessor=getset",
434
+ "provenance": "Original",
435
+ "emitScope": "ClassSurface",
436
+ "isStatic": false,
437
+ "isAbstract": false,
438
+ "isVirtual": true,
439
+ "isOverride": false,
440
+ "isIndexer": false,
441
+ "hasGetter": true,
442
+ "hasSetter": true
443
+ }
444
+ ],
445
+ "fields": [],
446
+ "events": [],
447
+ "constructors": [
448
+ {
449
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder):void|static=false",
450
+ "isStatic": false,
451
+ "parameterCount": 3
452
+ }
453
+ ]
454
+ },
455
+ {
456
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
457
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
458
+ "tsEmitName": "SqlServerDateOnlyTypeMapping",
459
+ "kind": "Class",
460
+ "accessibility": "Public",
461
+ "isAbstract": false,
462
+ "isSealed": false,
463
+ "isStatic": false,
464
+ "arity": 0,
465
+ "methods": [],
466
+ "properties": [
467
+ {
468
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
469
+ "clrName": "Default",
470
+ "tsEmitName": "default_",
471
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping|static=true|accessor=get",
472
+ "provenance": "Original",
473
+ "emitScope": "ClassSurface",
474
+ "isStatic": true,
475
+ "isAbstract": false,
476
+ "isVirtual": false,
477
+ "isOverride": false,
478
+ "isIndexer": false,
479
+ "hasGetter": true,
480
+ "hasSetter": false
481
+ }
482
+ ],
483
+ "fields": [],
484
+ "events": [],
485
+ "constructors": []
486
+ },
487
+ {
488
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
489
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
490
+ "tsEmitName": "SqlServerDateTimeOffsetTypeMapping",
491
+ "kind": "Class",
492
+ "accessibility": "Public",
493
+ "isAbstract": false,
494
+ "isSealed": false,
495
+ "isStatic": false,
496
+ "arity": 0,
497
+ "methods": [],
498
+ "properties": [
499
+ {
500
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
501
+ "clrName": "Default",
502
+ "tsEmitName": "default_",
503
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping|static=true|accessor=get",
504
+ "provenance": "Original",
505
+ "emitScope": "ClassSurface",
506
+ "isStatic": true,
507
+ "isAbstract": false,
508
+ "isVirtual": false,
509
+ "isOverride": false,
510
+ "isIndexer": false,
511
+ "hasGetter": true,
512
+ "hasSetter": false
513
+ }
514
+ ],
515
+ "fields": [],
516
+ "events": [],
517
+ "constructors": [
518
+ {
519
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
520
+ "isStatic": false,
521
+ "parameterCount": 3
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
527
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
528
+ "tsEmitName": "SqlServerDateTimeTypeMapping",
529
+ "kind": "Class",
530
+ "accessibility": "Public",
531
+ "isAbstract": false,
532
+ "isSealed": false,
533
+ "isStatic": false,
534
+ "arity": 0,
535
+ "methods": [],
536
+ "properties": [
537
+ {
538
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
539
+ "clrName": "Default",
540
+ "tsEmitName": "default_",
541
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping|static=true|accessor=get",
542
+ "provenance": "Original",
543
+ "emitScope": "ClassSurface",
544
+ "isStatic": true,
545
+ "isAbstract": false,
546
+ "isVirtual": false,
547
+ "isOverride": false,
548
+ "isIndexer": false,
549
+ "hasGetter": true,
550
+ "hasSetter": false
551
+ },
552
+ {
553
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping::SqlType:System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
554
+ "clrName": "SqlType",
555
+ "tsEmitName": "sqlType",
556
+ "normalizedSignature": "SqlType|:System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false|accessor=get",
557
+ "provenance": "Original",
558
+ "emitScope": "ClassSurface",
559
+ "isStatic": false,
560
+ "isAbstract": false,
561
+ "isVirtual": true,
562
+ "isOverride": false,
563
+ "isIndexer": false,
564
+ "hasGetter": true,
565
+ "hasSetter": false
566
+ }
567
+ ],
568
+ "fields": [],
569
+ "events": [],
570
+ "constructors": [
571
+ {
572
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
573
+ "isStatic": false,
574
+ "parameterCount": 4
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
580
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
581
+ "tsEmitName": "SqlServerDecimalTypeMapping",
582
+ "kind": "Class",
583
+ "accessibility": "Public",
584
+ "isAbstract": false,
585
+ "isSealed": false,
586
+ "isStatic": false,
587
+ "arity": 0,
588
+ "methods": [],
589
+ "properties": [
590
+ {
591
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
592
+ "clrName": "Default",
593
+ "tsEmitName": "default_",
594
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping|static=true|accessor=get",
595
+ "provenance": "Original",
596
+ "emitScope": "ClassSurface",
597
+ "isStatic": true,
598
+ "isAbstract": false,
599
+ "isVirtual": false,
600
+ "isOverride": false,
601
+ "isIndexer": false,
602
+ "hasGetter": true,
603
+ "hasSetter": false
604
+ },
605
+ {
606
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping::SqlType:System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
607
+ "clrName": "SqlType",
608
+ "tsEmitName": "sqlType",
609
+ "normalizedSignature": "SqlType|:System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false|accessor=get",
610
+ "provenance": "Original",
611
+ "emitScope": "ClassSurface",
612
+ "isStatic": false,
613
+ "isAbstract": false,
614
+ "isVirtual": true,
615
+ "isOverride": false,
616
+ "isIndexer": false,
617
+ "hasGetter": true,
618
+ "hasSetter": false
619
+ }
620
+ ],
621
+ "fields": [],
622
+ "events": [],
623
+ "constructors": [
624
+ {
625
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
626
+ "isStatic": false,
627
+ "parameterCount": 6
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
633
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
634
+ "tsEmitName": "SqlServerDoubleTypeMapping",
635
+ "kind": "Class",
636
+ "accessibility": "Public",
637
+ "isAbstract": false,
638
+ "isSealed": false,
639
+ "isStatic": false,
640
+ "arity": 0,
641
+ "methods": [
642
+ {
643
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping::GetDataReaderMethod():System.Reflection.MethodInfo",
644
+ "clrName": "GetDataReaderMethod",
645
+ "tsEmitName": "getDataReaderMethod",
646
+ "normalizedSignature": "GetDataReaderMethod|():System.Reflection.MethodInfo|static=false",
647
+ "provenance": "Original",
648
+ "emitScope": "ClassSurface",
649
+ "isStatic": false,
650
+ "isAbstract": false,
651
+ "isVirtual": true,
652
+ "isOverride": true,
653
+ "isSealed": false,
654
+ "arity": 0,
655
+ "parameterCount": 0,
656
+ "isExtensionMethod": false
657
+ },
658
+ {
659
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping::CustomizeDataReaderExpression(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
660
+ "clrName": "CustomizeDataReaderExpression",
661
+ "tsEmitName": "customizeDataReaderExpression",
662
+ "normalizedSignature": "CustomizeDataReaderExpression|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
663
+ "provenance": "Original",
664
+ "emitScope": "ClassSurface",
665
+ "isStatic": false,
666
+ "isAbstract": false,
667
+ "isVirtual": true,
668
+ "isOverride": true,
669
+ "isSealed": false,
670
+ "arity": 0,
671
+ "parameterCount": 1,
672
+ "isExtensionMethod": false
673
+ }
674
+ ],
675
+ "properties": [
676
+ {
677
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
678
+ "clrName": "Default",
679
+ "tsEmitName": "default_",
680
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping|static=true|accessor=get",
681
+ "provenance": "Original",
682
+ "emitScope": "ClassSurface",
683
+ "isStatic": true,
684
+ "isAbstract": false,
685
+ "isVirtual": false,
686
+ "isOverride": false,
687
+ "isIndexer": false,
688
+ "hasGetter": true,
689
+ "hasSetter": false
690
+ }
691
+ ],
692
+ "fields": [],
693
+ "events": [],
694
+ "constructors": [
695
+ {
696
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
697
+ "isStatic": false,
698
+ "parameterCount": 3
699
+ }
700
+ ]
701
+ },
702
+ {
703
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExceptionDetector",
704
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExceptionDetector",
705
+ "tsEmitName": "SqlServerExceptionDetector",
706
+ "kind": "Class",
707
+ "accessibility": "Public",
708
+ "isAbstract": false,
709
+ "isSealed": false,
710
+ "isStatic": false,
711
+ "arity": 0,
712
+ "methods": [
713
+ {
714
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExceptionDetector::IsCancellation(System.Exception,System.Threading.CancellationToken):System.Boolean",
715
+ "clrName": "IsCancellation",
716
+ "tsEmitName": "isCancellation",
717
+ "normalizedSignature": "IsCancellation|(System.Exception,System.Threading.CancellationToken):System.Boolean|static=false",
718
+ "provenance": "Original",
719
+ "emitScope": "ClassSurface",
720
+ "isStatic": false,
721
+ "isAbstract": false,
722
+ "isVirtual": true,
723
+ "isOverride": false,
724
+ "isSealed": false,
725
+ "arity": 0,
726
+ "parameterCount": 2,
727
+ "isExtensionMethod": false
728
+ }
729
+ ],
730
+ "properties": [],
731
+ "fields": [],
732
+ "events": [],
733
+ "constructors": [
734
+ {
735
+ "normalizedSignature": "constructor|():void|static=false",
736
+ "isStatic": false,
737
+ "parameterCount": 0
738
+ }
739
+ ]
740
+ },
741
+ {
742
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy",
743
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy",
744
+ "tsEmitName": "SqlServerExecutionStrategy",
745
+ "kind": "Class",
746
+ "accessibility": "Public",
747
+ "isAbstract": false,
748
+ "isSealed": false,
749
+ "isStatic": false,
750
+ "arity": 0,
751
+ "methods": [
752
+ {
753
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy::Execute(TState,Func_3,Func_3):TResult",
754
+ "clrName": "Execute",
755
+ "tsEmitName": "execute",
756
+ "normalizedSignature": "Execute|(TState,Func_3,Func_3):TResult|static=false",
757
+ "provenance": "Original",
758
+ "emitScope": "ClassSurface",
759
+ "isStatic": false,
760
+ "isAbstract": false,
761
+ "isVirtual": true,
762
+ "isOverride": false,
763
+ "isSealed": false,
764
+ "arity": 2,
765
+ "parameterCount": 3,
766
+ "isExtensionMethod": false
767
+ },
768
+ {
769
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy::ExecuteAsync(TState,Func_4,Func_4,System.Threading.CancellationToken):Task_1",
770
+ "clrName": "ExecuteAsync",
771
+ "tsEmitName": "executeAsync",
772
+ "normalizedSignature": "ExecuteAsync|(TState,Func_4,Func_4,System.Threading.CancellationToken):Task_1|static=false",
773
+ "provenance": "Original",
774
+ "emitScope": "ClassSurface",
775
+ "isStatic": false,
776
+ "isAbstract": false,
777
+ "isVirtual": true,
778
+ "isOverride": false,
779
+ "isSealed": false,
780
+ "arity": 2,
781
+ "parameterCount": 4,
782
+ "isExtensionMethod": false
783
+ }
784
+ ],
785
+ "properties": [
786
+ {
787
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy::RetriesOnFailure:System.Boolean",
788
+ "clrName": "RetriesOnFailure",
789
+ "tsEmitName": "retriesOnFailure",
790
+ "normalizedSignature": "RetriesOnFailure|:System.Boolean|static=false|accessor=get",
791
+ "provenance": "Original",
792
+ "emitScope": "ClassSurface",
793
+ "isStatic": false,
794
+ "isAbstract": false,
795
+ "isVirtual": true,
796
+ "isOverride": false,
797
+ "isIndexer": false,
798
+ "hasGetter": true,
799
+ "hasSetter": false
800
+ }
801
+ ],
802
+ "fields": [],
803
+ "events": [],
804
+ "constructors": [
805
+ {
806
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
807
+ "isStatic": false,
808
+ "parameterCount": 1
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategyFactory",
814
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategyFactory",
815
+ "tsEmitName": "SqlServerExecutionStrategyFactory",
816
+ "kind": "Class",
817
+ "accessibility": "Public",
818
+ "isAbstract": false,
819
+ "isSealed": false,
820
+ "isStatic": false,
821
+ "arity": 0,
822
+ "methods": [],
823
+ "properties": [],
824
+ "fields": [],
825
+ "events": [],
826
+ "constructors": [
827
+ {
828
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
829
+ "isStatic": false,
830
+ "parameterCount": 1
831
+ }
832
+ ]
833
+ },
834
+ {
835
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
836
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
837
+ "tsEmitName": "SqlServerFloatTypeMapping",
838
+ "kind": "Class",
839
+ "accessibility": "Public",
840
+ "isAbstract": false,
841
+ "isSealed": false,
842
+ "isStatic": false,
843
+ "arity": 0,
844
+ "methods": [],
845
+ "properties": [
846
+ {
847
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
848
+ "clrName": "Default",
849
+ "tsEmitName": "default_",
850
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping|static=true|accessor=get",
851
+ "provenance": "Original",
852
+ "emitScope": "ClassSurface",
853
+ "isStatic": true,
854
+ "isAbstract": false,
855
+ "isVirtual": false,
856
+ "isOverride": false,
857
+ "isIndexer": false,
858
+ "hasGetter": true,
859
+ "hasSetter": false
860
+ }
861
+ ],
862
+ "fields": [],
863
+ "events": [],
864
+ "constructors": [
865
+ {
866
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
867
+ "isStatic": false,
868
+ "parameterCount": 3
869
+ }
870
+ ]
871
+ },
872
+ {
873
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
874
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
875
+ "tsEmitName": "SqlServerLongTypeMapping",
876
+ "kind": "Class",
877
+ "accessibility": "Public",
878
+ "isAbstract": false,
879
+ "isSealed": false,
880
+ "isStatic": false,
881
+ "arity": 0,
882
+ "methods": [],
883
+ "properties": [
884
+ {
885
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
886
+ "clrName": "Default",
887
+ "tsEmitName": "default_",
888
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping|static=true|accessor=get",
889
+ "provenance": "Original",
890
+ "emitScope": "ClassSurface",
891
+ "isStatic": true,
892
+ "isAbstract": false,
893
+ "isVirtual": false,
894
+ "isOverride": false,
895
+ "isIndexer": false,
896
+ "hasGetter": true,
897
+ "hasSetter": false
898
+ }
899
+ ],
900
+ "fields": [],
901
+ "events": [],
902
+ "constructors": [
903
+ {
904
+ "normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
905
+ "isStatic": false,
906
+ "parameterCount": 5
907
+ }
908
+ ]
909
+ },
910
+ {
911
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
912
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
913
+ "tsEmitName": "SqlServerShortTypeMapping",
914
+ "kind": "Class",
915
+ "accessibility": "Public",
916
+ "isAbstract": false,
917
+ "isSealed": false,
918
+ "isStatic": false,
919
+ "arity": 0,
920
+ "methods": [],
921
+ "properties": [
922
+ {
923
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
924
+ "clrName": "Default",
925
+ "tsEmitName": "default_",
926
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping|static=true|accessor=get",
927
+ "provenance": "Original",
928
+ "emitScope": "ClassSurface",
929
+ "isStatic": true,
930
+ "isAbstract": false,
931
+ "isVirtual": false,
932
+ "isOverride": false,
933
+ "isIndexer": false,
934
+ "hasGetter": true,
935
+ "hasSetter": false
936
+ }
937
+ ],
938
+ "fields": [],
939
+ "events": [],
940
+ "constructors": [
941
+ {
942
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
943
+ "isStatic": false,
944
+ "parameterCount": 2
945
+ }
946
+ ]
947
+ },
948
+ {
949
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
950
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
951
+ "tsEmitName": "SqlServerSqlGenerationHelper",
952
+ "kind": "Class",
953
+ "accessibility": "Public",
954
+ "isAbstract": false,
955
+ "isSealed": false,
956
+ "isStatic": false,
957
+ "arity": 0,
958
+ "methods": [
959
+ {
960
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::EscapeIdentifier(System.String):System.String",
961
+ "clrName": "EscapeIdentifier",
962
+ "tsEmitName": "escapeIdentifier",
963
+ "normalizedSignature": "EscapeIdentifier|(System.String):System.String|static=false",
964
+ "provenance": "Original",
965
+ "emitScope": "ClassSurface",
966
+ "isStatic": false,
967
+ "isAbstract": false,
968
+ "isVirtual": true,
969
+ "isOverride": true,
970
+ "isSealed": false,
971
+ "arity": 0,
972
+ "parameterCount": 1,
973
+ "isExtensionMethod": false
974
+ },
975
+ {
976
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::EscapeIdentifier(System.Text.StringBuilder,System.String):System.Void",
977
+ "clrName": "EscapeIdentifier",
978
+ "tsEmitName": "escapeIdentifier",
979
+ "normalizedSignature": "EscapeIdentifier|(System.Text.StringBuilder,System.String):System.Void|static=false",
980
+ "provenance": "Original",
981
+ "emitScope": "ClassSurface",
982
+ "isStatic": false,
983
+ "isAbstract": false,
984
+ "isVirtual": true,
985
+ "isOverride": true,
986
+ "isSealed": false,
987
+ "arity": 0,
988
+ "parameterCount": 2,
989
+ "isExtensionMethod": false
990
+ },
991
+ {
992
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::DelimitIdentifier(System.String):System.String",
993
+ "clrName": "DelimitIdentifier",
994
+ "tsEmitName": "delimitIdentifier",
995
+ "normalizedSignature": "DelimitIdentifier|(System.String):System.String|static=false",
996
+ "provenance": "Original",
997
+ "emitScope": "ClassSurface",
998
+ "isStatic": false,
999
+ "isAbstract": false,
1000
+ "isVirtual": true,
1001
+ "isOverride": true,
1002
+ "isSealed": false,
1003
+ "arity": 0,
1004
+ "parameterCount": 1,
1005
+ "isExtensionMethod": false
1006
+ },
1007
+ {
1008
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::DelimitIdentifier(System.Text.StringBuilder,System.String):System.Void",
1009
+ "clrName": "DelimitIdentifier",
1010
+ "tsEmitName": "delimitIdentifier",
1011
+ "normalizedSignature": "DelimitIdentifier|(System.Text.StringBuilder,System.String):System.Void|static=false",
1012
+ "provenance": "Original",
1013
+ "emitScope": "ClassSurface",
1014
+ "isStatic": false,
1015
+ "isAbstract": false,
1016
+ "isVirtual": true,
1017
+ "isOverride": true,
1018
+ "isSealed": false,
1019
+ "arity": 0,
1020
+ "parameterCount": 2,
1021
+ "isExtensionMethod": false
1022
+ },
1023
+ {
1024
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::GenerateCreateSavepointStatement(System.String):System.String",
1025
+ "clrName": "GenerateCreateSavepointStatement",
1026
+ "tsEmitName": "generateCreateSavepointStatement",
1027
+ "normalizedSignature": "GenerateCreateSavepointStatement|(System.String):System.String|static=false",
1028
+ "provenance": "Original",
1029
+ "emitScope": "ClassSurface",
1030
+ "isStatic": false,
1031
+ "isAbstract": false,
1032
+ "isVirtual": true,
1033
+ "isOverride": true,
1034
+ "isSealed": false,
1035
+ "arity": 0,
1036
+ "parameterCount": 1,
1037
+ "isExtensionMethod": false
1038
+ },
1039
+ {
1040
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::GenerateRollbackToSavepointStatement(System.String):System.String",
1041
+ "clrName": "GenerateRollbackToSavepointStatement",
1042
+ "tsEmitName": "generateRollbackToSavepointStatement",
1043
+ "normalizedSignature": "GenerateRollbackToSavepointStatement|(System.String):System.String|static=false",
1044
+ "provenance": "Original",
1045
+ "emitScope": "ClassSurface",
1046
+ "isStatic": false,
1047
+ "isAbstract": false,
1048
+ "isVirtual": true,
1049
+ "isOverride": true,
1050
+ "isSealed": false,
1051
+ "arity": 0,
1052
+ "parameterCount": 1,
1053
+ "isExtensionMethod": false
1054
+ },
1055
+ {
1056
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::GenerateReleaseSavepointStatement(System.String):System.String",
1057
+ "clrName": "GenerateReleaseSavepointStatement",
1058
+ "tsEmitName": "generateReleaseSavepointStatement",
1059
+ "normalizedSignature": "GenerateReleaseSavepointStatement|(System.String):System.String|static=false",
1060
+ "provenance": "Original",
1061
+ "emitScope": "ClassSurface",
1062
+ "isStatic": false,
1063
+ "isAbstract": false,
1064
+ "isVirtual": true,
1065
+ "isOverride": true,
1066
+ "isSealed": false,
1067
+ "arity": 0,
1068
+ "parameterCount": 1,
1069
+ "isExtensionMethod": false
1070
+ },
1071
+ {
1072
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::DelimitJsonPathElement(System.String):System.String",
1073
+ "clrName": "DelimitJsonPathElement",
1074
+ "tsEmitName": "delimitJsonPathElement",
1075
+ "normalizedSignature": "DelimitJsonPathElement|(System.String):System.String|static=false",
1076
+ "provenance": "Original",
1077
+ "emitScope": "ClassSurface",
1078
+ "isStatic": false,
1079
+ "isAbstract": false,
1080
+ "isVirtual": true,
1081
+ "isOverride": true,
1082
+ "isSealed": false,
1083
+ "arity": 0,
1084
+ "parameterCount": 1,
1085
+ "isExtensionMethod": false
1086
+ }
1087
+ ],
1088
+ "properties": [
1089
+ {
1090
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::BatchTerminator:System.String",
1091
+ "clrName": "BatchTerminator",
1092
+ "tsEmitName": "batchTerminator",
1093
+ "normalizedSignature": "BatchTerminator|:System.String|static=false|accessor=get",
1094
+ "provenance": "Original",
1095
+ "emitScope": "ClassSurface",
1096
+ "isStatic": false,
1097
+ "isAbstract": false,
1098
+ "isVirtual": true,
1099
+ "isOverride": true,
1100
+ "isIndexer": false,
1101
+ "hasGetter": true,
1102
+ "hasSetter": false
1103
+ },
1104
+ {
1105
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::StartTransactionStatement:System.String",
1106
+ "clrName": "StartTransactionStatement",
1107
+ "tsEmitName": "startTransactionStatement",
1108
+ "normalizedSignature": "StartTransactionStatement|:System.String|static=false|accessor=get",
1109
+ "provenance": "Original",
1110
+ "emitScope": "ClassSurface",
1111
+ "isStatic": false,
1112
+ "isAbstract": false,
1113
+ "isVirtual": true,
1114
+ "isOverride": true,
1115
+ "isIndexer": false,
1116
+ "hasGetter": true,
1117
+ "hasSetter": false
1118
+ }
1119
+ ],
1120
+ "fields": [],
1121
+ "events": [],
1122
+ "constructors": [
1123
+ {
1124
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies):void|static=false",
1125
+ "isStatic": false,
1126
+ "parameterCount": 1
1127
+ }
1128
+ ]
1129
+ },
1130
+ {
1131
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping",
1132
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping",
1133
+ "tsEmitName": "SqlServerSqlVariantTypeMapping",
1134
+ "kind": "Class",
1135
+ "accessibility": "Public",
1136
+ "isAbstract": false,
1137
+ "isSealed": false,
1138
+ "isStatic": false,
1139
+ "arity": 0,
1140
+ "methods": [],
1141
+ "properties": [
1142
+ {
1143
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping",
1144
+ "clrName": "Default",
1145
+ "tsEmitName": "default_",
1146
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping|static=true|accessor=get",
1147
+ "provenance": "Original",
1148
+ "emitScope": "ClassSurface",
1149
+ "isStatic": true,
1150
+ "isAbstract": false,
1151
+ "isVirtual": false,
1152
+ "isOverride": false,
1153
+ "isIndexer": false,
1154
+ "hasGetter": true,
1155
+ "hasSetter": false
1156
+ }
1157
+ ],
1158
+ "fields": [],
1159
+ "events": [],
1160
+ "constructors": [
1161
+ {
1162
+ "normalizedSignature": "constructor|(System.String):void|static=false",
1163
+ "isStatic": false,
1164
+ "parameterCount": 1
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1170
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1171
+ "tsEmitName": "SqlServerStringTypeMapping",
1172
+ "kind": "Class",
1173
+ "accessibility": "Public",
1174
+ "isAbstract": false,
1175
+ "isSealed": false,
1176
+ "isStatic": false,
1177
+ "arity": 0,
1178
+ "methods": [],
1179
+ "properties": [
1180
+ {
1181
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1182
+ "clrName": "Default",
1183
+ "tsEmitName": "default_",
1184
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping|static=true|accessor=get",
1185
+ "provenance": "Original",
1186
+ "emitScope": "ClassSurface",
1187
+ "isStatic": true,
1188
+ "isAbstract": false,
1189
+ "isVirtual": false,
1190
+ "isOverride": false,
1191
+ "isIndexer": false,
1192
+ "hasGetter": true,
1193
+ "hasSetter": false
1194
+ },
1195
+ {
1196
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping::JsonTypeDefault:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1197
+ "clrName": "JsonTypeDefault",
1198
+ "tsEmitName": "jsonTypeDefault",
1199
+ "normalizedSignature": "JsonTypeDefault|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping|static=true|accessor=get",
1200
+ "provenance": "Original",
1201
+ "emitScope": "ClassSurface",
1202
+ "isStatic": true,
1203
+ "isAbstract": false,
1204
+ "isVirtual": false,
1205
+ "isOverride": false,
1206
+ "isIndexer": false,
1207
+ "hasGetter": true,
1208
+ "hasSetter": false
1209
+ },
1210
+ {
1211
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping::UnicodeDefault:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1212
+ "clrName": "UnicodeDefault",
1213
+ "tsEmitName": "unicodeDefault",
1214
+ "normalizedSignature": "UnicodeDefault|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping|static=true|accessor=get",
1215
+ "provenance": "Original",
1216
+ "emitScope": "ClassSurface",
1217
+ "isStatic": true,
1218
+ "isAbstract": false,
1219
+ "isVirtual": false,
1220
+ "isOverride": false,
1221
+ "isIndexer": false,
1222
+ "hasGetter": true,
1223
+ "hasSetter": false
1224
+ }
1225
+ ],
1226
+ "fields": [],
1227
+ "events": [],
1228
+ "constructors": [
1229
+ {
1230
+ "normalizedSignature": "constructor|(System.String,System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):void|static=false",
1231
+ "isStatic": false,
1232
+ "parameterCount": 7
1233
+ }
1234
+ ]
1235
+ },
1236
+ {
1237
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1238
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1239
+ "tsEmitName": "SqlServerStructuralJsonTypeMapping",
1240
+ "kind": "Class",
1241
+ "accessibility": "Public",
1242
+ "isAbstract": false,
1243
+ "isSealed": false,
1244
+ "isStatic": false,
1245
+ "arity": 0,
1246
+ "methods": [
1247
+ {
1248
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::GetDataReaderMethod():System.Reflection.MethodInfo",
1249
+ "clrName": "GetDataReaderMethod",
1250
+ "tsEmitName": "getDataReaderMethod",
1251
+ "normalizedSignature": "GetDataReaderMethod|():System.Reflection.MethodInfo|static=false",
1252
+ "provenance": "Original",
1253
+ "emitScope": "ClassSurface",
1254
+ "isStatic": false,
1255
+ "isAbstract": false,
1256
+ "isVirtual": true,
1257
+ "isOverride": true,
1258
+ "isSealed": false,
1259
+ "arity": 0,
1260
+ "parameterCount": 0,
1261
+ "isExtensionMethod": false
1262
+ },
1263
+ {
1264
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::CreateUtf8Stream(System.String):System.IO.MemoryStream",
1265
+ "clrName": "CreateUtf8Stream",
1266
+ "tsEmitName": "createUtf8Stream",
1267
+ "normalizedSignature": "CreateUtf8Stream|(System.String):System.IO.MemoryStream|static=true",
1268
+ "provenance": "Original",
1269
+ "emitScope": "ClassSurface",
1270
+ "isStatic": true,
1271
+ "isAbstract": false,
1272
+ "isVirtual": false,
1273
+ "isOverride": false,
1274
+ "isSealed": false,
1275
+ "arity": 0,
1276
+ "parameterCount": 1,
1277
+ "isExtensionMethod": false
1278
+ },
1279
+ {
1280
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::CustomizeDataReaderExpression(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
1281
+ "clrName": "CustomizeDataReaderExpression",
1282
+ "tsEmitName": "customizeDataReaderExpression",
1283
+ "normalizedSignature": "CustomizeDataReaderExpression|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
1284
+ "provenance": "Original",
1285
+ "emitScope": "ClassSurface",
1286
+ "isStatic": false,
1287
+ "isAbstract": false,
1288
+ "isVirtual": true,
1289
+ "isOverride": true,
1290
+ "isSealed": false,
1291
+ "arity": 0,
1292
+ "parameterCount": 1,
1293
+ "isExtensionMethod": false
1294
+ }
1295
+ ],
1296
+ "properties": [
1297
+ {
1298
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1299
+ "clrName": "Default",
1300
+ "tsEmitName": "default_",
1301
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
1302
+ "provenance": "Original",
1303
+ "emitScope": "ClassSurface",
1304
+ "isStatic": true,
1305
+ "isAbstract": false,
1306
+ "isVirtual": false,
1307
+ "isOverride": false,
1308
+ "isIndexer": false,
1309
+ "hasGetter": true,
1310
+ "hasSetter": false
1311
+ },
1312
+ {
1313
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::JsonTypeDefault:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1314
+ "clrName": "JsonTypeDefault",
1315
+ "tsEmitName": "jsonTypeDefault",
1316
+ "normalizedSignature": "JsonTypeDefault|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
1317
+ "provenance": "Original",
1318
+ "emitScope": "ClassSurface",
1319
+ "isStatic": true,
1320
+ "isAbstract": false,
1321
+ "isVirtual": false,
1322
+ "isOverride": false,
1323
+ "isIndexer": false,
1324
+ "hasGetter": true,
1325
+ "hasSetter": false
1326
+ },
1327
+ {
1328
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::NvarcharMaxDefault:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1329
+ "clrName": "NvarcharMaxDefault",
1330
+ "tsEmitName": "nvarcharMaxDefault",
1331
+ "normalizedSignature": "NvarcharMaxDefault|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
1332
+ "provenance": "Original",
1333
+ "emitScope": "ClassSurface",
1334
+ "isStatic": true,
1335
+ "isAbstract": false,
1336
+ "isVirtual": false,
1337
+ "isOverride": false,
1338
+ "isIndexer": false,
1339
+ "hasGetter": true,
1340
+ "hasSetter": false
1341
+ }
1342
+ ],
1343
+ "fields": [],
1344
+ "events": [],
1345
+ "constructors": [
1346
+ {
1347
+ "normalizedSignature": "constructor|(System.String):void|static=false",
1348
+ "isStatic": false,
1349
+ "parameterCount": 1
1350
+ }
1351
+ ]
1352
+ },
1353
+ {
1354
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
1355
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
1356
+ "tsEmitName": "SqlServerTimeOnlyTypeMapping",
1357
+ "kind": "Class",
1358
+ "accessibility": "Public",
1359
+ "isAbstract": false,
1360
+ "isSealed": false,
1361
+ "isStatic": false,
1362
+ "arity": 0,
1363
+ "methods": [],
1364
+ "properties": [
1365
+ {
1366
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
1367
+ "clrName": "Default",
1368
+ "tsEmitName": "default_",
1369
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping|static=true|accessor=get",
1370
+ "provenance": "Original",
1371
+ "emitScope": "ClassSurface",
1372
+ "isStatic": true,
1373
+ "isAbstract": false,
1374
+ "isVirtual": false,
1375
+ "isOverride": false,
1376
+ "isIndexer": false,
1377
+ "hasGetter": true,
1378
+ "hasSetter": false
1379
+ }
1380
+ ],
1381
+ "fields": [],
1382
+ "events": [],
1383
+ "constructors": []
1384
+ },
1385
+ {
1386
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
1387
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
1388
+ "tsEmitName": "SqlServerTimeSpanTypeMapping",
1389
+ "kind": "Class",
1390
+ "accessibility": "Public",
1391
+ "isAbstract": false,
1392
+ "isSealed": false,
1393
+ "isStatic": false,
1394
+ "arity": 0,
1395
+ "methods": [],
1396
+ "properties": [
1397
+ {
1398
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
1399
+ "clrName": "Default",
1400
+ "tsEmitName": "default_",
1401
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping|static=true|accessor=get",
1402
+ "provenance": "Original",
1403
+ "emitScope": "ClassSurface",
1404
+ "isStatic": true,
1405
+ "isAbstract": false,
1406
+ "isVirtual": false,
1407
+ "isOverride": false,
1408
+ "isIndexer": false,
1409
+ "hasGetter": true,
1410
+ "hasSetter": false
1411
+ }
1412
+ ],
1413
+ "fields": [],
1414
+ "events": [],
1415
+ "constructors": [
1416
+ {
1417
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
1418
+ "isStatic": false,
1419
+ "parameterCount": 3
1420
+ }
1421
+ ]
1422
+ },
1423
+ {
1424
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction",
1425
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction",
1426
+ "tsEmitName": "SqlServerTransaction",
1427
+ "kind": "Class",
1428
+ "accessibility": "Public",
1429
+ "isAbstract": false,
1430
+ "isSealed": false,
1431
+ "isStatic": false,
1432
+ "arity": 0,
1433
+ "methods": [
1434
+ {
1435
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction::ReleaseSavepoint(System.String):System.Void",
1436
+ "clrName": "ReleaseSavepoint",
1437
+ "tsEmitName": "releaseSavepoint",
1438
+ "normalizedSignature": "ReleaseSavepoint|(System.String):System.Void|static=false",
1439
+ "provenance": "Original",
1440
+ "emitScope": "ClassSurface",
1441
+ "isStatic": false,
1442
+ "isAbstract": false,
1443
+ "isVirtual": true,
1444
+ "isOverride": true,
1445
+ "isSealed": false,
1446
+ "arity": 0,
1447
+ "parameterCount": 1,
1448
+ "isExtensionMethod": false
1449
+ },
1450
+ {
1451
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction::ReleaseSavepointAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
1452
+ "clrName": "ReleaseSavepointAsync",
1453
+ "tsEmitName": "releaseSavepointAsync",
1454
+ "normalizedSignature": "ReleaseSavepointAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
1455
+ "provenance": "Original",
1456
+ "emitScope": "ClassSurface",
1457
+ "isStatic": false,
1458
+ "isAbstract": false,
1459
+ "isVirtual": true,
1460
+ "isOverride": true,
1461
+ "isSealed": false,
1462
+ "arity": 0,
1463
+ "parameterCount": 2,
1464
+ "isExtensionMethod": false
1465
+ }
1466
+ ],
1467
+ "properties": [
1468
+ {
1469
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction::SupportsSavepoints:System.Boolean",
1470
+ "clrName": "SupportsSavepoints",
1471
+ "tsEmitName": "supportsSavepoints",
1472
+ "normalizedSignature": "SupportsSavepoints|:System.Boolean|static=false|accessor=get",
1473
+ "provenance": "Original",
1474
+ "emitScope": "ClassSurface",
1475
+ "isStatic": false,
1476
+ "isAbstract": false,
1477
+ "isVirtual": true,
1478
+ "isOverride": true,
1479
+ "isIndexer": false,
1480
+ "hasGetter": true,
1481
+ "hasSetter": false
1482
+ }
1483
+ ],
1484
+ "fields": [],
1485
+ "events": [],
1486
+ "constructors": [
1487
+ {
1488
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Data.Common.DbTransaction,System.Guid,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BDatabase\u002BTransaction,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper):void|static=false",
1489
+ "isStatic": false,
1490
+ "parameterCount": 6
1491
+ }
1492
+ ]
1493
+ },
1494
+ {
1495
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransactionFactory",
1496
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransactionFactory",
1497
+ "tsEmitName": "SqlServerTransactionFactory",
1498
+ "kind": "Class",
1499
+ "accessibility": "Public",
1500
+ "isAbstract": false,
1501
+ "isSealed": false,
1502
+ "isStatic": false,
1503
+ "arity": 0,
1504
+ "methods": [
1505
+ {
1506
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransactionFactory::Create(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Data.Common.DbTransaction,System.Guid,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BDatabase\u002BTransaction,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):Microsoft.EntityFrameworkCore.Storage.RelationalTransaction",
1507
+ "clrName": "Create",
1508
+ "tsEmitName": "create",
1509
+ "normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Data.Common.DbTransaction,System.Guid,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BDatabase\u002BTransaction,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):Microsoft.EntityFrameworkCore.Storage.RelationalTransaction|static=false",
1510
+ "provenance": "Original",
1511
+ "emitScope": "ClassSurface",
1512
+ "isStatic": false,
1513
+ "isAbstract": false,
1514
+ "isVirtual": true,
1515
+ "isOverride": false,
1516
+ "isSealed": false,
1517
+ "arity": 0,
1518
+ "parameterCount": 5,
1519
+ "isExtensionMethod": false
1520
+ }
1521
+ ],
1522
+ "properties": [],
1523
+ "fields": [],
1524
+ "events": [],
1525
+ "constructors": [
1526
+ {
1527
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTransactionFactoryDependencies):void|static=false",
1528
+ "isStatic": false,
1529
+ "parameterCount": 1
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource",
1535
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource",
1536
+ "tsEmitName": "SqlServerTypeMappingSource",
1537
+ "kind": "Class",
1538
+ "accessibility": "Public",
1539
+ "isAbstract": false,
1540
+ "isSealed": false,
1541
+ "isStatic": false,
1542
+ "arity": 0,
1543
+ "methods": [],
1544
+ "properties": [],
1545
+ "fields": [],
1546
+ "events": [],
1547
+ "constructors": [
1548
+ {
1549
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1550
+ "isStatic": false,
1551
+ "parameterCount": 3
1552
+ }
1553
+ ]
1554
+ },
1555
+ {
1556
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
1557
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
1558
+ "tsEmitName": "SqlServerUdtTypeMapping",
1559
+ "kind": "Class",
1560
+ "accessibility": "Public",
1561
+ "isAbstract": false,
1562
+ "isSealed": false,
1563
+ "isStatic": false,
1564
+ "arity": 0,
1565
+ "methods": [
1566
+ {
1567
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping::GenerateCodeLiteral(System.Object):System.Linq.Expressions.Expression",
1568
+ "clrName": "GenerateCodeLiteral",
1569
+ "tsEmitName": "generateCodeLiteral",
1570
+ "normalizedSignature": "GenerateCodeLiteral|(System.Object):System.Linq.Expressions.Expression|static=false",
1571
+ "provenance": "Original",
1572
+ "emitScope": "ClassSurface",
1573
+ "isStatic": false,
1574
+ "isAbstract": false,
1575
+ "isVirtual": true,
1576
+ "isOverride": true,
1577
+ "isSealed": false,
1578
+ "arity": 0,
1579
+ "parameterCount": 1,
1580
+ "isExtensionMethod": false
1581
+ }
1582
+ ],
1583
+ "properties": [
1584
+ {
1585
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping::UdtTypeName:System.String",
1586
+ "clrName": "UdtTypeName",
1587
+ "tsEmitName": "udtTypeName",
1588
+ "normalizedSignature": "UdtTypeName|:System.String|static=false|accessor=get",
1589
+ "provenance": "Original",
1590
+ "emitScope": "ClassSurface",
1591
+ "isStatic": false,
1592
+ "isAbstract": false,
1593
+ "isVirtual": true,
1594
+ "isOverride": false,
1595
+ "isIndexer": false,
1596
+ "hasGetter": true,
1597
+ "hasSetter": false
1598
+ },
1599
+ {
1600
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping::LiteralGenerator:System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Linq.Expressions.Expression,System.Linq.Expressions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
1601
+ "clrName": "LiteralGenerator",
1602
+ "tsEmitName": "literalGenerator",
1603
+ "normalizedSignature": "LiteralGenerator|:System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Linq.Expressions.Expression,System.Linq.Expressions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false|accessor=get",
1604
+ "provenance": "Original",
1605
+ "emitScope": "ClassSurface",
1606
+ "isStatic": false,
1607
+ "isAbstract": false,
1608
+ "isVirtual": true,
1609
+ "isOverride": false,
1610
+ "isIndexer": false,
1611
+ "hasGetter": true,
1612
+ "hasSetter": false
1613
+ }
1614
+ ],
1615
+ "fields": [],
1616
+ "events": [],
1617
+ "constructors": [
1618
+ {
1619
+ "normalizedSignature": "constructor|(System.Type,System.String,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Linq.Expressions.Expression,System.Linq.Expressions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix,System.String,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1620
+ "isStatic": false,
1621
+ "parameterCount": 14
1622
+ }
1623
+ ]
1624
+ },
1625
+ {
1626
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
1627
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
1628
+ "tsEmitName": "SqlServerVectorTypeMapping",
1629
+ "kind": "Class",
1630
+ "accessibility": "Public",
1631
+ "isAbstract": false,
1632
+ "isSealed": false,
1633
+ "isStatic": false,
1634
+ "arity": 0,
1635
+ "methods": [],
1636
+ "properties": [
1637
+ {
1638
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
1639
+ "clrName": "Default",
1640
+ "tsEmitName": "default_",
1641
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping|static=true|accessor=get",
1642
+ "provenance": "Original",
1643
+ "emitScope": "ClassSurface",
1644
+ "isStatic": true,
1645
+ "isAbstract": false,
1646
+ "isVirtual": false,
1647
+ "isOverride": false,
1648
+ "isIndexer": false,
1649
+ "hasGetter": true,
1650
+ "hasSetter": false
1651
+ }
1652
+ ],
1653
+ "fields": [],
1654
+ "events": [],
1655
+ "constructors": [
1656
+ {
1657
+ "normalizedSignature": "constructor|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1658
+ "isStatic": false,
1659
+ "parameterCount": 1
1660
+ }
1661
+ ]
1662
+ },
1663
+ {
1664
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransientExceptionDetector",
1665
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransientExceptionDetector",
1666
+ "tsEmitName": "SqlServerTransientExceptionDetector",
1667
+ "kind": "StaticNamespace",
1668
+ "accessibility": "Public",
1669
+ "isAbstract": true,
1670
+ "isSealed": true,
1671
+ "isStatic": true,
1672
+ "arity": 0,
1673
+ "methods": [
1674
+ {
1675
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransientExceptionDetector::ShouldRetryOn(System.Exception):System.Boolean",
1676
+ "clrName": "ShouldRetryOn",
1677
+ "tsEmitName": "shouldRetryOn",
1678
+ "normalizedSignature": "ShouldRetryOn|(System.Exception):System.Boolean|static=true",
1679
+ "provenance": "Original",
1680
+ "emitScope": "ClassSurface",
1681
+ "isStatic": true,
1682
+ "isAbstract": false,
1683
+ "isVirtual": false,
1684
+ "isOverride": false,
1685
+ "isSealed": false,
1686
+ "arity": 0,
1687
+ "parameterCount": 1,
1688
+ "isExtensionMethod": false
1689
+ }
1690
+ ],
1691
+ "properties": [],
1692
+ "fields": [],
1693
+ "events": [],
1694
+ "constructors": []
1695
+ }
1696
+ ]
1697
+ }