@tsonic/efcore 10.0.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  36. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
  38. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  39. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
  40. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
  47. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  48. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  49. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
  50. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
  52. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  53. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
  55. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  56. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
  58. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
  60. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  61. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
  62. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  65. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
  67. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  73. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  74. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
  75. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
  77. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  78. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  79. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  84. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  85. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  86. package/System.Transactions/bindings.json +6 -0
  87. package/package.json +1 -1
@@ -32,6 +32,7 @@
32
32
  "isVirtual": true,
33
33
  "isOverride": false,
34
34
  "isSealed": false,
35
+ "visibility": "Public",
35
36
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache",
36
37
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
37
38
  "isExtensionMethod": false
@@ -69,6 +70,7 @@
69
70
  "isVirtual": true,
70
71
  "isOverride": false,
71
72
  "isSealed": false,
73
+ "visibility": "Public",
72
74
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
73
75
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
74
76
  "isExtensionMethod": false
@@ -88,6 +90,7 @@
88
90
  "isVirtual": true,
89
91
  "isOverride": false,
90
92
  "isSealed": false,
93
+ "visibility": "Public",
91
94
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
92
95
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
93
96
  "isExtensionMethod": false,
@@ -115,6 +118,13 @@
115
118
  "isSealed": false,
116
119
  "isStatic": false,
117
120
  "arity": 0,
121
+ "baseType": {
122
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
123
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
124
+ "typeArguments": [
125
+ "Byte[]"
126
+ ]
127
+ },
118
128
  "methods": [
119
129
  {
120
130
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Byte[]",
@@ -131,6 +141,7 @@
131
141
  "isVirtual": true,
132
142
  "isOverride": true,
133
143
  "isSealed": false,
144
+ "visibility": "Public",
134
145
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator",
135
146
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
136
147
  "isExtensionMethod": false
@@ -150,6 +161,7 @@
150
161
  "isVirtual": true,
151
162
  "isOverride": false,
152
163
  "isSealed": false,
164
+ "visibility": "Public",
153
165
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator",
154
166
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
155
167
  "isExtensionMethod": false
@@ -169,6 +181,7 @@
169
181
  "isVirtual": true,
170
182
  "isOverride": false,
171
183
  "isSealed": false,
184
+ "visibility": "Public",
172
185
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator",
173
186
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
174
187
  "isExtensionMethod": false
@@ -190,6 +203,7 @@
190
203
  "isAbstract": false,
191
204
  "isVirtual": true,
192
205
  "isOverride": true,
206
+ "visibility": "Public",
193
207
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator",
194
208
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
195
209
  }
@@ -204,6 +218,7 @@
204
218
  "normalizedSignature": "constructor|():void|static=false",
205
219
  "isStatic": false,
206
220
  "parameterCount": 0,
221
+ "visibility": "Public",
207
222
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.BinaryValueGenerator",
208
223
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
209
224
  }
@@ -220,6 +235,10 @@
220
235
  "isSealed": false,
221
236
  "isStatic": false,
222
237
  "arity": 0,
