@tsonic/efcore 10.0.11 → 10.0.16
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.EntityFrameworkCore/bindings.json +0 -500
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +17 -2067
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +1 -757
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +1 -211
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
- package/README.md +119 -2
- package/package.json +4 -4
|
@@ -5269,11 +5269,11 @@
|
|
|
5269
5269
|
"isExtensionMethod": false
|
|
5270
5270
|
},
|
|
5271
5271
|
{
|
|
5272
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.BoolTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5272
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.BoolTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5273
5273
|
"clrName": "Clone",
|
|
5274
5274
|
"metadataToken": 0,
|
|
5275
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5276
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
5275
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5276
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
5277
5277
|
"emitScope": "ClassSurface",
|
|
5278
5278
|
"provenance": "BaseOverload",
|
|
5279
5279
|
"arity": 0,
|
|
@@ -5295,11 +5295,11 @@
|
|
|
5295
5295
|
]
|
|
5296
5296
|
},
|
|
5297
5297
|
{
|
|
5298
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.BoolTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5298
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.BoolTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5299
5299
|
"clrName": "Clone",
|
|
5300
5300
|
"metadataToken": 0,
|
|
5301
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5302
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
5301
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5302
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
5303
5303
|
"emitScope": "ClassSurface",
|
|
5304
5304
|
"provenance": "BaseOverload",
|
|
5305
5305
|
"arity": 0,
|
|
@@ -5446,11 +5446,11 @@
|
|
|
5446
5446
|
"isExtensionMethod": false
|
|
5447
5447
|
},
|
|
5448
5448
|
{
|
|
5449
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5449
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5450
5450
|
"clrName": "Clone",
|
|
5451
5451
|
"metadataToken": 0,
|
|
5452
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5453
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
5452
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5453
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
5454
5454
|
"emitScope": "ClassSurface",
|
|
5455
5455
|
"provenance": "BaseOverload",
|
|
5456
5456
|
"arity": 0,
|
|
@@ -5472,11 +5472,11 @@
|
|
|
5472
5472
|
]
|
|
5473
5473
|
},
|
|
5474
5474
|
{
|
|
5475
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5475
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5476
5476
|
"clrName": "Clone",
|
|
5477
5477
|
"metadataToken": 0,
|
|
5478
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5479
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
5478
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5479
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
5480
5480
|
"emitScope": "ClassSurface",
|
|
5481
5481
|
"provenance": "BaseOverload",
|
|
5482
5482
|
"arity": 0,
|
|
@@ -5603,11 +5603,11 @@
|
|
|
5603
5603
|
"isExtensionMethod": false
|
|
5604
5604
|
},
|
|
5605
5605
|
{
|
|
5606
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5606
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5607
5607
|
"clrName": "Clone",
|
|
5608
5608
|
"metadataToken": 0,
|
|
5609
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5610
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
5609
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5610
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
5611
5611
|
"emitScope": "ClassSurface",
|
|
5612
5612
|
"provenance": "BaseOverload",
|
|
5613
5613
|
"arity": 0,
|
|
@@ -5629,11 +5629,11 @@
|
|
|
5629
5629
|
]
|
|
5630
5630
|
},
|
|
5631
5631
|
{
|
|
5632
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5632
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5633
5633
|
"clrName": "Clone",
|
|
5634
5634
|
"metadataToken": 0,
|
|
5635
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5636
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
5635
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5636
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
5637
5637
|
"emitScope": "ClassSurface",
|
|
5638
5638
|
"provenance": "BaseOverload",
|
|
5639
5639
|
"arity": 0,
|
|
@@ -5780,11 +5780,11 @@
|
|
|
5780
5780
|
"isExtensionMethod": false
|
|
5781
5781
|
},
|
|
5782
5782
|
{
|
|
5783
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.CharTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5783
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.CharTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5784
5784
|
"clrName": "Clone",
|
|
5785
5785
|
"metadataToken": 0,
|
|
5786
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5787
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
5786
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
5787
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
5788
5788
|
"emitScope": "ClassSurface",
|
|
5789
5789
|
"provenance": "BaseOverload",
|
|
5790
5790
|
"arity": 0,
|
|
@@ -5806,11 +5806,11 @@
|
|
|
5806
5806
|
]
|
|
5807
5807
|
},
|
|
5808
5808
|
{
|
|
5809
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.CharTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5809
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.CharTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5810
5810
|
"clrName": "Clone",
|
|
5811
5811
|
"metadataToken": 0,
|
|
5812
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5813
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
5812
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
5813
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
5814
5814
|
"emitScope": "ClassSurface",
|
|
5815
5815
|
"provenance": "BaseOverload",
|
|
5816
5816
|
"arity": 0,
|
|
@@ -6979,11 +6979,11 @@
|
|
|
6979
6979
|
"isExtensionMethod": false
|
|
6980
6980
|
},
|
|
6981
6981
|
{
|
|
6982
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateOnlyTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
6982
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateOnlyTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
6983
6983
|
"clrName": "Clone",
|
|
6984
6984
|
"metadataToken": 0,
|
|
6985
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
6986
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
6985
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
6986
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
6987
6987
|
"emitScope": "ClassSurface",
|
|
6988
6988
|
"provenance": "BaseOverload",
|
|
6989
6989
|
"arity": 0,
|
|
@@ -7005,11 +7005,11 @@
|
|
|
7005
7005
|
]
|
|
7006
7006
|
},
|
|
7007
7007
|
{
|
|
7008
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateOnlyTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7008
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateOnlyTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7009
7009
|
"clrName": "Clone",
|
|
7010
7010
|
"metadataToken": 0,
|
|
7011
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7012
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7011
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7012
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7013
7013
|
"emitScope": "ClassSurface",
|
|
7014
7014
|
"provenance": "BaseOverload",
|
|
7015
7015
|
"arity": 0,
|
|
@@ -7155,11 +7155,11 @@
|
|
|
7155
7155
|
"isExtensionMethod": false
|
|
7156
7156
|
},
|
|
7157
7157
|
{
|
|
7158
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7158
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7159
7159
|
"clrName": "Clone",
|
|
7160
7160
|
"metadataToken": 0,
|
|
7161
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7162
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
7161
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7162
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
7163
7163
|
"emitScope": "ClassSurface",
|
|
7164
7164
|
"provenance": "BaseOverload",
|
|
7165
7165
|
"arity": 0,
|
|
@@ -7181,11 +7181,11 @@
|
|
|
7181
7181
|
]
|
|
7182
7182
|
},
|
|
7183
7183
|
{
|
|
7184
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7184
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7185
7185
|
"clrName": "Clone",
|
|
7186
7186
|
"metadataToken": 0,
|
|
7187
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7188
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7187
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7188
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7189
7189
|
"emitScope": "ClassSurface",
|
|
7190
7190
|
"provenance": "BaseOverload",
|
|
7191
7191
|
"arity": 0,
|
|
@@ -7331,11 +7331,11 @@
|
|
|
7331
7331
|
"isExtensionMethod": false
|
|
7332
7332
|
},
|
|
7333
7333
|
{
|
|
7334
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7334
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7335
7335
|
"clrName": "Clone",
|
|
7336
7336
|
"metadataToken": 0,
|
|
7337
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7338
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
7337
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7338
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
7339
7339
|
"emitScope": "ClassSurface",
|
|
7340
7340
|
"provenance": "BaseOverload",
|
|
7341
7341
|
"arity": 0,
|
|
@@ -7357,11 +7357,11 @@
|
|
|
7357
7357
|
]
|
|
7358
7358
|
},
|
|
7359
7359
|
{
|
|
7360
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7360
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7361
7361
|
"clrName": "Clone",
|
|
7362
7362
|
"metadataToken": 0,
|
|
7363
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7364
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7363
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7364
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7365
7365
|
"emitScope": "ClassSurface",
|
|
7366
7366
|
"provenance": "BaseOverload",
|
|
7367
7367
|
"arity": 0,
|
|
@@ -7507,11 +7507,11 @@
|
|
|
7507
7507
|
"isExtensionMethod": false
|
|
7508
7508
|
},
|
|
7509
7509
|
{
|
|
7510
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DecimalTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7510
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DecimalTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7511
7511
|
"clrName": "Clone",
|
|
7512
7512
|
"metadataToken": 0,
|
|
7513
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7514
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
7513
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7514
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
7515
7515
|
"emitScope": "ClassSurface",
|
|
7516
7516
|
"provenance": "BaseOverload",
|
|
7517
7517
|
"arity": 0,
|
|
@@ -7533,11 +7533,11 @@
|
|
|
7533
7533
|
]
|
|
7534
7534
|
},
|
|
7535
7535
|
{
|
|
7536
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DecimalTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7536
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DecimalTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7537
7537
|
"clrName": "Clone",
|
|
7538
7538
|
"metadataToken": 0,
|
|
7539
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7540
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7539
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7540
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7541
7541
|
"emitScope": "ClassSurface",
|
|
7542
7542
|
"provenance": "BaseOverload",
|
|
7543
7543
|
"arity": 0,
|
|
@@ -7703,11 +7703,11 @@
|
|
|
7703
7703
|
"isExtensionMethod": false
|
|
7704
7704
|
},
|
|
7705
7705
|
{
|
|
7706
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7706
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7707
7707
|
"clrName": "Clone",
|
|
7708
7708
|
"metadataToken": 0,
|
|
7709
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7710
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
7709
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
7710
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
7711
7711
|
"emitScope": "ClassSurface",
|
|
7712
7712
|
"provenance": "BaseOverload",
|
|
7713
7713
|
"arity": 0,
|
|
@@ -7729,11 +7729,11 @@
|
|
|
7729
7729
|
]
|
|
7730
7730
|
},
|
|
7731
7731
|
{
|
|
7732
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7732
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7733
7733
|
"clrName": "Clone",
|
|
7734
7734
|
"metadataToken": 0,
|
|
7735
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7736
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7735
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
7736
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
7737
7737
|
"emitScope": "ClassSurface",
|
|
7738
7738
|
"provenance": "BaseOverload",
|
|
7739
7739
|
"arity": 0,
|
|
@@ -8588,11 +8588,11 @@
|
|
|
8588
8588
|
"isExtensionMethod": false
|
|
8589
8589
|
},
|
|
8590
8590
|
{
|
|
8591
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.FloatTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8591
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.FloatTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8592
8592
|
"clrName": "Clone",
|
|
8593
8593
|
"metadataToken": 0,
|
|
8594
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8595
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
8594
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8595
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
8596
8596
|
"emitScope": "ClassSurface",
|
|
8597
8597
|
"provenance": "BaseOverload",
|
|
8598
8598
|
"arity": 0,
|
|
@@ -8614,11 +8614,11 @@
|
|
|
8614
8614
|
]
|
|
8615
8615
|
},
|
|
8616
8616
|
{
|
|
8617
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.FloatTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8617
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.FloatTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8618
8618
|
"clrName": "Clone",
|
|
8619
8619
|
"metadataToken": 0,
|
|
8620
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8621
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
8620
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8621
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
8622
8622
|
"emitScope": "ClassSurface",
|
|
8623
8623
|
"provenance": "BaseOverload",
|
|
8624
8624
|
"arity": 0,
|
|
@@ -8745,11 +8745,11 @@
|
|
|
8745
8745
|
"isExtensionMethod": false
|
|
8746
8746
|
},
|
|
8747
8747
|
{
|
|
8748
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.GuidTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8748
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.GuidTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8749
8749
|
"clrName": "Clone",
|
|
8750
8750
|
"metadataToken": 0,
|
|
8751
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8752
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
8751
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8752
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
8753
8753
|
"emitScope": "ClassSurface",
|
|
8754
8754
|
"provenance": "BaseOverload",
|
|
8755
8755
|
"arity": 0,
|
|
@@ -8771,11 +8771,11 @@
|
|
|
8771
8771
|
]
|
|
8772
8772
|
},
|
|
8773
8773
|
{
|
|
8774
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.GuidTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8774
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.GuidTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8775
8775
|
"clrName": "Clone",
|
|
8776
8776
|
"metadataToken": 0,
|
|
8777
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8778
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
8777
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8778
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
8779
8779
|
"emitScope": "ClassSurface",
|
|
8780
8780
|
"provenance": "BaseOverload",
|
|
8781
8781
|
"arity": 0,
|
|
@@ -8921,11 +8921,11 @@
|
|
|
8921
8921
|
"isExtensionMethod": false
|
|
8922
8922
|
},
|
|
8923
8923
|
{
|
|
8924
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IntTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8924
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IntTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8925
8925
|
"clrName": "Clone",
|
|
8926
8926
|
"metadataToken": 0,
|
|
8927
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8928
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
8927
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
8928
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
8929
8929
|
"emitScope": "ClassSurface",
|
|
8930
8930
|
"provenance": "BaseOverload",
|
|
8931
8931
|
"arity": 0,
|
|
@@ -8947,11 +8947,11 @@
|
|
|
8947
8947
|
]
|
|
8948
8948
|
},
|
|
8949
8949
|
{
|
|
8950
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IntTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8950
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IntTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8951
8951
|
"clrName": "Clone",
|
|
8952
8952
|
"metadataToken": 0,
|
|
8953
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8954
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
8953
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
8954
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
8955
8955
|
"emitScope": "ClassSurface",
|
|
8956
8956
|
"provenance": "BaseOverload",
|
|
8957
8957
|
"arity": 0,
|
|
@@ -9164,11 +9164,11 @@
|
|
|
9164
9164
|
"isExtensionMethod": false
|
|
9165
9165
|
},
|
|
9166
9166
|
{
|
|
9167
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.LongTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
9167
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.LongTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
9168
9168
|
"clrName": "Clone",
|
|
9169
9169
|
"metadataToken": 0,
|
|
9170
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
9171
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
9170
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
9171
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
9172
9172
|
"emitScope": "ClassSurface",
|
|
9173
9173
|
"provenance": "BaseOverload",
|
|
9174
9174
|
"arity": 0,
|
|
@@ -9190,11 +9190,11 @@
|
|
|
9190
9190
|
]
|
|
9191
9191
|
},
|
|
9192
9192
|
{
|
|
9193
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.LongTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
9193
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.LongTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
9194
9194
|
"clrName": "Clone",
|
|
9195
9195
|
"metadataToken": 0,
|
|
9196
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
9197
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
9196
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
9197
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
9198
9198
|
"emitScope": "ClassSurface",
|
|
9199
9199
|
"provenance": "BaseOverload",
|
|
9200
9200
|
"arity": 0,
|
|
@@ -13321,86 +13321,6 @@
|
|
|
13321
13321
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
13322
13322
|
"isExtensionMethod": false,
|
|
13323
13323
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabase"
|
|
13324
|
-
},
|
|
13325
|
-
{
|
|
13326
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalDatabase::CompileQuery(System.Linq.Expressions.Expression,System.Boolean):System.Func_2",
|
|
13327
|
-
"clrName": "CompileQuery",
|
|
13328
|
-
"metadataToken": 0,
|
|
13329
|
-
"canonicalSignature": "(System.Linq.Expressions.Expression,System.Boolean):System.Func_2",
|
|
13330
|
-
"normalizedSignature": "CompileQuery|(System.Linq.Expressions.Expression,System.Boolean):System.Func_2|static=false",
|
|
13331
|
-
"emitScope": "ClassSurface",
|
|
13332
|
-
"provenance": "BaseOverload",
|
|
13333
|
-
"arity": 1,
|
|
13334
|
-
"parameterCount": 2,
|
|
13335
|
-
"isStatic": false,
|
|
13336
|
-
"isAbstract": false,
|
|
13337
|
-
"isVirtual": true,
|
|
13338
|
-
"isOverride": false,
|
|
13339
|
-
"isSealed": false,
|
|
13340
|
-
"visibility": "Public",
|
|
13341
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabase",
|
|
13342
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13343
|
-
"isExtensionMethod": false
|
|
13344
|
-
},
|
|
13345
|
-
{
|
|
13346
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalDatabase::CompileQueryExpression(System.Linq.Expressions.Expression,System.Boolean):System.Linq.Expressions.Expression_1",
|
|
13347
|
-
"clrName": "CompileQueryExpression",
|
|
13348
|
-
"metadataToken": 0,
|
|
13349
|
-
"canonicalSignature": "(System.Linq.Expressions.Expression,System.Boolean):System.Linq.Expressions.Expression_1",
|
|
13350
|
-
"normalizedSignature": "CompileQueryExpression|(System.Linq.Expressions.Expression,System.Boolean):System.Linq.Expressions.Expression_1|static=false",
|
|
13351
|
-
"emitScope": "ClassSurface",
|
|
13352
|
-
"provenance": "BaseOverload",
|
|
13353
|
-
"arity": 1,
|
|
13354
|
-
"parameterCount": 2,
|
|
13355
|
-
"isStatic": false,
|
|
13356
|
-
"isAbstract": false,
|
|
13357
|
-
"isVirtual": true,
|
|
13358
|
-
"isOverride": false,
|
|
13359
|
-
"isSealed": false,
|
|
13360
|
-
"visibility": "Public",
|
|
13361
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabase",
|
|
13362
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13363
|
-
"isExtensionMethod": false
|
|
13364
|
-
},
|
|
13365
|
-
{
|
|
13366
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalDatabase::SaveChanges(System.Collections.Generic.IList_1):System.Int32",
|
|
13367
|
-
"clrName": "SaveChanges",
|
|
13368
|
-
"metadataToken": 0,
|
|
13369
|
-
"canonicalSignature": "(System.Collections.Generic.IList_1):System.Int32",
|
|
13370
|
-
"normalizedSignature": "SaveChanges|(System.Collections.Generic.IList_1):System.Int32|static=false",
|
|
13371
|
-
"emitScope": "ClassSurface",
|
|
13372
|
-
"provenance": "BaseOverload",
|
|
13373
|
-
"arity": 0,
|
|
13374
|
-
"parameterCount": 1,
|
|
13375
|
-
"isStatic": false,
|
|
13376
|
-
"isAbstract": true,
|
|
13377
|
-
"isVirtual": true,
|
|
13378
|
-
"isOverride": false,
|
|
13379
|
-
"isSealed": false,
|
|
13380
|
-
"visibility": "Public",
|
|
13381
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabase",
|
|
13382
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13383
|
-
"isExtensionMethod": false
|
|
13384
|
-
},
|
|
13385
|
-
{
|
|
13386
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalDatabase::SaveChangesAsync(System.Collections.Generic.IList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
13387
|
-
"clrName": "SaveChangesAsync",
|
|
13388
|
-
"metadataToken": 0,
|
|
13389
|
-
"canonicalSignature": "(System.Collections.Generic.IList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
13390
|
-
"normalizedSignature": "SaveChangesAsync|(System.Collections.Generic.IList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
13391
|
-
"emitScope": "ClassSurface",
|
|
13392
|
-
"provenance": "BaseOverload",
|
|
13393
|
-
"arity": 0,
|
|
13394
|
-
"parameterCount": 2,
|
|
13395
|
-
"isStatic": false,
|
|
13396
|
-
"isAbstract": true,
|
|
13397
|
-
"isVirtual": true,
|
|
13398
|
-
"isOverride": false,
|
|
13399
|
-
"isSealed": false,
|
|
13400
|
-
"visibility": "Public",
|
|
13401
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabase",
|
|
13402
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13403
|
-
"isExtensionMethod": false
|
|
13404
13324
|
}
|
|
13405
13325
|
],
|
|
13406
13326
|
"properties": [
|
|
@@ -15047,26 +14967,6 @@
|
|
|
15047
14967
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalGeometryTypeMapping\u00602",
|
|
15048
14968
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
15049
14969
|
"isExtensionMethod": false
|
|
15050
|
-
},
|
|
15051
|
-
{
|
|
15052
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalGeometryTypeMapping\u00602::CreateParameter(System.Data.Common.DbCommand,System.String,System.Object,System.Nullable_1,System.Data.ParameterDirection):System.Data.Common.DbParameter",
|
|
15053
|
-
"clrName": "CreateParameter",
|
|
15054
|
-
"metadataToken": 0,
|
|
15055
|
-
"canonicalSignature": "(System.Data.Common.DbCommand,System.String,System.Object,System.Nullable_1,System.Data.ParameterDirection):System.Data.Common.DbParameter",
|
|
15056
|
-
"normalizedSignature": "CreateParameter|(System.Data.Common.DbCommand,System.String,System.Object,System.Nullable_1,System.Data.ParameterDirection):System.Data.Common.DbParameter|static=false",
|
|
15057
|
-
"emitScope": "ClassSurface",
|
|
15058
|
-
"provenance": "BaseOverload",
|
|
15059
|
-
"arity": 0,
|
|
15060
|
-
"parameterCount": 5,
|
|
15061
|
-
"isStatic": false,
|
|
15062
|
-
"isAbstract": false,
|
|
15063
|
-
"isVirtual": true,
|
|
15064
|
-
"isOverride": false,
|
|
15065
|
-
"isSealed": false,
|
|
15066
|
-
"visibility": "Public",
|
|
15067
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalGeometryTypeMapping\u00602",
|
|
15068
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
15069
|
-
"isExtensionMethod": false
|
|
15070
14970
|
}
|
|
15071
14971
|
],
|
|
15072
14972
|
"properties": [
|
|
@@ -17107,11 +17007,11 @@
|
|
|
17107
17007
|
"isExtensionMethod": false
|
|
17108
17008
|
},
|
|
17109
17009
|
{
|
|
17110
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17010
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17111
17011
|
"clrName": "Clone",
|
|
17112
17012
|
"metadataToken": 0,
|
|
17113
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17114
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
17013
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17014
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
17115
17015
|
"emitScope": "ClassSurface",
|
|
17116
17016
|
"provenance": "BaseOverload",
|
|
17117
17017
|
"arity": 0,
|
|
@@ -17931,86 +17831,6 @@
|
|
|
17931
17831
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
17932
17832
|
"isExtensionMethod": false,
|
|
17933
17833
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource"
|
|
17934
|
-
},
|
|
17935
|
-
{
|
|
17936
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource::FindMapping(System.Type):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17937
|
-
"clrName": "FindMapping",
|
|
17938
|
-
"metadataToken": 0,
|
|
17939
|
-
"canonicalSignature": "(System.Type):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17940
|
-
"normalizedSignature": "FindMapping|(System.Type):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
17941
|
-
"emitScope": "ClassSurface",
|
|
17942
|
-
"provenance": "BaseOverload",
|
|
17943
|
-
"arity": 0,
|
|
17944
|
-
"parameterCount": 1,
|
|
17945
|
-
"isStatic": false,
|
|
17946
|
-
"isAbstract": true,
|
|
17947
|
-
"isVirtual": true,
|
|
17948
|
-
"isOverride": false,
|
|
17949
|
-
"isSealed": false,
|
|
17950
|
-
"visibility": "Public",
|
|
17951
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource",
|
|
17952
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
17953
|
-
"isExtensionMethod": false
|
|
17954
|
-
},
|
|
17955
|
-
{
|
|
17956
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource::FindMapping(System.Type,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17957
|
-
"clrName": "FindMapping",
|
|
17958
|
-
"metadataToken": 0,
|
|
17959
|
-
"canonicalSignature": "(System.Type,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17960
|
-
"normalizedSignature": "FindMapping|(System.Type,Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
17961
|
-
"emitScope": "ClassSurface",
|
|
17962
|
-
"provenance": "BaseOverload",
|
|
17963
|
-
"arity": 0,
|
|
17964
|
-
"parameterCount": 3,
|
|
17965
|
-
"isStatic": false,
|
|
17966
|
-
"isAbstract": true,
|
|
17967
|
-
"isVirtual": true,
|
|
17968
|
-
"isOverride": false,
|
|
17969
|
-
"isSealed": false,
|
|
17970
|
-
"visibility": "Public",
|
|
17971
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource",
|
|
17972
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
17973
|
-
"isExtensionMethod": false
|
|
17974
|
-
},
|
|
17975
|
-
{
|
|
17976
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource::FindMapping(System.Reflection.MemberInfo):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17977
|
-
"clrName": "FindMapping",
|
|
17978
|
-
"metadataToken": 0,
|
|
17979
|
-
"canonicalSignature": "(System.Reflection.MemberInfo):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17980
|
-
"normalizedSignature": "FindMapping|(System.Reflection.MemberInfo):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
17981
|
-
"emitScope": "ClassSurface",
|
|
17982
|
-
"provenance": "BaseOverload",
|
|
17983
|
-
"arity": 0,
|
|
17984
|
-
"parameterCount": 1,
|
|
17985
|
-
"isStatic": false,
|
|
17986
|
-
"isAbstract": true,
|
|
17987
|
-
"isVirtual": true,
|
|
17988
|
-
"isOverride": false,
|
|
17989
|
-
"isSealed": false,
|
|
17990
|
-
"visibility": "Public",
|
|
17991
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource",
|
|
17992
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
17993
|
-
"isExtensionMethod": false
|
|
17994
|
-
},
|
|
17995
|
-
{
|
|
17996
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource::FindMapping(System.Reflection.MemberInfo,Microsoft.EntityFrameworkCore.Metadata.IModel,System.Boolean):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
17997
|
-
"clrName": "FindMapping",
|
|
17998
|
-
"metadataToken": 0,
|
|
17999
|
-
"canonicalSignature": "(System.Reflection.MemberInfo,Microsoft.EntityFrameworkCore.Metadata.IModel,System.Boolean):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18000
|
-
"normalizedSignature": "FindMapping|(System.Reflection.MemberInfo,Microsoft.EntityFrameworkCore.Metadata.IModel,System.Boolean):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18001
|
-
"emitScope": "ClassSurface",
|
|
18002
|
-
"provenance": "BaseOverload",
|
|
18003
|
-
"arity": 0,
|
|
18004
|
-
"parameterCount": 3,
|
|
18005
|
-
"isStatic": false,
|
|
18006
|
-
"isAbstract": false,
|
|
18007
|
-
"isVirtual": true,
|
|
18008
|
-
"isOverride": false,
|
|
18009
|
-
"isSealed": false,
|
|
18010
|
-
"visibility": "Public",
|
|
18011
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource",
|
|
18012
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
18013
|
-
"isExtensionMethod": false
|
|
18014
17834
|
}
|
|
18015
17835
|
],
|
|
18016
17836
|
"properties": [
|
|
@@ -18342,11 +18162,11 @@
|
|
|
18342
18162
|
"isExtensionMethod": false
|
|
18343
18163
|
},
|
|
18344
18164
|
{
|
|
18345
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.SByteTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18165
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.SByteTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18346
18166
|
"clrName": "Clone",
|
|
18347
18167
|
"metadataToken": 0,
|
|
18348
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18349
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18168
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18169
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18350
18170
|
"emitScope": "ClassSurface",
|
|
18351
18171
|
"provenance": "BaseOverload",
|
|
18352
18172
|
"arity": 0,
|
|
@@ -18368,11 +18188,11 @@
|
|
|
18368
18188
|
]
|
|
18369
18189
|
},
|
|
18370
18190
|
{
|
|
18371
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.SByteTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18191
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.SByteTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18372
18192
|
"clrName": "Clone",
|
|
18373
18193
|
"metadataToken": 0,
|
|
18374
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18375
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18194
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18195
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18376
18196
|
"emitScope": "ClassSurface",
|
|
18377
18197
|
"provenance": "BaseOverload",
|
|
18378
18198
|
"arity": 0,
|
|
@@ -18499,11 +18319,11 @@
|
|
|
18499
18319
|
"isExtensionMethod": false
|
|
18500
18320
|
},
|
|
18501
18321
|
{
|
|
18502
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ShortTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18322
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ShortTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18503
18323
|
"clrName": "Clone",
|
|
18504
18324
|
"metadataToken": 0,
|
|
18505
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18506
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18325
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18326
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18507
18327
|
"emitScope": "ClassSurface",
|
|
18508
18328
|
"provenance": "BaseOverload",
|
|
18509
18329
|
"arity": 0,
|
|
@@ -18525,11 +18345,11 @@
|
|
|
18525
18345
|
]
|
|
18526
18346
|
},
|
|
18527
18347
|
{
|
|
18528
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ShortTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18348
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ShortTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18529
18349
|
"clrName": "Clone",
|
|
18530
18350
|
"metadataToken": 0,
|
|
18531
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18532
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18351
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18352
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18533
18353
|
"emitScope": "ClassSurface",
|
|
18534
18354
|
"provenance": "BaseOverload",
|
|
18535
18355
|
"arity": 0,
|
|
@@ -18696,11 +18516,11 @@
|
|
|
18696
18516
|
"isExtensionMethod": false
|
|
18697
18517
|
},
|
|
18698
18518
|
{
|
|
18699
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.StringTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18519
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.StringTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18700
18520
|
"clrName": "Clone",
|
|
18701
18521
|
"metadataToken": 0,
|
|
18702
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18703
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18522
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18523
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18704
18524
|
"emitScope": "ClassSurface",
|
|
18705
18525
|
"provenance": "BaseOverload",
|
|
18706
18526
|
"arity": 0,
|
|
@@ -18722,11 +18542,11 @@
|
|
|
18722
18542
|
]
|
|
18723
18543
|
},
|
|
18724
18544
|
{
|
|
18725
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.StringTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18545
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.StringTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18726
18546
|
"clrName": "Clone",
|
|
18727
18547
|
"metadataToken": 0,
|
|
18728
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18729
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18548
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18549
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18730
18550
|
"emitScope": "ClassSurface",
|
|
18731
18551
|
"provenance": "BaseOverload",
|
|
18732
18552
|
"arity": 0,
|
|
@@ -18873,11 +18693,11 @@
|
|
|
18873
18693
|
"isExtensionMethod": false
|
|
18874
18694
|
},
|
|
18875
18695
|
{
|
|
18876
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18696
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18877
18697
|
"clrName": "Clone",
|
|
18878
18698
|
"metadataToken": 0,
|
|
18879
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18880
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18699
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18700
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18881
18701
|
"emitScope": "ClassSurface",
|
|
18882
18702
|
"provenance": "BaseOverload",
|
|
18883
18703
|
"arity": 0,
|
|
@@ -18899,11 +18719,11 @@
|
|
|
18899
18719
|
]
|
|
18900
18720
|
},
|
|
18901
18721
|
{
|
|
18902
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18722
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18903
18723
|
"clrName": "Clone",
|
|
18904
18724
|
"metadataToken": 0,
|
|
18905
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18906
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18725
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18726
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18907
18727
|
"emitScope": "ClassSurface",
|
|
18908
18728
|
"provenance": "BaseOverload",
|
|
18909
18729
|
"arity": 0,
|
|
@@ -19030,11 +18850,11 @@
|
|
|
19030
18850
|
"isExtensionMethod": false
|
|
19031
18851
|
},
|
|
19032
18852
|
{
|
|
19033
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeSpanTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18853
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeSpanTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
19034
18854
|
"clrName": "Clone",
|
|
19035
18855
|
"metadataToken": 0,
|
|
19036
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
19037
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
18856
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
18857
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
19038
18858
|
"emitScope": "ClassSurface",
|
|
19039
18859
|
"provenance": "BaseOverload",
|
|
19040
18860
|
"arity": 0,
|
|
@@ -19056,11 +18876,11 @@
|
|
|
19056
18876
|
]
|
|
19057
18877
|
},
|
|
19058
18878
|
{
|
|
19059
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeSpanTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18879
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeSpanTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
19060
18880
|
"clrName": "Clone",
|
|
19061
18881
|
"metadataToken": 0,
|
|
19062
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
19063
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
18882
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
18883
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
19064
18884
|
"emitScope": "ClassSurface",
|
|
19065
18885
|
"provenance": "BaseOverload",
|
|
19066
18886
|
"arity": 0,
|
|
@@ -20315,11 +20135,11 @@
|
|
|
20315
20135
|
"isExtensionMethod": false
|
|
20316
20136
|
},
|
|
20317
20137
|
{
|
|
20318
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.UIntTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20138
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.UIntTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20319
20139
|
"clrName": "Clone",
|
|
20320
20140
|
"metadataToken": 0,
|
|
20321
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20322
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
20141
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20142
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
20323
20143
|
"emitScope": "ClassSurface",
|
|
20324
20144
|
"provenance": "BaseOverload",
|
|
20325
20145
|
"arity": 0,
|
|
@@ -20341,11 +20161,11 @@
|
|
|
20341
20161
|
]
|
|
20342
20162
|
},
|
|
20343
20163
|
{
|
|
20344
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.UIntTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20164
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.UIntTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20345
20165
|
"clrName": "Clone",
|
|
20346
20166
|
"metadataToken": 0,
|
|
20347
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20348
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
20167
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20168
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
20349
20169
|
"emitScope": "ClassSurface",
|
|
20350
20170
|
"provenance": "BaseOverload",
|
|
20351
20171
|
"arity": 0,
|
|
@@ -20472,11 +20292,11 @@
|
|
|
20472
20292
|
"isExtensionMethod": false
|
|
20473
20293
|
},
|
|
20474
20294
|
{
|
|
20475
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ULongTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20295
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ULongTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20476
20296
|
"clrName": "Clone",
|
|
20477
20297
|
"metadataToken": 0,
|
|
20478
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20479
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
20298
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20299
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
20480
20300
|
"emitScope": "ClassSurface",
|
|
20481
20301
|
"provenance": "BaseOverload",
|
|
20482
20302
|
"arity": 0,
|
|
@@ -20498,11 +20318,11 @@
|
|
|
20498
20318
|
]
|
|
20499
20319
|
},
|
|
20500
20320
|
{
|
|
20501
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ULongTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20321
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ULongTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20502
20322
|
"clrName": "Clone",
|
|
20503
20323
|
"metadataToken": 0,
|
|
20504
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20505
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
20324
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20325
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
20506
20326
|
"emitScope": "ClassSurface",
|
|
20507
20327
|
"provenance": "BaseOverload",
|
|
20508
20328
|
"arity": 0,
|
|
@@ -20629,11 +20449,11 @@
|
|
|
20629
20449
|
"isExtensionMethod": false
|
|
20630
20450
|
},
|
|
20631
20451
|
{
|
|
20632
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.UShortTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20452
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.UShortTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20633
20453
|
"clrName": "Clone",
|
|
20634
20454
|
"metadataToken": 0,
|
|
20635
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20636
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
20455
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
20456
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
20637
20457
|
"emitScope": "ClassSurface",
|
|
20638
20458
|
"provenance": "BaseOverload",
|
|
20639
20459
|
"arity": 0,
|
|
@@ -20655,11 +20475,11 @@
|
|
|
20655
20475
|
]
|
|
20656
20476
|
},
|
|
20657
20477
|
{
|
|
20658
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.UShortTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20478
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.UShortTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20659
20479
|
"clrName": "Clone",
|
|
20660
20480
|
"metadataToken": 0,
|
|
20661
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20662
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
20481
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
20482
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
20663
20483
|
"emitScope": "ClassSurface",
|
|
20664
20484
|
"provenance": "BaseOverload",
|
|
20665
20485
|
"arity": 0,
|