@tsonic/efcore-sqlite 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Data.Sqlite/bindings.json +6892 -0
  3. package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
  4. package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
  5. package/Microsoft.Data.Sqlite.d.ts +34 -0
  6. package/Microsoft.Data.Sqlite.js +9 -0
  7. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
  8. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
  9. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
  10. package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
  11. package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
  12. package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
  13. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
  14. package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
  15. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
  16. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
  17. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
  18. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  19. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
  21. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
  22. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
  23. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
  24. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  25. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
  26. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
  27. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
  28. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  33. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  35. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  36. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
  37. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  38. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
  39. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
  48. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
  49. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
  50. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
  51. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
  52. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
  53. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
  54. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
  55. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
  56. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
  57. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
  58. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
  59. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
  80. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
  81. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
  82. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
  83. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
  84. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
  85. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
  86. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
  87. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
  88. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
  89. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
  90. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
  91. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
  92. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
  93. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
  94. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.d.ts +29 -0
  96. package/Microsoft.EntityFrameworkCore.js +9 -0
  97. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  98. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  99. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  100. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  101. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  102. package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
  103. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
  104. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
  105. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
  106. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
  107. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
  108. package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
  109. package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
  110. package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
  111. package/Microsoft.Extensions.DependencyModel.js +9 -0
  112. package/README.md +5 -0
  113. package/SQLitePCL/bindings.json +19341 -0
  114. package/SQLitePCL/internal/index.d.ts +994 -0
  115. package/SQLitePCL/internal/metadata.json +11902 -0
  116. package/SQLitePCL.d.ts +64 -0
  117. package/SQLitePCL.js +9 -0
  118. package/System.Collections.Generic/bindings.json +164 -0
  119. package/System.Collections.Generic/internal/index.d.ts +25 -0
  120. package/System.Collections.Generic/internal/metadata.json +123 -0
  121. package/System.Collections.Generic.d.ts +14 -0
  122. package/System.Collections.Generic.js +9 -0
  123. package/__build/ref/Program.cs +5 -0
  124. package/__build/ref/ref.csproj +14 -0
  125. package/__build/scripts/generate.sh +116 -0
  126. package/__internal/extensions/index.d.ts +44 -0
  127. package/families.json +1 -0
  128. package/package.json +28 -0
  129. package/tsconfig.json +20 -0