238
+ "baseType": {
239
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory",
240
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory"
241
+ },
223
242
  "methods": [
224
243
  {
225
244
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.DiscriminatorValueGeneratorFactory::Create(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
@@ -236,6 +255,7 @@
236
255
  "isVirtual": true,
237
256
  "isOverride": true,
238
257
  "isSealed": false,
258
+ "visibility": "Public",
239
259
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.DiscriminatorValueGeneratorFactory",
240
260
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
241
261
  "isExtensionMethod": false
@@ -252,6 +272,7 @@
252
272
  "normalizedSignature": "constructor|():void|static=false",
253
273
  "isStatic": false,
254
274
  "parameterCount": 0,
275
+ "visibility": "Public",
255
276
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.DiscriminatorValueGeneratorFactory",
256
277
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
257
278
  }
@@ -268,6 +289,13 @@
268
289
  "isSealed": false,
269
290
  "isStatic": false,
270
291
  "arity": 0,
292
+ "baseType": {
293
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
294
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
295
+ "typeArguments": [
296
+ "Guid"
297
+ ]
298
+ },
271
299
  "methods": [
272
300
  {
273
301
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Guid",
@@ -284,6 +312,7 @@
284
312
  "isVirtual": true,
285
313
  "isOverride": true,
286
314
  "isSealed": false,
315
+ "visibility": "Public",
287
316
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
288
317
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
289
318
  "isExtensionMethod": false
@@ -303,6 +332,7 @@
303
332
  "isVirtual": true,
304
333
  "isOverride": false,
305
334
  "isSealed": false,
335
+ "visibility": "Public",
306
336
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
307
337
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
308
338
  "isExtensionMethod": false
@@ -322,6 +352,7 @@
322
352
  "isVirtual": true,
323
353
  "isOverride": false,
324
354
  "isSealed": false,
355
+ "visibility": "Public",
325
356
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
326
357
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
327
358
  "isExtensionMethod": false
@@ -343,6 +374,7 @@
343
374
  "isAbstract": false,
344
375
  "isVirtual": true,
345
376
  "isOverride": true,
377
+ "visibility": "Public",
346
378
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
347
379
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
348
380
  }
@@ -357,6 +389,7 @@
357
389
  "normalizedSignature": "constructor|():void|static=false",
358
390
  "isStatic": false,
359
391
  "parameterCount": 0,
392
+ "visibility": "Public",
360
393
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
361
394
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
362
395
  }
@@ -373,6 +406,16 @@
373
406
  "isSealed": false,
374
407
  "isStatic": false,
375
408
  "arity": 1,
409
+ "baseType": {
410
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
411
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
412
+ "typeArguments": [
413
+ "TValue"
414
+ ]
415
+ },
416
+ "typeParameters": [
417
+ "TValue"
418
+ ],
376
419
  "methods": [
377
420
  {
378
421
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
@@ -389,6 +432,7 @@
389
432
  "isVirtual": true,
390
433
  "isOverride": true,
391
434
  "isSealed": false,
435
+ "visibility": "Public",
392
436
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
393
437
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
394
438
  "isExtensionMethod": false
@@ -408,6 +452,47 @@
408
452
  "isVirtual": true,
409
453
  "isOverride": true,
410
454
  "isSealed": false,
455
+ "visibility": "Public",
456
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
457
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
458
+ "isExtensionMethod": false
459
+ },
460
+ {
461
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601::GetNewLowValue():System.Int64",
462
+ "clrName": "GetNewLowValue",
463
+ "metadataToken": 100664248,
464
+ "canonicalSignature": "():System.Int64",
465
+ "normalizedSignature": "GetNewLowValue|():System.Int64|static=false",
466
+ "emitScope": "ClassSurface",
467
+ "provenance": "Original",
468
+ "arity": 0,
469
+ "parameterCount": 0,
470
+ "isStatic": false,
471
+ "isAbstract": true,
472
+ "isVirtual": true,
473
+ "isOverride": false,
474
+ "isSealed": false,
475
+ "visibility": "Protected",
476
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
477
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
478
+ "isExtensionMethod": false
479
+ },
480
+ {
481
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601::GetNewLowValueAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
482
+ "clrName": "GetNewLowValueAsync",
483
+ "metadataToken": 100664249,
484
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
485
+ "normalizedSignature": "GetNewLowValueAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
486
+ "emitScope": "ClassSurface",
487
+ "provenance": "Original",
488
+ "arity": 0,
489
+ "parameterCount": 1,
490
+ "isStatic": false,
491
+ "isAbstract": false,
492
+ "isVirtual": true,
493
+ "isOverride": false,
494
+ "isSealed": false,
495
+ "visibility": "Protected",
411
496
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
412
497
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
413
498
  "isExtensionMethod": false
@@ -427,6 +512,7 @@
427
512
  "isVirtual": true,
428
513
  "isOverride": false,
429
514
  "isSealed": false,
515
+ "visibility": "Public",
430
516
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
431
517
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
432
518
  "isExtensionMethod": false
@@ -446,6 +532,7 @@
446
532
  "isVirtual": true,
447
533
  "isOverride": false,
448
534
  "isSealed": false,
535
+ "visibility": "Public",
449
536
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
450
537
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
451
538
  "isExtensionMethod": false
@@ -454,7 +541,19 @@
454
541
  "properties": [],
455
542
  "fields": [],
456
543
  "events": [],
457
- "constructors": []
544
+ "constructors": [
545
+ {
546
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601::.ctor(Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState):void",
547
+ "metadataToken": 100664245,
548
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState):void",
549
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState):void|static=false",
550
+ "isStatic": false,
551
+ "parameterCount": 1,
552
+ "visibility": "Protected",
553
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
554
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
555
+ }
556
+ ]
458
557
  },
459
558
  {
460
559
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState",
@@ -467,6 +566,16 @@
467
566
  "isSealed": false,
468
567
  "isStatic": false,
469
568
  "arity": 0,
569
+ "baseType": {
570
+ "stableId": "System.Private.CoreLib:System.Object",
571
+ "clrName": "System.Object"
572
+ },
573
+ "interfaces": [
574
+ {
575
+ "stableId": "System.Private.CoreLib:System.IDisposable",
576
+ "clrName": "System.IDisposable"
577
+ }
578
+ ],
470
579
  "methods": [
471
580
  {
472
581
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState::Next(System.Func_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):TValue",
@@ -483,6 +592,7 @@
483
592
  "isVirtual": true,
484
593
  "isOverride": false,
485
594
  "isSealed": false,
595
+ "visibility": "Public",
486
596
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState",
487
597
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
488
598
  "isExtensionMethod": false
@@ -502,6 +612,7 @@
502
612
  "isVirtual": true,
503
613
  "isOverride": false,
504
614
  "isSealed": false,
615
+ "visibility": "Public",
505
616
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState",
506
617
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
507
618
  "isExtensionMethod": false
@@ -521,6 +632,7 @@
521
632
  "isVirtual": true,
522
633
  "isOverride": false,
523
634
  "isSealed": false,
635
+ "visibility": "Public",
524
636
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState",
525
637
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
526
638
  "isExtensionMethod": false
@@ -537,6 +649,7 @@
537
649
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
538
650
  "isStatic": false,
539
651
  "parameterCount": 1,
652
+ "visibility": "Public",
540
653
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState",
541
654
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
542
655
  }
@@ -553,7 +666,37 @@
553
666
  "isSealed": false,
554
667
  "isStatic": false,
555
668
  "arity": 0,
669
+ "baseType": {
670
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
671
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector"
672
+ },
673
+ "interfaces": [
674
+ {
675
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
676
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector"
677
+ }
678
+ ],
556
679
  "methods": [
680
+ {
681
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector::FindForType(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
682
+ "clrName": "FindForType",
683
+ "metadataToken": 100664490,
684
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
685
+ "normalizedSignature": "FindForType|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator|static=false",
686
+ "emitScope": "ClassSurface",
687
+ "provenance": "Original",
688
+ "arity": 0,
689
+ "parameterCount": 3,
690
+ "isStatic": false,
691
+ "isAbstract": false,
692
+ "isVirtual": true,
693
+ "isOverride": true,
694
+ "isSealed": false,
695
+ "visibility": "Protected",
696
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector",
697
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
698
+ "isExtensionMethod": false
699
+ },
557
700
  {
558
701
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector::Select(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
559
702
  "clrName": "Select",
@@ -569,6 +712,7 @@
569
712
  "isVirtual": true,
570
713
  "isOverride": false,
571
714
  "isSealed": false,
715
+ "visibility": "Public",
572
716
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
573
717
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
574
718
  "isExtensionMethod": false,
@@ -589,6 +733,7 @@
589
733
  "isVirtual": true,
590
734
  "isOverride": false,
591
735
  "isSealed": false,
736
+ "visibility": "Public",
592
737
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
593
738
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
594
739
  "isExtensionMethod": false,
@@ -615,6 +760,7 @@
615
760
  "isVirtual": true,
616
761
  "isOverride": false,
617
762
  "isSealed": false,
763
+ "visibility": "Public",
618
764
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector",
619
765
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
620
766
  "isExtensionMethod": false
@@ -634,6 +780,7 @@
634
780
  "isVirtual": true,
635
781
  "isOverride": false,
636
782
  "isSealed": false,
783
+ "visibility": "Public",
637
784
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector",
638
785
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
639
786
  "isExtensionMethod": false,
@@ -656,6 +803,7 @@
656
803
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies):void|static=false",
657
804
  "isStatic": false,
658
805
  "parameterCount": 1,
806
+ "visibility": "Public",
659
807
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector",
660
808
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
661
809
  }
@@ -672,6 +820,13 @@
672
820
  "isSealed": false,
673
821
  "isStatic": false,
674
822
  "arity": 0,
823
+ "baseType": {
824
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
825
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
826
+ "typeArguments": [
827
+ "Guid"
828
+ ]
829
+ },
675
830
  "methods": [
676
831
  {
677
832
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Guid",
@@ -688,6 +843,7 @@
688
843
  "isVirtual": true,
689
844
  "isOverride": true,
690
845
  "isSealed": false,
846
+ "visibility": "Public",
691
847
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator",
692
848
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
693
849
  "isExtensionMethod": false
@@ -707,6 +863,7 @@
707
863
  "isVirtual": true,
708
864
  "isOverride": false,
709
865
  "isSealed": false,
866
+ "visibility": "Public",
710
867
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator",
711
868
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
712
869
  "isExtensionMethod": false
@@ -726,6 +883,7 @@
726
883
  "isVirtual": true,
727
884
  "isOverride": false,
728
885
  "isSealed": false,
886
+ "visibility": "Public",
729
887
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator",
730
888
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
731
889
  "isExtensionMethod": false
@@ -747,6 +905,7 @@
747
905
  "isAbstract": false,
748
906
  "isVirtual": true,
749
907
  "isOverride": true,
908
+ "visibility": "Public",
750
909
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator",
751
910
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
752
911
  }
@@ -761,6 +920,7 @@
761
920
  "normalizedSignature": "constructor|():void|static=false",
762
921
  "isStatic": false,
763
922
  "parameterCount": 0,
923
+ "visibility": "Public",
764
924
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.SequentialGuidValueGenerator",
765
925
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
766
926
  }
@@ -777,6 +937,13 @@
777
937
  "isSealed": false,
778
938
  "isStatic": false,
779
939
  "arity": 0,
940
+ "baseType": {
941
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
942
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
943
+ "typeArguments": [
944
+ "String"
945
+ ]
946
+ },
780
947
  "methods": [
781
948
  {
782
949
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.String",
@@ -793,6 +960,7 @@
793
960
  "isVirtual": true,
794
961
  "isOverride": true,
795
962
  "isSealed": false,
963
+ "visibility": "Public",
796
964
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator",
797
965
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
798
966
  "isExtensionMethod": false
@@ -812,6 +980,7 @@
812
980
  "isVirtual": true,
813
981
  "isOverride": false,
814
982
  "isSealed": false,
983
+ "visibility": "Public",
815
984
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator",
816
985
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
817
986
  "isExtensionMethod": false
@@ -831,6 +1000,7 @@
831
1000
  "isVirtual": true,
832
1001
  "isOverride": false,
833
1002
  "isSealed": false,
1003
+ "visibility": "Public",
834
1004
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator",
835
1005
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
836
1006
  "isExtensionMethod": false
@@ -852,6 +1022,7 @@
852
1022
  "isAbstract": false,
853
1023
  "isVirtual": true,
854
1024
  "isOverride": true,
1025
+ "visibility": "Public",
855
1026
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator",
856
1027
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
857
1028
  }
@@ -866,6 +1037,7 @@
866
1037
  "normalizedSignature": "constructor|():void|static=false",
867
1038
  "isStatic": false,
868
1039
  "parameterCount": 0,
1040
+ "visibility": "Public",
869
1041
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.StringValueGenerator",
870
1042
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
871
1043
  }
@@ -882,6 +1054,10 @@
882
1054
  "isSealed": false,
883
1055
  "isStatic": false,
884
1056
  "arity": 0,
1057
+ "baseType": {
1058
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator",
1059
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator"
1060
+ },
885
1061
  "methods": [],
886
1062
  "properties": [
887
1063
  {
@@ -899,6 +1075,7 @@
899
1075
  "isAbstract": false,
900
1076
  "isVirtual": true,
901
1077
  "isOverride": true,
1078
+ "visibility": "Public",
902
1079
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.TemporaryGuidValueGenerator",
903
1080
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
904
1081
  }
@@ -913,6 +1090,7 @@
913
1090
  "normalizedSignature": "constructor|():void|static=false",
914
1091
  "isStatic": false,
915
1092
  "parameterCount": 0,
1093
+ "visibility": "Public",
916
1094
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.TemporaryGuidValueGenerator",
917
1095
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
918
1096
  }
@@ -929,6 +1107,10 @@
929
1107
  "isSealed": false,
930
1108
  "isStatic": false,
931
1109
  "arity": 0,
1110
+ "baseType": {
1111
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory",
1112
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory"
1113
+ },
932
1114
  "methods": [
933
1115
  {
934
1116
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.TemporaryNumberValueGeneratorFactory::Create(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
@@ -945,6 +1127,7 @@
945
1127
  "isVirtual": true,
946
1128
  "isOverride": true,
947
1129
  "isSealed": false,
1130
+ "visibility": "Public",
948
1131
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.TemporaryNumberValueGeneratorFactory",
949
1132
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
950
1133
  "isExtensionMethod": false
@@ -961,6 +1144,7 @@
961
1144
  "normalizedSignature": "constructor|():void|static=false",
962
1145
  "isStatic": false,
963
1146
  "parameterCount": 0,
1147
+ "visibility": "Public",
964
1148
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.TemporaryNumberValueGeneratorFactory",
965
1149
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
966
1150
  }
@@ -977,6 +1161,10 @@
977
1161
  "isSealed": false,
978
1162
  "isStatic": false,
979
1163
  "arity": 0,
1164
+ "baseType": {
1165
+ "stableId": "System.Private.CoreLib:System.Object",
1166
+ "clrName": "System.Object"
1167
+ },
980
1168
  "methods": [
981
1169
  {
982
1170
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
@@ -993,6 +1181,27 @@
993
1181
  "isVirtual": true,
994
1182
  "isOverride": false,
995
1183
  "isSealed": false,
1184
+ "visibility": "Public",
1185
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1186
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1187
+ "isExtensionMethod": false
1188
+ },
1189
+ {
1190
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator::NextValue(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
1191
+ "clrName": "NextValue",
1192
+ "metadataToken": 100664271,
1193
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
1194
+ "normalizedSignature": "NextValue|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
1195
+ "emitScope": "ClassSurface",
1196
+ "provenance": "Original",
1197
+ "arity": 0,
1198
+ "parameterCount": 1,
1199
+ "isStatic": false,
1200
+ "isAbstract": true,
1201
+ "isVirtual": true,
1202
+ "isOverride": false,
1203
+ "isSealed": false,
1204
+ "visibility": "Protected",
996
1205
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
997
1206
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
998
1207
  "isExtensionMethod": false
@@ -1012,6 +1221,27 @@
1012
1221
  "isVirtual": true,
1013
1222
  "isOverride": false,
1014
1223
  "isSealed": false,
1224
+ "visibility": "Public",
1225
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1226
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1227
+ "isExtensionMethod": false
1228
+ },
1229
+ {
1230
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator::NextValueAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1231
+ "clrName": "NextValueAsync",
1232
+ "metadataToken": 100664273,
1233
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1234
+ "normalizedSignature": "NextValueAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1235
+ "emitScope": "ClassSurface",
1236
+ "provenance": "Original",
1237
+ "arity": 0,
1238
+ "parameterCount": 2,
1239
+ "isStatic": false,
1240
+ "isAbstract": false,
1241
+ "isVirtual": true,
1242
+ "isOverride": false,
1243
+ "isSealed": false,
1244
+ "visibility": "Protected",
1015
1245
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1016
1246
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1017
1247
  "isExtensionMethod": false
@@ -1031,6 +1261,7 @@
1031
1261
  "isVirtual": true,
1032
1262
  "isOverride": false,
1033
1263
  "isSealed": false,
1264
+ "visibility": "Public",
1034
1265
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1035
1266
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1036
1267
  "isExtensionMethod": false
@@ -1052,6 +1283,7 @@
1052
1283
  "isAbstract": true,
1053
1284
  "isVirtual": true,
1054
1285
  "isOverride": false,
1286
+ "visibility": "Public",
1055
1287
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1056
1288
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1057
1289
  },
@@ -1070,13 +1302,26 @@
1070
1302
  "isAbstract": false,
1071
1303
  "isVirtual": true,
1072
1304
  "isOverride": false,
1305
+ "visibility": "Public",
1073
1306
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1074
1307
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1075
1308
  }
1076
1309
  ],
1077
1310
  "fields": [],
1078
1311
  "events": [],
1079
- "constructors": []
1312
+ "constructors": [
1313
+ {
1314
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator::.ctor():void",
1315
+ "metadataToken": 100664277,
1316
+ "canonicalSignature": "():void",
1317
+ "normalizedSignature": "constructor|():void|static=false",
1318
+ "isStatic": false,
1319
+ "parameterCount": 0,
1320
+ "visibility": "Protected",
1321
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1322
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1323
+ }
1324
+ ]
1080
1325
  },
1081
1326
  {
1082
1327
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
@@ -1089,6 +1334,13 @@
1089
1334
  "isSealed": false,
1090
1335
  "isStatic": false,
1091
1336
  "arity": 1,
1337
+ "baseType": {
1338
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1339
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator"
1340
+ },
1341
+ "typeParameters": [
1342
+ "TValue"
1343
+ ],
1092
1344
  "methods": [
1093
1345
  {
1094
1346
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::Next(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):TValue",
@@ -1105,6 +1357,7 @@
1105
1357
  "isVirtual": true,
1106
1358
  "isOverride": false,
1107
1359
  "isSealed": false,
1360
+ "visibility": "Public",
1108
1361
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1109
1362
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1110
1363
  "isExtensionMethod": false
@@ -1124,6 +1377,47 @@
1124
1377
  "isVirtual": true,
1125
1378
  "isOverride": false,
1126
1379
  "isSealed": false,
1380
+ "visibility": "Public",
1381
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1382
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1383
+ "isExtensionMethod": false
1384
+ },
1385
+ {
1386
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::NextValue(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
1387
+ "clrName": "NextValue",
1388
+ "metadataToken": 100664320,
1389
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object",
1390
+ "normalizedSignature": "NextValue|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry):System.Object|static=false",
1391
+ "emitScope": "ClassSurface",
1392
+ "provenance": "Original",
1393
+ "arity": 0,
1394
+ "parameterCount": 1,
1395
+ "isStatic": false,
1396
+ "isAbstract": false,
1397
+ "isVirtual": true,
1398
+ "isOverride": true,
1399
+ "isSealed": false,
1400
+ "visibility": "Protected",
1401
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1402
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1403
+ "isExtensionMethod": false
1404
+ },
1405
+ {
1406
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::NextValueAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1407
+ "clrName": "NextValueAsync",
1408
+ "metadataToken": 100664321,
1409
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1410
+ "normalizedSignature": "NextValueAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1411
+ "emitScope": "ClassSurface",
1412
+ "provenance": "Original",
1413
+ "arity": 0,
1414
+ "parameterCount": 2,
1415
+ "isStatic": false,
1416
+ "isAbstract": false,
1417
+ "isVirtual": true,
1418
+ "isOverride": true,
1419
+ "isSealed": false,
1420
+ "visibility": "Protected",
1127
1421
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1128
1422
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1129
1423
  "isExtensionMethod": false
@@ -1143,6 +1437,7 @@
1143
1437
  "isVirtual": true,
1144
1438
  "isOverride": false,
1145
1439
  "isSealed": false,
1440
+ "visibility": "Public",
1146
1441
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1147
1442
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1148
1443
  "isExtensionMethod": false
@@ -1162,6 +1457,27 @@
1162
1457
  "isVirtual": true,
1163
1458
  "isOverride": false,
1164
1459
  "isSealed": false,
1460
+ "visibility": "Public",
1461
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1462
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1463
+ "isExtensionMethod": false
1464
+ },
1465
+ {
1466
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::NextValueAsync(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1467
+ "clrName": "NextValueAsync",
1468
+ "metadataToken": 0,
1469
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1470
+ "normalizedSignature": "NextValueAsync|(Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
1471
+ "emitScope": "ClassSurface",
1472
+ "provenance": "BaseOverload",
1473
+ "arity": 0,
1474
+ "parameterCount": 2,
1475
+ "isStatic": false,
1476
+ "isAbstract": false,
1477
+ "isVirtual": true,
1478
+ "isOverride": false,
1479
+ "isSealed": false,
1480
+ "visibility": "Protected",
1165
1481
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1166
1482
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1167
1483
  "isExtensionMethod": false
@@ -1170,7 +1486,19 @@
1170
1486
  "properties": [],
1171
1487
  "fields": [],
1172
1488
  "events": [],
1173
- "constructors": []
1489
+ "constructors": [
1490
+ {
1491
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601::.ctor():void",
1492
+ "metadataToken": 100664322,
1493
+ "canonicalSignature": "():void",
1494
+ "normalizedSignature": "constructor|():void|static=false",
1495
+ "isStatic": false,
1496
+ "parameterCount": 0,
1497
+ "visibility": "Protected",
1498
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator\u00601",
1499
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1500
+ }
1501
+ ]
1174
1502
  },
1175
1503
  {
1176
1504
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache",
@@ -1183,6 +1511,16 @@
1183
1511
  "isSealed": false,
1184
1512
  "isStatic": false,
1185
1513
  "arity": 0,
1514
+ "baseType": {
1515
+ "stableId": "System.Private.CoreLib:System.Object",
1516
+ "clrName": "System.Object"
1517
+ },
1518
+ "interfaces": [
1519
+ {
1520
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache",
1521
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache"
1522
+ }
1523
+ ],
1186
1524
  "methods": [
1187
1525
  {
1188
1526
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache::GetOrAdd(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Func_3[[Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Metadata.ITypeBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
@@ -1199,6 +1537,7 @@
1199
1537
  "isVirtual": true,
1200
1538
  "isOverride": false,
1201
1539
  "isSealed": false,
1540
+ "visibility": "Public",
1202
1541
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache",
1203
1542
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1204
1543
  "isExtensionMethod": false
@@ -1218,13 +1557,34 @@
1218
1557
  "isVirtual": true,
1219
1558
  "isOverride": false,
1220
1559
  "isSealed": false,
1560
+ "visibility": "Public",
1221
1561
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache",
1222
1562
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1223
1563
  "isExtensionMethod": false,
1224
1564
  "sourceInterface": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache"
1225
1565
  }
1226
1566
  ],
1227
- "properties": [],
1567
+ "properties": [
1568
+ {
1569
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache::Dependencies:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies",
1570
+ "clrName": "Dependencies",
1571
+ "metadataToken": 385876134,
1572
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies",
1573
+ "normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies|static=false|accessor=get",
1574
+ "emitScope": "ClassSurface",
1575
+ "provenance": "Original",
1576
+ "isIndexer": false,
1577
+ "hasGetter": true,
1578
+ "hasSetter": false,
1579
+ "isStatic": false,
1580
+ "isAbstract": false,
1581
+ "isVirtual": true,
1582
+ "isOverride": false,
1583
+ "visibility": "Protected",
1584
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache",
1585
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1586
+ }
1587
+ ],
1228
1588
  "fields": [],
1229
1589
  "events": [],
1230
1590
  "constructors": [
@@ -1235,6 +1595,7 @@
1235
1595
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies):void|static=false",
1236
1596
  "isStatic": false,
1237
1597
  "parameterCount": 1,
1598
+ "visibility": "Public",
1238
1599
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache",
1239
1600
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1240
1601
  }
@@ -1251,6 +1612,19 @@
1251
1612
  "isSealed": true,
1252
1613
  "isStatic": false,
1253
1614
  "arity": 0,
1615
+ "baseType": {
1616
+ "stableId": "System.Private.CoreLib:System.Object",
1617
+ "clrName": "System.Object"
1618
+ },
1619
+ "interfaces": [
1620
+ {
1621
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
1622
+ "clrName": "System.IEquatable\u00601",
1623
+ "typeArguments": [
1624
+ "ValueGeneratorCacheDependencies"
1625
+ ]
1626
+ }
1627
+ ],
1254
1628
  "methods": [
1255
1629
  {
1256
1630
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies::ToString():System.String",
@@ -1267,6 +1641,7 @@
1267
1641
  "isVirtual": true,
1268
1642
  "isOverride": true,
1269
1643
  "isSealed": false,
1644
+ "visibility": "Public",
1270
1645
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies",
1271
1646
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1272
1647
  "isExtensionMethod": false
@@ -1286,6 +1661,7 @@
1286
1661
  "isVirtual": true,
1287
1662
  "isOverride": true,
1288
1663
  "isSealed": false,
1664
+ "visibility": "Public",
1289
1665
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies",
1290
1666
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1291
1667
  "isExtensionMethod": false
@@ -1305,6 +1681,7 @@
1305
1681
  "isVirtual": true,
1306
1682
  "isOverride": true,
1307
1683
  "isSealed": false,
1684
+ "visibility": "Public",
1308
1685
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies",
1309
1686
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1310
1687
  "isExtensionMethod": false
@@ -1324,6 +1701,7 @@
1324
1701
  "isVirtual": true,
1325
1702
  "isOverride": false,
1326
1703
  "isSealed": true,
1704
+ "visibility": "Public",
1327
1705
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies",
1328
1706
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1329
1707
  "isExtensionMethod": false
@@ -1343,6 +1721,7 @@
1343
1721
  "isVirtual": false,
1344
1722
  "isOverride": false,
1345
1723
  "isSealed": false,
1724
+ "visibility": "Public",
1346
1725
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies",
1347
1726
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1348
1727
  "isExtensionMethod": false
@@ -1359,6 +1738,7 @@
1359
1738
  "normalizedSignature": "constructor|():void|static=false",
1360
1739
  "isStatic": false,
1361
1740
  "parameterCount": 0,
1741
+ "visibility": "Public",
1362
1742
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies",
1363
1743
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1364
1744
  }
@@ -1375,6 +1755,10 @@
1375
1755
  "isSealed": false,
1376
1756
  "isStatic": false,
1377
1757
  "arity": 0,
1758
+ "baseType": {
1759
+ "stableId": "System.Private.CoreLib:System.Object",
1760
+ "clrName": "System.Object"
1761
+ },
1378
1762
  "methods": [
1379
1763
  {
1380
1764
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory::Create(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
@@ -1391,6 +1775,7 @@
1391
1775
  "isVirtual": true,
1392
1776
  "isOverride": false,
1393
1777
  "isSealed": false,
1778
+ "visibility": "Public",
1394
1779
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory",
1395
1780
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1396
1781
  "isExtensionMethod": false
@@ -1399,7 +1784,19 @@
1399
1784
  "properties": [],
1400
1785
  "fields": [],
1401
1786
  "events": [],
1402
- "constructors": []
1787
+ "constructors": [
1788
+ {
1789
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory::.ctor():void",
1790
+ "metadataToken": 100664293,
1791
+ "canonicalSignature": "():void",
1792
+ "normalizedSignature": "constructor|():void|static=false",
1793
+ "isStatic": false,
1794
+ "parameterCount": 0,
1795
+ "visibility": "Protected",
1796
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory",
1797
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1798
+ }
1799
+ ]
1403
1800
  },
1404
1801
  {
1405
1802
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
@@ -1412,6 +1809,16 @@
1412
1809
  "isSealed": false,
1413
1810
  "isStatic": false,
1414
1811
  "arity": 0,
1812
+ "baseType": {
1813
+ "stableId": "System.Private.CoreLib:System.Object",
1814
+ "clrName": "System.Object"
1815
+ },
1816
+ "interfaces": [
1817
+ {
1818
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
1819
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector"
1820
+ }
1821
+ ],
1415
1822
  "methods": [
1416
1823
  {
1417
1824
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector::Select(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
@@ -1428,6 +1835,7 @@
1428
1835
  "isVirtual": true,
1429
1836
  "isOverride": false,
1430
1837
  "isSealed": false,
1838
+ "visibility": "Public",
1431
1839
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
1432
1840
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1433
1841
  "isExtensionMethod": false
@@ -1447,6 +1855,7 @@
1447
1855
  "isVirtual": true,
1448
1856
  "isOverride": false,
1449
1857
  "isSealed": false,
1858
+ "visibility": "Public",
1450
1859
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
1451
1860
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1452
1861
  "isExtensionMethod": false,
@@ -1472,6 +1881,7 @@
1472
1881
  "isVirtual": true,
1473
1882
  "isOverride": false,
1474
1883
  "isSealed": false,
1884
+ "visibility": "Public",
1475
1885
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
1476
1886
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1477
1887
  "isExtensionMethod": false
@@ -1491,6 +1901,7 @@
1491
1901
  "isVirtual": true,
1492
1902
  "isOverride": false,
1493
1903
  "isSealed": false,
1904
+ "visibility": "Public",
1494
1905
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
1495
1906
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1496
1907
  "isExtensionMethod": false,
@@ -1501,6 +1912,26 @@
1501
1912
  }
1502
1913
  ]
1503
1914
  },
1915
+ {
1916
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector::FindForType(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1917
+ "clrName": "FindForType",
1918
+ "metadataToken": 100664303,
1919
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1920
+ "normalizedSignature": "FindForType|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator|static=false",
1921
+ "emitScope": "ClassSurface",
1922
+ "provenance": "Original",
1923
+ "arity": 0,
1924
+ "parameterCount": 3,
1925
+ "isStatic": false,
1926
+ "isAbstract": false,
1927
+ "isVirtual": true,
1928
+ "isOverride": false,
1929
+ "isSealed": false,
1930
+ "visibility": "Protected",
1931
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
1932
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1933
+ "isExtensionMethod": false
1934
+ },
1504
1935
  {
1505
1936
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector::Select(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
1506
1937
  "clrName": "Select",
@@ -1516,6 +1947,7 @@
1516
1947
  "isVirtual": true,
1517
1948
  "isOverride": false,
1518
1949
  "isSealed": false,
1950
+ "visibility": "Public",
1519
1951
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
1520
1952
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1521
1953
  "isExtensionMethod": false,
@@ -1536,6 +1968,7 @@
1536
1968
  "isVirtual": true,
1537
1969
  "isOverride": false,
1538
1970
  "isSealed": false,
1971
+ "visibility": "Public",
1539
1972
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
1540
1973
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1541
1974
  "isExtensionMethod": false,
@@ -1564,6 +1997,26 @@
1564
1997
  "isAbstract": false,
1565
1998
  "isVirtual": true,
1566
1999
  "isOverride": false,
2000
+ "visibility": "Public",
2001
+ "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
2002
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
2003
+ },
2004
+ {
2005
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector::Dependencies:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
2006
+ "clrName": "Dependencies",
2007
+ "metadataToken": 385876137,
2008
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
2009
+ "normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies|static=false|accessor=get",
2010
+ "emitScope": "ClassSurface",
2011
+ "provenance": "Original",
2012
+ "isIndexer": false,
2013
+ "hasGetter": true,
2014
+ "hasSetter": false,
2015
+ "isStatic": false,
2016
+ "isAbstract": false,
2017
+ "isVirtual": true,
2018
+ "isOverride": false,
2019
+ "visibility": "Protected",
1567
2020
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
1568
2021
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1569
2022
  }
@@ -1578,6 +2031,7 @@
1578
2031
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies):void|static=false",
1579
2032
  "isStatic": false,
1580
2033
  "parameterCount": 1,
2034
+ "visibility": "Public",
1581
2035
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector",
1582
2036
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1583
2037
  }
@@ -1594,6 +2048,19 @@
1594
2048
  "isSealed": true,
1595
2049
  "isStatic": false,
1596
2050
  "arity": 0,
2051
+ "baseType": {
2052
+ "stableId": "System.Private.CoreLib:System.Object",
2053
+ "clrName": "System.Object"
2054
+ },
2055
+ "interfaces": [
2056
+ {
2057
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
2058
+ "clrName": "System.IEquatable\u00601",
2059
+ "typeArguments": [
2060
+ "ValueGeneratorSelectorDependencies"
2061
+ ]
2062
+ }
2063
+ ],
1597
2064
  "methods": [
1598
2065
  {
1599
2066
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies::ToString():System.String",
@@ -1610,6 +2077,7 @@
1610
2077
  "isVirtual": true,
1611
2078
  "isOverride": true,
1612
2079
  "isSealed": false,
2080
+ "visibility": "Public",
1613
2081
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
1614
2082
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1615
2083
  "isExtensionMethod": false
@@ -1629,6 +2097,7 @@
1629
2097
  "isVirtual": true,
1630
2098
  "isOverride": true,
1631
2099
  "isSealed": false,
2100
+ "visibility": "Public",
1632
2101
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
1633
2102
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1634
2103
  "isExtensionMethod": false
@@ -1648,6 +2117,7 @@
1648
2117
  "isVirtual": true,
1649
2118
  "isOverride": true,
1650
2119
  "isSealed": false,
2120
+ "visibility": "Public",
1651
2121
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
1652
2122
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1653
2123
  "isExtensionMethod": false
@@ -1667,6 +2137,7 @@
1667
2137
  "isVirtual": true,
1668
2138
  "isOverride": false,
1669
2139
  "isSealed": true,
2140
+ "visibility": "Public",
1670
2141
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
1671
2142
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1672
2143
  "isExtensionMethod": false
@@ -1686,6 +2157,7 @@
1686
2157
  "isVirtual": false,
1687
2158
  "isOverride": false,
1688
2159
  "isSealed": false,
2160
+ "visibility": "Public",
1689
2161
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
1690
2162
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1691
2163
  "isExtensionMethod": false
@@ -1707,6 +2179,7 @@
1707
2179
  "isAbstract": false,
1708
2180
  "isVirtual": false,
1709
2181
  "isOverride": false,
2182
+ "visibility": "Public",
1710
2183
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
1711
2184
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1712
2185
  }
@@ -1721,6 +2194,7 @@
1721
2194
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache):void|static=false",
1722
2195
  "isStatic": false,
1723
2196
  "parameterCount": 1,
2197
+ "visibility": "Public",
1724
2198
  "declaringClrType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies",
1725
2199
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1726
2200
  }