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