@tsonic/efcore-sqlite 0.1.1 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +60 -60
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +78 -78
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +9554 -14759
- package/SQLitePCL/internal/index.d.ts +33 -33
- package/System.Collections.Generic/bindings.json +48 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
6
9
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
7
|
-
"tsEmitName": "SqliteJsonByteArrayReaderWriter",
|
|
8
10
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": true,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Byte[]",
|
|
13
21
|
"clrName": "FromJsonTyped",
|
|
14
|
-
"tsEmitName": "fromJsonTyped",
|
|
15
22
|
"metadataToken": 100663797,
|
|
16
23
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Byte[]",
|
|
17
24
|
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Byte[]|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 2,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": true,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
36
|
"isExtensionMethod": false,
|
|
@@ -31,13 +44,18 @@
|
|
|
31
44
|
{
|
|
32
45
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Byte[]):System.Void",
|
|
33
46
|
"clrName": "ToJsonTyped",
|
|
34
|
-
"tsEmitName": "toJsonTyped",
|
|
35
47
|
"metadataToken": 100663798,
|
|
36
48
|
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Byte[]):System.Void",
|
|
37
49
|
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Byte[]):System.Void|static=false",
|
|
38
50
|
"emitScope": "ClassSurface",
|
|
51
|
+
"provenance": "Original",
|
|
39
52
|
"arity": 0,
|
|
40
53
|
"parameterCount": 2,
|
|
54
|
+
"isStatic": false,
|
|
55
|
+
"isAbstract": false,
|
|
56
|
+
"isVirtual": true,
|
|
57
|
+
"isOverride": true,
|
|
58
|
+
"isSealed": false,
|
|
41
59
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
42
60
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
43
61
|
"isExtensionMethod": false
|
|
@@ -47,97 +65,71 @@
|
|
|
47
65
|
{
|
|
48
66
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
49
67
|
"clrName": "Instance",
|
|
50
|
-
"tsEmitName": "instance",
|
|
51
68
|
"metadataToken": 385876078,
|
|
52
69
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
53
70
|
"normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter|static=true|accessor=get",
|
|
54
71
|
"emitScope": "ClassSurface",
|
|
72
|
+
"provenance": "Original",
|
|
55
73
|
"isIndexer": false,
|
|
56
74
|
"hasGetter": true,
|
|
57
75
|
"hasSetter": false,
|
|
76
|
+
"isStatic": true,
|
|
77
|
+
"isAbstract": false,
|
|
78
|
+
"isVirtual": false,
|
|
79
|
+
"isOverride": false,
|
|
58
80
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
59
81
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
60
82
|
},
|
|
61
83
|
{
|
|
62
84
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
|
|
63
85
|
"clrName": "ConstructorExpression",
|
|
64
|
-
"tsEmitName": "constructorExpression",
|
|
65
86
|
"metadataToken": 385876079,
|
|
66
87
|
"canonicalSignature": ":System.Linq.Expressions.Expression",
|
|
67
88
|
"normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
68
89
|
"emitScope": "ClassSurface",
|
|
90
|
+
"provenance": "Original",
|
|
69
91
|
"isIndexer": false,
|
|
70
92
|
"hasGetter": true,
|
|
71
93
|
"hasSetter": false,
|
|
94
|
+
"isStatic": false,
|
|
95
|
+
"isAbstract": false,
|
|
96
|
+
"isVirtual": true,
|
|
97
|
+
"isOverride": true,
|
|
72
98
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
73
99
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
74
100
|
}
|
|
75
101
|
],
|
|
76
102
|
"fields": [],
|
|
77
103
|
"events": [],
|
|
78
|
-
"constructors": []
|
|
79
|
-
"exposedMethods": [
|
|
80
|
-
{
|
|
81
|
-
"tsName": "fromJsonTyped",
|
|
82
|
-
"isStatic": false,
|
|
83
|
-
"tsSignatureId": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Byte[]|static=false",
|
|
84
|
-
"target": {
|
|
85
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
86
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
87
|
-
"metadataToken": 100663797
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"tsName": "toJsonTyped",
|
|
92
|
-
"isStatic": false,
|
|
93
|
-
"tsSignatureId": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Byte[]):System.Void|static=false",
|
|
94
|
-
"target": {
|
|
95
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
96
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
97
|
-
"metadataToken": 100663798
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"exposedProperties": [
|
|
102
|
-
{
|
|
103
|
-
"tsName": "instance",
|
|
104
|
-
"isStatic": true,
|
|
105
|
-
"tsSignatureId": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter|static=true|accessor=get",
|
|
106
|
-
"target": {
|
|
107
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
108
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
109
|
-
"metadataToken": 385876078
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"tsName": "constructorExpression",
|
|
114
|
-
"isStatic": false,
|
|
115
|
-
"tsSignatureId": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
116
|
-
"target": {
|
|
117
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
|
|
118
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
119
|
-
"metadataToken": 385876079
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
]
|
|
104
|
+
"constructors": []
|
|
123
105
|
},
|
|
124
106
|
{
|
|
125
107
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
126
108
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
127
|
-
"tsEmitName": "SqliteJsonDateTimeOffsetReaderWriter",
|
|
128
109
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
129
110
|
"metadataToken": 0,
|
|
111
|
+
"kind": "Class",
|
|
112
|
+
"accessibility": "Public",
|
|
113
|
+
"isAbstract": false,
|
|
114
|
+
"isSealed": true,
|
|
115
|
+
"isStatic": false,
|
|
116
|
+
"arity": 0,
|
|
130
117
|
"methods": [
|
|
131
118
|
{
|
|
132
119
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTimeOffset",
|
|
133
120
|
"clrName": "FromJsonTyped",
|
|
134
|
-
"tsEmitName": "fromJsonTyped",
|
|
135
121
|
"metadataToken": 100663803,
|
|
136
122
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTimeOffset",
|
|
137
123
|
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTimeOffset|static=false",
|
|
138
124
|
"emitScope": "ClassSurface",
|
|
125
|
+
"provenance": "Original",
|
|
139
126
|
"arity": 0,
|
|
140
127
|
"parameterCount": 2,
|
|
128
|
+
"isStatic": false,
|
|
129
|
+
"isAbstract": false,
|
|
130
|
+
"isVirtual": true,
|
|
131
|
+
"isOverride": true,
|
|
132
|
+
"isSealed": false,
|
|
141
133
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
142
134
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
143
135
|
"isExtensionMethod": false,
|
|
@@ -151,13 +143,18 @@
|
|
|
151
143
|
{
|
|
152
144
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.DateTimeOffset):System.Void",
|
|
153
145
|
"clrName": "ToJsonTyped",
|
|
154
|
-
"tsEmitName": "toJsonTyped",
|
|
155
146
|
"metadataToken": 100663804,
|
|
156
147
|
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.DateTimeOffset):System.Void",
|
|
157
148
|
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.DateTimeOffset):System.Void|static=false",
|
|
158
149
|
"emitScope": "ClassSurface",
|
|
150
|
+
"provenance": "Original",
|
|
159
151
|
"arity": 0,
|
|
160
152
|
"parameterCount": 2,
|
|
153
|
+
"isStatic": false,
|
|
154
|
+
"isAbstract": false,
|
|
155
|
+
"isVirtual": true,
|
|
156
|
+
"isOverride": true,
|
|
157
|
+
"isSealed": false,
|
|
161
158
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
162
159
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
163
160
|
"isExtensionMethod": false
|
|
@@ -167,97 +164,71 @@
|
|
|
167
164
|
{
|
|
168
165
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
169
166
|
"clrName": "Instance",
|
|
170
|
-
"tsEmitName": "instance",
|
|
171
167
|
"metadataToken": 385876080,
|
|
172
168
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
173
169
|
"normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter|static=true|accessor=get",
|
|
174
170
|
"emitScope": "ClassSurface",
|
|
171
|
+
"provenance": "Original",
|
|
175
172
|
"isIndexer": false,
|
|
176
173
|
"hasGetter": true,
|
|
177
174
|
"hasSetter": false,
|
|
175
|
+
"isStatic": true,
|
|
176
|
+
"isAbstract": false,
|
|
177
|
+
"isVirtual": false,
|
|
178
|
+
"isOverride": false,
|
|
178
179
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
179
180
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
180
181
|
},
|
|
181
182
|
{
|
|
182
183
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
|
|
183
184
|
"clrName": "ConstructorExpression",
|
|
184
|
-
"tsEmitName": "constructorExpression",
|
|
185
185
|
"metadataToken": 385876081,
|
|
186
186
|
"canonicalSignature": ":System.Linq.Expressions.Expression",
|
|
187
187
|
"normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
188
188
|
"emitScope": "ClassSurface",
|
|
189
|
+
"provenance": "Original",
|
|
189
190
|
"isIndexer": false,
|
|
190
191
|
"hasGetter": true,
|
|
191
192
|
"hasSetter": false,
|
|
193
|
+
"isStatic": false,
|
|
194
|
+
"isAbstract": false,
|
|
195
|
+
"isVirtual": true,
|
|
196
|
+
"isOverride": true,
|
|
192
197
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
193
198
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
194
199
|
}
|
|
195
200
|
],
|
|
196
201
|
"fields": [],
|
|
197
202
|
"events": [],
|
|
198
|
-
"constructors": []
|
|
199
|
-
"exposedMethods": [
|
|
200
|
-
{
|
|
201
|
-
"tsName": "fromJsonTyped",
|
|
202
|
-
"isStatic": false,
|
|
203
|
-
"tsSignatureId": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTimeOffset|static=false",
|
|
204
|
-
"target": {
|
|
205
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
206
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
207
|
-
"metadataToken": 100663803
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"tsName": "toJsonTyped",
|
|
212
|
-
"isStatic": false,
|
|
213
|
-
"tsSignatureId": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.DateTimeOffset):System.Void|static=false",
|
|
214
|
-
"target": {
|
|
215
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
216
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
217
|
-
"metadataToken": 100663804
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
],
|
|
221
|
-
"exposedProperties": [
|
|
222
|
-
{
|
|
223
|
-
"tsName": "instance",
|
|
224
|
-
"isStatic": true,
|
|
225
|
-
"tsSignatureId": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter|static=true|accessor=get",
|
|
226
|
-
"target": {
|
|
227
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
228
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
229
|
-
"metadataToken": 385876080
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"tsName": "constructorExpression",
|
|
234
|
-
"isStatic": false,
|
|
235
|
-
"tsSignatureId": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
236
|
-
"target": {
|
|
237
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
|
|
238
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
239
|
-
"metadataToken": 385876081
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
]
|
|
203
|
+
"constructors": []
|
|
243
204
|
},
|
|
244
205
|
{
|
|
245
206
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
246
207
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
247
|
-
"tsEmitName": "SqliteJsonDateTimeReaderWriter",
|
|
248
208
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
249
209
|
"metadataToken": 0,
|
|
210
|
+
"kind": "Class",
|
|
211
|
+
"accessibility": "Public",
|
|
212
|
+
"isAbstract": false,
|
|
213
|
+
"isSealed": true,
|
|
214
|
+
"isStatic": false,
|
|
215
|
+
"arity": 0,
|
|
250
216
|
"methods": [
|
|
251
217
|
{
|
|
252
218
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTime",
|
|
253
219
|
"clrName": "FromJsonTyped",
|
|
254
|
-
"tsEmitName": "fromJsonTyped",
|
|
255
220
|
"metadataToken": 100663809,
|
|
256
221
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTime",
|
|
257
222
|
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTime|static=false",
|
|
258
223
|
"emitScope": "ClassSurface",
|
|
224
|
+
"provenance": "Original",
|
|
259
225
|
"arity": 0,
|
|
260
226
|
"parameterCount": 2,
|
|
227
|
+
"isStatic": false,
|
|
228
|
+
"isAbstract": false,
|
|
229
|
+
"isVirtual": true,
|
|
230
|
+
"isOverride": true,
|
|
231
|
+
"isSealed": false,
|
|
261
232
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
262
233
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
263
234
|
"isExtensionMethod": false,
|
|
@@ -271,13 +242,18 @@
|
|
|
271
242
|
{
|
|
272
243
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.DateTime):System.Void",
|
|
273
244
|
"clrName": "ToJsonTyped",
|
|
274
|
-
"tsEmitName": "toJsonTyped",
|
|
275
245
|
"metadataToken": 100663810,
|
|
276
246
|
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.DateTime):System.Void",
|
|
277
247
|
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.DateTime):System.Void|static=false",
|
|
278
248
|
"emitScope": "ClassSurface",
|
|
249
|
+
"provenance": "Original",
|
|
279
250
|
"arity": 0,
|
|
280
251
|
"parameterCount": 2,
|
|
252
|
+
"isStatic": false,
|
|
253
|
+
"isAbstract": false,
|
|
254
|
+
"isVirtual": true,
|
|
255
|
+
"isOverride": true,
|
|
256
|
+
"isSealed": false,
|
|
281
257
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
282
258
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
283
259
|
"isExtensionMethod": false
|
|
@@ -287,97 +263,71 @@
|
|
|
287
263
|
{
|
|
288
264
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
289
265
|
"clrName": "Instance",
|
|
290
|
-
"tsEmitName": "instance",
|
|
291
266
|
"metadataToken": 385876082,
|
|
292
267
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
293
268
|
"normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter|static=true|accessor=get",
|
|
294
269
|
"emitScope": "ClassSurface",
|
|
270
|
+
"provenance": "Original",
|
|
295
271
|
"isIndexer": false,
|
|
296
272
|
"hasGetter": true,
|
|
297
273
|
"hasSetter": false,
|
|
274
|
+
"isStatic": true,
|
|
275
|
+
"isAbstract": false,
|
|
276
|
+
"isVirtual": false,
|
|
277
|
+
"isOverride": false,
|
|
298
278
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
299
279
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
300
280
|
},
|
|
301
281
|
{
|
|
302
282
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
|
|
303
283
|
"clrName": "ConstructorExpression",
|
|
304
|
-
"tsEmitName": "constructorExpression",
|
|
305
284
|
"metadataToken": 385876083,
|
|
306
285
|
"canonicalSignature": ":System.Linq.Expressions.Expression",
|
|
307
286
|
"normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
308
287
|
"emitScope": "ClassSurface",
|
|
288
|
+
"provenance": "Original",
|
|
309
289
|
"isIndexer": false,
|
|
310
290
|
"hasGetter": true,
|
|
311
291
|
"hasSetter": false,
|
|
292
|
+
"isStatic": false,
|
|
293
|
+
"isAbstract": false,
|
|
294
|
+
"isVirtual": true,
|
|
295
|
+
"isOverride": true,
|
|
312
296
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
313
297
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
314
298
|
}
|
|
315
299
|
],
|
|
316
300
|
"fields": [],
|
|
317
301
|
"events": [],
|
|
318
|
-
"constructors": []
|
|
319
|
-
"exposedMethods": [
|
|
320
|
-
{
|
|
321
|
-
"tsName": "fromJsonTyped",
|
|
322
|
-
"isStatic": false,
|
|
323
|
-
"tsSignatureId": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTime|static=false",
|
|
324
|
-
"target": {
|
|
325
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
326
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
327
|
-
"metadataToken": 100663809
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"tsName": "toJsonTyped",
|
|
332
|
-
"isStatic": false,
|
|
333
|
-
"tsSignatureId": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.DateTime):System.Void|static=false",
|
|
334
|
-
"target": {
|
|
335
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
336
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
337
|
-
"metadataToken": 100663810
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
"exposedProperties": [
|
|
342
|
-
{
|
|
343
|
-
"tsName": "instance",
|
|
344
|
-
"isStatic": true,
|
|
345
|
-
"tsSignatureId": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter|static=true|accessor=get",
|
|
346
|
-
"target": {
|
|
347
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
348
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
349
|
-
"metadataToken": 385876082
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"tsName": "constructorExpression",
|
|
354
|
-
"isStatic": false,
|
|
355
|
-
"tsSignatureId": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
356
|
-
"target": {
|
|
357
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
|
|
358
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
359
|
-
"metadataToken": 385876083
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
]
|
|
302
|
+
"constructors": []
|
|
363
303
|
},
|
|
364
304
|
{
|
|
365
305
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
366
306
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
367
|
-
"tsEmitName": "SqliteJsonDecimalReaderWriter",
|
|
368
307
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
369
308
|
"metadataToken": 0,
|
|
309
|
+
"kind": "Class",
|
|
310
|
+
"accessibility": "Public",
|
|
311
|
+
"isAbstract": false,
|
|
312
|
+
"isSealed": true,
|
|
313
|
+
"isStatic": false,
|
|
314
|
+
"arity": 0,
|
|
370
315
|
"methods": [
|
|
371
316
|
{
|
|
372
317
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Decimal",
|
|
373
318
|
"clrName": "FromJsonTyped",
|
|
374
|
-
"tsEmitName": "fromJsonTyped",
|
|
375
319
|
"metadataToken": 100663815,
|
|
376
320
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Decimal",
|
|
377
321
|
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Decimal|static=false",
|
|
378
322
|
"emitScope": "ClassSurface",
|
|
323
|
+
"provenance": "Original",
|
|
379
324
|
"arity": 0,
|
|
380
325
|
"parameterCount": 2,
|
|
326
|
+
"isStatic": false,
|
|
327
|
+
"isAbstract": false,
|
|
328
|
+
"isVirtual": true,
|
|
329
|
+
"isOverride": true,
|
|
330
|
+
"isSealed": false,
|
|
381
331
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
382
332
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
383
333
|
"isExtensionMethod": false,
|
|
@@ -391,13 +341,18 @@
|
|
|
391
341
|
{
|
|
392
342
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Decimal):System.Void",
|
|
393
343
|
"clrName": "ToJsonTyped",
|
|
394
|
-
"tsEmitName": "toJsonTyped",
|
|
395
344
|
"metadataToken": 100663816,
|
|
396
345
|
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Decimal):System.Void",
|
|
397
346
|
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Decimal):System.Void|static=false",
|
|
398
347
|
"emitScope": "ClassSurface",
|
|
348
|
+
"provenance": "Original",
|
|
399
349
|
"arity": 0,
|
|
400
350
|
"parameterCount": 2,
|
|
351
|
+
"isStatic": false,
|
|
352
|
+
"isAbstract": false,
|
|
353
|
+
"isVirtual": true,
|
|
354
|
+
"isOverride": true,
|
|
355
|
+
"isSealed": false,
|
|
401
356
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
402
357
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
403
358
|
"isExtensionMethod": false
|
|
@@ -407,97 +362,71 @@
|
|
|
407
362
|
{
|
|
408
363
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
409
364
|
"clrName": "Instance",
|
|
410
|
-
"tsEmitName": "instance",
|
|
411
365
|
"metadataToken": 385876084,
|
|
412
366
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
413
367
|
"normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter|static=true|accessor=get",
|
|
414
368
|
"emitScope": "ClassSurface",
|
|
369
|
+
"provenance": "Original",
|
|
415
370
|
"isIndexer": false,
|
|
416
371
|
"hasGetter": true,
|
|
417
372
|
"hasSetter": false,
|
|
373
|
+
"isStatic": true,
|
|
374
|
+
"isAbstract": false,
|
|
375
|
+
"isVirtual": false,
|
|
376
|
+
"isOverride": false,
|
|
418
377
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
419
378
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
420
379
|
},
|
|
421
380
|
{
|
|
422
381
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
|
|
423
382
|
"clrName": "ConstructorExpression",
|
|
424
|
-
"tsEmitName": "constructorExpression",
|
|
425
383
|
"metadataToken": 385876085,
|
|
426
384
|
"canonicalSignature": ":System.Linq.Expressions.Expression",
|
|
427
385
|
"normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
428
386
|
"emitScope": "ClassSurface",
|
|
387
|
+
"provenance": "Original",
|
|
429
388
|
"isIndexer": false,
|
|
430
389
|
"hasGetter": true,
|
|
431
390
|
"hasSetter": false,
|
|
391
|
+
"isStatic": false,
|
|
392
|
+
"isAbstract": false,
|
|
393
|
+
"isVirtual": true,
|
|
394
|
+
"isOverride": true,
|
|
432
395
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
433
396
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
434
397
|
}
|
|
435
398
|
],
|
|
436
399
|
"fields": [],
|
|
437
400
|
"events": [],
|
|
438
|
-
"constructors": []
|
|
439
|
-
"exposedMethods": [
|
|
440
|
-
{
|
|
441
|
-
"tsName": "fromJsonTyped",
|
|
442
|
-
"isStatic": false,
|
|
443
|
-
"tsSignatureId": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Decimal|static=false",
|
|
444
|
-
"target": {
|
|
445
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
446
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
447
|
-
"metadataToken": 100663815
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"tsName": "toJsonTyped",
|
|
452
|
-
"isStatic": false,
|
|
453
|
-
"tsSignatureId": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Decimal):System.Void|static=false",
|
|
454
|
-
"target": {
|
|
455
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
456
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
457
|
-
"metadataToken": 100663816
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
],
|
|
461
|
-
"exposedProperties": [
|
|
462
|
-
{
|
|
463
|
-
"tsName": "instance",
|
|
464
|
-
"isStatic": true,
|
|
465
|
-
"tsSignatureId": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter|static=true|accessor=get",
|
|
466
|
-
"target": {
|
|
467
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
468
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
469
|
-
"metadataToken": 385876084
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"tsName": "constructorExpression",
|
|
474
|
-
"isStatic": false,
|
|
475
|
-
"tsSignatureId": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
476
|
-
"target": {
|
|
477
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
|
|
478
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
479
|
-
"metadataToken": 385876085
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
]
|
|
401
|
+
"constructors": []
|
|
483
402
|
},
|
|
484
403
|
{
|
|
485
404
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
486
405
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
487
|
-
"tsEmitName": "SqliteJsonGuidReaderWriter",
|
|
488
406
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
489
407
|
"metadataToken": 0,
|
|
408
|
+
"kind": "Class",
|
|
409
|
+
"accessibility": "Public",
|
|
410
|
+
"isAbstract": false,
|
|
411
|
+
"isSealed": true,
|
|
412
|
+
"isStatic": false,
|
|
413
|
+
"arity": 0,
|
|
490
414
|
"methods": [
|
|
491
415
|
{
|
|
492
416
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Guid",
|
|
493
417
|
"clrName": "FromJsonTyped",
|
|
494
|
-
"tsEmitName": "fromJsonTyped",
|
|
495
418
|
"metadataToken": 100663821,
|
|
496
419
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Guid",
|
|
497
420
|
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Guid|static=false",
|
|
498
421
|
"emitScope": "ClassSurface",
|
|
422
|
+
"provenance": "Original",
|
|
499
423
|
"arity": 0,
|
|
500
424
|
"parameterCount": 2,
|
|
425
|
+
"isStatic": false,
|
|
426
|
+
"isAbstract": false,
|
|
427
|
+
"isVirtual": true,
|
|
428
|
+
"isOverride": true,
|
|
429
|
+
"isSealed": false,
|
|
501
430
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
502
431
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
503
432
|
"isExtensionMethod": false,
|
|
@@ -511,13 +440,18 @@
|
|
|
511
440
|
{
|
|
512
441
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Guid):System.Void",
|
|
513
442
|
"clrName": "ToJsonTyped",
|
|
514
|
-
"tsEmitName": "toJsonTyped",
|
|
515
443
|
"metadataToken": 100663822,
|
|
516
444
|
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Guid):System.Void",
|
|
517
445
|
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Guid):System.Void|static=false",
|
|
518
446
|
"emitScope": "ClassSurface",
|
|
447
|
+
"provenance": "Original",
|
|
519
448
|
"arity": 0,
|
|
520
449
|
"parameterCount": 2,
|
|
450
|
+
"isStatic": false,
|
|
451
|
+
"isAbstract": false,
|
|
452
|
+
"isVirtual": true,
|
|
453
|
+
"isOverride": true,
|
|
454
|
+
"isSealed": false,
|
|
521
455
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
522
456
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
523
457
|
"isExtensionMethod": false
|
|
@@ -527,79 +461,43 @@
|
|
|
527
461
|
{
|
|
528
462
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
529
463
|
"clrName": "Instance",
|
|
530
|
-
"tsEmitName": "instance",
|
|
531
464
|
"metadataToken": 385876086,
|
|
532
465
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
533
466
|
"normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter|static=true|accessor=get",
|
|
534
467
|
"emitScope": "ClassSurface",
|
|
468
|
+
"provenance": "Original",
|
|
535
469
|
"isIndexer": false,
|
|
536
470
|
"hasGetter": true,
|
|
537
471
|
"hasSetter": false,
|
|
472
|
+
"isStatic": true,
|
|
473
|
+
"isAbstract": false,
|
|
474
|
+
"isVirtual": false,
|
|
475
|
+
"isOverride": false,
|
|
538
476
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
539
477
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
540
478
|
},
|
|
541
479
|
{
|
|
542
480
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
|
|
543
481
|
"clrName": "ConstructorExpression",
|
|
544
|
-
"tsEmitName": "constructorExpression",
|
|
545
482
|
"metadataToken": 385876087,
|
|
546
483
|
"canonicalSignature": ":System.Linq.Expressions.Expression",
|
|
547
484
|
"normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
548
485
|
"emitScope": "ClassSurface",
|
|
486
|
+
"provenance": "Original",
|
|
549
487
|
"isIndexer": false,
|
|
550
488
|
"hasGetter": true,
|
|
551
489
|
"hasSetter": false,
|
|
490
|
+
"isStatic": false,
|
|
491
|
+
"isAbstract": false,
|
|
492
|
+
"isVirtual": true,
|
|
493
|
+
"isOverride": true,
|
|
552
494
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
553
495
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
554
496
|
}
|
|
555
497
|
],
|
|
556
498
|
"fields": [],
|
|
557
499
|
"events": [],
|
|
558
|
-
"constructors": []
|
|
559
|
-
"exposedMethods": [
|
|
560
|
-
{
|
|
561
|
-
"tsName": "fromJsonTyped",
|
|
562
|
-
"isStatic": false,
|
|
563
|
-
"tsSignatureId": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Guid|static=false",
|
|
564
|
-
"target": {
|
|
565
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
566
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
567
|
-
"metadataToken": 100663821
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"tsName": "toJsonTyped",
|
|
572
|
-
"isStatic": false,
|
|
573
|
-
"tsSignatureId": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Guid):System.Void|static=false",
|
|
574
|
-
"target": {
|
|
575
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
576
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
577
|
-
"metadataToken": 100663822
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"exposedProperties": [
|
|
582
|
-
{
|
|
583
|
-
"tsName": "instance",
|
|
584
|
-
"isStatic": true,
|
|
585
|
-
"tsSignatureId": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter|static=true|accessor=get",
|
|
586
|
-
"target": {
|
|
587
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
588
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
589
|
-
"metadataToken": 385876086
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"tsName": "constructorExpression",
|
|
594
|
-
"isStatic": false,
|
|
595
|
-
"tsSignatureId": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
596
|
-
"target": {
|
|
597
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
|
|
598
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
599
|
-
"metadataToken": 385876087
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
]
|
|
500
|
+
"constructors": []
|
|
603
501
|
}
|
|
604
502
|
]
|
|
605
503
|
}
|