@@ -0,0 +1,34 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { DbType } from '@tsonic/dotnet/System.Data.js';
10
+ import type { Boolean as ClrBoolean, IAsyncDisposable, IDisposable, Int32, Nullable, String as ClrString, Void } from '@tsonic/dotnet/System.js';
11
+ import type { Expression } from '@tsonic/dotnet/System.Linq.Expressions.js';
12
+ import type { MethodInfo } from '@tsonic/dotnet/System.Reflection.js';
13
+ import type { StringBuilder } from '@tsonic/dotnet/System.Text.js';
14
+ import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
15
+ import type { IResettableService } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
16
+ import type { DbLoggerCategory$Infrastructure } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
17
+ import type { ByteArrayTypeMapping, DateOnlyTypeMapping, DateTimeOffsetTypeMapping, DateTimeTypeMapping, DecimalTypeMapping, GuidTypeMapping, IDatabaseCreator, IDbContextTransactionManager, IRawSqlCommandBuilder, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTransactionManager, IRelationalTypeMappingSource, ISqlGenerationHelper, ITransactionEnlistmentManager, ITypeMappingSource, JsonTypeMapping, RelationalConnection, RelationalConnectionDependencies, RelationalDatabaseCreator, RelationalDatabaseCreatorDependencies, RelationalSqlGenerationHelper, RelationalSqlGenerationHelperDependencies, RelationalTypeMappingSource, RelationalTypeMappingSourceDependencies, StringTypeMapping, TimeOnlyTypeMapping, TypeMappingSourceDependencies, ULongTypeMapping } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
18
+
19
+ // Public API exports (curated - no internal $instance/$views leakage)
20
+ export type ISqliteRelationalConnection = Internal.ISqliteRelationalConnection;
21
+ export { SqliteByteArrayTypeMapping as SqliteByteArrayTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
22
+ export { SqliteDatabaseCreator as SqliteDatabaseCreator } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
23
+ export { SqliteDateOnlyTypeMapping as SqliteDateOnlyTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
24
+ export { SqliteDateTimeOffsetTypeMapping as SqliteDateTimeOffsetTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
25
+ export { SqliteDateTimeTypeMapping as SqliteDateTimeTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
26
+ export { SqliteDecimalTypeMapping as SqliteDecimalTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
27
+ export { SqliteGuidTypeMapping as SqliteGuidTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
28
+ export { SqliteJsonTypeMapping as SqliteJsonTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
29
+ export { SqliteRelationalConnection as SqliteRelationalConnection } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
30
+ export { SqliteSqlGenerationHelper as SqliteSqlGenerationHelper } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
31
+ export { SqliteStringTypeMapping as SqliteStringTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
32
+ export { SqliteTimeOnlyTypeMapping as SqliteTimeOnlyTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
33
+ export { SqliteTypeMappingSource as SqliteTypeMappingSource } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
34
+ export { SqliteULongTypeMapping as SqliteULongTypeMapping } from './Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.js';
@@ -0,0 +1,9 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal
3
+ // Module Stub - Do Not Execute
4
+
5
+ throw new Error(
6
+ 'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal in JavaScript runtime. ' +
7
+ 'This module provides TypeScript type definitions only. ' +
8
+ 'Actual implementation requires .NET runtime via Tsonic compiler.'
9
+ );
@@ -0,0 +1,605 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
6
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
7
+ "tsEmitName": "SqliteJsonByteArrayReaderWriter",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Byte[]",
13
+ "clrName": "FromJsonTyped",
14
+ "tsEmitName": "fromJsonTyped",
15
+ "metadataToken": 100663797,
16
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Byte[]",
17
+ "normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Byte[]|static=false",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 2,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
22
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
23
+ "isExtensionMethod": false,
24
+ "parameterModifiers": [
25
+ {
26
+ "index": 0,
27
+ "modifier": "ref"
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Byte[]):System.Void",
33
+ "clrName": "ToJsonTyped",
34
+ "tsEmitName": "toJsonTyped",
35
+ "metadataToken": 100663798,
36
+ "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Byte[]):System.Void",
37
+ "normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Byte[]):System.Void|static=false",
38
+ "emitScope": "ClassSurface",
39
+ "arity": 0,
40
+ "parameterCount": 2,
41
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
42
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
43
+ "isExtensionMethod": false
44
+ }
45
+ ],
46
+ "properties": [
47
+ {
48
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
49
+ "clrName": "Instance",
50
+ "tsEmitName": "instance",
51
+ "metadataToken": 385876078,
52
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
53
+ "normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter|static=true|accessor=get",
54
+ "emitScope": "ClassSurface",
55
+ "isIndexer": false,
56
+ "hasGetter": true,
57
+ "hasSetter": false,
58
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
59
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
60
+ },
61
+ {
62
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
63
+ "clrName": "ConstructorExpression",
64
+ "tsEmitName": "constructorExpression",
65
+ "metadataToken": 385876079,
66
+ "canonicalSignature": ":System.Linq.Expressions.Expression",
67
+ "normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
68
+ "emitScope": "ClassSurface",
69
+ "isIndexer": false,
70
+ "hasGetter": true,
71
+ "hasSetter": false,
72
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonByteArrayReaderWriter",
73
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
74
+ }
75
+ ],
76
+ "fields": [],
77
+ "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
+ ]
123
+ },
124
+ {
125
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
126
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
127
+ "tsEmitName": "SqliteJsonDateTimeOffsetReaderWriter",
128
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
129
+ "metadataToken": 0,
130
+ "methods": [
131
+ {
132
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTimeOffset",
133
+ "clrName": "FromJsonTyped",
134
+ "tsEmitName": "fromJsonTyped",
135
+ "metadataToken": 100663803,
136
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTimeOffset",
137
+ "normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTimeOffset|static=false",
138
+ "emitScope": "ClassSurface",
139
+ "arity": 0,
140
+ "parameterCount": 2,
141
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
142
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
143
+ "isExtensionMethod": false,
144
+ "parameterModifiers": [
145
+ {
146
+ "index": 0,
147
+ "modifier": "ref"
148
+ }
149
+ ]
150
+ },
151
+ {
152
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.DateTimeOffset):System.Void",
153
+ "clrName": "ToJsonTyped",
154
+ "tsEmitName": "toJsonTyped",
155
+ "metadataToken": 100663804,
156
+ "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.DateTimeOffset):System.Void",
157
+ "normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.DateTimeOffset):System.Void|static=false",
158
+ "emitScope": "ClassSurface",
159
+ "arity": 0,
160
+ "parameterCount": 2,
161
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
162
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
163
+ "isExtensionMethod": false
164
+ }
165
+ ],
166
+ "properties": [
167
+ {
168
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
169
+ "clrName": "Instance",
170
+ "tsEmitName": "instance",
171
+ "metadataToken": 385876080,
172
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
173
+ "normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter|static=true|accessor=get",
174
+ "emitScope": "ClassSurface",
175
+ "isIndexer": false,
176
+ "hasGetter": true,
177
+ "hasSetter": false,
178
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
179
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
180
+ },
181
+ {
182
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
183
+ "clrName": "ConstructorExpression",
184
+ "tsEmitName": "constructorExpression",
185
+ "metadataToken": 385876081,
186
+ "canonicalSignature": ":System.Linq.Expressions.Expression",
187
+ "normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
188
+ "emitScope": "ClassSurface",
189
+ "isIndexer": false,
190
+ "hasGetter": true,
191
+ "hasSetter": false,
192
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeOffsetReaderWriter",
193
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
194
+ }
195
+ ],
196
+ "fields": [],
197
+ "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
+ ]
243
+ },
244
+ {
245
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
246
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
247
+ "tsEmitName": "SqliteJsonDateTimeReaderWriter",
248
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
249
+ "metadataToken": 0,
250
+ "methods": [
251
+ {
252
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTime",
253
+ "clrName": "FromJsonTyped",
254
+ "tsEmitName": "fromJsonTyped",
255
+ "metadataToken": 100663809,
256
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTime",
257
+ "normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.DateTime|static=false",
258
+ "emitScope": "ClassSurface",
259
+ "arity": 0,
260
+ "parameterCount": 2,
261
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
262
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
263
+ "isExtensionMethod": false,
264
+ "parameterModifiers": [
265
+ {
266
+ "index": 0,
267
+ "modifier": "ref"
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.DateTime):System.Void",
273
+ "clrName": "ToJsonTyped",
274
+ "tsEmitName": "toJsonTyped",
275
+ "metadataToken": 100663810,
276
+ "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.DateTime):System.Void",
277
+ "normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.DateTime):System.Void|static=false",
278
+ "emitScope": "ClassSurface",
279
+ "arity": 0,
280
+ "parameterCount": 2,
281
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
282
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
283
+ "isExtensionMethod": false
284
+ }
285
+ ],
286
+ "properties": [
287
+ {
288
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
289
+ "clrName": "Instance",
290
+ "tsEmitName": "instance",
291
+ "metadataToken": 385876082,
292
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
293
+ "normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter|static=true|accessor=get",
294
+ "emitScope": "ClassSurface",
295
+ "isIndexer": false,
296
+ "hasGetter": true,
297
+ "hasSetter": false,
298
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
299
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
300
+ },
301
+ {
302
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
303
+ "clrName": "ConstructorExpression",
304
+ "tsEmitName": "constructorExpression",
305
+ "metadataToken": 385876083,
306
+ "canonicalSignature": ":System.Linq.Expressions.Expression",
307
+ "normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
308
+ "emitScope": "ClassSurface",
309
+ "isIndexer": false,
310
+ "hasGetter": true,
311
+ "hasSetter": false,
312
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDateTimeReaderWriter",
313
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
314
+ }
315
+ ],
316
+ "fields": [],
317
+ "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
+ ]
363
+ },
364
+ {
365
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
366
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
367
+ "tsEmitName": "SqliteJsonDecimalReaderWriter",
368
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
369
+ "metadataToken": 0,
370
+ "methods": [
371
+ {
372
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Decimal",
373
+ "clrName": "FromJsonTyped",
374
+ "tsEmitName": "fromJsonTyped",
375
+ "metadataToken": 100663815,
376
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Decimal",
377
+ "normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Decimal|static=false",
378
+ "emitScope": "ClassSurface",
379
+ "arity": 0,
380
+ "parameterCount": 2,
381
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
382
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
383
+ "isExtensionMethod": false,
384
+ "parameterModifiers": [
385
+ {
386
+ "index": 0,
387
+ "modifier": "ref"
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Decimal):System.Void",
393
+ "clrName": "ToJsonTyped",
394
+ "tsEmitName": "toJsonTyped",
395
+ "metadataToken": 100663816,
396
+ "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Decimal):System.Void",
397
+ "normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Decimal):System.Void|static=false",
398
+ "emitScope": "ClassSurface",
399
+ "arity": 0,
400
+ "parameterCount": 2,
401
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
402
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
403
+ "isExtensionMethod": false
404
+ }
405
+ ],
406
+ "properties": [
407
+ {
408
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
409
+ "clrName": "Instance",
410
+ "tsEmitName": "instance",
411
+ "metadataToken": 385876084,
412
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
413
+ "normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter|static=true|accessor=get",
414
+ "emitScope": "ClassSurface",
415
+ "isIndexer": false,
416
+ "hasGetter": true,
417
+ "hasSetter": false,
418
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
419
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
420
+ },
421
+ {
422
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
423
+ "clrName": "ConstructorExpression",
424
+ "tsEmitName": "constructorExpression",
425
+ "metadataToken": 385876085,
426
+ "canonicalSignature": ":System.Linq.Expressions.Expression",
427
+ "normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
428
+ "emitScope": "ClassSurface",
429
+ "isIndexer": false,
430
+ "hasGetter": true,
431
+ "hasSetter": false,
432
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonDecimalReaderWriter",
433
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
434
+ }
435
+ ],
436
+ "fields": [],
437
+ "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
+ ]
483
+ },
484
+ {
485
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
486
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
487
+ "tsEmitName": "SqliteJsonGuidReaderWriter",
488
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
489
+ "metadataToken": 0,
490
+ "methods": [
491
+ {
492
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Guid",
493
+ "clrName": "FromJsonTyped",
494
+ "tsEmitName": "fromJsonTyped",
495
+ "metadataToken": 100663821,
496
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Guid",
497
+ "normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Guid|static=false",
498
+ "emitScope": "ClassSurface",
499
+ "arity": 0,
500
+ "parameterCount": 2,
501
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
502
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
503
+ "isExtensionMethod": false,
504
+ "parameterModifiers": [
505
+ {
506
+ "index": 0,
507
+ "modifier": "ref"
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Guid):System.Void",
513
+ "clrName": "ToJsonTyped",
514
+ "tsEmitName": "toJsonTyped",
515
+ "metadataToken": 100663822,
516
+ "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Guid):System.Void",
517
+ "normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Guid):System.Void|static=false",
518
+ "emitScope": "ClassSurface",
519
+ "arity": 0,
520
+ "parameterCount": 2,
521
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
522
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
523
+ "isExtensionMethod": false
524
+ }
525
+ ],
526
+ "properties": [
527
+ {
528
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter::Instance:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
529
+ "clrName": "Instance",
530
+ "tsEmitName": "instance",
531
+ "metadataToken": 385876086,
532
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
533
+ "normalizedSignature": "Instance|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter|static=true|accessor=get",
534
+ "emitScope": "ClassSurface",
535
+ "isIndexer": false,
536
+ "hasGetter": true,
537
+ "hasSetter": false,
538
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
539
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
540
+ },
541
+ {
542
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter::ConstructorExpression:System.Linq.Expressions.Expression",
543
+ "clrName": "ConstructorExpression",
544
+ "tsEmitName": "constructorExpression",
545
+ "metadataToken": 385876087,
546
+ "canonicalSignature": ":System.Linq.Expressions.Expression",
547
+ "normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
548
+ "emitScope": "ClassSurface",
549
+ "isIndexer": false,
550
+ "hasGetter": true,
551
+ "hasSetter": false,
552
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.SqliteJsonGuidReaderWriter",
553
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
554
+ }
555
+ ],
556
+ "fields": [],
557
+ "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
+ ]
603
+ }
604
+ ]
605
+ }