@tsonic/efcore-sqlite 0.1.0

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