@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,3289 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.SqlServer"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
9
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
10
+ "tsEmitName": "SqlServerSqlTranslatingExpressionVisitor_StartsEndsWithContains",
11
+ "kind": "Enum",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::value__System.Int32",
22
+ "clrName": "value__",
23
+ "tsEmitName": "value__",
24
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
25
+ "isStatic": false,
26
+ "isReadOnly": false,
27
+ "isLiteral": false
28
+ },
29
+ {
30
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::StartsWithMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
31
+ "clrName": "StartsWith",
32
+ "tsEmitName": "startsWith",
33
+ "normalizedSignature": "StartsWith|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
34
+ "isStatic": true,
35
+ "isReadOnly": false,
36
+ "isLiteral": true
37
+ },
38
+ {
39
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::EndsWithMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
40
+ "clrName": "EndsWith",
41
+ "tsEmitName": "endsWith",
42
+ "normalizedSignature": "EndsWith|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
43
+ "isStatic": true,
44
+ "isReadOnly": false,
45
+ "isLiteral": true
46
+ },
47
+ {
48
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::ContainsMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
49
+ "clrName": "Contains",
50
+ "tsEmitName": "contains",
51
+ "normalizedSignature": "Contains|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "isLiteral": true
55
+ }
56
+ ],
57
+ "events": [],
58
+ "constructors": []
59
+ },
60
+ {
61
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
62
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
63
+ "tsEmitName": "TemporalOperationType",
64
+ "kind": "Enum",
65
+ "accessibility": "Public",
66
+ "isAbstract": false,
67
+ "isSealed": true,
68
+ "isStatic": false,
69
+ "arity": 0,
70
+ "methods": [],
71
+ "properties": [],
72
+ "fields": [
73
+ {
74
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::value__System.Int32",
75
+ "clrName": "value__",
76
+ "tsEmitName": "value__",
77
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
78
+ "isStatic": false,
79
+ "isReadOnly": false,
80
+ "isLiteral": false
81
+ },
82
+ {
83
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::AllMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
84
+ "clrName": "All",
85
+ "tsEmitName": "all",
86
+ "normalizedSignature": "All|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
87
+ "isStatic": true,
88
+ "isReadOnly": false,
89
+ "isLiteral": true
90
+ },
91
+ {
92
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::AsOfMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
93
+ "clrName": "AsOf",
94
+ "tsEmitName": "asOf",
95
+ "normalizedSignature": "AsOf|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
96
+ "isStatic": true,
97
+ "isReadOnly": false,
98
+ "isLiteral": true
99
+ },
100
+ {
101
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::BetweenMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
102
+ "clrName": "Between",
103
+ "tsEmitName": "between",
104
+ "normalizedSignature": "Between|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
105
+ "isStatic": true,
106
+ "isReadOnly": false,
107
+ "isLiteral": true
108
+ },
109
+ {
110
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::ContainedInMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
111
+ "clrName": "ContainedIn",
112
+ "tsEmitName": "containedIn",
113
+ "normalizedSignature": "ContainedIn|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
114
+ "isStatic": true,
115
+ "isReadOnly": false,
116
+ "isLiteral": true
117
+ },
118
+ {
119
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::FromToMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
120
+ "clrName": "FromTo",
121
+ "tsEmitName": "fromTo",
122
+ "normalizedSignature": "FromTo|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
123
+ "isStatic": true,
124
+ "isReadOnly": false,
125
+ "isLiteral": true
126
+ }
127
+ ],
128
+ "events": [],
129
+ "constructors": []
130
+ },
131
+ {
132
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
133
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
134
+ "tsEmitName": "SqlServerOpenJsonExpression_ColumnInfo",
135
+ "kind": "Struct",
136
+ "accessibility": "Public",
137
+ "isAbstract": false,
138
+ "isSealed": true,
139
+ "isStatic": false,
140
+ "arity": 0,
141
+ "methods": [
142
+ {
143
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::ToString():System.String",
144
+ "clrName": "ToString",
145
+ "tsEmitName": "toString",
146
+ "normalizedSignature": "ToString|():System.String|static=false",
147
+ "provenance": "Original",
148
+ "emitScope": "ClassSurface",
149
+ "isStatic": false,
150
+ "isAbstract": false,
151
+ "isVirtual": true,
152
+ "isOverride": true,
153
+ "isSealed": false,
154
+ "arity": 0,
155
+ "parameterCount": 0,
156
+ "isExtensionMethod": false
157
+ },
158
+ {
159
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::GetHashCode():System.Int32",
160
+ "clrName": "GetHashCode",
161
+ "tsEmitName": "getHashCode",
162
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
163
+ "provenance": "Original",
164
+ "emitScope": "ClassSurface",
165
+ "isStatic": false,
166
+ "isAbstract": false,
167
+ "isVirtual": true,
168
+ "isOverride": true,
169
+ "isSealed": false,
170
+ "arity": 0,
171
+ "parameterCount": 0,
172
+ "isExtensionMethod": false
173
+ },
174
+ {
175
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Equals(System.Object):System.Boolean",
176
+ "clrName": "Equals",
177
+ "tsEmitName": "equals",
178
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
179
+ "provenance": "Original",
180
+ "emitScope": "ClassSurface",
181
+ "isStatic": false,
182
+ "isAbstract": false,
183
+ "isVirtual": true,
184
+ "isOverride": true,
185
+ "isSealed": false,
186
+ "arity": 0,
187
+ "parameterCount": 1,
188
+ "isExtensionMethod": false
189
+ },
190
+ {
191
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Equals(Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo):System.Boolean",
192
+ "clrName": "Equals",
193
+ "tsEmitName": "equals",
194
+ "normalizedSignature": "Equals|(Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo):System.Boolean|static=false",
195
+ "provenance": "Original",
196
+ "emitScope": "ClassSurface",
197
+ "isStatic": false,
198
+ "isAbstract": false,
199
+ "isVirtual": true,
200
+ "isOverride": false,
201
+ "isSealed": true,
202
+ "arity": 0,
203
+ "parameterCount": 1,
204
+ "isExtensionMethod": false
205
+ },
206
+ {
207
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Deconstruct(System.String\u0026,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u0026,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]\u0026,System.Boolean\u0026):System.Void",
208
+ "clrName": "Deconstruct",
209
+ "tsEmitName": "deconstruct",
210
+ "normalizedSignature": "Deconstruct|(System.String\u0026,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u0026,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]\u0026,System.Boolean\u0026):System.Void|static=false",
211
+ "provenance": "Original",
212
+ "emitScope": "ClassSurface",
213
+ "isStatic": false,
214
+ "isAbstract": false,
215
+ "isVirtual": false,
216
+ "isOverride": false,
217
+ "isSealed": false,
218
+ "arity": 0,
219
+ "parameterCount": 4,
220
+ "isExtensionMethod": false,
221
+ "parameterModifiers": [
222
+ {
223
+ "index": 0,
224
+ "modifier": "out"
225
+ },
226
+ {
227
+ "index": 1,
228
+ "modifier": "out"
229
+ },
230
+ {
231
+ "index": 2,
232
+ "modifier": "out"
233
+ },
234
+ {
235
+ "index": 3,
236
+ "modifier": "out"
237
+ }
238
+ ]
239
+ }
240
+ ],
241
+ "properties": [
242
+ {
243
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Name:System.String",
244
+ "clrName": "Name",
245
+ "tsEmitName": "name",
246
+ "normalizedSignature": "Name|:System.String|static=false|accessor=getset",
247
+ "provenance": "Original",
248
+ "emitScope": "ClassSurface",
249
+ "isStatic": false,
250
+ "isAbstract": false,
251
+ "isVirtual": false,
252
+ "isOverride": false,
253
+ "isIndexer": false,
254
+ "hasGetter": true,
255
+ "hasSetter": true
256
+ },
257
+ {
258
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::TypeMapping:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
259
+ "clrName": "TypeMapping",
260
+ "tsEmitName": "typeMapping",
261
+ "normalizedSignature": "TypeMapping|:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false|accessor=getset",
262
+ "provenance": "Original",
263
+ "emitScope": "ClassSurface",
264
+ "isStatic": false,
265
+ "isAbstract": false,
266
+ "isVirtual": false,
267
+ "isOverride": false,
268
+ "isIndexer": false,
269
+ "hasGetter": true,
270
+ "hasSetter": true
271
+ },
272
+ {
273
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Path:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
274
+ "clrName": "Path",
275
+ "tsEmitName": "path",
276
+ "normalizedSignature": "Path|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=getset",
277
+ "provenance": "Original",
278
+ "emitScope": "ClassSurface",
279
+ "isStatic": false,
280
+ "isAbstract": false,
281
+ "isVirtual": false,
282
+ "isOverride": false,
283
+ "isIndexer": false,
284
+ "hasGetter": true,
285
+ "hasSetter": true
286
+ },
287
+ {
288
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::AsJson:System.Boolean",
289
+ "clrName": "AsJson",
290
+ "tsEmitName": "asJson",
291
+ "normalizedSignature": "AsJson|:System.Boolean|static=false|accessor=getset",
292
+ "provenance": "Original",
293
+ "emitScope": "ClassSurface",
294
+ "isStatic": false,
295
+ "isAbstract": false,
296
+ "isVirtual": false,
297
+ "isOverride": false,
298
+ "isIndexer": false,
299
+ "hasGetter": true,
300
+ "hasSetter": true
301
+ }
302
+ ],
303
+ "fields": [],
304
+ "events": [],
305
+ "constructors": [
306
+ {
307
+ "normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):void|static=false",
308
+ "isStatic": false,
309
+ "parameterCount": 4
310
+ }
311
+ ]
312
+ },
313
+ {
314
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SearchConditionConverter",
315
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SearchConditionConverter",
316
+ "tsEmitName": "SearchConditionConverter",
317
+ "kind": "Class",
318
+ "accessibility": "Public",
319
+ "isAbstract": false,
320
+ "isSealed": false,
321
+ "isStatic": false,
322
+ "arity": 0,
323
+ "methods": [
324
+ {
325
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SearchConditionConverter::Visit(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
326
+ "clrName": "Visit",
327
+ "tsEmitName": "visit",
328
+ "normalizedSignature": "Visit|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
329
+ "provenance": "Original",
330
+ "emitScope": "ClassSurface",
331
+ "isStatic": false,
332
+ "isAbstract": false,
333
+ "isVirtual": true,
334
+ "isOverride": true,
335
+ "isSealed": false,
336
+ "arity": 0,
337
+ "parameterCount": 1,
338
+ "isExtensionMethod": false
339
+ }
340
+ ],
341
+ "properties": [],
342
+ "fields": [],
343
+ "events": [],
344
+ "constructors": [
345
+ {
346
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
347
+ "isStatic": false,
348
+ "parameterCount": 1
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression",
354
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression",
355
+ "tsEmitName": "SqlServerAggregateFunctionExpression",
356
+ "kind": "Class",
357
+ "accessibility": "Public",
358
+ "isAbstract": false,
359
+ "isSealed": false,
360
+ "isStatic": false,
361
+ "arity": 0,
362
+ "methods": [
363
+ {
364
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::ApplyTypeMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression",
365
+ "clrName": "ApplyTypeMapping",
366
+ "tsEmitName": "applyTypeMapping",
367
+ "normalizedSignature": "ApplyTypeMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression|static=false",
368
+ "provenance": "Original",
369
+ "emitScope": "ClassSurface",
370
+ "isStatic": false,
371
+ "isAbstract": false,
372
+ "isVirtual": true,
373
+ "isOverride": false,
374
+ "isSealed": false,
375
+ "arity": 0,
376
+ "parameterCount": 1,
377
+ "isExtensionMethod": false
378
+ },
379
+ {
380
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::Update(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression",
381
+ "clrName": "Update",
382
+ "tsEmitName": "update",
383
+ "normalizedSignature": "Update|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression|static=false",
384
+ "provenance": "Original",
385
+ "emitScope": "ClassSurface",
386
+ "isStatic": false,
387
+ "isAbstract": false,
388
+ "isVirtual": true,
389
+ "isOverride": false,
390
+ "isSealed": false,
391
+ "arity": 0,
392
+ "parameterCount": 2,
393
+ "isExtensionMethod": false
394
+ },
395
+ {
396
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::Quote():System.Linq.Expressions.Expression",
397
+ "clrName": "Quote",
398
+ "tsEmitName": "quote",
399
+ "normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
400
+ "provenance": "Original",
401
+ "emitScope": "ClassSurface",
402
+ "isStatic": false,
403
+ "isAbstract": false,
404
+ "isVirtual": true,
405
+ "isOverride": true,
406
+ "isSealed": false,
407
+ "arity": 0,
408
+ "parameterCount": 0,
409
+ "isExtensionMethod": false
410
+ },
411
+ {
412
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::Equals(System.Object):System.Boolean",
413
+ "clrName": "Equals",
414
+ "tsEmitName": "equals",
415
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
416
+ "provenance": "Original",
417
+ "emitScope": "ClassSurface",
418
+ "isStatic": false,
419
+ "isAbstract": false,
420
+ "isVirtual": true,
421
+ "isOverride": true,
422
+ "isSealed": false,
423
+ "arity": 0,
424
+ "parameterCount": 1,
425
+ "isExtensionMethod": false
426
+ },
427
+ {
428
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::GetHashCode():System.Int32",
429
+ "clrName": "GetHashCode",
430
+ "tsEmitName": "getHashCode",
431
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
432
+ "provenance": "Original",
433
+ "emitScope": "ClassSurface",
434
+ "isStatic": false,
435
+ "isAbstract": false,
436
+ "isVirtual": true,
437
+ "isOverride": true,
438
+ "isSealed": false,
439
+ "arity": 0,
440
+ "parameterCount": 0,
441
+ "isExtensionMethod": false
442
+ }
443
+ ],
444
+ "properties": [
445
+ {
446
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::Name:System.String",
447
+ "clrName": "Name",
448
+ "tsEmitName": "name",
449
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
450
+ "provenance": "Original",
451
+ "emitScope": "ClassSurface",
452
+ "isStatic": false,
453
+ "isAbstract": false,
454
+ "isVirtual": true,
455
+ "isOverride": false,
456
+ "isIndexer": false,
457
+ "hasGetter": true,
458
+ "hasSetter": false
459
+ },
460
+ {
461
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::Arguments:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
462
+ "clrName": "Arguments",
463
+ "tsEmitName": "arguments",
464
+ "normalizedSignature": "Arguments|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
465
+ "provenance": "Original",
466
+ "emitScope": "ClassSurface",
467
+ "isStatic": false,
468
+ "isAbstract": false,
469
+ "isVirtual": true,
470
+ "isOverride": false,
471
+ "isIndexer": false,
472
+ "hasGetter": true,
473
+ "hasSetter": false
474
+ },
475
+ {
476
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::Orderings:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
477
+ "clrName": "Orderings",
478
+ "tsEmitName": "orderings",
479
+ "normalizedSignature": "Orderings|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
480
+ "provenance": "Original",
481
+ "emitScope": "ClassSurface",
482
+ "isStatic": false,
483
+ "isAbstract": false,
484
+ "isVirtual": true,
485
+ "isOverride": false,
486
+ "isIndexer": false,
487
+ "hasGetter": true,
488
+ "hasSetter": false
489
+ },
490
+ {
491
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::IsNullable:System.Boolean",
492
+ "clrName": "IsNullable",
493
+ "tsEmitName": "isNullable",
494
+ "normalizedSignature": "IsNullable|:System.Boolean|static=false|accessor=get",
495
+ "provenance": "Original",
496
+ "emitScope": "ClassSurface",
497
+ "isStatic": false,
498
+ "isAbstract": false,
499
+ "isVirtual": true,
500
+ "isOverride": false,
501
+ "isIndexer": false,
502
+ "hasGetter": true,
503
+ "hasSetter": false
504
+ },
505
+ {
506
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateFunctionExpression::ArgumentsPropagateNullability:System.Collections.Generic.IReadOnlyList_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
507
+ "clrName": "ArgumentsPropagateNullability",
508
+ "tsEmitName": "argumentsPropagateNullability",
509
+ "normalizedSignature": "ArgumentsPropagateNullability|:System.Collections.Generic.IReadOnlyList_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
510
+ "provenance": "Original",
511
+ "emitScope": "ClassSurface",
512
+ "isStatic": false,
513
+ "isAbstract": false,
514
+ "isVirtual": true,
515
+ "isOverride": false,
516
+ "isIndexer": false,
517
+ "hasGetter": true,
518
+ "hasSetter": false
519
+ }
520
+ ],
521
+ "fields": [],
522
+ "events": [],
523
+ "constructors": [
524
+ {
525
+ "normalizedSignature": "constructor|(System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
526
+ "isStatic": false,
527
+ "parameterCount": 7
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateMethodCallTranslatorProvider",
533
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateMethodCallTranslatorProvider",
534
+ "tsEmitName": "SqlServerAggregateMethodCallTranslatorProvider",
535
+ "kind": "Class",
536
+ "accessibility": "Public",
537
+ "isAbstract": false,
538
+ "isSealed": false,
539
+ "isStatic": false,
540
+ "arity": 0,
541
+ "methods": [],
542
+ "properties": [],
543
+ "fields": [],
544
+ "events": [],
545
+ "constructors": [
546
+ {
547
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalAggregateMethodCallTranslatorProviderDependencies):void|static=false",
548
+ "isStatic": false,
549
+ "parameterCount": 1
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateOverSubqueryPostprocessor",
555
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerAggregateOverSubqueryPostprocessor",
556
+ "tsEmitName": "SqlServerAggregateOverSubqueryPostprocessor",
557
+ "kind": "Class",
558
+ "accessibility": "Public",
559
+ "isAbstract": false,
560
+ "isSealed": false,
561
+ "isStatic": false,
562
+ "arity": 0,
563
+ "methods": [],
564
+ "properties": [],
565
+ "fields": [],
566
+ "events": [],
567
+ "constructors": [
568
+ {
569
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlAliasManager):void|static=false",
570
+ "isStatic": false,
571
+ "parameterCount": 1
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerByteArrayMethodTranslator",
577
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerByteArrayMethodTranslator",
578
+ "tsEmitName": "SqlServerByteArrayMethodTranslator",
579
+ "kind": "Class",
580
+ "accessibility": "Public",
581
+ "isAbstract": false,
582
+ "isSealed": false,
583
+ "isStatic": false,
584
+ "arity": 0,
585
+ "methods": [
586
+ {
587
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerByteArrayMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
588
+ "clrName": "Translate",
589
+ "tsEmitName": "translate",
590
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
591
+ "provenance": "Original",
592
+ "emitScope": "ClassSurface",
593
+ "isStatic": false,
594
+ "isAbstract": false,
595
+ "isVirtual": true,
596
+ "isOverride": false,
597
+ "isSealed": false,
598
+ "arity": 0,
599
+ "parameterCount": 4,
600
+ "isExtensionMethod": false
601
+ }
602
+ ],
603
+ "properties": [],
604
+ "fields": [],
605
+ "events": [],
606
+ "constructors": [
607
+ {
608
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
609
+ "isStatic": false,
610
+ "parameterCount": 1
611
+ }
612
+ ]
613
+ },
614
+ {
615
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerCompiledQueryCacheKeyGenerator",
616
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerCompiledQueryCacheKeyGenerator",
617
+ "tsEmitName": "SqlServerCompiledQueryCacheKeyGenerator",
618
+ "kind": "Class",
619
+ "accessibility": "Public",
620
+ "isAbstract": false,
621
+ "isSealed": false,
622
+ "isStatic": false,
623
+ "arity": 0,
624
+ "methods": [
625
+ {
626
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerCompiledQueryCacheKeyGenerator::GenerateCacheKey(System.Linq.Expressions.Expression,System.Boolean):System.Object",
627
+ "clrName": "GenerateCacheKey",
628
+ "tsEmitName": "generateCacheKey",
629
+ "normalizedSignature": "GenerateCacheKey|(System.Linq.Expressions.Expression,System.Boolean):System.Object|static=false",
630
+ "provenance": "Original",
631
+ "emitScope": "ClassSurface",
632
+ "isStatic": false,
633
+ "isAbstract": false,
634
+ "isVirtual": true,
635
+ "isOverride": true,
636
+ "isSealed": false,
637
+ "arity": 0,
638
+ "parameterCount": 2,
639
+ "isExtensionMethod": false
640
+ }
641
+ ],
642
+ "properties": [],
643
+ "fields": [],
644
+ "events": [],
645
+ "constructors": [
646
+ {
647
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGeneratorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGeneratorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection):void|static=false",
648
+ "isStatic": false,
649
+ "parameterCount": 3
650
+ }
651
+ ]
652
+ },
653
+ {
654
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerConvertTranslator",
655
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerConvertTranslator",
656
+ "tsEmitName": "SqlServerConvertTranslator",
657
+ "kind": "Class",
658
+ "accessibility": "Public",
659
+ "isAbstract": false,
660
+ "isSealed": false,
661
+ "isStatic": false,
662
+ "arity": 0,
663
+ "methods": [
664
+ {
665
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerConvertTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
666
+ "clrName": "Translate",
667
+ "tsEmitName": "translate",
668
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
669
+ "provenance": "Original",
670
+ "emitScope": "ClassSurface",
671
+ "isStatic": false,
672
+ "isAbstract": false,
673
+ "isVirtual": true,
674
+ "isOverride": false,
675
+ "isSealed": false,
676
+ "arity": 0,
677
+ "parameterCount": 4,
678
+ "isExtensionMethod": false
679
+ }
680
+ ],
681
+ "properties": [],
682
+ "fields": [],
683
+ "events": [],
684
+ "constructors": [
685
+ {
686
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
687
+ "isStatic": false,
688
+ "parameterCount": 1
689
+ }
690
+ ]
691
+ },
692
+ {
693
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDataLengthFunctionTranslator",
694
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDataLengthFunctionTranslator",
695
+ "tsEmitName": "SqlServerDataLengthFunctionTranslator",
696
+ "kind": "Class",
697
+ "accessibility": "Public",
698
+ "isAbstract": false,
699
+ "isSealed": false,
700
+ "isStatic": false,
701
+ "arity": 0,
702
+ "methods": [
703
+ {
704
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDataLengthFunctionTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
705
+ "clrName": "Translate",
706
+ "tsEmitName": "translate",
707
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
708
+ "provenance": "Original",
709
+ "emitScope": "ClassSurface",
710
+ "isStatic": false,
711
+ "isAbstract": false,
712
+ "isVirtual": true,
713
+ "isOverride": false,
714
+ "isSealed": false,
715
+ "arity": 0,
716
+ "parameterCount": 4,
717
+ "isExtensionMethod": false
718
+ }
719
+ ],
720
+ "properties": [],
721
+ "fields": [],
722
+ "events": [],
723
+ "constructors": [
724
+ {
725
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
726
+ "isStatic": false,
727
+ "parameterCount": 1
728
+ }
729
+ ]
730
+ },
731
+ {
732
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateDiffFunctionsTranslator",
733
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateDiffFunctionsTranslator",
734
+ "tsEmitName": "SqlServerDateDiffFunctionsTranslator",
735
+ "kind": "Class",
736
+ "accessibility": "Public",
737
+ "isAbstract": false,
738
+ "isSealed": false,
739
+ "isStatic": false,
740
+ "arity": 0,
741
+ "methods": [
742
+ {
743
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateDiffFunctionsTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
744
+ "clrName": "Translate",
745
+ "tsEmitName": "translate",
746
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
747
+ "provenance": "Original",
748
+ "emitScope": "ClassSurface",
749
+ "isStatic": false,
750
+ "isAbstract": false,
751
+ "isVirtual": true,
752
+ "isOverride": false,
753
+ "isSealed": false,
754
+ "arity": 0,
755
+ "parameterCount": 4,
756
+ "isExtensionMethod": false
757
+ }
758
+ ],
759
+ "properties": [],
760
+ "fields": [],
761
+ "events": [],
762
+ "constructors": [
763
+ {
764
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
765
+ "isStatic": false,
766
+ "parameterCount": 1
767
+ }
768
+ ]
769
+ },
770
+ {
771
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateOnlyMemberTranslator",
772
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateOnlyMemberTranslator",
773
+ "tsEmitName": "SqlServerDateOnlyMemberTranslator",
774
+ "kind": "Class",
775
+ "accessibility": "Public",
776
+ "isAbstract": false,
777
+ "isSealed": false,
778
+ "isStatic": false,
779
+ "arity": 0,
780
+ "methods": [
781
+ {
782
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateOnlyMemberTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
783
+ "clrName": "Translate",
784
+ "tsEmitName": "translate",
785
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
786
+ "provenance": "Original",
787
+ "emitScope": "ClassSurface",
788
+ "isStatic": false,
789
+ "isAbstract": false,
790
+ "isVirtual": true,
791
+ "isOverride": false,
792
+ "isSealed": false,
793
+ "arity": 0,
794
+ "parameterCount": 4,
795
+ "isExtensionMethod": false
796
+ }
797
+ ],
798
+ "properties": [],
799
+ "fields": [],
800
+ "events": [],
801
+ "constructors": [
802
+ {
803
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
804
+ "isStatic": false,
805
+ "parameterCount": 1
806
+ }
807
+ ]
808
+ },
809
+ {
810
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateOnlyMethodTranslator",
811
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateOnlyMethodTranslator",
812
+ "tsEmitName": "SqlServerDateOnlyMethodTranslator",
813
+ "kind": "Class",
814
+ "accessibility": "Public",
815
+ "isAbstract": false,
816
+ "isSealed": false,
817
+ "isStatic": false,
818
+ "arity": 0,
819
+ "methods": [
820
+ {
821
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateOnlyMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
822
+ "clrName": "Translate",
823
+ "tsEmitName": "translate",
824
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
825
+ "provenance": "Original",
826
+ "emitScope": "ClassSurface",
827
+ "isStatic": false,
828
+ "isAbstract": false,
829
+ "isVirtual": true,
830
+ "isOverride": false,
831
+ "isSealed": false,
832
+ "arity": 0,
833
+ "parameterCount": 4,
834
+ "isExtensionMethod": false
835
+ }
836
+ ],
837
+ "properties": [],
838
+ "fields": [],
839
+ "events": [],
840
+ "constructors": [
841
+ {
842
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
843
+ "isStatic": false,
844
+ "parameterCount": 1
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateTimeMemberTranslator",
850
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateTimeMemberTranslator",
851
+ "tsEmitName": "SqlServerDateTimeMemberTranslator",
852
+ "kind": "Class",
853
+ "accessibility": "Public",
854
+ "isAbstract": false,
855
+ "isSealed": false,
856
+ "isStatic": false,
857
+ "arity": 0,
858
+ "methods": [
859
+ {
860
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateTimeMemberTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
861
+ "clrName": "Translate",
862
+ "tsEmitName": "translate",
863
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
864
+ "provenance": "Original",
865
+ "emitScope": "ClassSurface",
866
+ "isStatic": false,
867
+ "isAbstract": false,
868
+ "isVirtual": true,
869
+ "isOverride": false,
870
+ "isSealed": false,
871
+ "arity": 0,
872
+ "parameterCount": 4,
873
+ "isExtensionMethod": false
874
+ }
875
+ ],
876
+ "properties": [],
877
+ "fields": [],
878
+ "events": [],
879
+ "constructors": [
880
+ {
881
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
882
+ "isStatic": false,
883
+ "parameterCount": 2
884
+ }
885
+ ]
886
+ },
887
+ {
888
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateTimeMethodTranslator",
889
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateTimeMethodTranslator",
890
+ "tsEmitName": "SqlServerDateTimeMethodTranslator",
891
+ "kind": "Class",
892
+ "accessibility": "Public",
893
+ "isAbstract": false,
894
+ "isSealed": false,
895
+ "isStatic": false,
896
+ "arity": 0,
897
+ "methods": [
898
+ {
899
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerDateTimeMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
900
+ "clrName": "Translate",
901
+ "tsEmitName": "translate",
902
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
903
+ "provenance": "Original",
904
+ "emitScope": "ClassSurface",
905
+ "isStatic": false,
906
+ "isAbstract": false,
907
+ "isVirtual": true,
908
+ "isOverride": false,
909
+ "isSealed": false,
910
+ "arity": 0,
911
+ "parameterCount": 4,
912
+ "isExtensionMethod": false
913
+ }
914
+ ],
915
+ "properties": [],
916
+ "fields": [],
917
+ "events": [],
918
+ "constructors": [
919
+ {
920
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
921
+ "isStatic": false,
922
+ "parameterCount": 2
923
+ }
924
+ ]
925
+ },
926
+ {
927
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerEvaluatableExpressionFilter",
928
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerEvaluatableExpressionFilter",
929
+ "tsEmitName": "SqlServerEvaluatableExpressionFilter",
930
+ "kind": "Class",
931
+ "accessibility": "Public",
932
+ "isAbstract": false,
933
+ "isSealed": false,
934
+ "isStatic": false,
935
+ "arity": 0,
936
+ "methods": [
937
+ {
938
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerEvaluatableExpressionFilter::IsEvaluatableExpression(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean",
939
+ "clrName": "IsEvaluatableExpression",
940
+ "tsEmitName": "isEvaluatableExpression",
941
+ "normalizedSignature": "IsEvaluatableExpression|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean|static=false",
942
+ "provenance": "Original",
943
+ "emitScope": "ClassSurface",
944
+ "isStatic": false,
945
+ "isAbstract": false,
946
+ "isVirtual": true,
947
+ "isOverride": true,
948
+ "isSealed": false,
949
+ "arity": 0,
950
+ "parameterCount": 2,
951
+ "isExtensionMethod": false
952
+ }
953
+ ],
954
+ "properties": [],
955
+ "fields": [],
956
+ "events": [],
957
+ "constructors": [
958
+ {
959
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.EvaluatableExpressionFilterDependencies,Microsoft.EntityFrameworkCore.Query.RelationalEvaluatableExpressionFilterDependencies):void|static=false",
960
+ "isStatic": false,
961
+ "parameterCount": 2
962
+ }
963
+ ]
964
+ },
965
+ {
966
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerFromPartsFunctionTranslator",
967
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerFromPartsFunctionTranslator",
968
+ "tsEmitName": "SqlServerFromPartsFunctionTranslator",
969
+ "kind": "Class",
970
+ "accessibility": "Public",
971
+ "isAbstract": false,
972
+ "isSealed": false,
973
+ "isStatic": false,
974
+ "arity": 0,
975
+ "methods": [
976
+ {
977
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerFromPartsFunctionTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
978
+ "clrName": "Translate",
979
+ "tsEmitName": "translate",
980
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
981
+ "provenance": "Original",
982
+ "emitScope": "ClassSurface",
983
+ "isStatic": false,
984
+ "isAbstract": false,
985
+ "isVirtual": true,
986
+ "isOverride": false,
987
+ "isSealed": false,
988
+ "arity": 0,
989
+ "parameterCount": 4,
990
+ "isExtensionMethod": false
991
+ }
992
+ ],
993
+ "properties": [],
994
+ "fields": [],
995
+ "events": [],
996
+ "constructors": [
997
+ {
998
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
999
+ "isStatic": false,
1000
+ "parameterCount": 2
1001
+ }
1002
+ ]
1003
+ },
1004
+ {
1005
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerFullTextSearchFunctionsTranslator",
1006
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerFullTextSearchFunctionsTranslator",
1007
+ "tsEmitName": "SqlServerFullTextSearchFunctionsTranslator",
1008
+ "kind": "Class",
1009
+ "accessibility": "Public",
1010
+ "isAbstract": false,
1011
+ "isSealed": false,
1012
+ "isStatic": false,
1013
+ "arity": 0,
1014
+ "methods": [
1015
+ {
1016
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerFullTextSearchFunctionsTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
1017
+ "clrName": "Translate",
1018
+ "tsEmitName": "translate",
1019
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
1020
+ "provenance": "Original",
1021
+ "emitScope": "ClassSurface",
1022
+ "isStatic": false,
1023
+ "isAbstract": false,
1024
+ "isVirtual": true,
1025
+ "isOverride": false,
1026
+ "isSealed": false,
1027
+ "arity": 0,
1028
+ "parameterCount": 4,
1029
+ "isExtensionMethod": false
1030
+ }
1031
+ ],
1032
+ "properties": [],
1033
+ "fields": [],
1034
+ "events": [],
1035
+ "constructors": [
1036
+ {
1037
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
1038
+ "isStatic": false,
1039
+ "parameterCount": 1
1040
+ }
1041
+ ]
1042
+ },
1043
+ {
1044
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerIsDateFunctionTranslator",
1045
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerIsDateFunctionTranslator",
1046
+ "tsEmitName": "SqlServerIsDateFunctionTranslator",
1047
+ "kind": "Class",
1048
+ "accessibility": "Public",
1049
+ "isAbstract": false,
1050
+ "isSealed": false,
1051
+ "isStatic": false,
1052
+ "arity": 0,
1053
+ "methods": [
1054
+ {
1055
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerIsDateFunctionTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
1056
+ "clrName": "Translate",
1057
+ "tsEmitName": "translate",
1058
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
1059
+ "provenance": "Original",
1060
+ "emitScope": "ClassSurface",
1061
+ "isStatic": false,
1062
+ "isAbstract": false,
1063
+ "isVirtual": true,
1064
+ "isOverride": false,
1065
+ "isSealed": false,
1066
+ "arity": 0,
1067
+ "parameterCount": 4,
1068
+ "isExtensionMethod": false
1069
+ }
1070
+ ],
1071
+ "properties": [],
1072
+ "fields": [],
1073
+ "events": [],
1074
+ "constructors": [
1075
+ {
1076
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
1077
+ "isStatic": false,
1078
+ "parameterCount": 1
1079
+ }
1080
+ ]
1081
+ },
1082
+ {
1083
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerIsNumericFunctionTranslator",
1084
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerIsNumericFunctionTranslator",
1085
+ "tsEmitName": "SqlServerIsNumericFunctionTranslator",
1086
+ "kind": "Class",
1087
+ "accessibility": "Public",
1088
+ "isAbstract": false,
1089
+ "isSealed": false,
1090
+ "isStatic": false,
1091
+ "arity": 0,
1092
+ "methods": [
1093
+ {
1094
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerIsNumericFunctionTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
1095
+ "clrName": "Translate",
1096
+ "tsEmitName": "translate",
1097
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
1098
+ "provenance": "Original",
1099
+ "emitScope": "ClassSurface",
1100
+ "isStatic": false,
1101
+ "isAbstract": false,
1102
+ "isVirtual": true,
1103
+ "isOverride": false,
1104
+ "isSealed": false,
1105
+ "arity": 0,
1106
+ "parameterCount": 4,
1107
+ "isExtensionMethod": false
1108
+ }
1109
+ ],
1110
+ "properties": [],
1111
+ "fields": [],
1112
+ "events": [],
1113
+ "constructors": [
1114
+ {
1115
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
1116
+ "isStatic": false,
1117
+ "parameterCount": 1
1118
+ }
1119
+ ]
1120
+ },
1121
+ {
1122
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerJsonPostprocessor",
1123
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerJsonPostprocessor",
1124
+ "tsEmitName": "SqlServerJsonPostprocessor",
1125
+ "kind": "Class",
1126
+ "accessibility": "Public",
1127
+ "isAbstract": false,
1128
+ "isSealed": true,
1129
+ "isStatic": false,
1130
+ "arity": 0,
1131
+ "methods": [
1132
+ {
1133
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerJsonPostprocessor::Process(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
1134
+ "clrName": "Process",
1135
+ "tsEmitName": "process",
1136
+ "normalizedSignature": "Process|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
1137
+ "provenance": "Original",
1138
+ "emitScope": "ClassSurface",
1139
+ "isStatic": false,
1140
+ "isAbstract": false,
1141
+ "isVirtual": false,
1142
+ "isOverride": false,
1143
+ "isSealed": false,
1144
+ "arity": 0,
1145
+ "parameterCount": 1,
1146
+ "isExtensionMethod": false
1147
+ },
1148
+ {
1149
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerJsonPostprocessor::Visit(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
1150
+ "clrName": "Visit",
1151
+ "tsEmitName": "visit",
1152
+ "normalizedSignature": "Visit|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
1153
+ "provenance": "Original",
1154
+ "emitScope": "ClassSurface",
1155
+ "isStatic": false,
1156
+ "isAbstract": false,
1157
+ "isVirtual": true,
1158
+ "isOverride": true,
1159
+ "isSealed": false,
1160
+ "arity": 0,
1161
+ "parameterCount": 1,
1162
+ "isExtensionMethod": false
1163
+ }
1164
+ ],
1165
+ "properties": [],
1166
+ "fields": [],
1167
+ "events": [],
1168
+ "constructors": [
1169
+ {
1170
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.Query.SqlAliasManager):void|static=false",
1171
+ "isStatic": false,
1172
+ "parameterCount": 3
1173
+ }
1174
+ ]
1175
+ },
1176
+ {
1177
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerLongCountMethodTranslator",
1178
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerLongCountMethodTranslator",
1179
+ "tsEmitName": "SqlServerLongCountMethodTranslator",
1180
+ "kind": "Class",
1181
+ "accessibility": "Public",
1182
+ "isAbstract": false,
1183
+ "isSealed": false,
1184
+ "isStatic": false,
1185
+ "arity": 0,
1186
+ "methods": [
1187
+ {
1188
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerLongCountMethodTranslator::Translate(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
1189
+ "clrName": "Translate",
1190
+ "tsEmitName": "translate",
1191
+ "normalizedSignature": "Translate|(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
1192
+ "provenance": "Original",
1193
+ "emitScope": "ClassSurface",
1194
+ "isStatic": false,
1195
+ "isAbstract": false,
1196
+ "isVirtual": true,
1197
+ "isOverride": false,
1198
+ "isSealed": false,
1199
+ "arity": 0,
1200
+ "parameterCount": 4,
1201
+ "isExtensionMethod": false
1202
+ }
1203
+ ],
1204
+ "properties": [],
1205
+ "fields": [],
1206
+ "events": [],
1207
+ "constructors": [
1208
+ {
1209
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
1210
+ "isStatic": false,
1211
+ "parameterCount": 1
1212
+ }
1213
+ ]
1214
+ },
1215
+ {
1216
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerMathTranslator",
1217
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerMathTranslator",
1218
+ "tsEmitName": "SqlServerMathTranslator",
1219
+ "kind": "Class",
1220
+ "accessibility": "Public",
1221
+ "isAbstract": false,
1222
+ "isSealed": false,
1223
+ "isStatic": false,
1224
+ "arity": 0,
1225
+ "methods": [
1226
+ {
1227
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerMathTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
1228
+ "clrName": "Translate",
1229
+ "tsEmitName": "translate",
1230
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
1231
+ "provenance": "Original",
1232
+ "emitScope": "ClassSurface",
1233
+ "isStatic": false,
1234
+ "isAbstract": false,
1235
+ "isVirtual": true,
1236
+ "isOverride": false,
1237
+ "isSealed": false,
1238
+ "arity": 0,
1239
+ "parameterCount": 4,
1240
+ "isExtensionMethod": false
1241
+ }
1242
+ ],
1243
+ "properties": [],
1244
+ "fields": [],
1245
+ "events": [],
1246
+ "constructors": [
1247
+ {
1248
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
1249
+ "isStatic": false,
1250
+ "parameterCount": 1
1251
+ }
1252
+ ]
1253
+ },
1254
+ {
1255
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerMemberTranslatorProvider",
1256
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerMemberTranslatorProvider",
1257
+ "tsEmitName": "SqlServerMemberTranslatorProvider",
1258
+ "kind": "Class",
1259
+ "accessibility": "Public",
1260
+ "isAbstract": false,
1261
+ "isSealed": false,
1262
+ "isStatic": false,
1263
+ "arity": 0,
1264
+ "methods": [],
1265
+ "properties": [],
1266
+ "fields": [],
1267
+ "events": [],
1268
+ "constructors": [
1269
+ {
1270
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalMemberTranslatorProviderDependencies,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
1271
+ "isStatic": false,
1272
+ "parameterCount": 2
1273
+ }
1274
+ ]
1275
+ },
1276
+ {
1277
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerMethodCallTranslatorProvider",
1278
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerMethodCallTranslatorProvider",
1279
+ "tsEmitName": "SqlServerMethodCallTranslatorProvider",
1280
+ "kind": "Class",
1281
+ "accessibility": "Public",
1282
+ "isAbstract": false,
1283
+ "isSealed": false,
1284
+ "isStatic": false,
1285
+ "arity": 0,
1286
+ "methods": [],
1287
+ "properties": [],
1288
+ "fields": [],
1289
+ "events": [],
1290
+ "constructors": [
1291
+ {
1292
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalMethodCallTranslatorProviderDependencies,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1293
+ "isStatic": false,
1294
+ "parameterCount": 2
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerNavigationExpansionExtensibilityHelper",
1300
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerNavigationExpansionExtensibilityHelper",
1301
+ "tsEmitName": "SqlServerNavigationExpansionExtensibilityHelper",
1302
+ "kind": "Class",
1303
+ "accessibility": "Public",
1304
+ "isAbstract": false,
1305
+ "isSealed": false,
1306
+ "isStatic": false,
1307
+ "arity": 0,
1308
+ "methods": [
1309
+ {
1310
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerNavigationExpansionExtensibilityHelper::CreateQueryRoot(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression",
1311
+ "clrName": "CreateQueryRoot",
1312
+ "tsEmitName": "createQueryRoot",
1313
+ "normalizedSignature": "CreateQueryRoot|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression|static=false",
1314
+ "provenance": "Original",
1315
+ "emitScope": "ClassSurface",
1316
+ "isStatic": false,
1317
+ "isAbstract": false,
1318
+ "isVirtual": true,
1319
+ "isOverride": true,
1320
+ "isSealed": false,
1321
+ "arity": 0,
1322
+ "parameterCount": 2,
1323
+ "isExtensionMethod": false
1324
+ },
1325
+ {
1326
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerNavigationExpansionExtensibilityHelper::ValidateQueryRootCreation(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression):System.Void",
1327
+ "clrName": "ValidateQueryRootCreation",
1328
+ "tsEmitName": "validateQueryRootCreation",
1329
+ "normalizedSignature": "ValidateQueryRootCreation|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression):System.Void|static=false",
1330
+ "provenance": "Original",
1331
+ "emitScope": "ClassSurface",
1332
+ "isStatic": false,
1333
+ "isAbstract": false,
1334
+ "isVirtual": true,
1335
+ "isOverride": true,
1336
+ "isSealed": false,
1337
+ "arity": 0,
1338
+ "parameterCount": 2,
1339
+ "isExtensionMethod": false
1340
+ },
1341
+ {
1342
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerNavigationExpansionExtensibilityHelper::AreQueryRootsCompatible(Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression,Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression):System.Boolean",
1343
+ "clrName": "AreQueryRootsCompatible",
1344
+ "tsEmitName": "areQueryRootsCompatible",
1345
+ "normalizedSignature": "AreQueryRootsCompatible|(Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression,Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression):System.Boolean|static=false",
1346
+ "provenance": "Original",
1347
+ "emitScope": "ClassSurface",
1348
+ "isStatic": false,
1349
+ "isAbstract": false,
1350
+ "isVirtual": true,
1351
+ "isOverride": true,
1352
+ "isSealed": false,
1353
+ "arity": 0,
1354
+ "parameterCount": 2,
1355
+ "isExtensionMethod": false
1356
+ }
1357
+ ],
1358
+ "properties": [],
1359
+ "fields": [],
1360
+ "events": [],
1361
+ "constructors": [
1362
+ {
1363
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.NavigationExpansionExtensibilityHelperDependencies):void|static=false",
1364
+ "isStatic": false,
1365
+ "parameterCount": 1
1366
+ }
1367
+ ]
1368
+ },
1369
+ {
1370
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerNewGuidTranslator",
1371
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerNewGuidTranslator",
1372
+ "tsEmitName": "SqlServerNewGuidTranslator",
1373
+ "kind": "Class",
1374
+ "accessibility": "Public",
1375
+ "isAbstract": false,
1376
+ "isSealed": false,
1377
+ "isStatic": false,
1378
+ "arity": 0,
1379
+ "methods": [
1380
+ {
1381
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerNewGuidTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
1382
+ "clrName": "Translate",
1383
+ "tsEmitName": "translate",
1384
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
1385
+ "provenance": "Original",
1386
+ "emitScope": "ClassSurface",
1387
+ "isStatic": false,
1388
+ "isAbstract": false,
1389
+ "isVirtual": true,
1390
+ "isOverride": false,
1391
+ "isSealed": false,
1392
+ "arity": 0,
1393
+ "parameterCount": 4,
1394
+ "isExtensionMethod": false
1395
+ }
1396
+ ],
1397
+ "properties": [],
1398
+ "fields": [],
1399
+ "events": [],
1400
+ "constructors": [
1401
+ {
1402
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
1403
+ "isStatic": false,
1404
+ "parameterCount": 1
1405
+ }
1406
+ ]
1407
+ },
1408
+ {
1409
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerObjectToStringTranslator",
1410
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerObjectToStringTranslator",
1411
+ "tsEmitName": "SqlServerObjectToStringTranslator",
1412
+ "kind": "Class",
1413
+ "accessibility": "Public",
1414
+ "isAbstract": false,
1415
+ "isSealed": false,
1416
+ "isStatic": false,
1417
+ "arity": 0,
1418
+ "methods": [
1419
+ {
1420
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerObjectToStringTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
1421
+ "clrName": "Translate",
1422
+ "tsEmitName": "translate",
1423
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
1424
+ "provenance": "Original",
1425
+ "emitScope": "ClassSurface",
1426
+ "isStatic": false,
1427
+ "isAbstract": false,
1428
+ "isVirtual": true,
1429
+ "isOverride": false,
1430
+ "isSealed": false,
1431
+ "arity": 0,
1432
+ "parameterCount": 4,
1433
+ "isExtensionMethod": false
1434
+ }
1435
+ ],
1436
+ "properties": [],
1437
+ "fields": [],
1438
+ "events": [],
1439
+ "constructors": [
1440
+ {
1441
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
1442
+ "isStatic": false,
1443
+ "parameterCount": 2
1444
+ }
1445
+ ]
1446
+ },
1447
+ {
1448
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
1449
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
1450
+ "tsEmitName": "SqlServerOpenJsonExpression",
1451
+ "kind": "Class",
1452
+ "accessibility": "Public",
1453
+ "isAbstract": false,
1454
+ "isSealed": false,
1455
+ "isStatic": false,
1456
+ "arity": 0,
1457
+ "methods": [
1458
+ {
1459
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
1460
+ "clrName": "Update",
1461
+ "tsEmitName": "update",
1462
+ "normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression|static=false",
1463
+ "provenance": "Original",
1464
+ "emitScope": "ClassSurface",
1465
+ "isStatic": false,
1466
+ "isAbstract": false,
1467
+ "isVirtual": true,
1468
+ "isOverride": false,
1469
+ "isSealed": false,
1470
+ "arity": 0,
1471
+ "parameterCount": 3,
1472
+ "isExtensionMethod": false
1473
+ },
1474
+ {
1475
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
1476
+ "clrName": "Update",
1477
+ "tsEmitName": "update",
1478
+ "normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression|static=false",
1479
+ "provenance": "Original",
1480
+ "emitScope": "ClassSurface",
1481
+ "isStatic": false,
1482
+ "isAbstract": false,
1483
+ "isVirtual": true,
1484
+ "isOverride": false,
1485
+ "isSealed": false,
1486
+ "arity": 0,
1487
+ "parameterCount": 1,
1488
+ "isExtensionMethod": false
1489
+ },
1490
+ {
1491
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Clone(System.String,System.Linq.Expressions.ExpressionVisitor):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
1492
+ "clrName": "Clone",
1493
+ "tsEmitName": "clone",
1494
+ "normalizedSignature": "Clone|(System.String,System.Linq.Expressions.ExpressionVisitor):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
1495
+ "provenance": "Original",
1496
+ "emitScope": "ClassSurface",
1497
+ "isStatic": false,
1498
+ "isAbstract": false,
1499
+ "isVirtual": true,
1500
+ "isOverride": true,
1501
+ "isSealed": false,
1502
+ "arity": 0,
1503
+ "parameterCount": 2,
1504
+ "isExtensionMethod": false
1505
+ },
1506
+ {
1507
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
1508
+ "clrName": "WithAlias",
1509
+ "tsEmitName": "withAlias",
1510
+ "normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression|static=false",
1511
+ "provenance": "Original",
1512
+ "emitScope": "ClassSurface",
1513
+ "isStatic": false,
1514
+ "isAbstract": false,
1515
+ "isVirtual": true,
1516
+ "isOverride": false,
1517
+ "isSealed": false,
1518
+ "arity": 0,
1519
+ "parameterCount": 1,
1520
+ "isExtensionMethod": false
1521
+ },
1522
+ {
1523
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Quote():System.Linq.Expressions.Expression",
1524
+ "clrName": "Quote",
1525
+ "tsEmitName": "quote",
1526
+ "normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
1527
+ "provenance": "Original",
1528
+ "emitScope": "ClassSurface",
1529
+ "isStatic": false,
1530
+ "isAbstract": false,
1531
+ "isVirtual": true,
1532
+ "isOverride": true,
1533
+ "isSealed": false,
1534
+ "arity": 0,
1535
+ "parameterCount": 0,
1536
+ "isExtensionMethod": false
1537
+ },
1538
+ {
1539
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Equals(System.Object):System.Boolean",
1540
+ "clrName": "Equals",
1541
+ "tsEmitName": "equals",
1542
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
1543
+ "provenance": "Original",
1544
+ "emitScope": "ClassSurface",
1545
+ "isStatic": false,
1546
+ "isAbstract": false,
1547
+ "isVirtual": true,
1548
+ "isOverride": true,
1549
+ "isSealed": false,
1550
+ "arity": 0,
1551
+ "parameterCount": 1,
1552
+ "isExtensionMethod": false
1553
+ },
1554
+ {
1555
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::GetHashCode():System.Int32",
1556
+ "clrName": "GetHashCode",
1557
+ "tsEmitName": "getHashCode",
1558
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
1559
+ "provenance": "Original",
1560
+ "emitScope": "ClassSurface",
1561
+ "isStatic": false,
1562
+ "isAbstract": false,
1563
+ "isVirtual": true,
1564
+ "isOverride": true,
1565
+ "isSealed": false,
1566
+ "arity": 0,
1567
+ "parameterCount": 0,
1568
+ "isExtensionMethod": false
1569
+ }
1570
+ ],
1571
+ "properties": [
1572
+ {
1573
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::JsonExpression:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
1574
+ "clrName": "JsonExpression",
1575
+ "tsEmitName": "jsonExpression",
1576
+ "normalizedSignature": "JsonExpression|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
1577
+ "provenance": "Original",
1578
+ "emitScope": "ClassSurface",
1579
+ "isStatic": false,
1580
+ "isAbstract": false,
1581
+ "isVirtual": true,
1582
+ "isOverride": false,
1583
+ "isIndexer": false,
1584
+ "hasGetter": true,
1585
+ "hasSetter": false
1586
+ },
1587
+ {
1588
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Path:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1589
+ "clrName": "Path",
1590
+ "tsEmitName": "path",
1591
+ "normalizedSignature": "Path|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
1592
+ "provenance": "Original",
1593
+ "emitScope": "ClassSurface",
1594
+ "isStatic": false,
1595
+ "isAbstract": false,
1596
+ "isVirtual": true,
1597
+ "isOverride": false,
1598
+ "isIndexer": false,
1599
+ "hasGetter": true,
1600
+ "hasSetter": false
1601
+ },
1602
+ {
1603
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::ColumnInfos:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1604
+ "clrName": "ColumnInfos",
1605
+ "tsEmitName": "columnInfos",
1606
+ "normalizedSignature": "ColumnInfos|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
1607
+ "provenance": "Original",
1608
+ "emitScope": "ClassSurface",
1609
+ "isStatic": false,
1610
+ "isAbstract": false,
1611
+ "isVirtual": true,
1612
+ "isOverride": false,
1613
+ "isIndexer": false,
1614
+ "hasGetter": true,
1615
+ "hasSetter": false
1616
+ }
1617
+ ],
1618
+ "fields": [],
1619
+ "events": [],
1620
+ "constructors": [
1621
+ {
1622
+ "normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
1623
+ "isStatic": false,
1624
+ "parameterCount": 4
1625
+ }
1626
+ ]
1627
+ },
1628
+ {
1629
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerParameterBasedSqlProcessor",
1630
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerParameterBasedSqlProcessor",
1631
+ "tsEmitName": "SqlServerParameterBasedSqlProcessor",
1632
+ "kind": "Class",
1633
+ "accessibility": "Public",
1634
+ "isAbstract": false,
1635
+ "isSealed": false,
1636
+ "isStatic": false,
1637
+ "arity": 0,
1638
+ "methods": [
1639
+ {
1640
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerParameterBasedSqlProcessor::Process(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression",
1641
+ "clrName": "Process",
1642
+ "tsEmitName": "process",
1643
+ "normalizedSignature": "Process|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression|static=false",
1644
+ "provenance": "Original",
1645
+ "emitScope": "ClassSurface",
1646
+ "isStatic": false,
1647
+ "isAbstract": false,
1648
+ "isVirtual": true,
1649
+ "isOverride": true,
1650
+ "isSealed": false,
1651
+ "arity": 0,
1652
+ "parameterCount": 2,
1653
+ "isExtensionMethod": false
1654
+ }
1655
+ ],
1656
+ "properties": [],
1657
+ "fields": [],
1658
+ "events": [],
1659
+ "constructors": [
1660
+ {
1661
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1662
+ "isStatic": false,
1663
+ "parameterCount": 3
1664
+ }
1665
+ ]
1666
+ },
1667
+ {
1668
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerParameterBasedSqlProcessorFactory",
1669
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerParameterBasedSqlProcessorFactory",
1670
+ "tsEmitName": "SqlServerParameterBasedSqlProcessorFactory",
1671
+ "kind": "Class",
1672
+ "accessibility": "Public",
1673
+ "isAbstract": false,
1674
+ "isSealed": false,
1675
+ "isStatic": false,
1676
+ "arity": 0,
1677
+ "methods": [
1678
+ {
1679
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerParameterBasedSqlProcessorFactory::Create(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor",
1680
+ "clrName": "Create",
1681
+ "tsEmitName": "create",
1682
+ "normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor|static=false",
1683
+ "provenance": "Original",
1684
+ "emitScope": "ClassSurface",
1685
+ "isStatic": false,
1686
+ "isAbstract": false,
1687
+ "isVirtual": true,
1688
+ "isOverride": false,
1689
+ "isSealed": false,
1690
+ "arity": 0,
1691
+ "parameterCount": 1,
1692
+ "isExtensionMethod": false
1693
+ }
1694
+ ],
1695
+ "properties": [],
1696
+ "fields": [],
1697
+ "events": [],
1698
+ "constructors": [
1699
+ {
1700
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1701
+ "isStatic": false,
1702
+ "parameterCount": 2
1703
+ }
1704
+ ]
1705
+ },
1706
+ {
1707
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryableMethodTranslatingExpressionVisitor",
1708
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryableMethodTranslatingExpressionVisitor",
1709
+ "tsEmitName": "SqlServerQueryableMethodTranslatingExpressionVisitor",
1710
+ "kind": "Class",
1711
+ "accessibility": "Public",
1712
+ "isAbstract": false,
1713
+ "isSealed": false,
1714
+ "isStatic": false,
1715
+ "arity": 0,
1716
+ "methods": [],
1717
+ "properties": [],
1718
+ "fields": [],
1719
+ "events": [],
1720
+ "constructors": [
1721
+ {
1722
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContext,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1723
+ "isStatic": false,
1724
+ "parameterCount": 4
1725
+ }
1726
+ ]
1727
+ },
1728
+ {
1729
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryableMethodTranslatingExpressionVisitorFactory",
1730
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryableMethodTranslatingExpressionVisitorFactory",
1731
+ "tsEmitName": "SqlServerQueryableMethodTranslatingExpressionVisitorFactory",
1732
+ "kind": "Class",
1733
+ "accessibility": "Public",
1734
+ "isAbstract": false,
1735
+ "isSealed": false,
1736
+ "isStatic": false,
1737
+ "arity": 0,
1738
+ "methods": [
1739
+ {
1740
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryableMethodTranslatingExpressionVisitorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor",
1741
+ "clrName": "Create",
1742
+ "tsEmitName": "create",
1743
+ "normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor|static=false",
1744
+ "provenance": "Original",
1745
+ "emitScope": "ClassSurface",
1746
+ "isStatic": false,
1747
+ "isAbstract": false,
1748
+ "isVirtual": true,
1749
+ "isOverride": false,
1750
+ "isSealed": false,
1751
+ "arity": 0,
1752
+ "parameterCount": 1,
1753
+ "isExtensionMethod": false
1754
+ }
1755
+ ],
1756
+ "properties": [],
1757
+ "fields": [],
1758
+ "events": [],
1759
+ "constructors": [
1760
+ {
1761
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1762
+ "isStatic": false,
1763
+ "parameterCount": 3
1764
+ }
1765
+ ]
1766
+ },
1767
+ {
1768
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContext",
1769
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContext",
1770
+ "tsEmitName": "SqlServerQueryCompilationContext",
1771
+ "kind": "Class",
1772
+ "accessibility": "Public",
1773
+ "isAbstract": false,
1774
+ "isSealed": false,
1775
+ "isStatic": false,
1776
+ "arity": 0,
1777
+ "methods": [],
1778
+ "properties": [
1779
+ {
1780
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContext::IsBuffering:System.Boolean",
1781
+ "clrName": "IsBuffering",
1782
+ "tsEmitName": "isBuffering",
1783
+ "normalizedSignature": "IsBuffering|:System.Boolean|static=false|accessor=get",
1784
+ "provenance": "Original",
1785
+ "emitScope": "ClassSurface",
1786
+ "isStatic": false,
1787
+ "isAbstract": false,
1788
+ "isVirtual": true,
1789
+ "isOverride": true,
1790
+ "isIndexer": false,
1791
+ "hasGetter": true,
1792
+ "hasSetter": false
1793
+ },
1794
+ {
1795
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContext::SupportsPrecompiledQuery:System.Boolean",
1796
+ "clrName": "SupportsPrecompiledQuery",
1797
+ "tsEmitName": "supportsPrecompiledQuery",
1798
+ "normalizedSignature": "SupportsPrecompiledQuery|:System.Boolean|static=false|accessor=get",
1799
+ "provenance": "Original",
1800
+ "emitScope": "ClassSurface",
1801
+ "isStatic": false,
1802
+ "isAbstract": false,
1803
+ "isVirtual": true,
1804
+ "isOverride": true,
1805
+ "isIndexer": false,
1806
+ "hasGetter": true,
1807
+ "hasSetter": false
1808
+ }
1809
+ ],
1810
+ "fields": [],
1811
+ "events": [],
1812
+ "constructors": [
1813
+ {
1814
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean,System.Boolean):void|static=false",
1815
+ "isStatic": false,
1816
+ "parameterCount": 4
1817
+ },
1818
+ {
1819
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean,System.Boolean,System.Boolean):void|static=false",
1820
+ "isStatic": false,
1821
+ "parameterCount": 5
1822
+ }
1823
+ ]
1824
+ },
1825
+ {
1826
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContextFactory",
1827
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContextFactory",
1828
+ "tsEmitName": "SqlServerQueryCompilationContextFactory",
1829
+ "kind": "Class",
1830
+ "accessibility": "Public",
1831
+ "isAbstract": false,
1832
+ "isSealed": false,
1833
+ "isStatic": false,
1834
+ "arity": 0,
1835
+ "methods": [
1836
+ {
1837
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContextFactory::Create(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
1838
+ "clrName": "Create",
1839
+ "tsEmitName": "create",
1840
+ "normalizedSignature": "Create|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
1841
+ "provenance": "Original",
1842
+ "emitScope": "ClassSurface",
1843
+ "isStatic": false,
1844
+ "isAbstract": false,
1845
+ "isVirtual": true,
1846
+ "isOverride": false,
1847
+ "isSealed": false,
1848
+ "arity": 0,
1849
+ "parameterCount": 1,
1850
+ "isExtensionMethod": false
1851
+ },
1852
+ {
1853
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContextFactory::CreatePrecompiled(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
1854
+ "clrName": "CreatePrecompiled",
1855
+ "tsEmitName": "createPrecompiled",
1856
+ "normalizedSignature": "CreatePrecompiled|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
1857
+ "provenance": "Original",
1858
+ "emitScope": "ClassSurface",
1859
+ "isStatic": false,
1860
+ "isAbstract": false,
1861
+ "isVirtual": true,
1862
+ "isOverride": false,
1863
+ "isSealed": false,
1864
+ "arity": 0,
1865
+ "parameterCount": 1,
1866
+ "isExtensionMethod": false
1867
+ }
1868
+ ],
1869
+ "properties": [],
1870
+ "fields": [],
1871
+ "events": [],
1872
+ "constructors": [
1873
+ {
1874
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection):void|static=false",
1875
+ "isStatic": false,
1876
+ "parameterCount": 3
1877
+ }
1878
+ ]
1879
+ },
1880
+ {
1881
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQuerySqlGenerator",
1882
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQuerySqlGenerator",
1883
+ "tsEmitName": "SqlServerQuerySqlGenerator",
1884
+ "kind": "Class",
1885
+ "accessibility": "Public",
1886
+ "isAbstract": false,
1887
+ "isSealed": false,
1888
+ "isStatic": false,
1889
+ "arity": 0,
1890
+ "methods": [],
1891
+ "properties": [],
1892
+ "fields": [],
1893
+ "events": [],
1894
+ "constructors": [
1895
+ {
1896
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1897
+ "isStatic": false,
1898
+ "parameterCount": 3
1899
+ }
1900
+ ]
1901
+ },
1902
+ {
1903
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQuerySqlGeneratorFactory",
1904
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQuerySqlGeneratorFactory",
1905
+ "tsEmitName": "SqlServerQuerySqlGeneratorFactory",
1906
+ "kind": "Class",
1907
+ "accessibility": "Public",
1908
+ "isAbstract": false,
1909
+ "isSealed": false,
1910
+ "isStatic": false,
1911
+ "arity": 0,
1912
+ "methods": [
1913
+ {
1914
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQuerySqlGeneratorFactory::Create():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator",
1915
+ "clrName": "Create",
1916
+ "tsEmitName": "create",
1917
+ "normalizedSignature": "Create|():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator|static=false",
1918
+ "provenance": "Original",
1919
+ "emitScope": "ClassSurface",
1920
+ "isStatic": false,
1921
+ "isAbstract": false,
1922
+ "isVirtual": true,
1923
+ "isOverride": false,
1924
+ "isSealed": false,
1925
+ "arity": 0,
1926
+ "parameterCount": 0,
1927
+ "isExtensionMethod": false
1928
+ }
1929
+ ],
1930
+ "properties": [],
1931
+ "fields": [],
1932
+ "events": [],
1933
+ "constructors": [
1934
+ {
1935
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1936
+ "isStatic": false,
1937
+ "parameterCount": 3
1938
+ }
1939
+ ]
1940
+ },
1941
+ {
1942
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryStringFactory",
1943
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryStringFactory",
1944
+ "tsEmitName": "SqlServerQueryStringFactory",
1945
+ "kind": "Class",
1946
+ "accessibility": "Public",
1947
+ "isAbstract": false,
1948
+ "isSealed": false,
1949
+ "isStatic": false,
1950
+ "arity": 0,
1951
+ "methods": [
1952
+ {
1953
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryStringFactory::Create(System.Data.Common.DbCommand):System.String",
1954
+ "clrName": "Create",
1955
+ "tsEmitName": "create",
1956
+ "normalizedSignature": "Create|(System.Data.Common.DbCommand):System.String|static=false",
1957
+ "provenance": "Original",
1958
+ "emitScope": "ClassSurface",
1959
+ "isStatic": false,
1960
+ "isAbstract": false,
1961
+ "isVirtual": true,
1962
+ "isOverride": false,
1963
+ "isSealed": false,
1964
+ "arity": 0,
1965
+ "parameterCount": 1,
1966
+ "isExtensionMethod": false
1967
+ }
1968
+ ],
1969
+ "properties": [],
1970
+ "fields": [],
1971
+ "events": [],
1972
+ "constructors": [
1973
+ {
1974
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
1975
+ "isStatic": false,
1976
+ "parameterCount": 1
1977
+ }
1978
+ ]
1979
+ },
1980
+ {
1981
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryTranslationPostprocessor",
1982
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryTranslationPostprocessor",
1983
+ "tsEmitName": "SqlServerQueryTranslationPostprocessor",
1984
+ "kind": "Class",
1985
+ "accessibility": "Public",
1986
+ "isAbstract": false,
1987
+ "isSealed": false,
1988
+ "isStatic": false,
1989
+ "arity": 0,
1990
+ "methods": [
1991
+ {
1992
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryTranslationPostprocessor::Process(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
1993
+ "clrName": "Process",
1994
+ "tsEmitName": "process",
1995
+ "normalizedSignature": "Process|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
1996
+ "provenance": "Original",
1997
+ "emitScope": "ClassSurface",
1998
+ "isStatic": false,
1999
+ "isAbstract": false,
2000
+ "isVirtual": true,
2001
+ "isOverride": true,
2002
+ "isSealed": false,
2003
+ "arity": 0,
2004
+ "parameterCount": 1,
2005
+ "isExtensionMethod": false
2006
+ }
2007
+ ],
2008
+ "properties": [],
2009
+ "fields": [],
2010
+ "events": [],
2011
+ "constructors": [
2012
+ {
2013
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContext):void|static=false",
2014
+ "isStatic": false,
2015
+ "parameterCount": 3
2016
+ }
2017
+ ]
2018
+ },
2019
+ {
2020
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryTranslationPostprocessorFactory",
2021
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryTranslationPostprocessorFactory",
2022
+ "tsEmitName": "SqlServerQueryTranslationPostprocessorFactory",
2023
+ "kind": "Class",
2024
+ "accessibility": "Public",
2025
+ "isAbstract": false,
2026
+ "isSealed": false,
2027
+ "isStatic": false,
2028
+ "arity": 0,
2029
+ "methods": [
2030
+ {
2031
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryTranslationPostprocessorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor",
2032
+ "clrName": "Create",
2033
+ "tsEmitName": "create",
2034
+ "normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor|static=false",
2035
+ "provenance": "Original",
2036
+ "emitScope": "ClassSurface",
2037
+ "isStatic": false,
2038
+ "isAbstract": false,
2039
+ "isVirtual": true,
2040
+ "isOverride": false,
2041
+ "isSealed": false,
2042
+ "arity": 0,
2043
+ "parameterCount": 1,
2044
+ "isExtensionMethod": false
2045
+ }
2046
+ ],
2047
+ "properties": [],
2048
+ "fields": [],
2049
+ "events": [],
2050
+ "constructors": [
2051
+ {
2052
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies):void|static=false",
2053
+ "isStatic": false,
2054
+ "parameterCount": 2
2055
+ }
2056
+ ]
2057
+ },
2058
+ {
2059
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlExpressionFactory",
2060
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlExpressionFactory",
2061
+ "tsEmitName": "SqlServerSqlExpressionFactory",
2062
+ "kind": "Class",
2063
+ "accessibility": "Public",
2064
+ "isAbstract": false,
2065
+ "isSealed": false,
2066
+ "isStatic": false,
2067
+ "arity": 0,
2068
+ "methods": [
2069
+ {
2070
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlExpressionFactory::ApplyTypeMapping(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2071
+ "clrName": "ApplyTypeMapping",
2072
+ "tsEmitName": "applyTypeMapping",
2073
+ "normalizedSignature": "ApplyTypeMapping|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2074
+ "provenance": "Original",
2075
+ "emitScope": "ClassSurface",
2076
+ "isStatic": false,
2077
+ "isAbstract": false,
2078
+ "isVirtual": true,
2079
+ "isOverride": true,
2080
+ "isSealed": false,
2081
+ "arity": 0,
2082
+ "parameterCount": 2,
2083
+ "isExtensionMethod": false
2084
+ }
2085
+ ],
2086
+ "properties": [],
2087
+ "fields": [],
2088
+ "events": [],
2089
+ "constructors": [
2090
+ {
2091
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressionFactoryDependencies):void|static=false",
2092
+ "isStatic": false,
2093
+ "parameterCount": 1
2094
+ }
2095
+ ]
2096
+ },
2097
+ {
2098
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlNullabilityProcessor",
2099
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlNullabilityProcessor",
2100
+ "tsEmitName": "SqlServerSqlNullabilityProcessor",
2101
+ "kind": "Class",
2102
+ "accessibility": "Public",
2103
+ "isAbstract": false,
2104
+ "isSealed": false,
2105
+ "isStatic": false,
2106
+ "arity": 0,
2107
+ "methods": [
2108
+ {
2109
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlNullabilityProcessor::Process(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression",
2110
+ "clrName": "Process",
2111
+ "tsEmitName": "process",
2112
+ "normalizedSignature": "Process|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression|static=false",
2113
+ "provenance": "Original",
2114
+ "emitScope": "ClassSurface",
2115
+ "isStatic": false,
2116
+ "isAbstract": false,
2117
+ "isVirtual": true,
2118
+ "isOverride": true,
2119
+ "isSealed": false,
2120
+ "arity": 0,
2121
+ "parameterCount": 2,
2122
+ "isExtensionMethod": false
2123
+ }
2124
+ ],
2125
+ "properties": [],
2126
+ "fields": [
2127
+ {
2128
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlNullabilityProcessor::OpenJsonParameterTableNameSystem.String",
2129
+ "clrName": "OpenJsonParameterTableName",
2130
+ "tsEmitName": "openJsonParameterTableName",
2131
+ "normalizedSignature": "OpenJsonParameterTableName|System.String|static=true|const=true",
2132
+ "isStatic": true,
2133
+ "isReadOnly": false,
2134
+ "isLiteral": true
2135
+ }
2136
+ ],
2137
+ "events": [],
2138
+ "constructors": [
2139
+ {
2140
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
2141
+ "isStatic": false,
2142
+ "parameterCount": 3
2143
+ }
2144
+ ]
2145
+ },
2146
+ {
2147
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor",
2148
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor",
2149
+ "tsEmitName": "SqlServerSqlTranslatingExpressionVisitor",
2150
+ "kind": "Class",
2151
+ "accessibility": "Public",
2152
+ "isAbstract": false,
2153
+ "isSealed": false,
2154
+ "isStatic": false,
2155
+ "arity": 0,
2156
+ "methods": [
2157
+ {
2158
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor::ConstructLikePatternParameter(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains):System.String",
2159
+ "clrName": "ConstructLikePatternParameter",
2160
+ "tsEmitName": "constructLikePatternParameter",
2161
+ "normalizedSignature": "ConstructLikePatternParameter|(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains):System.String|static=true",
2162
+ "provenance": "Original",
2163
+ "emitScope": "ClassSurface",
2164
+ "isStatic": true,
2165
+ "isAbstract": false,
2166
+ "isVirtual": false,
2167
+ "isOverride": false,
2168
+ "isSealed": false,
2169
+ "arity": 0,
2170
+ "parameterCount": 3,
2171
+ "isExtensionMethod": false
2172
+ },
2173
+ {
2174
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor::GenerateGreatest(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2175
+ "clrName": "GenerateGreatest",
2176
+ "tsEmitName": "generateGreatest",
2177
+ "normalizedSignature": "GenerateGreatest|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2178
+ "provenance": "Original",
2179
+ "emitScope": "ClassSurface",
2180
+ "isStatic": false,
2181
+ "isAbstract": false,
2182
+ "isVirtual": true,
2183
+ "isOverride": true,
2184
+ "isSealed": false,
2185
+ "arity": 0,
2186
+ "parameterCount": 2,
2187
+ "isExtensionMethod": false
2188
+ },
2189
+ {
2190
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor::GenerateLeast(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2191
+ "clrName": "GenerateLeast",
2192
+ "tsEmitName": "generateLeast",
2193
+ "normalizedSignature": "GenerateLeast|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2194
+ "provenance": "Original",
2195
+ "emitScope": "ClassSurface",
2196
+ "isStatic": false,
2197
+ "isAbstract": false,
2198
+ "isVirtual": true,
2199
+ "isOverride": true,
2200
+ "isSealed": false,
2201
+ "arity": 0,
2202
+ "parameterCount": 2,
2203
+ "isExtensionMethod": false
2204
+ }
2205
+ ],
2206
+ "properties": [],
2207
+ "fields": [],
2208
+ "events": [],
2209
+ "constructors": [
2210
+ {
2211
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerQueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
2212
+ "isStatic": false,
2213
+ "parameterCount": 4
2214
+ }
2215
+ ]
2216
+ },
2217
+ {
2218
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitorFactory",
2219
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitorFactory",
2220
+ "tsEmitName": "SqlServerSqlTranslatingExpressionVisitorFactory",
2221
+ "kind": "Class",
2222
+ "accessibility": "Public",
2223
+ "isAbstract": false,
2224
+ "isSealed": false,
2225
+ "isStatic": false,
2226
+ "arity": 0,
2227
+ "methods": [
2228
+ {
2229
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor",
2230
+ "clrName": "Create",
2231
+ "tsEmitName": "create",
2232
+ "normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor|static=false",
2233
+ "provenance": "Original",
2234
+ "emitScope": "ClassSurface",
2235
+ "isStatic": false,
2236
+ "isAbstract": false,
2237
+ "isVirtual": true,
2238
+ "isOverride": false,
2239
+ "isSealed": false,
2240
+ "arity": 0,
2241
+ "parameterCount": 2,
2242
+ "isExtensionMethod": false
2243
+ }
2244
+ ],
2245
+ "properties": [],
2246
+ "fields": [],
2247
+ "events": [],
2248
+ "constructors": [
2249
+ {
2250
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
2251
+ "isStatic": false,
2252
+ "parameterCount": 2
2253
+ }
2254
+ ]
2255
+ },
2256
+ {
2257
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTreePruner",
2258
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTreePruner",
2259
+ "tsEmitName": "SqlServerSqlTreePruner",
2260
+ "kind": "Class",
2261
+ "accessibility": "Public",
2262
+ "isAbstract": false,
2263
+ "isSealed": false,
2264
+ "isStatic": false,
2265
+ "arity": 0,
2266
+ "methods": [],
2267
+ "properties": [],
2268
+ "fields": [],
2269
+ "events": [],
2270
+ "constructors": [
2271
+ {
2272
+ "normalizedSignature": "constructor|():void|static=false",
2273
+ "isStatic": false,
2274
+ "parameterCount": 0
2275
+ }
2276
+ ]
2277
+ },
2278
+ {
2279
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStatisticsAggregateMethodTranslator",
2280
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStatisticsAggregateMethodTranslator",
2281
+ "tsEmitName": "SqlServerStatisticsAggregateMethodTranslator",
2282
+ "kind": "Class",
2283
+ "accessibility": "Public",
2284
+ "isAbstract": false,
2285
+ "isSealed": false,
2286
+ "isStatic": false,
2287
+ "arity": 0,
2288
+ "methods": [
2289
+ {
2290
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStatisticsAggregateMethodTranslator::Translate(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2291
+ "clrName": "Translate",
2292
+ "tsEmitName": "translate",
2293
+ "normalizedSignature": "Translate|(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2294
+ "provenance": "Original",
2295
+ "emitScope": "ClassSurface",
2296
+ "isStatic": false,
2297
+ "isAbstract": false,
2298
+ "isVirtual": true,
2299
+ "isOverride": false,
2300
+ "isSealed": false,
2301
+ "arity": 0,
2302
+ "parameterCount": 4,
2303
+ "isExtensionMethod": false
2304
+ }
2305
+ ],
2306
+ "properties": [],
2307
+ "fields": [],
2308
+ "events": [],
2309
+ "constructors": [
2310
+ {
2311
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
2312
+ "isStatic": false,
2313
+ "parameterCount": 2
2314
+ }
2315
+ ]
2316
+ },
2317
+ {
2318
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringAggregateMethodTranslator",
2319
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringAggregateMethodTranslator",
2320
+ "tsEmitName": "SqlServerStringAggregateMethodTranslator",
2321
+ "kind": "Class",
2322
+ "accessibility": "Public",
2323
+ "isAbstract": false,
2324
+ "isSealed": false,
2325
+ "isStatic": false,
2326
+ "arity": 0,
2327
+ "methods": [
2328
+ {
2329
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringAggregateMethodTranslator::Translate(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2330
+ "clrName": "Translate",
2331
+ "tsEmitName": "translate",
2332
+ "normalizedSignature": "Translate|(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2333
+ "provenance": "Original",
2334
+ "emitScope": "ClassSurface",
2335
+ "isStatic": false,
2336
+ "isAbstract": false,
2337
+ "isVirtual": true,
2338
+ "isOverride": false,
2339
+ "isSealed": false,
2340
+ "arity": 0,
2341
+ "parameterCount": 4,
2342
+ "isExtensionMethod": false
2343
+ }
2344
+ ],
2345
+ "properties": [],
2346
+ "fields": [],
2347
+ "events": [],
2348
+ "constructors": [
2349
+ {
2350
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
2351
+ "isStatic": false,
2352
+ "parameterCount": 2
2353
+ }
2354
+ ]
2355
+ },
2356
+ {
2357
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringMemberTranslator",
2358
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringMemberTranslator",
2359
+ "tsEmitName": "SqlServerStringMemberTranslator",
2360
+ "kind": "Class",
2361
+ "accessibility": "Public",
2362
+ "isAbstract": false,
2363
+ "isSealed": false,
2364
+ "isStatic": false,
2365
+ "arity": 0,
2366
+ "methods": [
2367
+ {
2368
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringMemberTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2369
+ "clrName": "Translate",
2370
+ "tsEmitName": "translate",
2371
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2372
+ "provenance": "Original",
2373
+ "emitScope": "ClassSurface",
2374
+ "isStatic": false,
2375
+ "isAbstract": false,
2376
+ "isVirtual": true,
2377
+ "isOverride": false,
2378
+ "isSealed": false,
2379
+ "arity": 0,
2380
+ "parameterCount": 4,
2381
+ "isExtensionMethod": false
2382
+ }
2383
+ ],
2384
+ "properties": [],
2385
+ "fields": [],
2386
+ "events": [],
2387
+ "constructors": [
2388
+ {
2389
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
2390
+ "isStatic": false,
2391
+ "parameterCount": 1
2392
+ }
2393
+ ]
2394
+ },
2395
+ {
2396
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringMethodTranslator",
2397
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringMethodTranslator",
2398
+ "tsEmitName": "SqlServerStringMethodTranslator",
2399
+ "kind": "Class",
2400
+ "accessibility": "Public",
2401
+ "isAbstract": false,
2402
+ "isSealed": false,
2403
+ "isStatic": false,
2404
+ "arity": 0,
2405
+ "methods": [
2406
+ {
2407
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerStringMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2408
+ "clrName": "Translate",
2409
+ "tsEmitName": "translate",
2410
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2411
+ "provenance": "Original",
2412
+ "emitScope": "ClassSurface",
2413
+ "isStatic": false,
2414
+ "isAbstract": false,
2415
+ "isVirtual": true,
2416
+ "isOverride": false,
2417
+ "isSealed": false,
2418
+ "arity": 0,
2419
+ "parameterCount": 4,
2420
+ "isExtensionMethod": false
2421
+ }
2422
+ ],
2423
+ "properties": [],
2424
+ "fields": [],
2425
+ "events": [],
2426
+ "constructors": [
2427
+ {
2428
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
2429
+ "isStatic": false,
2430
+ "parameterCount": 2
2431
+ }
2432
+ ]
2433
+ },
2434
+ {
2435
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeOnlyMemberTranslator",
2436
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeOnlyMemberTranslator",
2437
+ "tsEmitName": "SqlServerTimeOnlyMemberTranslator",
2438
+ "kind": "Class",
2439
+ "accessibility": "Public",
2440
+ "isAbstract": false,
2441
+ "isSealed": false,
2442
+ "isStatic": false,
2443
+ "arity": 0,
2444
+ "methods": [
2445
+ {
2446
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeOnlyMemberTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2447
+ "clrName": "Translate",
2448
+ "tsEmitName": "translate",
2449
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2450
+ "provenance": "Original",
2451
+ "emitScope": "ClassSurface",
2452
+ "isStatic": false,
2453
+ "isAbstract": false,
2454
+ "isVirtual": true,
2455
+ "isOverride": false,
2456
+ "isSealed": false,
2457
+ "arity": 0,
2458
+ "parameterCount": 4,
2459
+ "isExtensionMethod": false
2460
+ }
2461
+ ],
2462
+ "properties": [],
2463
+ "fields": [],
2464
+ "events": [],
2465
+ "constructors": [
2466
+ {
2467
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
2468
+ "isStatic": false,
2469
+ "parameterCount": 1
2470
+ }
2471
+ ]
2472
+ },
2473
+ {
2474
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeOnlyMethodTranslator",
2475
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeOnlyMethodTranslator",
2476
+ "tsEmitName": "SqlServerTimeOnlyMethodTranslator",
2477
+ "kind": "Class",
2478
+ "accessibility": "Public",
2479
+ "isAbstract": false,
2480
+ "isSealed": false,
2481
+ "isStatic": false,
2482
+ "arity": 0,
2483
+ "methods": [
2484
+ {
2485
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeOnlyMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2486
+ "clrName": "Translate",
2487
+ "tsEmitName": "translate",
2488
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2489
+ "provenance": "Original",
2490
+ "emitScope": "ClassSurface",
2491
+ "isStatic": false,
2492
+ "isAbstract": false,
2493
+ "isVirtual": true,
2494
+ "isOverride": false,
2495
+ "isSealed": false,
2496
+ "arity": 0,
2497
+ "parameterCount": 4,
2498
+ "isExtensionMethod": false
2499
+ }
2500
+ ],
2501
+ "properties": [],
2502
+ "fields": [],
2503
+ "events": [],
2504
+ "constructors": [
2505
+ {
2506
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
2507
+ "isStatic": false,
2508
+ "parameterCount": 1
2509
+ }
2510
+ ]
2511
+ },
2512
+ {
2513
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeSpanMemberTranslator",
2514
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeSpanMemberTranslator",
2515
+ "tsEmitName": "SqlServerTimeSpanMemberTranslator",
2516
+ "kind": "Class",
2517
+ "accessibility": "Public",
2518
+ "isAbstract": false,
2519
+ "isSealed": false,
2520
+ "isStatic": false,
2521
+ "arity": 0,
2522
+ "methods": [
2523
+ {
2524
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTimeSpanMemberTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2525
+ "clrName": "Translate",
2526
+ "tsEmitName": "translate",
2527
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2528
+ "provenance": "Original",
2529
+ "emitScope": "ClassSurface",
2530
+ "isStatic": false,
2531
+ "isAbstract": false,
2532
+ "isVirtual": true,
2533
+ "isOverride": false,
2534
+ "isSealed": false,
2535
+ "arity": 0,
2536
+ "parameterCount": 4,
2537
+ "isExtensionMethod": false
2538
+ }
2539
+ ],
2540
+ "properties": [],
2541
+ "fields": [],
2542
+ "events": [],
2543
+ "constructors": [
2544
+ {
2545
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
2546
+ "isStatic": false,
2547
+ "parameterCount": 1
2548
+ }
2549
+ ]
2550
+ },
2551
+ {
2552
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTypeMappingPostprocessor",
2553
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerTypeMappingPostprocessor",
2554
+ "tsEmitName": "SqlServerTypeMappingPostprocessor",
2555
+ "kind": "Class",
2556
+ "accessibility": "Public",
2557
+ "isAbstract": false,
2558
+ "isSealed": false,
2559
+ "isStatic": false,
2560
+ "arity": 0,
2561
+ "methods": [],
2562
+ "properties": [],
2563
+ "fields": [],
2564
+ "events": [],
2565
+ "constructors": [
2566
+ {
2567
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext):void|static=false",
2568
+ "isStatic": false,
2569
+ "parameterCount": 3
2570
+ }
2571
+ ]
2572
+ },
2573
+ {
2574
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerVectorTranslator",
2575
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerVectorTranslator",
2576
+ "tsEmitName": "SqlServerVectorTranslator",
2577
+ "kind": "Class",
2578
+ "accessibility": "Public",
2579
+ "isAbstract": false,
2580
+ "isSealed": false,
2581
+ "isStatic": false,
2582
+ "arity": 0,
2583
+ "methods": [
2584
+ {
2585
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerVectorTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2586
+ "clrName": "Translate",
2587
+ "tsEmitName": "translate",
2588
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2589
+ "provenance": "Original",
2590
+ "emitScope": "ClassSurface",
2591
+ "isStatic": false,
2592
+ "isAbstract": false,
2593
+ "isVirtual": true,
2594
+ "isOverride": false,
2595
+ "isSealed": true,
2596
+ "arity": 0,
2597
+ "parameterCount": 4,
2598
+ "isExtensionMethod": false
2599
+ },
2600
+ {
2601
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerVectorTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
2602
+ "clrName": "Translate",
2603
+ "tsEmitName": "translate",
2604
+ "normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
2605
+ "provenance": "Original",
2606
+ "emitScope": "ClassSurface",
2607
+ "isStatic": false,
2608
+ "isAbstract": false,
2609
+ "isVirtual": true,
2610
+ "isOverride": false,
2611
+ "isSealed": true,
2612
+ "arity": 0,
2613
+ "parameterCount": 4,
2614
+ "isExtensionMethod": false
2615
+ }
2616
+ ],
2617
+ "properties": [],
2618
+ "fields": [],
2619
+ "events": [],
2620
+ "constructors": [
2621
+ {
2622
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
2623
+ "isStatic": false,
2624
+ "parameterCount": 2
2625
+ }
2626
+ ]
2627
+ },
2628
+ {
2629
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerZeroLimitConverter",
2630
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerZeroLimitConverter",
2631
+ "tsEmitName": "SqlServerZeroLimitConverter",
2632
+ "kind": "Class",
2633
+ "accessibility": "Public",
2634
+ "isAbstract": false,
2635
+ "isSealed": false,
2636
+ "isStatic": false,
2637
+ "arity": 0,
2638
+ "methods": [
2639
+ {
2640
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerZeroLimitConverter::Process(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression",
2641
+ "clrName": "Process",
2642
+ "tsEmitName": "process",
2643
+ "normalizedSignature": "Process|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression|static=false",
2644
+ "provenance": "Original",
2645
+ "emitScope": "ClassSurface",
2646
+ "isStatic": false,
2647
+ "isAbstract": false,
2648
+ "isVirtual": true,
2649
+ "isOverride": false,
2650
+ "isSealed": false,
2651
+ "arity": 0,
2652
+ "parameterCount": 2,
2653
+ "isExtensionMethod": false
2654
+ }
2655
+ ],
2656
+ "properties": [],
2657
+ "fields": [],
2658
+ "events": [],
2659
+ "constructors": [
2660
+ {
2661
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
2662
+ "isStatic": false,
2663
+ "parameterCount": 1
2664
+ }
2665
+ ]
2666
+ },
2667
+ {
2668
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAllQueryRootExpression",
2669
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAllQueryRootExpression",
2670
+ "tsEmitName": "TemporalAllQueryRootExpression",
2671
+ "kind": "Class",
2672
+ "accessibility": "Public",
2673
+ "isAbstract": false,
2674
+ "isSealed": false,
2675
+ "isStatic": false,
2676
+ "arity": 0,
2677
+ "methods": [
2678
+ {
2679
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAllQueryRootExpression::DetachQueryProvider():System.Linq.Expressions.Expression",
2680
+ "clrName": "DetachQueryProvider",
2681
+ "tsEmitName": "detachQueryProvider",
2682
+ "normalizedSignature": "DetachQueryProvider|():System.Linq.Expressions.Expression|static=false",
2683
+ "provenance": "Original",
2684
+ "emitScope": "ClassSurface",
2685
+ "isStatic": false,
2686
+ "isAbstract": false,
2687
+ "isVirtual": true,
2688
+ "isOverride": true,
2689
+ "isSealed": false,
2690
+ "arity": 0,
2691
+ "parameterCount": 0,
2692
+ "isExtensionMethod": false
2693
+ },
2694
+ {
2695
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAllQueryRootExpression::UpdateEntityType(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression",
2696
+ "clrName": "UpdateEntityType",
2697
+ "tsEmitName": "updateEntityType",
2698
+ "normalizedSignature": "UpdateEntityType|(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression|static=false",
2699
+ "provenance": "Original",
2700
+ "emitScope": "ClassSurface",
2701
+ "isStatic": false,
2702
+ "isAbstract": false,
2703
+ "isVirtual": true,
2704
+ "isOverride": true,
2705
+ "isSealed": false,
2706
+ "arity": 0,
2707
+ "parameterCount": 1,
2708
+ "isExtensionMethod": false
2709
+ },
2710
+ {
2711
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAllQueryRootExpression::Equals(System.Object):System.Boolean",
2712
+ "clrName": "Equals",
2713
+ "tsEmitName": "equals",
2714
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
2715
+ "provenance": "Original",
2716
+ "emitScope": "ClassSurface",
2717
+ "isStatic": false,
2718
+ "isAbstract": false,
2719
+ "isVirtual": true,
2720
+ "isOverride": true,
2721
+ "isSealed": false,
2722
+ "arity": 0,
2723
+ "parameterCount": 1,
2724
+ "isExtensionMethod": false
2725
+ },
2726
+ {
2727
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAllQueryRootExpression::GetHashCode():System.Int32",
2728
+ "clrName": "GetHashCode",
2729
+ "tsEmitName": "getHashCode",
2730
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2731
+ "provenance": "Original",
2732
+ "emitScope": "ClassSurface",
2733
+ "isStatic": false,
2734
+ "isAbstract": false,
2735
+ "isVirtual": true,
2736
+ "isOverride": true,
2737
+ "isSealed": false,
2738
+ "arity": 0,
2739
+ "parameterCount": 0,
2740
+ "isExtensionMethod": false
2741
+ }
2742
+ ],
2743
+ "properties": [],
2744
+ "fields": [],
2745
+ "events": [],
2746
+ "constructors": [
2747
+ {
2748
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IEntityType):void|static=false",
2749
+ "isStatic": false,
2750
+ "parameterCount": 1
2751
+ },
2752
+ {
2753
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider,Microsoft.EntityFrameworkCore.Metadata.IEntityType):void|static=false",
2754
+ "isStatic": false,
2755
+ "parameterCount": 2
2756
+ }
2757
+ ]
2758
+ },
2759
+ {
2760
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAsOfQueryRootExpression",
2761
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAsOfQueryRootExpression",
2762
+ "tsEmitName": "TemporalAsOfQueryRootExpression",
2763
+ "kind": "Class",
2764
+ "accessibility": "Public",
2765
+ "isAbstract": false,
2766
+ "isSealed": false,
2767
+ "isStatic": false,
2768
+ "arity": 0,
2769
+ "methods": [
2770
+ {
2771
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAsOfQueryRootExpression::DetachQueryProvider():System.Linq.Expressions.Expression",
2772
+ "clrName": "DetachQueryProvider",
2773
+ "tsEmitName": "detachQueryProvider",
2774
+ "normalizedSignature": "DetachQueryProvider|():System.Linq.Expressions.Expression|static=false",
2775
+ "provenance": "Original",
2776
+ "emitScope": "ClassSurface",
2777
+ "isStatic": false,
2778
+ "isAbstract": false,
2779
+ "isVirtual": true,
2780
+ "isOverride": true,
2781
+ "isSealed": false,
2782
+ "arity": 0,
2783
+ "parameterCount": 0,
2784
+ "isExtensionMethod": false
2785
+ },
2786
+ {
2787
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAsOfQueryRootExpression::UpdateEntityType(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression",
2788
+ "clrName": "UpdateEntityType",
2789
+ "tsEmitName": "updateEntityType",
2790
+ "normalizedSignature": "UpdateEntityType|(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression|static=false",
2791
+ "provenance": "Original",
2792
+ "emitScope": "ClassSurface",
2793
+ "isStatic": false,
2794
+ "isAbstract": false,
2795
+ "isVirtual": true,
2796
+ "isOverride": true,
2797
+ "isSealed": false,
2798
+ "arity": 0,
2799
+ "parameterCount": 1,
2800
+ "isExtensionMethod": false
2801
+ },
2802
+ {
2803
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAsOfQueryRootExpression::Equals(System.Object):System.Boolean",
2804
+ "clrName": "Equals",
2805
+ "tsEmitName": "equals",
2806
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
2807
+ "provenance": "Original",
2808
+ "emitScope": "ClassSurface",
2809
+ "isStatic": false,
2810
+ "isAbstract": false,
2811
+ "isVirtual": true,
2812
+ "isOverride": true,
2813
+ "isSealed": false,
2814
+ "arity": 0,
2815
+ "parameterCount": 1,
2816
+ "isExtensionMethod": false
2817
+ },
2818
+ {
2819
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAsOfQueryRootExpression::GetHashCode():System.Int32",
2820
+ "clrName": "GetHashCode",
2821
+ "tsEmitName": "getHashCode",
2822
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2823
+ "provenance": "Original",
2824
+ "emitScope": "ClassSurface",
2825
+ "isStatic": false,
2826
+ "isAbstract": false,
2827
+ "isVirtual": true,
2828
+ "isOverride": true,
2829
+ "isSealed": false,
2830
+ "arity": 0,
2831
+ "parameterCount": 0,
2832
+ "isExtensionMethod": false
2833
+ }
2834
+ ],
2835
+ "properties": [
2836
+ {
2837
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalAsOfQueryRootExpression::PointInTime:System.DateTime",
2838
+ "clrName": "PointInTime",
2839
+ "tsEmitName": "pointInTime",
2840
+ "normalizedSignature": "PointInTime|:System.DateTime|static=false|accessor=get",
2841
+ "provenance": "Original",
2842
+ "emitScope": "ClassSurface",
2843
+ "isStatic": false,
2844
+ "isAbstract": false,
2845
+ "isVirtual": true,
2846
+ "isOverride": false,
2847
+ "isIndexer": false,
2848
+ "hasGetter": true,
2849
+ "hasSetter": false
2850
+ }
2851
+ ],
2852
+ "fields": [],
2853
+ "events": [],
2854
+ "constructors": [
2855
+ {
2856
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.DateTime):void|static=false",
2857
+ "isStatic": false,
2858
+ "parameterCount": 2
2859
+ },
2860
+ {
2861
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider,Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.DateTime):void|static=false",
2862
+ "isStatic": false,
2863
+ "parameterCount": 3
2864
+ }
2865
+ ]
2866
+ },
2867
+ {
2868
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalBetweenQueryRootExpression",
2869
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalBetweenQueryRootExpression",
2870
+ "tsEmitName": "TemporalBetweenQueryRootExpression",
2871
+ "kind": "Class",
2872
+ "accessibility": "Public",
2873
+ "isAbstract": false,
2874
+ "isSealed": false,
2875
+ "isStatic": false,
2876
+ "arity": 0,
2877
+ "methods": [
2878
+ {
2879
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalBetweenQueryRootExpression::DetachQueryProvider():System.Linq.Expressions.Expression",
2880
+ "clrName": "DetachQueryProvider",
2881
+ "tsEmitName": "detachQueryProvider",
2882
+ "normalizedSignature": "DetachQueryProvider|():System.Linq.Expressions.Expression|static=false",
2883
+ "provenance": "Original",
2884
+ "emitScope": "ClassSurface",
2885
+ "isStatic": false,
2886
+ "isAbstract": false,
2887
+ "isVirtual": true,
2888
+ "isOverride": true,
2889
+ "isSealed": false,
2890
+ "arity": 0,
2891
+ "parameterCount": 0,
2892
+ "isExtensionMethod": false
2893
+ },
2894
+ {
2895
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalBetweenQueryRootExpression::UpdateEntityType(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression",
2896
+ "clrName": "UpdateEntityType",
2897
+ "tsEmitName": "updateEntityType",
2898
+ "normalizedSignature": "UpdateEntityType|(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression|static=false",
2899
+ "provenance": "Original",
2900
+ "emitScope": "ClassSurface",
2901
+ "isStatic": false,
2902
+ "isAbstract": false,
2903
+ "isVirtual": true,
2904
+ "isOverride": true,
2905
+ "isSealed": false,
2906
+ "arity": 0,
2907
+ "parameterCount": 1,
2908
+ "isExtensionMethod": false
2909
+ },
2910
+ {
2911
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalBetweenQueryRootExpression::Equals(System.Object):System.Boolean",
2912
+ "clrName": "Equals",
2913
+ "tsEmitName": "equals",
2914
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
2915
+ "provenance": "Original",
2916
+ "emitScope": "ClassSurface",
2917
+ "isStatic": false,
2918
+ "isAbstract": false,
2919
+ "isVirtual": true,
2920
+ "isOverride": true,
2921
+ "isSealed": false,
2922
+ "arity": 0,
2923
+ "parameterCount": 1,
2924
+ "isExtensionMethod": false
2925
+ },
2926
+ {
2927
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalBetweenQueryRootExpression::GetHashCode():System.Int32",
2928
+ "clrName": "GetHashCode",
2929
+ "tsEmitName": "getHashCode",
2930
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2931
+ "provenance": "Original",
2932
+ "emitScope": "ClassSurface",
2933
+ "isStatic": false,
2934
+ "isAbstract": false,
2935
+ "isVirtual": true,
2936
+ "isOverride": true,
2937
+ "isSealed": false,
2938
+ "arity": 0,
2939
+ "parameterCount": 0,
2940
+ "isExtensionMethod": false
2941
+ }
2942
+ ],
2943
+ "properties": [],
2944
+ "fields": [],
2945
+ "events": [],
2946
+ "constructors": [
2947
+ {
2948
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.DateTime,System.DateTime):void|static=false",
2949
+ "isStatic": false,
2950
+ "parameterCount": 3
2951
+ },
2952
+ {
2953
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider,Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.DateTime,System.DateTime):void|static=false",
2954
+ "isStatic": false,
2955
+ "parameterCount": 4
2956
+ }
2957
+ ]
2958
+ },
2959
+ {
2960
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalContainedInQueryRootExpression",
2961
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalContainedInQueryRootExpression",
2962
+ "tsEmitName": "TemporalContainedInQueryRootExpression",
2963
+ "kind": "Class",
2964
+ "accessibility": "Public",
2965
+ "isAbstract": false,
2966
+ "isSealed": false,
2967
+ "isStatic": false,
2968
+ "arity": 0,
2969
+ "methods": [
2970
+ {
2971
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalContainedInQueryRootExpression::DetachQueryProvider():System.Linq.Expressions.Expression",
2972
+ "clrName": "DetachQueryProvider",
2973
+ "tsEmitName": "detachQueryProvider",
2974
+ "normalizedSignature": "DetachQueryProvider|():System.Linq.Expressions.Expression|static=false",
2975
+ "provenance": "Original",
2976
+ "emitScope": "ClassSurface",
2977
+ "isStatic": false,
2978
+ "isAbstract": false,
2979
+ "isVirtual": true,
2980
+ "isOverride": true,
2981
+ "isSealed": false,
2982
+ "arity": 0,
2983
+ "parameterCount": 0,
2984
+ "isExtensionMethod": false
2985
+ },
2986
+ {
2987
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalContainedInQueryRootExpression::UpdateEntityType(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression",
2988
+ "clrName": "UpdateEntityType",
2989
+ "tsEmitName": "updateEntityType",
2990
+ "normalizedSignature": "UpdateEntityType|(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression|static=false",
2991
+ "provenance": "Original",
2992
+ "emitScope": "ClassSurface",
2993
+ "isStatic": false,
2994
+ "isAbstract": false,
2995
+ "isVirtual": true,
2996
+ "isOverride": true,
2997
+ "isSealed": false,
2998
+ "arity": 0,
2999
+ "parameterCount": 1,
3000
+ "isExtensionMethod": false
3001
+ },
3002
+ {
3003
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalContainedInQueryRootExpression::Equals(System.Object):System.Boolean",
3004
+ "clrName": "Equals",
3005
+ "tsEmitName": "equals",
3006
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
3007
+ "provenance": "Original",
3008
+ "emitScope": "ClassSurface",
3009
+ "isStatic": false,
3010
+ "isAbstract": false,
3011
+ "isVirtual": true,
3012
+ "isOverride": true,
3013
+ "isSealed": false,
3014
+ "arity": 0,
3015
+ "parameterCount": 1,
3016
+ "isExtensionMethod": false
3017
+ },
3018
+ {
3019
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalContainedInQueryRootExpression::GetHashCode():System.Int32",
3020
+ "clrName": "GetHashCode",
3021
+ "tsEmitName": "getHashCode",
3022
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
3023
+ "provenance": "Original",
3024
+ "emitScope": "ClassSurface",
3025
+ "isStatic": false,
3026
+ "isAbstract": false,
3027
+ "isVirtual": true,
3028
+ "isOverride": true,
3029
+ "isSealed": false,
3030
+ "arity": 0,
3031
+ "parameterCount": 0,
3032
+ "isExtensionMethod": false
3033
+ }
3034
+ ],
3035
+ "properties": [],
3036
+ "fields": [],
3037
+ "events": [],
3038
+ "constructors": [
3039
+ {
3040
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.DateTime,System.DateTime):void|static=false",
3041
+ "isStatic": false,
3042
+ "parameterCount": 3
3043
+ },
3044
+ {
3045
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider,Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.DateTime,System.DateTime):void|static=false",
3046
+ "isStatic": false,
3047
+ "parameterCount": 4
3048
+ }
3049
+ ]
3050
+ },
3051
+ {
3052
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalFromToQueryRootExpression",
3053
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalFromToQueryRootExpression",
3054
+ "tsEmitName": "TemporalFromToQueryRootExpression",
3055
+ "kind": "Class",
3056
+ "accessibility": "Public",
3057
+ "isAbstract": false,
3058
+ "isSealed": false,
3059
+ "isStatic": false,
3060
+ "arity": 0,
3061
+ "methods": [
3062
+ {
3063
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalFromToQueryRootExpression::DetachQueryProvider():System.Linq.Expressions.Expression",
3064
+ "clrName": "DetachQueryProvider",
3065
+ "tsEmitName": "detachQueryProvider",
3066
+ "normalizedSignature": "DetachQueryProvider|():System.Linq.Expressions.Expression|static=false",
3067
+ "provenance": "Original",
3068
+ "emitScope": "ClassSurface",
3069
+ "isStatic": false,
3070
+ "isAbstract": false,
3071
+ "isVirtual": true,
3072
+ "isOverride": true,
3073
+ "isSealed": false,
3074
+ "arity": 0,
3075
+ "parameterCount": 0,
3076
+ "isExtensionMethod": false
3077
+ },
3078
+ {
3079
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalFromToQueryRootExpression::UpdateEntityType(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression",
3080
+ "clrName": "UpdateEntityType",
3081
+ "tsEmitName": "updateEntityType",
3082
+ "normalizedSignature": "UpdateEntityType|(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression|static=false",
3083
+ "provenance": "Original",
3084
+ "emitScope": "ClassSurface",
3085
+ "isStatic": false,
3086
+ "isAbstract": false,
3087
+ "isVirtual": true,
3088
+ "isOverride": true,
3089
+ "isSealed": false,
3090
+ "arity": 0,
3091
+ "parameterCount": 1,
3092
+ "isExtensionMethod": false
3093
+ },
3094
+ {
3095
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalFromToQueryRootExpression::Equals(System.Object):System.Boolean",
3096
+ "clrName": "Equals",
3097
+ "tsEmitName": "equals",
3098
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
3099
+ "provenance": "Original",
3100
+ "emitScope": "ClassSurface",
3101
+ "isStatic": false,
3102
+ "isAbstract": false,
3103
+ "isVirtual": true,
3104
+ "isOverride": true,
3105
+ "isSealed": false,
3106
+ "arity": 0,
3107
+ "parameterCount": 1,
3108
+ "isExtensionMethod": false
3109
+ },
3110
+ {
3111
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalFromToQueryRootExpression::GetHashCode():System.Int32",
3112
+ "clrName": "GetHashCode",
3113
+ "tsEmitName": "getHashCode",
3114
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
3115
+ "provenance": "Original",
3116
+ "emitScope": "ClassSurface",
3117
+ "isStatic": false,
3118
+ "isAbstract": false,
3119
+ "isVirtual": true,
3120
+ "isOverride": true,
3121
+ "isSealed": false,
3122
+ "arity": 0,
3123
+ "parameterCount": 0,
3124
+ "isExtensionMethod": false
3125
+ }
3126
+ ],
3127
+ "properties": [],
3128
+ "fields": [],
3129
+ "events": [],
3130
+ "constructors": [
3131
+ {
3132
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.DateTime,System.DateTime):void|static=false",
3133
+ "isStatic": false,
3134
+ "parameterCount": 3
3135
+ },
3136
+ {
3137
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider,Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.DateTime,System.DateTime):void|static=false",
3138
+ "isStatic": false,
3139
+ "parameterCount": 4
3140
+ }
3141
+ ]
3142
+ },
3143
+ {
3144
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalQueryRootExpression",
3145
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalQueryRootExpression",
3146
+ "tsEmitName": "TemporalQueryRootExpression",
3147
+ "kind": "Class",
3148
+ "accessibility": "Public",
3149
+ "isAbstract": true,
3150
+ "isSealed": false,
3151
+ "isStatic": false,
3152
+ "arity": 0,
3153
+ "methods": [],
3154
+ "properties": [],
3155
+ "fields": [],
3156
+ "events": [],
3157
+ "constructors": []
3158
+ },
3159
+ {
3160
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalRangeQueryRootExpression",
3161
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalRangeQueryRootExpression",
3162
+ "tsEmitName": "TemporalRangeQueryRootExpression",
3163
+ "kind": "Class",
3164
+ "accessibility": "Public",
3165
+ "isAbstract": true,
3166
+ "isSealed": false,
3167
+ "isStatic": false,
3168
+ "arity": 0,
3169
+ "methods": [
3170
+ {
3171
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalRangeQueryRootExpression::Equals(System.Object):System.Boolean",
3172
+ "clrName": "Equals",
3173
+ "tsEmitName": "equals",
3174
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
3175
+ "provenance": "Original",
3176
+ "emitScope": "ClassSurface",
3177
+ "isStatic": false,
3178
+ "isAbstract": false,
3179
+ "isVirtual": true,
3180
+ "isOverride": true,
3181
+ "isSealed": false,
3182
+ "arity": 0,
3183
+ "parameterCount": 1,
3184
+ "isExtensionMethod": false
3185
+ },
3186
+ {
3187
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalRangeQueryRootExpression::GetHashCode():System.Int32",
3188
+ "clrName": "GetHashCode",
3189
+ "tsEmitName": "getHashCode",
3190
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
3191
+ "provenance": "Original",
3192
+ "emitScope": "ClassSurface",
3193
+ "isStatic": false,
3194
+ "isAbstract": false,
3195
+ "isVirtual": true,
3196
+ "isOverride": true,
3197
+ "isSealed": false,
3198
+ "arity": 0,
3199
+ "parameterCount": 0,
3200
+ "isExtensionMethod": false
3201
+ }
3202
+ ],
3203
+ "properties": [
3204
+ {
3205
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalRangeQueryRootExpression::From:System.DateTime",
3206
+ "clrName": "From",
3207
+ "tsEmitName": "from_",
3208
+ "normalizedSignature": "From|:System.DateTime|static=false|accessor=get",
3209
+ "provenance": "Original",
3210
+ "emitScope": "ClassSurface",
3211
+ "isStatic": false,
3212
+ "isAbstract": false,
3213
+ "isVirtual": true,
3214
+ "isOverride": false,
3215
+ "isIndexer": false,
3216
+ "hasGetter": true,
3217
+ "hasSetter": false
3218
+ },
3219
+ {
3220
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalRangeQueryRootExpression::To:System.DateTime",
3221
+ "clrName": "To",
3222
+ "tsEmitName": "to",
3223
+ "normalizedSignature": "To|:System.DateTime|static=false|accessor=get",
3224
+ "provenance": "Original",
3225
+ "emitScope": "ClassSurface",
3226
+ "isStatic": false,
3227
+ "isAbstract": false,
3228
+ "isVirtual": true,
3229
+ "isOverride": false,
3230
+ "isIndexer": false,
3231
+ "hasGetter": true,
3232
+ "hasSetter": false
3233
+ }
3234
+ ],
3235
+ "fields": [],
3236
+ "events": [],
3237
+ "constructors": []
3238
+ },
3239
+ {
3240
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerExpression",
3241
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerExpression",
3242
+ "tsEmitName": "SqlServerExpression",
3243
+ "kind": "StaticNamespace",
3244
+ "accessibility": "Public",
3245
+ "isAbstract": true,
3246
+ "isSealed": true,
3247
+ "isStatic": true,
3248
+ "arity": 0,
3249
+ "methods": [
3250
+ {
3251
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerExpression::AggregateFunction(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Int32,System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression",
3252
+ "clrName": "AggregateFunction",
3253
+ "tsEmitName": "aggregateFunction",
3254
+ "normalizedSignature": "AggregateFunction|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Int32,System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression|static=true",
3255
+ "provenance": "Original",
3256
+ "emitScope": "ClassSurface",
3257
+ "isStatic": true,
3258
+ "isAbstract": false,
3259
+ "isVirtual": false,
3260
+ "isOverride": false,
3261
+ "isSealed": false,
3262
+ "arity": 0,
3263
+ "parameterCount": 9,
3264
+ "isExtensionMethod": false
3265
+ },
3266
+ {
3267
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerExpression::AggregateFunctionWithOrdering(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Int32,System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
3268
+ "clrName": "AggregateFunctionWithOrdering",
3269
+ "tsEmitName": "aggregateFunctionWithOrdering",
3270
+ "normalizedSignature": "AggregateFunctionWithOrdering|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Int32,System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=true",
3271
+ "provenance": "Original",
3272
+ "emitScope": "ClassSurface",
3273
+ "isStatic": true,
3274
+ "isAbstract": false,
3275
+ "isVirtual": false,
3276
+ "isOverride": false,
3277
+ "isSealed": false,
3278
+ "arity": 0,
3279
+ "parameterCount": 9,
3280
+ "isExtensionMethod": false
3281
+ }
3282
+ ],
3283
+ "properties": [],
3284
+ "fields": [],
3285
+ "events": [],
3286
+ "constructors": []
3287
+ }
3288
+ ]
3289
+ }