@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
|
@@ -245,52 +245,6 @@
|
|
|
245
245
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonBoolReaderWriter",
|
|
246
246
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
247
247
|
"isExtensionMethod": false
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonBoolReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
251
|
-
"clrName": "FromJsonTyped",
|
|
252
|
-
"metadataToken": 0,
|
|
253
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
254
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
255
|
-
"emitScope": "ClassSurface",
|
|
256
|
-
"provenance": "BaseOverload",
|
|
257
|
-
"arity": 0,
|
|
258
|
-
"parameterCount": 2,
|
|
259
|
-
"isStatic": false,
|
|
260
|
-
"isAbstract": true,
|
|
261
|
-
"isVirtual": true,
|
|
262
|
-
"isOverride": false,
|
|
263
|
-
"isSealed": false,
|
|
264
|
-
"visibility": "Public",
|
|
265
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonBoolReaderWriter",
|
|
266
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
267
|
-
"isExtensionMethod": false,
|
|
268
|
-
"parameterModifiers": [
|
|
269
|
-
{
|
|
270
|
-
"index": 0,
|
|
271
|
-
"modifier": "ref"
|
|
272
|
-
}
|
|
273
|
-
]
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonBoolReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
277
|
-
"clrName": "ToJsonTyped",
|
|
278
|
-
"metadataToken": 0,
|
|
279
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
280
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
281
|
-
"emitScope": "ClassSurface",
|
|
282
|
-
"provenance": "BaseOverload",
|
|
283
|
-
"arity": 0,
|
|
284
|
-
"parameterCount": 2,
|
|
285
|
-
"isStatic": false,
|
|
286
|
-
"isAbstract": true,
|
|
287
|
-
"isVirtual": true,
|
|
288
|
-
"isOverride": false,
|
|
289
|
-
"isSealed": false,
|
|
290
|
-
"visibility": "Public",
|
|
291
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonBoolReaderWriter",
|
|
292
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
293
|
-
"isExtensionMethod": false
|
|
294
248
|
}
|
|
295
249
|
],
|
|
296
250
|
"properties": [
|
|
@@ -413,52 +367,6 @@
|
|
|
413
367
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonByteArrayReaderWriter",
|
|
414
368
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
415
369
|
"isExtensionMethod": false
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonByteArrayReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
419
|
-
"clrName": "FromJsonTyped",
|
|
420
|
-
"metadataToken": 0,
|
|
421
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
422
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
423
|
-
"emitScope": "ClassSurface",
|
|
424
|
-
"provenance": "BaseOverload",
|
|
425
|
-
"arity": 0,
|
|
426
|
-
"parameterCount": 2,
|
|
427
|
-
"isStatic": false,
|
|
428
|
-
"isAbstract": true,
|
|
429
|
-
"isVirtual": true,
|
|
430
|
-
"isOverride": false,
|
|
431
|
-
"isSealed": false,
|
|
432
|
-
"visibility": "Public",
|
|
433
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonByteArrayReaderWriter",
|
|
434
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
435
|
-
"isExtensionMethod": false,
|
|
436
|
-
"parameterModifiers": [
|
|
437
|
-
{
|
|
438
|
-
"index": 0,
|
|
439
|
-
"modifier": "ref"
|
|
440
|
-
}
|
|
441
|
-
]
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonByteArrayReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
445
|
-
"clrName": "ToJsonTyped",
|
|
446
|
-
"metadataToken": 0,
|
|
447
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
448
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
449
|
-
"emitScope": "ClassSurface",
|
|
450
|
-
"provenance": "BaseOverload",
|
|
451
|
-
"arity": 0,
|
|
452
|
-
"parameterCount": 2,
|
|
453
|
-
"isStatic": false,
|
|
454
|
-
"isAbstract": true,
|
|
455
|
-
"isVirtual": true,
|
|
456
|
-
"isOverride": false,
|
|
457
|
-
"isSealed": false,
|
|
458
|
-
"visibility": "Public",
|
|
459
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonByteArrayReaderWriter",
|
|
460
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
461
|
-
"isExtensionMethod": false
|
|
462
370
|
}
|
|
463
371
|
],
|
|
464
372
|
"properties": [
|
|
@@ -569,52 +477,6 @@
|
|
|
569
477
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonByteReaderWriter",
|
|
570
478
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
571
479
|
"isExtensionMethod": false
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonByteReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
575
|
-
"clrName": "FromJsonTyped",
|
|
576
|
-
"metadataToken": 0,
|
|
577
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
578
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
579
|
-
"emitScope": "ClassSurface",
|
|
580
|
-
"provenance": "BaseOverload",
|
|
581
|
-
"arity": 0,
|
|
582
|
-
"parameterCount": 2,
|
|
583
|
-
"isStatic": false,
|
|
584
|
-
"isAbstract": true,
|
|
585
|
-
"isVirtual": true,
|
|
586
|
-
"isOverride": false,
|
|
587
|
-
"isSealed": false,
|
|
588
|
-
"visibility": "Public",
|
|
589
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonByteReaderWriter",
|
|
590
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
591
|
-
"isExtensionMethod": false,
|
|
592
|
-
"parameterModifiers": [
|
|
593
|
-
{
|
|
594
|
-
"index": 0,
|
|
595
|
-
"modifier": "ref"
|
|
596
|
-
}
|
|
597
|
-
]
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonByteReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
601
|
-
"clrName": "ToJsonTyped",
|
|
602
|
-
"metadataToken": 0,
|
|
603
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
604
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
605
|
-
"emitScope": "ClassSurface",
|
|
606
|
-
"provenance": "BaseOverload",
|
|
607
|
-
"arity": 0,
|
|
608
|
-
"parameterCount": 2,
|
|
609
|
-
"isStatic": false,
|
|
610
|
-
"isAbstract": true,
|
|
611
|
-
"isVirtual": true,
|
|
612
|
-
"isOverride": false,
|
|
613
|
-
"isSealed": false,
|
|
614
|
-
"visibility": "Public",
|
|
615
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonByteReaderWriter",
|
|
616
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
617
|
-
"isExtensionMethod": false
|
|
618
480
|
}
|
|
619
481
|
],
|
|
620
482
|
"properties": [
|
|
@@ -734,52 +596,6 @@
|
|
|
734
596
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCastValueReaderWriter\u00601",
|
|
735
597
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
736
598
|
"isExtensionMethod": false
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCastValueReaderWriter\u00601::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
740
|
-
"clrName": "FromJsonTyped",
|
|
741
|
-
"metadataToken": 0,
|
|
742
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
743
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
744
|
-
"emitScope": "ClassSurface",
|
|
745
|
-
"provenance": "BaseOverload",
|
|
746
|
-
"arity": 0,
|
|
747
|
-
"parameterCount": 2,
|
|
748
|
-
"isStatic": false,
|
|
749
|
-
"isAbstract": true,
|
|
750
|
-
"isVirtual": true,
|
|
751
|
-
"isOverride": false,
|
|
752
|
-
"isSealed": false,
|
|
753
|
-
"visibility": "Public",
|
|
754
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCastValueReaderWriter\u00601",
|
|
755
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
756
|
-
"isExtensionMethod": false,
|
|
757
|
-
"parameterModifiers": [
|
|
758
|
-
{
|
|
759
|
-
"index": 0,
|
|
760
|
-
"modifier": "ref"
|
|
761
|
-
}
|
|
762
|
-
]
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCastValueReaderWriter\u00601::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
766
|
-
"clrName": "ToJsonTyped",
|
|
767
|
-
"metadataToken": 0,
|
|
768
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
769
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
770
|
-
"emitScope": "ClassSurface",
|
|
771
|
-
"provenance": "BaseOverload",
|
|
772
|
-
"arity": 0,
|
|
773
|
-
"parameterCount": 2,
|
|
774
|
-
"isStatic": false,
|
|
775
|
-
"isAbstract": true,
|
|
776
|
-
"isVirtual": true,
|
|
777
|
-
"isOverride": false,
|
|
778
|
-
"isSealed": false,
|
|
779
|
-
"visibility": "Public",
|
|
780
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCastValueReaderWriter\u00601",
|
|
781
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
782
|
-
"isExtensionMethod": false
|
|
783
599
|
}
|
|
784
600
|
],
|
|
785
601
|
"properties": [
|
|
@@ -903,52 +719,6 @@
|
|
|
903
719
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCharReaderWriter",
|
|
904
720
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
905
721
|
"isExtensionMethod": false
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCharReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
909
|
-
"clrName": "FromJsonTyped",
|
|
910
|
-
"metadataToken": 0,
|
|
911
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
912
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
913
|
-
"emitScope": "ClassSurface",
|
|
914
|
-
"provenance": "BaseOverload",
|
|
915
|
-
"arity": 0,
|
|
916
|
-
"parameterCount": 2,
|
|
917
|
-
"isStatic": false,
|
|
918
|
-
"isAbstract": true,
|
|
919
|
-
"isVirtual": true,
|
|
920
|
-
"isOverride": false,
|
|
921
|
-
"isSealed": false,
|
|
922
|
-
"visibility": "Public",
|
|
923
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCharReaderWriter",
|
|
924
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
925
|
-
"isExtensionMethod": false,
|
|
926
|
-
"parameterModifiers": [
|
|
927
|
-
{
|
|
928
|
-
"index": 0,
|
|
929
|
-
"modifier": "ref"
|
|
930
|
-
}
|
|
931
|
-
]
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCharReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
935
|
-
"clrName": "ToJsonTyped",
|
|
936
|
-
"metadataToken": 0,
|
|
937
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
938
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
939
|
-
"emitScope": "ClassSurface",
|
|
940
|
-
"provenance": "BaseOverload",
|
|
941
|
-
"arity": 0,
|
|
942
|
-
"parameterCount": 2,
|
|
943
|
-
"isStatic": false,
|
|
944
|
-
"isAbstract": true,
|
|
945
|
-
"isVirtual": true,
|
|
946
|
-
"isOverride": false,
|
|
947
|
-
"isSealed": false,
|
|
948
|
-
"visibility": "Public",
|
|
949
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCharReaderWriter",
|
|
950
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
951
|
-
"isExtensionMethod": false
|
|
952
722
|
}
|
|
953
723
|
],
|
|
954
724
|
"properties": [
|
|
@@ -1069,52 +839,6 @@
|
|
|
1069
839
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfNullableStructsReaderWriter\u00602",
|
|
1070
840
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1071
841
|
"isExtensionMethod": false
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfNullableStructsReaderWriter\u00602::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1075
|
-
"clrName": "FromJsonTyped",
|
|
1076
|
-
"metadataToken": 0,
|
|
1077
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1078
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
1079
|
-
"emitScope": "ClassSurface",
|
|
1080
|
-
"provenance": "BaseOverload",
|
|
1081
|
-
"arity": 0,
|
|
1082
|
-
"parameterCount": 2,
|
|
1083
|
-
"isStatic": false,
|
|
1084
|
-
"isAbstract": true,
|
|
1085
|
-
"isVirtual": true,
|
|
1086
|
-
"isOverride": false,
|
|
1087
|
-
"isSealed": false,
|
|
1088
|
-
"visibility": "Public",
|
|
1089
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfNullableStructsReaderWriter\u00602",
|
|
1090
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1091
|
-
"isExtensionMethod": false,
|
|
1092
|
-
"parameterModifiers": [
|
|
1093
|
-
{
|
|
1094
|
-
"index": 0,
|
|
1095
|
-
"modifier": "ref"
|
|
1096
|
-
}
|
|
1097
|
-
]
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfNullableStructsReaderWriter\u00602::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1101
|
-
"clrName": "ToJsonTyped",
|
|
1102
|
-
"metadataToken": 0,
|
|
1103
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1104
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
1105
|
-
"emitScope": "ClassSurface",
|
|
1106
|
-
"provenance": "BaseOverload",
|
|
1107
|
-
"arity": 0,
|
|
1108
|
-
"parameterCount": 2,
|
|
1109
|
-
"isStatic": false,
|
|
1110
|
-
"isAbstract": true,
|
|
1111
|
-
"isVirtual": true,
|
|
1112
|
-
"isOverride": false,
|
|
1113
|
-
"isSealed": false,
|
|
1114
|
-
"visibility": "Public",
|
|
1115
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfNullableStructsReaderWriter\u00602",
|
|
1116
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1117
|
-
"isExtensionMethod": false
|
|
1118
842
|
}
|
|
1119
843
|
],
|
|
1120
844
|
"properties": [
|
|
@@ -1248,61 +972,15 @@
|
|
|
1248
972
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfReferencesReaderWriter\u00602",
|
|
1249
973
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1250
974
|
"isExtensionMethod": false
|
|
1251
|
-
}
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"properties": [
|
|
1252
978
|
{
|
|
1253
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfReferencesReaderWriter\u00602::
|
|
1254
|
-
"clrName": "
|
|
1255
|
-
"metadataToken":
|
|
1256
|
-
"canonicalSignature": "
|
|
1257
|
-
"normalizedSignature": "
|
|
1258
|
-
"emitScope": "ClassSurface",
|
|
1259
|
-
"provenance": "BaseOverload",
|
|
1260
|
-
"arity": 0,
|
|
1261
|
-
"parameterCount": 2,
|
|
1262
|
-
"isStatic": false,
|
|
1263
|
-
"isAbstract": true,
|
|
1264
|
-
"isVirtual": true,
|
|
1265
|
-
"isOverride": false,
|
|
1266
|
-
"isSealed": false,
|
|
1267
|
-
"visibility": "Public",
|
|
1268
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfReferencesReaderWriter\u00602",
|
|
1269
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1270
|
-
"isExtensionMethod": false,
|
|
1271
|
-
"parameterModifiers": [
|
|
1272
|
-
{
|
|
1273
|
-
"index": 0,
|
|
1274
|
-
"modifier": "ref"
|
|
1275
|
-
}
|
|
1276
|
-
]
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfReferencesReaderWriter\u00602::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1280
|
-
"clrName": "ToJsonTyped",
|
|
1281
|
-
"metadataToken": 0,
|
|
1282
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1283
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
1284
|
-
"emitScope": "ClassSurface",
|
|
1285
|
-
"provenance": "BaseOverload",
|
|
1286
|
-
"arity": 0,
|
|
1287
|
-
"parameterCount": 2,
|
|
1288
|
-
"isStatic": false,
|
|
1289
|
-
"isAbstract": true,
|
|
1290
|
-
"isVirtual": true,
|
|
1291
|
-
"isOverride": false,
|
|
1292
|
-
"isSealed": false,
|
|
1293
|
-
"visibility": "Public",
|
|
1294
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfReferencesReaderWriter\u00602",
|
|
1295
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1296
|
-
"isExtensionMethod": false
|
|
1297
|
-
}
|
|
1298
|
-
],
|
|
1299
|
-
"properties": [
|
|
1300
|
-
{
|
|
1301
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfReferencesReaderWriter\u00602::ConstructorExpression:System.Linq.Expressions.Expression",
|
|
1302
|
-
"clrName": "ConstructorExpression",
|
|
1303
|
-
"metadataToken": 385876311,
|
|
1304
|
-
"canonicalSignature": ":System.Linq.Expressions.Expression",
|
|
1305
|
-
"normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
979
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfReferencesReaderWriter\u00602::ConstructorExpression:System.Linq.Expressions.Expression",
|
|
980
|
+
"clrName": "ConstructorExpression",
|
|
981
|
+
"metadataToken": 385876311,
|
|
982
|
+
"canonicalSignature": ":System.Linq.Expressions.Expression",
|
|
983
|
+
"normalizedSignature": "ConstructorExpression|:System.Linq.Expressions.Expression|static=false|accessor=get",
|
|
1306
984
|
"emitScope": "ClassSurface",
|
|
1307
985
|
"provenance": "Original",
|
|
1308
986
|
"isIndexer": false,
|
|
@@ -1427,52 +1105,6 @@
|
|
|
1427
1105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfStructsReaderWriter\u00602",
|
|
1428
1106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1429
1107
|
"isExtensionMethod": false
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfStructsReaderWriter\u00602::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1433
|
-
"clrName": "FromJsonTyped",
|
|
1434
|
-
"metadataToken": 0,
|
|
1435
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1436
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
1437
|
-
"emitScope": "ClassSurface",
|
|
1438
|
-
"provenance": "BaseOverload",
|
|
1439
|
-
"arity": 0,
|
|
1440
|
-
"parameterCount": 2,
|
|
1441
|
-
"isStatic": false,
|
|
1442
|
-
"isAbstract": true,
|
|
1443
|
-
"isVirtual": true,
|
|
1444
|
-
"isOverride": false,
|
|
1445
|
-
"isSealed": false,
|
|
1446
|
-
"visibility": "Public",
|
|
1447
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfStructsReaderWriter\u00602",
|
|
1448
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1449
|
-
"isExtensionMethod": false,
|
|
1450
|
-
"parameterModifiers": [
|
|
1451
|
-
{
|
|
1452
|
-
"index": 0,
|
|
1453
|
-
"modifier": "ref"
|
|
1454
|
-
}
|
|
1455
|
-
]
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfStructsReaderWriter\u00602::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1459
|
-
"clrName": "ToJsonTyped",
|
|
1460
|
-
"metadataToken": 0,
|
|
1461
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1462
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
1463
|
-
"emitScope": "ClassSurface",
|
|
1464
|
-
"provenance": "BaseOverload",
|
|
1465
|
-
"arity": 0,
|
|
1466
|
-
"parameterCount": 2,
|
|
1467
|
-
"isStatic": false,
|
|
1468
|
-
"isAbstract": true,
|
|
1469
|
-
"isVirtual": true,
|
|
1470
|
-
"isOverride": false,
|
|
1471
|
-
"isSealed": false,
|
|
1472
|
-
"visibility": "Public",
|
|
1473
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionOfStructsReaderWriter\u00602",
|
|
1474
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1475
|
-
"isExtensionMethod": false
|
|
1476
1108
|
}
|
|
1477
1109
|
],
|
|
1478
1110
|
"properties": [
|
|
@@ -1610,52 +1242,6 @@
|
|
|
1610
1242
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonConvertedValueReaderWriter\u00602",
|
|
1611
1243
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1612
1244
|
"isExtensionMethod": false
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonConvertedValueReaderWriter\u00602::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1616
|
-
"clrName": "FromJsonTyped",
|
|
1617
|
-
"metadataToken": 0,
|
|
1618
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1619
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
1620
|
-
"emitScope": "ClassSurface",
|
|
1621
|
-
"provenance": "BaseOverload",
|
|
1622
|
-
"arity": 0,
|
|
1623
|
-
"parameterCount": 2,
|
|
1624
|
-
"isStatic": false,
|
|
1625
|
-
"isAbstract": true,
|
|
1626
|
-
"isVirtual": true,
|
|
1627
|
-
"isOverride": false,
|
|
1628
|
-
"isSealed": false,
|
|
1629
|
-
"visibility": "Public",
|
|
1630
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonConvertedValueReaderWriter\u00602",
|
|
1631
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1632
|
-
"isExtensionMethod": false,
|
|
1633
|
-
"parameterModifiers": [
|
|
1634
|
-
{
|
|
1635
|
-
"index": 0,
|
|
1636
|
-
"modifier": "ref"
|
|
1637
|
-
}
|
|
1638
|
-
]
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonConvertedValueReaderWriter\u00602::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1642
|
-
"clrName": "ToJsonTyped",
|
|
1643
|
-
"metadataToken": 0,
|
|
1644
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1645
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
1646
|
-
"emitScope": "ClassSurface",
|
|
1647
|
-
"provenance": "BaseOverload",
|
|
1648
|
-
"arity": 0,
|
|
1649
|
-
"parameterCount": 2,
|
|
1650
|
-
"isStatic": false,
|
|
1651
|
-
"isAbstract": true,
|
|
1652
|
-
"isVirtual": true,
|
|
1653
|
-
"isOverride": false,
|
|
1654
|
-
"isSealed": false,
|
|
1655
|
-
"visibility": "Public",
|
|
1656
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonConvertedValueReaderWriter\u00602",
|
|
1657
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1658
|
-
"isExtensionMethod": false
|
|
1659
1245
|
}
|
|
1660
1246
|
],
|
|
1661
1247
|
"properties": [
|
|
@@ -1799,52 +1385,6 @@
|
|
|
1799
1385
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateOnlyReaderWriter",
|
|
1800
1386
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1801
1387
|
"isExtensionMethod": false
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDateOnlyReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1805
|
-
"clrName": "FromJsonTyped",
|
|
1806
|
-
"metadataToken": 0,
|
|
1807
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1808
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
1809
|
-
"emitScope": "ClassSurface",
|
|
1810
|
-
"provenance": "BaseOverload",
|
|
1811
|
-
"arity": 0,
|
|
1812
|
-
"parameterCount": 2,
|
|
1813
|
-
"isStatic": false,
|
|
1814
|
-
"isAbstract": true,
|
|
1815
|
-
"isVirtual": true,
|
|
1816
|
-
"isOverride": false,
|
|
1817
|
-
"isSealed": false,
|
|
1818
|
-
"visibility": "Public",
|
|
1819
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateOnlyReaderWriter",
|
|
1820
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1821
|
-
"isExtensionMethod": false,
|
|
1822
|
-
"parameterModifiers": [
|
|
1823
|
-
{
|
|
1824
|
-
"index": 0,
|
|
1825
|
-
"modifier": "ref"
|
|
1826
|
-
}
|
|
1827
|
-
]
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDateOnlyReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1831
|
-
"clrName": "ToJsonTyped",
|
|
1832
|
-
"metadataToken": 0,
|
|
1833
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1834
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
1835
|
-
"emitScope": "ClassSurface",
|
|
1836
|
-
"provenance": "BaseOverload",
|
|
1837
|
-
"arity": 0,
|
|
1838
|
-
"parameterCount": 2,
|
|
1839
|
-
"isStatic": false,
|
|
1840
|
-
"isAbstract": true,
|
|
1841
|
-
"isVirtual": true,
|
|
1842
|
-
"isOverride": false,
|
|
1843
|
-
"isSealed": false,
|
|
1844
|
-
"visibility": "Public",
|
|
1845
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateOnlyReaderWriter",
|
|
1846
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1847
|
-
"isExtensionMethod": false
|
|
1848
1388
|
}
|
|
1849
1389
|
],
|
|
1850
1390
|
"properties": [
|
|
@@ -1955,52 +1495,6 @@
|
|
|
1955
1495
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeOffsetReaderWriter",
|
|
1956
1496
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1957
1497
|
"isExtensionMethod": false
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeOffsetReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1961
|
-
"clrName": "FromJsonTyped",
|
|
1962
|
-
"metadataToken": 0,
|
|
1963
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
1964
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
1965
|
-
"emitScope": "ClassSurface",
|
|
1966
|
-
"provenance": "BaseOverload",
|
|
1967
|
-
"arity": 0,
|
|
1968
|
-
"parameterCount": 2,
|
|
1969
|
-
"isStatic": false,
|
|
1970
|
-
"isAbstract": true,
|
|
1971
|
-
"isVirtual": true,
|
|
1972
|
-
"isOverride": false,
|
|
1973
|
-
"isSealed": false,
|
|
1974
|
-
"visibility": "Public",
|
|
1975
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeOffsetReaderWriter",
|
|
1976
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1977
|
-
"isExtensionMethod": false,
|
|
1978
|
-
"parameterModifiers": [
|
|
1979
|
-
{
|
|
1980
|
-
"index": 0,
|
|
1981
|
-
"modifier": "ref"
|
|
1982
|
-
}
|
|
1983
|
-
]
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeOffsetReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1987
|
-
"clrName": "ToJsonTyped",
|
|
1988
|
-
"metadataToken": 0,
|
|
1989
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
1990
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
1991
|
-
"emitScope": "ClassSurface",
|
|
1992
|
-
"provenance": "BaseOverload",
|
|
1993
|
-
"arity": 0,
|
|
1994
|
-
"parameterCount": 2,
|
|
1995
|
-
"isStatic": false,
|
|
1996
|
-
"isAbstract": true,
|
|
1997
|
-
"isVirtual": true,
|
|
1998
|
-
"isOverride": false,
|
|
1999
|
-
"isSealed": false,
|
|
2000
|
-
"visibility": "Public",
|
|
2001
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeOffsetReaderWriter",
|
|
2002
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2003
|
-
"isExtensionMethod": false
|
|
2004
1498
|
}
|
|
2005
1499
|
],
|
|
2006
1500
|
"properties": [
|
|
@@ -2111,52 +1605,6 @@
|
|
|
2111
1605
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeReaderWriter",
|
|
2112
1606
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2113
1607
|
"isExtensionMethod": false
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2117
|
-
"clrName": "FromJsonTyped",
|
|
2118
|
-
"metadataToken": 0,
|
|
2119
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2120
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
2121
|
-
"emitScope": "ClassSurface",
|
|
2122
|
-
"provenance": "BaseOverload",
|
|
2123
|
-
"arity": 0,
|
|
2124
|
-
"parameterCount": 2,
|
|
2125
|
-
"isStatic": false,
|
|
2126
|
-
"isAbstract": true,
|
|
2127
|
-
"isVirtual": true,
|
|
2128
|
-
"isOverride": false,
|
|
2129
|
-
"isSealed": false,
|
|
2130
|
-
"visibility": "Public",
|
|
2131
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeReaderWriter",
|
|
2132
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2133
|
-
"isExtensionMethod": false,
|
|
2134
|
-
"parameterModifiers": [
|
|
2135
|
-
{
|
|
2136
|
-
"index": 0,
|
|
2137
|
-
"modifier": "ref"
|
|
2138
|
-
}
|
|
2139
|
-
]
|
|
2140
|
-
},
|
|
2141
|
-
{
|
|
2142
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2143
|
-
"clrName": "ToJsonTyped",
|
|
2144
|
-
"metadataToken": 0,
|
|
2145
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2146
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
2147
|
-
"emitScope": "ClassSurface",
|
|
2148
|
-
"provenance": "BaseOverload",
|
|
2149
|
-
"arity": 0,
|
|
2150
|
-
"parameterCount": 2,
|
|
2151
|
-
"isStatic": false,
|
|
2152
|
-
"isAbstract": true,
|
|
2153
|
-
"isVirtual": true,
|
|
2154
|
-
"isOverride": false,
|
|
2155
|
-
"isSealed": false,
|
|
2156
|
-
"visibility": "Public",
|
|
2157
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDateTimeReaderWriter",
|
|
2158
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2159
|
-
"isExtensionMethod": false
|
|
2160
1608
|
}
|
|
2161
1609
|
],
|
|
2162
1610
|
"properties": [
|
|
@@ -2267,52 +1715,6 @@
|
|
|
2267
1715
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDecimalReaderWriter",
|
|
2268
1716
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2269
1717
|
"isExtensionMethod": false
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDecimalReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2273
|
-
"clrName": "FromJsonTyped",
|
|
2274
|
-
"metadataToken": 0,
|
|
2275
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2276
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
2277
|
-
"emitScope": "ClassSurface",
|
|
2278
|
-
"provenance": "BaseOverload",
|
|
2279
|
-
"arity": 0,
|
|
2280
|
-
"parameterCount": 2,
|
|
2281
|
-
"isStatic": false,
|
|
2282
|
-
"isAbstract": true,
|
|
2283
|
-
"isVirtual": true,
|
|
2284
|
-
"isOverride": false,
|
|
2285
|
-
"isSealed": false,
|
|
2286
|
-
"visibility": "Public",
|
|
2287
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDecimalReaderWriter",
|
|
2288
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2289
|
-
"isExtensionMethod": false,
|
|
2290
|
-
"parameterModifiers": [
|
|
2291
|
-
{
|
|
2292
|
-
"index": 0,
|
|
2293
|
-
"modifier": "ref"
|
|
2294
|
-
}
|
|
2295
|
-
]
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDecimalReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2299
|
-
"clrName": "ToJsonTyped",
|
|
2300
|
-
"metadataToken": 0,
|
|
2301
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2302
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
2303
|
-
"emitScope": "ClassSurface",
|
|
2304
|
-
"provenance": "BaseOverload",
|
|
2305
|
-
"arity": 0,
|
|
2306
|
-
"parameterCount": 2,
|
|
2307
|
-
"isStatic": false,
|
|
2308
|
-
"isAbstract": true,
|
|
2309
|
-
"isVirtual": true,
|
|
2310
|
-
"isOverride": false,
|
|
2311
|
-
"isSealed": false,
|
|
2312
|
-
"visibility": "Public",
|
|
2313
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDecimalReaderWriter",
|
|
2314
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2315
|
-
"isExtensionMethod": false
|
|
2316
1718
|
}
|
|
2317
1719
|
],
|
|
2318
1720
|
"properties": [
|
|
@@ -2423,52 +1825,6 @@
|
|
|
2423
1825
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDoubleReaderWriter",
|
|
2424
1826
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2425
1827
|
"isExtensionMethod": false
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDoubleReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2429
|
-
"clrName": "FromJsonTyped",
|
|
2430
|
-
"metadataToken": 0,
|
|
2431
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2432
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
2433
|
-
"emitScope": "ClassSurface",
|
|
2434
|
-
"provenance": "BaseOverload",
|
|
2435
|
-
"arity": 0,
|
|
2436
|
-
"parameterCount": 2,
|
|
2437
|
-
"isStatic": false,
|
|
2438
|
-
"isAbstract": true,
|
|
2439
|
-
"isVirtual": true,
|
|
2440
|
-
"isOverride": false,
|
|
2441
|
-
"isSealed": false,
|
|
2442
|
-
"visibility": "Public",
|
|
2443
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDoubleReaderWriter",
|
|
2444
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2445
|
-
"isExtensionMethod": false,
|
|
2446
|
-
"parameterModifiers": [
|
|
2447
|
-
{
|
|
2448
|
-
"index": 0,
|
|
2449
|
-
"modifier": "ref"
|
|
2450
|
-
}
|
|
2451
|
-
]
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonDoubleReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2455
|
-
"clrName": "ToJsonTyped",
|
|
2456
|
-
"metadataToken": 0,
|
|
2457
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2458
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
2459
|
-
"emitScope": "ClassSurface",
|
|
2460
|
-
"provenance": "BaseOverload",
|
|
2461
|
-
"arity": 0,
|
|
2462
|
-
"parameterCount": 2,
|
|
2463
|
-
"isStatic": false,
|
|
2464
|
-
"isAbstract": true,
|
|
2465
|
-
"isVirtual": true,
|
|
2466
|
-
"isOverride": false,
|
|
2467
|
-
"isSealed": false,
|
|
2468
|
-
"visibility": "Public",
|
|
2469
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonDoubleReaderWriter",
|
|
2470
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2471
|
-
"isExtensionMethod": false
|
|
2472
1828
|
}
|
|
2473
1829
|
],
|
|
2474
1830
|
"properties": [
|
|
@@ -2579,52 +1935,6 @@
|
|
|
2579
1935
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonFloatReaderWriter",
|
|
2580
1936
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2581
1937
|
"isExtensionMethod": false
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonFloatReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2585
|
-
"clrName": "FromJsonTyped",
|
|
2586
|
-
"metadataToken": 0,
|
|
2587
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2588
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
2589
|
-
"emitScope": "ClassSurface",
|
|
2590
|
-
"provenance": "BaseOverload",
|
|
2591
|
-
"arity": 0,
|
|
2592
|
-
"parameterCount": 2,
|
|
2593
|
-
"isStatic": false,
|
|
2594
|
-
"isAbstract": true,
|
|
2595
|
-
"isVirtual": true,
|
|
2596
|
-
"isOverride": false,
|
|
2597
|
-
"isSealed": false,
|
|
2598
|
-
"visibility": "Public",
|
|
2599
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonFloatReaderWriter",
|
|
2600
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2601
|
-
"isExtensionMethod": false,
|
|
2602
|
-
"parameterModifiers": [
|
|
2603
|
-
{
|
|
2604
|
-
"index": 0,
|
|
2605
|
-
"modifier": "ref"
|
|
2606
|
-
}
|
|
2607
|
-
]
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonFloatReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2611
|
-
"clrName": "ToJsonTyped",
|
|
2612
|
-
"metadataToken": 0,
|
|
2613
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2614
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
2615
|
-
"emitScope": "ClassSurface",
|
|
2616
|
-
"provenance": "BaseOverload",
|
|
2617
|
-
"arity": 0,
|
|
2618
|
-
"parameterCount": 2,
|
|
2619
|
-
"isStatic": false,
|
|
2620
|
-
"isAbstract": true,
|
|
2621
|
-
"isVirtual": true,
|
|
2622
|
-
"isOverride": false,
|
|
2623
|
-
"isSealed": false,
|
|
2624
|
-
"visibility": "Public",
|
|
2625
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonFloatReaderWriter",
|
|
2626
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2627
|
-
"isExtensionMethod": false
|
|
2628
1938
|
}
|
|
2629
1939
|
],
|
|
2630
1940
|
"properties": [
|
|
@@ -2735,52 +2045,6 @@
|
|
|
2735
2045
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonGuidReaderWriter",
|
|
2736
2046
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2737
2047
|
"isExtensionMethod": false
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonGuidReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2741
|
-
"clrName": "FromJsonTyped",
|
|
2742
|
-
"metadataToken": 0,
|
|
2743
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2744
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
2745
|
-
"emitScope": "ClassSurface",
|
|
2746
|
-
"provenance": "BaseOverload",
|
|
2747
|
-
"arity": 0,
|
|
2748
|
-
"parameterCount": 2,
|
|
2749
|
-
"isStatic": false,
|
|
2750
|
-
"isAbstract": true,
|
|
2751
|
-
"isVirtual": true,
|
|
2752
|
-
"isOverride": false,
|
|
2753
|
-
"isSealed": false,
|
|
2754
|
-
"visibility": "Public",
|
|
2755
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonGuidReaderWriter",
|
|
2756
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2757
|
-
"isExtensionMethod": false,
|
|
2758
|
-
"parameterModifiers": [
|
|
2759
|
-
{
|
|
2760
|
-
"index": 0,
|
|
2761
|
-
"modifier": "ref"
|
|
2762
|
-
}
|
|
2763
|
-
]
|
|
2764
|
-
},
|
|
2765
|
-
{
|
|
2766
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonGuidReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2767
|
-
"clrName": "ToJsonTyped",
|
|
2768
|
-
"metadataToken": 0,
|
|
2769
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2770
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
2771
|
-
"emitScope": "ClassSurface",
|
|
2772
|
-
"provenance": "BaseOverload",
|
|
2773
|
-
"arity": 0,
|
|
2774
|
-
"parameterCount": 2,
|
|
2775
|
-
"isStatic": false,
|
|
2776
|
-
"isAbstract": true,
|
|
2777
|
-
"isVirtual": true,
|
|
2778
|
-
"isOverride": false,
|
|
2779
|
-
"isSealed": false,
|
|
2780
|
-
"visibility": "Public",
|
|
2781
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonGuidReaderWriter",
|
|
2782
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2783
|
-
"isExtensionMethod": false
|
|
2784
2048
|
}
|
|
2785
2049
|
],
|
|
2786
2050
|
"properties": [
|
|
@@ -2891,52 +2155,6 @@
|
|
|
2891
2155
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt16ReaderWriter",
|
|
2892
2156
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2893
2157
|
"isExtensionMethod": false
|
|
2894
|
-
},
|
|
2895
|
-
{
|
|
2896
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonInt16ReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2897
|
-
"clrName": "FromJsonTyped",
|
|
2898
|
-
"metadataToken": 0,
|
|
2899
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
2900
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
2901
|
-
"emitScope": "ClassSurface",
|
|
2902
|
-
"provenance": "BaseOverload",
|
|
2903
|
-
"arity": 0,
|
|
2904
|
-
"parameterCount": 2,
|
|
2905
|
-
"isStatic": false,
|
|
2906
|
-
"isAbstract": true,
|
|
2907
|
-
"isVirtual": true,
|
|
2908
|
-
"isOverride": false,
|
|
2909
|
-
"isSealed": false,
|
|
2910
|
-
"visibility": "Public",
|
|
2911
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt16ReaderWriter",
|
|
2912
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2913
|
-
"isExtensionMethod": false,
|
|
2914
|
-
"parameterModifiers": [
|
|
2915
|
-
{
|
|
2916
|
-
"index": 0,
|
|
2917
|
-
"modifier": "ref"
|
|
2918
|
-
}
|
|
2919
|
-
]
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonInt16ReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2923
|
-
"clrName": "ToJsonTyped",
|
|
2924
|
-
"metadataToken": 0,
|
|
2925
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
2926
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
2927
|
-
"emitScope": "ClassSurface",
|
|
2928
|
-
"provenance": "BaseOverload",
|
|
2929
|
-
"arity": 0,
|
|
2930
|
-
"parameterCount": 2,
|
|
2931
|
-
"isStatic": false,
|
|
2932
|
-
"isAbstract": true,
|
|
2933
|
-
"isVirtual": true,
|
|
2934
|
-
"isOverride": false,
|
|
2935
|
-
"isSealed": false,
|
|
2936
|
-
"visibility": "Public",
|
|
2937
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt16ReaderWriter",
|
|
2938
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2939
|
-
"isExtensionMethod": false
|
|
2940
2158
|
}
|
|
2941
2159
|
],
|
|
2942
2160
|
"properties": [
|
|
@@ -3015,53 +2233,7 @@
|
|
|
3015
2233
|
"isStatic": false,
|
|
3016
2234
|
"isAbstract": false,
|
|
3017
2235
|
"isVirtual": true,
|
|
3018
|
-
"isOverride": true,
|
|
3019
|
-
"isSealed": false,
|
|
3020
|
-
"visibility": "Public",
|
|
3021
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt32ReaderWriter",
|
|
3022
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3023
|
-
"isExtensionMethod": false,
|
|
3024
|
-
"parameterModifiers": [
|
|
3025
|
-
{
|
|
3026
|
-
"index": 0,
|
|
3027
|
-
"modifier": "ref"
|
|
3028
|
-
}
|
|
3029
|
-
]
|
|
3030
|
-
},
|
|
3031
|
-
{
|
|
3032
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonInt32ReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Int32):System.Void",
|
|
3033
|
-
"clrName": "ToJsonTyped",
|
|
3034
|
-
"metadataToken": 100665075,
|
|
3035
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Int32):System.Void",
|
|
3036
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Int32):System.Void|static=false",
|
|
3037
|
-
"emitScope": "ClassSurface",
|
|
3038
|
-
"provenance": "Original",
|
|
3039
|
-
"arity": 0,
|
|
3040
|
-
"parameterCount": 2,
|
|
3041
|
-
"isStatic": false,
|
|
3042
|
-
"isAbstract": false,
|
|
3043
|
-
"isVirtual": true,
|
|
3044
|
-
"isOverride": true,
|
|
3045
|
-
"isSealed": false,
|
|
3046
|
-
"visibility": "Public",
|
|
3047
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt32ReaderWriter",
|
|
3048
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3049
|
-
"isExtensionMethod": false
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonInt32ReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3053
|
-
"clrName": "FromJsonTyped",
|
|
3054
|
-
"metadataToken": 0,
|
|
3055
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3056
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
3057
|
-
"emitScope": "ClassSurface",
|
|
3058
|
-
"provenance": "BaseOverload",
|
|
3059
|
-
"arity": 0,
|
|
3060
|
-
"parameterCount": 2,
|
|
3061
|
-
"isStatic": false,
|
|
3062
|
-
"isAbstract": true,
|
|
3063
|
-
"isVirtual": true,
|
|
3064
|
-
"isOverride": false,
|
|
2236
|
+
"isOverride": true,
|
|
3065
2237
|
"isSealed": false,
|
|
3066
2238
|
"visibility": "Public",
|
|
3067
2239
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt32ReaderWriter",
|
|
@@ -3075,19 +2247,19 @@
|
|
|
3075
2247
|
]
|
|
3076
2248
|
},
|
|
3077
2249
|
{
|
|
3078
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonInt32ReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,
|
|
2250
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonInt32ReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.Int32):System.Void",
|
|
3079
2251
|
"clrName": "ToJsonTyped",
|
|
3080
|
-
"metadataToken":
|
|
3081
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,
|
|
3082
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,
|
|
2252
|
+
"metadataToken": 100665075,
|
|
2253
|
+
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Int32):System.Void",
|
|
2254
|
+
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.Int32):System.Void|static=false",
|
|
3083
2255
|
"emitScope": "ClassSurface",
|
|
3084
|
-
"provenance": "
|
|
2256
|
+
"provenance": "Original",
|
|
3085
2257
|
"arity": 0,
|
|
3086
2258
|
"parameterCount": 2,
|
|
3087
2259
|
"isStatic": false,
|
|
3088
|
-
"isAbstract":
|
|
2260
|
+
"isAbstract": false,
|
|
3089
2261
|
"isVirtual": true,
|
|
3090
|
-
"isOverride":
|
|
2262
|
+
"isOverride": true,
|
|
3091
2263
|
"isSealed": false,
|
|
3092
2264
|
"visibility": "Public",
|
|
3093
2265
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt32ReaderWriter",
|
|
@@ -3203,52 +2375,6 @@
|
|
|
3203
2375
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt64ReaderWriter",
|
|
3204
2376
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3205
2377
|
"isExtensionMethod": false
|
|
3206
|
-
},
|
|
3207
|
-
{
|
|
3208
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonInt64ReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3209
|
-
"clrName": "FromJsonTyped",
|
|
3210
|
-
"metadataToken": 0,
|
|
3211
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3212
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
3213
|
-
"emitScope": "ClassSurface",
|
|
3214
|
-
"provenance": "BaseOverload",
|
|
3215
|
-
"arity": 0,
|
|
3216
|
-
"parameterCount": 2,
|
|
3217
|
-
"isStatic": false,
|
|
3218
|
-
"isAbstract": true,
|
|
3219
|
-
"isVirtual": true,
|
|
3220
|
-
"isOverride": false,
|
|
3221
|
-
"isSealed": false,
|
|
3222
|
-
"visibility": "Public",
|
|
3223
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt64ReaderWriter",
|
|
3224
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3225
|
-
"isExtensionMethod": false,
|
|
3226
|
-
"parameterModifiers": [
|
|
3227
|
-
{
|
|
3228
|
-
"index": 0,
|
|
3229
|
-
"modifier": "ref"
|
|
3230
|
-
}
|
|
3231
|
-
]
|
|
3232
|
-
},
|
|
3233
|
-
{
|
|
3234
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonInt64ReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3235
|
-
"clrName": "ToJsonTyped",
|
|
3236
|
-
"metadataToken": 0,
|
|
3237
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3238
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
3239
|
-
"emitScope": "ClassSurface",
|
|
3240
|
-
"provenance": "BaseOverload",
|
|
3241
|
-
"arity": 0,
|
|
3242
|
-
"parameterCount": 2,
|
|
3243
|
-
"isStatic": false,
|
|
3244
|
-
"isAbstract": true,
|
|
3245
|
-
"isVirtual": true,
|
|
3246
|
-
"isOverride": false,
|
|
3247
|
-
"isSealed": false,
|
|
3248
|
-
"visibility": "Public",
|
|
3249
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonInt64ReaderWriter",
|
|
3250
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3251
|
-
"isExtensionMethod": false
|
|
3252
2378
|
}
|
|
3253
2379
|
],
|
|
3254
2380
|
"properties": [
|
|
@@ -3359,52 +2485,6 @@
|
|
|
3359
2485
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonNullReaderWriter",
|
|
3360
2486
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3361
2487
|
"isExtensionMethod": false
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonNullReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3365
|
-
"clrName": "FromJsonTyped",
|
|
3366
|
-
"metadataToken": 0,
|
|
3367
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3368
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
3369
|
-
"emitScope": "ClassSurface",
|
|
3370
|
-
"provenance": "BaseOverload",
|
|
3371
|
-
"arity": 0,
|
|
3372
|
-
"parameterCount": 2,
|
|
3373
|
-
"isStatic": false,
|
|
3374
|
-
"isAbstract": true,
|
|
3375
|
-
"isVirtual": true,
|
|
3376
|
-
"isOverride": false,
|
|
3377
|
-
"isSealed": false,
|
|
3378
|
-
"visibility": "Public",
|
|
3379
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonNullReaderWriter",
|
|
3380
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3381
|
-
"isExtensionMethod": false,
|
|
3382
|
-
"parameterModifiers": [
|
|
3383
|
-
{
|
|
3384
|
-
"index": 0,
|
|
3385
|
-
"modifier": "ref"
|
|
3386
|
-
}
|
|
3387
|
-
]
|
|
3388
|
-
},
|
|
3389
|
-
{
|
|
3390
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonNullReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3391
|
-
"clrName": "ToJsonTyped",
|
|
3392
|
-
"metadataToken": 0,
|
|
3393
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3394
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
3395
|
-
"emitScope": "ClassSurface",
|
|
3396
|
-
"provenance": "BaseOverload",
|
|
3397
|
-
"arity": 0,
|
|
3398
|
-
"parameterCount": 2,
|
|
3399
|
-
"isStatic": false,
|
|
3400
|
-
"isAbstract": true,
|
|
3401
|
-
"isVirtual": true,
|
|
3402
|
-
"isOverride": false,
|
|
3403
|
-
"isSealed": false,
|
|
3404
|
-
"visibility": "Public",
|
|
3405
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonNullReaderWriter",
|
|
3406
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3407
|
-
"isExtensionMethod": false
|
|
3408
2488
|
}
|
|
3409
2489
|
],
|
|
3410
2490
|
"properties": [
|
|
@@ -3626,52 +2706,6 @@
|
|
|
3626
2706
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonSByteReaderWriter",
|
|
3627
2707
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3628
2708
|
"isExtensionMethod": false
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonSByteReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3632
|
-
"clrName": "FromJsonTyped",
|
|
3633
|
-
"metadataToken": 0,
|
|
3634
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3635
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
3636
|
-
"emitScope": "ClassSurface",
|
|
3637
|
-
"provenance": "BaseOverload",
|
|
3638
|
-
"arity": 0,
|
|
3639
|
-
"parameterCount": 2,
|
|
3640
|
-
"isStatic": false,
|
|
3641
|
-
"isAbstract": true,
|
|
3642
|
-
"isVirtual": true,
|
|
3643
|
-
"isOverride": false,
|
|
3644
|
-
"isSealed": false,
|
|
3645
|
-
"visibility": "Public",
|
|
3646
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonSByteReaderWriter",
|
|
3647
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3648
|
-
"isExtensionMethod": false,
|
|
3649
|
-
"parameterModifiers": [
|
|
3650
|
-
{
|
|
3651
|
-
"index": 0,
|
|
3652
|
-
"modifier": "ref"
|
|
3653
|
-
}
|
|
3654
|
-
]
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonSByteReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3658
|
-
"clrName": "ToJsonTyped",
|
|
3659
|
-
"metadataToken": 0,
|
|
3660
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3661
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
3662
|
-
"emitScope": "ClassSurface",
|
|
3663
|
-
"provenance": "BaseOverload",
|
|
3664
|
-
"arity": 0,
|
|
3665
|
-
"parameterCount": 2,
|
|
3666
|
-
"isStatic": false,
|
|
3667
|
-
"isAbstract": true,
|
|
3668
|
-
"isVirtual": true,
|
|
3669
|
-
"isOverride": false,
|
|
3670
|
-
"isSealed": false,
|
|
3671
|
-
"visibility": "Public",
|
|
3672
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonSByteReaderWriter",
|
|
3673
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3674
|
-
"isExtensionMethod": false
|
|
3675
2709
|
}
|
|
3676
2710
|
],
|
|
3677
2711
|
"properties": [
|
|
@@ -3785,52 +2819,6 @@
|
|
|
3785
2819
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonSignedEnumReaderWriter\u00601",
|
|
3786
2820
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3787
2821
|
"isExtensionMethod": false
|
|
3788
|
-
},
|
|
3789
|
-
{
|
|
3790
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonSignedEnumReaderWriter\u00601::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3791
|
-
"clrName": "FromJsonTyped",
|
|
3792
|
-
"metadataToken": 0,
|
|
3793
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3794
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
3795
|
-
"emitScope": "ClassSurface",
|
|
3796
|
-
"provenance": "BaseOverload",
|
|
3797
|
-
"arity": 0,
|
|
3798
|
-
"parameterCount": 2,
|
|
3799
|
-
"isStatic": false,
|
|
3800
|
-
"isAbstract": true,
|
|
3801
|
-
"isVirtual": true,
|
|
3802
|
-
"isOverride": false,
|
|
3803
|
-
"isSealed": false,
|
|
3804
|
-
"visibility": "Public",
|
|
3805
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonSignedEnumReaderWriter\u00601",
|
|
3806
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3807
|
-
"isExtensionMethod": false,
|
|
3808
|
-
"parameterModifiers": [
|
|
3809
|
-
{
|
|
3810
|
-
"index": 0,
|
|
3811
|
-
"modifier": "ref"
|
|
3812
|
-
}
|
|
3813
|
-
]
|
|
3814
|
-
},
|
|
3815
|
-
{
|
|
3816
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonSignedEnumReaderWriter\u00601::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3817
|
-
"clrName": "ToJsonTyped",
|
|
3818
|
-
"metadataToken": 0,
|
|
3819
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3820
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
3821
|
-
"emitScope": "ClassSurface",
|
|
3822
|
-
"provenance": "BaseOverload",
|
|
3823
|
-
"arity": 0,
|
|
3824
|
-
"parameterCount": 2,
|
|
3825
|
-
"isStatic": false,
|
|
3826
|
-
"isAbstract": true,
|
|
3827
|
-
"isVirtual": true,
|
|
3828
|
-
"isOverride": false,
|
|
3829
|
-
"isSealed": false,
|
|
3830
|
-
"visibility": "Public",
|
|
3831
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonSignedEnumReaderWriter\u00601",
|
|
3832
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3833
|
-
"isExtensionMethod": false
|
|
3834
2822
|
}
|
|
3835
2823
|
],
|
|
3836
2824
|
"properties": [
|
|
@@ -3941,52 +2929,6 @@
|
|
|
3941
2929
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonStringReaderWriter",
|
|
3942
2930
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3943
2931
|
"isExtensionMethod": false
|
|
3944
|
-
},
|
|
3945
|
-
{
|
|
3946
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonStringReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3947
|
-
"clrName": "FromJsonTyped",
|
|
3948
|
-
"metadataToken": 0,
|
|
3949
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
3950
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
3951
|
-
"emitScope": "ClassSurface",
|
|
3952
|
-
"provenance": "BaseOverload",
|
|
3953
|
-
"arity": 0,
|
|
3954
|
-
"parameterCount": 2,
|
|
3955
|
-
"isStatic": false,
|
|
3956
|
-
"isAbstract": true,
|
|
3957
|
-
"isVirtual": true,
|
|
3958
|
-
"isOverride": false,
|
|
3959
|
-
"isSealed": false,
|
|
3960
|
-
"visibility": "Public",
|
|
3961
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonStringReaderWriter",
|
|
3962
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3963
|
-
"isExtensionMethod": false,
|
|
3964
|
-
"parameterModifiers": [
|
|
3965
|
-
{
|
|
3966
|
-
"index": 0,
|
|
3967
|
-
"modifier": "ref"
|
|
3968
|
-
}
|
|
3969
|
-
]
|
|
3970
|
-
},
|
|
3971
|
-
{
|
|
3972
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonStringReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3973
|
-
"clrName": "ToJsonTyped",
|
|
3974
|
-
"metadataToken": 0,
|
|
3975
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
3976
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
3977
|
-
"emitScope": "ClassSurface",
|
|
3978
|
-
"provenance": "BaseOverload",
|
|
3979
|
-
"arity": 0,
|
|
3980
|
-
"parameterCount": 2,
|
|
3981
|
-
"isStatic": false,
|
|
3982
|
-
"isAbstract": true,
|
|
3983
|
-
"isVirtual": true,
|
|
3984
|
-
"isOverride": false,
|
|
3985
|
-
"isSealed": false,
|
|
3986
|
-
"visibility": "Public",
|
|
3987
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonStringReaderWriter",
|
|
3988
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3989
|
-
"isExtensionMethod": false
|
|
3990
2932
|
}
|
|
3991
2933
|
],
|
|
3992
2934
|
"properties": [
|
|
@@ -4059,59 +3001,13 @@
|
|
|
4059
3001
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.TimeOnly",
|
|
4060
3002
|
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.TimeOnly|static=false",
|
|
4061
3003
|
"emitScope": "ClassSurface",
|
|
4062
|
-
"provenance": "Original",
|
|
4063
|
-
"arity": 0,
|
|
4064
|
-
"parameterCount": 2,
|
|
4065
|
-
"isStatic": false,
|
|
4066
|
-
"isAbstract": false,
|
|
4067
|
-
"isVirtual": true,
|
|
4068
|
-
"isOverride": true,
|
|
4069
|
-
"isSealed": false,
|
|
4070
|
-
"visibility": "Public",
|
|
4071
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeOnlyReaderWriter",
|
|
4072
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4073
|
-
"isExtensionMethod": false,
|
|
4074
|
-
"parameterModifiers": [
|
|
4075
|
-
{
|
|
4076
|
-
"index": 0,
|
|
4077
|
-
"modifier": "ref"
|
|
4078
|
-
}
|
|
4079
|
-
]
|
|
4080
|
-
},
|
|
4081
|
-
{
|
|
4082
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeOnlyReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.TimeOnly):System.Void",
|
|
4083
|
-
"clrName": "ToJsonTyped",
|
|
4084
|
-
"metadataToken": 100665116,
|
|
4085
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.TimeOnly):System.Void",
|
|
4086
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.TimeOnly):System.Void|static=false",
|
|
4087
|
-
"emitScope": "ClassSurface",
|
|
4088
|
-
"provenance": "Original",
|
|
4089
|
-
"arity": 0,
|
|
4090
|
-
"parameterCount": 2,
|
|
4091
|
-
"isStatic": false,
|
|
4092
|
-
"isAbstract": false,
|
|
4093
|
-
"isVirtual": true,
|
|
4094
|
-
"isOverride": true,
|
|
4095
|
-
"isSealed": false,
|
|
4096
|
-
"visibility": "Public",
|
|
4097
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeOnlyReaderWriter",
|
|
4098
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4099
|
-
"isExtensionMethod": false
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeOnlyReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4103
|
-
"clrName": "FromJsonTyped",
|
|
4104
|
-
"metadataToken": 0,
|
|
4105
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4106
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
4107
|
-
"emitScope": "ClassSurface",
|
|
4108
|
-
"provenance": "BaseOverload",
|
|
3004
|
+
"provenance": "Original",
|
|
4109
3005
|
"arity": 0,
|
|
4110
3006
|
"parameterCount": 2,
|
|
4111
3007
|
"isStatic": false,
|
|
4112
|
-
"isAbstract":
|
|
3008
|
+
"isAbstract": false,
|
|
4113
3009
|
"isVirtual": true,
|
|
4114
|
-
"isOverride":
|
|
3010
|
+
"isOverride": true,
|
|
4115
3011
|
"isSealed": false,
|
|
4116
3012
|
"visibility": "Public",
|
|
4117
3013
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeOnlyReaderWriter",
|
|
@@ -4125,19 +3021,19 @@
|
|
|
4125
3021
|
]
|
|
4126
3022
|
},
|
|
4127
3023
|
{
|
|
4128
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeOnlyReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,
|
|
3024
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeOnlyReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,System.TimeOnly):System.Void",
|
|
4129
3025
|
"clrName": "ToJsonTyped",
|
|
4130
|
-
"metadataToken":
|
|
4131
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,
|
|
4132
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,
|
|
3026
|
+
"metadataToken": 100665116,
|
|
3027
|
+
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.TimeOnly):System.Void",
|
|
3028
|
+
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,System.TimeOnly):System.Void|static=false",
|
|
4133
3029
|
"emitScope": "ClassSurface",
|
|
4134
|
-
"provenance": "
|
|
3030
|
+
"provenance": "Original",
|
|
4135
3031
|
"arity": 0,
|
|
4136
3032
|
"parameterCount": 2,
|
|
4137
3033
|
"isStatic": false,
|
|
4138
|
-
"isAbstract":
|
|
3034
|
+
"isAbstract": false,
|
|
4139
3035
|
"isVirtual": true,
|
|
4140
|
-
"isOverride":
|
|
3036
|
+
"isOverride": true,
|
|
4141
3037
|
"isSealed": false,
|
|
4142
3038
|
"visibility": "Public",
|
|
4143
3039
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeOnlyReaderWriter",
|
|
@@ -4253,52 +3149,6 @@
|
|
|
4253
3149
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeSpanReaderWriter",
|
|
4254
3150
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4255
3151
|
"isExtensionMethod": false
|
|
4256
|
-
},
|
|
4257
|
-
{
|
|
4258
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeSpanReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4259
|
-
"clrName": "FromJsonTyped",
|
|
4260
|
-
"metadataToken": 0,
|
|
4261
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4262
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
4263
|
-
"emitScope": "ClassSurface",
|
|
4264
|
-
"provenance": "BaseOverload",
|
|
4265
|
-
"arity": 0,
|
|
4266
|
-
"parameterCount": 2,
|
|
4267
|
-
"isStatic": false,
|
|
4268
|
-
"isAbstract": true,
|
|
4269
|
-
"isVirtual": true,
|
|
4270
|
-
"isOverride": false,
|
|
4271
|
-
"isSealed": false,
|
|
4272
|
-
"visibility": "Public",
|
|
4273
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeSpanReaderWriter",
|
|
4274
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4275
|
-
"isExtensionMethod": false,
|
|
4276
|
-
"parameterModifiers": [
|
|
4277
|
-
{
|
|
4278
|
-
"index": 0,
|
|
4279
|
-
"modifier": "ref"
|
|
4280
|
-
}
|
|
4281
|
-
]
|
|
4282
|
-
},
|
|
4283
|
-
{
|
|
4284
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeSpanReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4285
|
-
"clrName": "ToJsonTyped",
|
|
4286
|
-
"metadataToken": 0,
|
|
4287
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4288
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
4289
|
-
"emitScope": "ClassSurface",
|
|
4290
|
-
"provenance": "BaseOverload",
|
|
4291
|
-
"arity": 0,
|
|
4292
|
-
"parameterCount": 2,
|
|
4293
|
-
"isStatic": false,
|
|
4294
|
-
"isAbstract": true,
|
|
4295
|
-
"isVirtual": true,
|
|
4296
|
-
"isOverride": false,
|
|
4297
|
-
"isSealed": false,
|
|
4298
|
-
"visibility": "Public",
|
|
4299
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonTimeSpanReaderWriter",
|
|
4300
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4301
|
-
"isExtensionMethod": false
|
|
4302
3152
|
}
|
|
4303
3153
|
],
|
|
4304
3154
|
"properties": [
|
|
@@ -4409,52 +3259,6 @@
|
|
|
4409
3259
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt16ReaderWriter",
|
|
4410
3260
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4411
3261
|
"isExtensionMethod": false
|
|
4412
|
-
},
|
|
4413
|
-
{
|
|
4414
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt16ReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4415
|
-
"clrName": "FromJsonTyped",
|
|
4416
|
-
"metadataToken": 0,
|
|
4417
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4418
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
4419
|
-
"emitScope": "ClassSurface",
|
|
4420
|
-
"provenance": "BaseOverload",
|
|
4421
|
-
"arity": 0,
|
|
4422
|
-
"parameterCount": 2,
|
|
4423
|
-
"isStatic": false,
|
|
4424
|
-
"isAbstract": true,
|
|
4425
|
-
"isVirtual": true,
|
|
4426
|
-
"isOverride": false,
|
|
4427
|
-
"isSealed": false,
|
|
4428
|
-
"visibility": "Public",
|
|
4429
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt16ReaderWriter",
|
|
4430
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4431
|
-
"isExtensionMethod": false,
|
|
4432
|
-
"parameterModifiers": [
|
|
4433
|
-
{
|
|
4434
|
-
"index": 0,
|
|
4435
|
-
"modifier": "ref"
|
|
4436
|
-
}
|
|
4437
|
-
]
|
|
4438
|
-
},
|
|
4439
|
-
{
|
|
4440
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt16ReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4441
|
-
"clrName": "ToJsonTyped",
|
|
4442
|
-
"metadataToken": 0,
|
|
4443
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4444
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
4445
|
-
"emitScope": "ClassSurface",
|
|
4446
|
-
"provenance": "BaseOverload",
|
|
4447
|
-
"arity": 0,
|
|
4448
|
-
"parameterCount": 2,
|
|
4449
|
-
"isStatic": false,
|
|
4450
|
-
"isAbstract": true,
|
|
4451
|
-
"isVirtual": true,
|
|
4452
|
-
"isOverride": false,
|
|
4453
|
-
"isSealed": false,
|
|
4454
|
-
"visibility": "Public",
|
|
4455
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt16ReaderWriter",
|
|
4456
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4457
|
-
"isExtensionMethod": false
|
|
4458
3262
|
}
|
|
4459
3263
|
],
|
|
4460
3264
|
"properties": [
|
|
@@ -4565,52 +3369,6 @@
|
|
|
4565
3369
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt32ReaderWriter",
|
|
4566
3370
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4567
3371
|
"isExtensionMethod": false
|
|
4568
|
-
},
|
|
4569
|
-
{
|
|
4570
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt32ReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4571
|
-
"clrName": "FromJsonTyped",
|
|
4572
|
-
"metadataToken": 0,
|
|
4573
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4574
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
4575
|
-
"emitScope": "ClassSurface",
|
|
4576
|
-
"provenance": "BaseOverload",
|
|
4577
|
-
"arity": 0,
|
|
4578
|
-
"parameterCount": 2,
|
|
4579
|
-
"isStatic": false,
|
|
4580
|
-
"isAbstract": true,
|
|
4581
|
-
"isVirtual": true,
|
|
4582
|
-
"isOverride": false,
|
|
4583
|
-
"isSealed": false,
|
|
4584
|
-
"visibility": "Public",
|
|
4585
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt32ReaderWriter",
|
|
4586
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4587
|
-
"isExtensionMethod": false,
|
|
4588
|
-
"parameterModifiers": [
|
|
4589
|
-
{
|
|
4590
|
-
"index": 0,
|
|
4591
|
-
"modifier": "ref"
|
|
4592
|
-
}
|
|
4593
|
-
]
|
|
4594
|
-
},
|
|
4595
|
-
{
|
|
4596
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt32ReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4597
|
-
"clrName": "ToJsonTyped",
|
|
4598
|
-
"metadataToken": 0,
|
|
4599
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4600
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
4601
|
-
"emitScope": "ClassSurface",
|
|
4602
|
-
"provenance": "BaseOverload",
|
|
4603
|
-
"arity": 0,
|
|
4604
|
-
"parameterCount": 2,
|
|
4605
|
-
"isStatic": false,
|
|
4606
|
-
"isAbstract": true,
|
|
4607
|
-
"isVirtual": true,
|
|
4608
|
-
"isOverride": false,
|
|
4609
|
-
"isSealed": false,
|
|
4610
|
-
"visibility": "Public",
|
|
4611
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt32ReaderWriter",
|
|
4612
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4613
|
-
"isExtensionMethod": false
|
|
4614
3372
|
}
|
|
4615
3373
|
],
|
|
4616
3374
|
"properties": [
|
|
@@ -4721,52 +3479,6 @@
|
|
|
4721
3479
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt64ReaderWriter",
|
|
4722
3480
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4723
3481
|
"isExtensionMethod": false
|
|
4724
|
-
},
|
|
4725
|
-
{
|
|
4726
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt64ReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4727
|
-
"clrName": "FromJsonTyped",
|
|
4728
|
-
"metadataToken": 0,
|
|
4729
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4730
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
4731
|
-
"emitScope": "ClassSurface",
|
|
4732
|
-
"provenance": "BaseOverload",
|
|
4733
|
-
"arity": 0,
|
|
4734
|
-
"parameterCount": 2,
|
|
4735
|
-
"isStatic": false,
|
|
4736
|
-
"isAbstract": true,
|
|
4737
|
-
"isVirtual": true,
|
|
4738
|
-
"isOverride": false,
|
|
4739
|
-
"isSealed": false,
|
|
4740
|
-
"visibility": "Public",
|
|
4741
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt64ReaderWriter",
|
|
4742
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4743
|
-
"isExtensionMethod": false,
|
|
4744
|
-
"parameterModifiers": [
|
|
4745
|
-
{
|
|
4746
|
-
"index": 0,
|
|
4747
|
-
"modifier": "ref"
|
|
4748
|
-
}
|
|
4749
|
-
]
|
|
4750
|
-
},
|
|
4751
|
-
{
|
|
4752
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt64ReaderWriter::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4753
|
-
"clrName": "ToJsonTyped",
|
|
4754
|
-
"metadataToken": 0,
|
|
4755
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4756
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
4757
|
-
"emitScope": "ClassSurface",
|
|
4758
|
-
"provenance": "BaseOverload",
|
|
4759
|
-
"arity": 0,
|
|
4760
|
-
"parameterCount": 2,
|
|
4761
|
-
"isStatic": false,
|
|
4762
|
-
"isAbstract": true,
|
|
4763
|
-
"isVirtual": true,
|
|
4764
|
-
"isOverride": false,
|
|
4765
|
-
"isSealed": false,
|
|
4766
|
-
"visibility": "Public",
|
|
4767
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUInt64ReaderWriter",
|
|
4768
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4769
|
-
"isExtensionMethod": false
|
|
4770
3482
|
}
|
|
4771
3483
|
],
|
|
4772
3484
|
"properties": [
|
|
@@ -4880,52 +3592,6 @@
|
|
|
4880
3592
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUnsignedEnumReaderWriter\u00601",
|
|
4881
3593
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4882
3594
|
"isExtensionMethod": false
|
|
4883
|
-
},
|
|
4884
|
-
{
|
|
4885
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonUnsignedEnumReaderWriter\u00601::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4886
|
-
"clrName": "FromJsonTyped",
|
|
4887
|
-
"metadataToken": 0,
|
|
4888
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
4889
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
4890
|
-
"emitScope": "ClassSurface",
|
|
4891
|
-
"provenance": "BaseOverload",
|
|
4892
|
-
"arity": 0,
|
|
4893
|
-
"parameterCount": 2,
|
|
4894
|
-
"isStatic": false,
|
|
4895
|
-
"isAbstract": true,
|
|
4896
|
-
"isVirtual": true,
|
|
4897
|
-
"isOverride": false,
|
|
4898
|
-
"isSealed": false,
|
|
4899
|
-
"visibility": "Public",
|
|
4900
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUnsignedEnumReaderWriter\u00601",
|
|
4901
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4902
|
-
"isExtensionMethod": false,
|
|
4903
|
-
"parameterModifiers": [
|
|
4904
|
-
{
|
|
4905
|
-
"index": 0,
|
|
4906
|
-
"modifier": "ref"
|
|
4907
|
-
}
|
|
4908
|
-
]
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonUnsignedEnumReaderWriter\u00601::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4912
|
-
"clrName": "ToJsonTyped",
|
|
4913
|
-
"metadataToken": 0,
|
|
4914
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
4915
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
4916
|
-
"emitScope": "ClassSurface",
|
|
4917
|
-
"provenance": "BaseOverload",
|
|
4918
|
-
"arity": 0,
|
|
4919
|
-
"parameterCount": 2,
|
|
4920
|
-
"isStatic": false,
|
|
4921
|
-
"isAbstract": true,
|
|
4922
|
-
"isVirtual": true,
|
|
4923
|
-
"isOverride": false,
|
|
4924
|
-
"isSealed": false,
|
|
4925
|
-
"visibility": "Public",
|
|
4926
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonUnsignedEnumReaderWriter\u00601",
|
|
4927
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4928
|
-
"isExtensionMethod": false
|
|
4929
3595
|
}
|
|
4930
3596
|
],
|
|
4931
3597
|
"properties": [
|
|
@@ -5619,52 +4285,6 @@
|
|
|
5619
4285
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonWarningEnumReaderWriter\u00601",
|
|
5620
4286
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5621
4287
|
"isExtensionMethod": false
|
|
5622
|
-
},
|
|
5623
|
-
{
|
|
5624
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonWarningEnumReaderWriter\u00601::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
5625
|
-
"clrName": "FromJsonTyped",
|
|
5626
|
-
"metadataToken": 0,
|
|
5627
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue",
|
|
5628
|
-
"normalizedSignature": "FromJsonTyped|(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):TValue|static=false",
|
|
5629
|
-
"emitScope": "ClassSurface",
|
|
5630
|
-
"provenance": "BaseOverload",
|
|
5631
|
-
"arity": 0,
|
|
5632
|
-
"parameterCount": 2,
|
|
5633
|
-
"isStatic": false,
|
|
5634
|
-
"isAbstract": true,
|
|
5635
|
-
"isVirtual": true,
|
|
5636
|
-
"isOverride": false,
|
|
5637
|
-
"isSealed": false,
|
|
5638
|
-
"visibility": "Public",
|
|
5639
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonWarningEnumReaderWriter\u00601",
|
|
5640
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5641
|
-
"isExtensionMethod": false,
|
|
5642
|
-
"parameterModifiers": [
|
|
5643
|
-
{
|
|
5644
|
-
"index": 0,
|
|
5645
|
-
"modifier": "ref"
|
|
5646
|
-
}
|
|
5647
|
-
]
|
|
5648
|
-
},
|
|
5649
|
-
{
|
|
5650
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonWarningEnumReaderWriter\u00601::ToJsonTyped(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
5651
|
-
"clrName": "ToJsonTyped",
|
|
5652
|
-
"metadataToken": 0,
|
|
5653
|
-
"canonicalSignature": "(System.Text.Json.Utf8JsonWriter,TValue):System.Void",
|
|
5654
|
-
"normalizedSignature": "ToJsonTyped|(System.Text.Json.Utf8JsonWriter,TValue):System.Void|static=false",
|
|
5655
|
-
"emitScope": "ClassSurface",
|
|
5656
|
-
"provenance": "BaseOverload",
|
|
5657
|
-
"arity": 0,
|
|
5658
|
-
"parameterCount": 2,
|
|
5659
|
-
"isStatic": false,
|
|
5660
|
-
"isAbstract": true,
|
|
5661
|
-
"isVirtual": true,
|
|
5662
|
-
"isOverride": false,
|
|
5663
|
-
"isSealed": false,
|
|
5664
|
-
"visibility": "Public",
|
|
5665
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Json.JsonWarningEnumReaderWriter\u00601",
|
|
5666
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5667
|
-
"isExtensionMethod": false
|
|
5668
4288
|
}
|
|
5669
4289
|
],
|
|
5670
4290
|
"properties": [
|