@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.
- package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
- package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
- package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.d.ts +2 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
- package/System.Transactions/bindings.json +6 -0
- 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.Internal.ICollectionLoader",
|
|
36
37
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
37
38
|
"isExtensionMethod": false
|
|
@@ -51,6 +52,7 @@
|
|
|
51
52
|
"isVirtual": true,
|
|
52
53
|
"isOverride": false,
|
|
53
54
|
"isSealed": false,
|
|
55
|
+
"visibility": "Public",
|
|
54
56
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
55
57
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
56
58
|
"isExtensionMethod": false
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"isVirtual": true,
|
|
71
73
|
"isOverride": false,
|
|
72
74
|
"isSealed": false,
|
|
75
|
+
"visibility": "Public",
|
|
73
76
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
74
77
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
75
78
|
"isExtensionMethod": false
|
|
@@ -91,6 +94,15 @@
|
|
|
91
94
|
"isSealed": false,
|
|
92
95
|
"isStatic": false,
|
|
93
96
|
"arity": 1,
|
|
97
|
+
"interfaces": [
|
|
98
|
+
{
|
|
99
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
100
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"typeParameters": [
|
|
104
|
+
"TEntity"
|
|
105
|
+
],
|
|
94
106
|
"methods": [
|
|
95
107
|
{
|
|
96
108
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ICollectionLoader\u00601::Query(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):IQueryable_1",
|
|
@@ -107,6 +119,7 @@
|
|
|
107
119
|
"isVirtual": true,
|
|
108
120
|
"isOverride": false,
|
|
109
121
|
"isSealed": false,
|
|
122
|
+
"visibility": "Public",
|
|
110
123
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader\u00601",
|
|
111
124
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
112
125
|
"isExtensionMethod": false
|
|
@@ -126,6 +139,7 @@
|
|
|
126
139
|
"isVirtual": true,
|
|
127
140
|
"isOverride": false,
|
|
128
141
|
"isSealed": false,
|
|
142
|
+
"visibility": "Public",
|
|
129
143
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
130
144
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
131
145
|
"isExtensionMethod": false
|
|
@@ -145,6 +159,7 @@
|
|
|
145
159
|
"isVirtual": true,
|
|
146
160
|
"isOverride": false,
|
|
147
161
|
"isSealed": false,
|
|
162
|
+
"visibility": "Public",
|
|
148
163
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
149
164
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
150
165
|
"isExtensionMethod": false
|
|
@@ -164,6 +179,7 @@
|
|
|
164
179
|
"isVirtual": true,
|
|
165
180
|
"isOverride": false,
|
|
166
181
|
"isSealed": false,
|
|
182
|
+
"visibility": "Public",
|
|
167
183
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
168
184
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
169
185
|
"isExtensionMethod": false
|
|
@@ -202,6 +218,7 @@
|
|
|
202
218
|
"isAbstract": true,
|
|
203
219
|
"isVirtual": true,
|
|
204
220
|
"isOverride": false,
|
|
221
|
+
"visibility": "Public",
|
|
205
222
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
206
223
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
207
224
|
},
|
|
@@ -220,6 +237,7 @@
|
|
|
220
237
|
"isAbstract": true,
|
|
221
238
|
"isVirtual": true,
|
|
222
239
|
"isOverride": false,
|
|
240
|
+
"visibility": "Public",
|
|
223
241
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
224
242
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
225
243
|
},
|
|
@@ -238,6 +256,7 @@
|
|
|
238
256
|
"isAbstract": true,
|
|
239
257
|
"isVirtual": true,
|
|
240
258
|
"isOverride": false,
|
|
259
|
+
"visibility": "Public",
|
|
241
260
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
242
261
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
243
262
|
},
|
|
@@ -256,6 +275,7 @@
|
|
|
256
275
|
"isAbstract": true,
|
|
257
276
|
"isVirtual": true,
|
|
258
277
|
"isOverride": false,
|
|
278
|
+
"visibility": "Public",
|
|
259
279
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
260
280
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
261
281
|
},
|
|
@@ -274,6 +294,7 @@
|
|
|
274
294
|
"isAbstract": true,
|
|
275
295
|
"isVirtual": true,
|
|
276
296
|
"isOverride": false,
|
|
297
|
+
"visibility": "Public",
|
|
277
298
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
278
299
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
279
300
|
},
|
|
@@ -292,6 +313,7 @@
|
|
|
292
313
|
"isAbstract": true,
|
|
293
314
|
"isVirtual": true,
|
|
294
315
|
"isOverride": false,
|
|
316
|
+
"visibility": "Public",
|
|
295
317
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
296
318
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
297
319
|
},
|
|
@@ -310,6 +332,7 @@
|
|
|
310
332
|
"isAbstract": true,
|
|
311
333
|
"isVirtual": true,
|
|
312
334
|
"isOverride": false,
|
|
335
|
+
"visibility": "Public",
|
|
313
336
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
314
337
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
315
338
|
},
|
|
@@ -328,6 +351,7 @@
|
|
|
328
351
|
"isAbstract": true,
|
|
329
352
|
"isVirtual": true,
|
|
330
353
|
"isOverride": false,
|
|
354
|
+
"visibility": "Public",
|
|
331
355
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
332
356
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
333
357
|
},
|
|
@@ -346,6 +370,7 @@
|
|
|
346
370
|
"isAbstract": true,
|
|
347
371
|
"isVirtual": true,
|
|
348
372
|
"isOverride": false,
|
|
373
|
+
"visibility": "Public",
|
|
349
374
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
350
375
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
351
376
|
}
|
|
@@ -365,6 +390,9 @@
|
|
|
365
390
|
"isSealed": false,
|
|
366
391
|
"isStatic": false,
|
|
367
392
|
"arity": 1,
|
|
393
|
+
"typeParameters": [
|
|
394
|
+
"TContext"
|
|
395
|
+
],
|
|
368
396
|
"methods": [],
|
|
369
397
|
"properties": [
|
|
370
398
|
{
|
|
@@ -382,6 +410,7 @@
|
|
|
382
410
|
"isAbstract": true,
|
|
383
411
|
"isVirtual": true,
|
|
384
412
|
"isOverride": false,
|
|
413
|
+
"visibility": "Public",
|
|
385
414
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextFactorySource\u00601",
|
|
386
415
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
387
416
|
}
|
|
@@ -417,6 +446,7 @@
|
|
|
417
446
|
"isVirtual": true,
|
|
418
447
|
"isOverride": false,
|
|
419
448
|
"isSealed": false,
|
|
449
|
+
"visibility": "Public",
|
|
420
450
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
421
451
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
422
452
|
"isExtensionMethod": false
|
|
@@ -436,6 +466,7 @@
|
|
|
436
466
|
"isVirtual": true,
|
|
437
467
|
"isOverride": false,
|
|
438
468
|
"isSealed": false,
|
|
469
|
+
"visibility": "Public",
|
|
439
470
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
440
471
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
441
472
|
"isExtensionMethod": false
|
|
@@ -455,6 +486,7 @@
|
|
|
455
486
|
"isVirtual": true,
|
|
456
487
|
"isOverride": false,
|
|
457
488
|
"isSealed": false,
|
|
489
|
+
"visibility": "Public",
|
|
458
490
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
459
491
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
460
492
|
"isExtensionMethod": false
|
|
@@ -476,6 +508,15 @@
|
|
|
476
508
|
"isSealed": false,
|
|
477
509
|
"isStatic": false,
|
|
478
510
|
"arity": 1,
|
|
511
|
+
"interfaces": [
|
|
512
|
+
{
|
|
513
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
514
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool"
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"typeParameters": [
|
|
518
|
+
"TContext"
|
|
519
|
+
],
|
|
479
520
|
"methods": [
|
|
480
521
|
{
|
|
481
522
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbContextPool::Rent():Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable",
|
|
@@ -492,6 +533,7 @@
|
|
|
492
533
|
"isVirtual": true,
|
|
493
534
|
"isOverride": false,
|
|
494
535
|
"isSealed": false,
|
|
536
|
+
"visibility": "Public",
|
|
495
537
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
496
538
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
497
539
|
"isExtensionMethod": false
|
|
@@ -511,6 +553,7 @@
|
|
|
511
553
|
"isVirtual": true,
|
|
512
554
|
"isOverride": false,
|
|
513
555
|
"isSealed": false,
|
|
556
|
+
"visibility": "Public",
|
|
514
557
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
515
558
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
516
559
|
"isExtensionMethod": false
|
|
@@ -530,6 +573,7 @@
|
|
|
530
573
|
"isVirtual": true,
|
|
531
574
|
"isOverride": false,
|
|
532
575
|
"isSealed": false,
|
|
576
|
+
"visibility": "Public",
|
|
533
577
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
534
578
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
535
579
|
"isExtensionMethod": false
|
|
@@ -551,6 +595,20 @@
|
|
|
551
595
|
"isSealed": false,
|
|
552
596
|
"isStatic": false,
|
|
553
597
|
"arity": 0,
|
|
598
|
+
"interfaces": [
|
|
599
|
+
{
|
|
600
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
601
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
605
|
+
"clrName": "System.IDisposable"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
609
|
+
"clrName": "System.IAsyncDisposable"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
554
612
|
"methods": [
|
|
555
613
|
{
|
|
556
614
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable::SetLease(Microsoft.EntityFrameworkCore.Internal.DbContextLease):System.Void",
|
|
@@ -567,6 +625,7 @@
|
|
|
567
625
|
"isVirtual": true,
|
|
568
626
|
"isOverride": false,
|
|
569
627
|
"isSealed": false,
|
|
628
|
+
"visibility": "Public",
|
|
570
629
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable",
|
|
571
630
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
572
631
|
"isExtensionMethod": false
|
|
@@ -586,6 +645,7 @@
|
|
|
586
645
|
"isVirtual": true,
|
|
587
646
|
"isOverride": false,
|
|
588
647
|
"isSealed": false,
|
|
648
|
+
"visibility": "Public",
|
|
589
649
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable",
|
|
590
650
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
591
651
|
"isExtensionMethod": false
|
|
@@ -605,6 +665,7 @@
|
|
|
605
665
|
"isVirtual": true,
|
|
606
666
|
"isOverride": false,
|
|
607
667
|
"isSealed": false,
|
|
668
|
+
"visibility": "Public",
|
|
608
669
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable",
|
|
609
670
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
610
671
|
"isExtensionMethod": false
|
|
@@ -624,6 +685,7 @@
|
|
|
624
685
|
"isVirtual": true,
|
|
625
686
|
"isOverride": false,
|
|
626
687
|
"isSealed": false,
|
|
688
|
+
"visibility": "Public",
|
|
627
689
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
628
690
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
629
691
|
"isExtensionMethod": false
|
|
@@ -661,6 +723,7 @@
|
|
|
661
723
|
"isVirtual": true,
|
|
662
724
|
"isOverride": false,
|
|
663
725
|
"isSealed": false,
|
|
726
|
+
"visibility": "Public",
|
|
664
727
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
665
728
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
666
729
|
"isExtensionMethod": false
|
|
@@ -682,6 +745,7 @@
|
|
|
682
745
|
"isAbstract": true,
|
|
683
746
|
"isVirtual": true,
|
|
684
747
|
"isOverride": false,
|
|
748
|
+
"visibility": "Public",
|
|
685
749
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
686
750
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
687
751
|
},
|
|
@@ -700,6 +764,7 @@
|
|
|
700
764
|
"isAbstract": true,
|
|
701
765
|
"isVirtual": true,
|
|
702
766
|
"isOverride": false,
|
|
767
|
+
"visibility": "Public",
|
|
703
768
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
704
769
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
705
770
|
},
|
|
@@ -718,6 +783,7 @@
|
|
|
718
783
|
"isAbstract": true,
|
|
719
784
|
"isVirtual": true,
|
|
720
785
|
"isOverride": false,
|
|
786
|
+
"visibility": "Public",
|
|
721
787
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
722
788
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
723
789
|
},
|
|
@@ -736,6 +802,7 @@
|
|
|
736
802
|
"isAbstract": true,
|
|
737
803
|
"isVirtual": true,
|
|
738
804
|
"isOverride": false,
|
|
805
|
+
"visibility": "Public",
|
|
739
806
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
740
807
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
741
808
|
},
|
|
@@ -754,6 +821,7 @@
|
|
|
754
821
|
"isAbstract": true,
|
|
755
822
|
"isVirtual": true,
|
|
756
823
|
"isOverride": false,
|
|
824
|
+
"visibility": "Public",
|
|
757
825
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
758
826
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
759
827
|
}
|
|
@@ -789,6 +857,7 @@
|
|
|
789
857
|
"isVirtual": true,
|
|
790
858
|
"isOverride": false,
|
|
791
859
|
"isSealed": false,
|
|
860
|
+
"visibility": "Public",
|
|
792
861
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetCache",
|
|
793
862
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
794
863
|
"isExtensionMethod": false
|
|
@@ -808,6 +877,7 @@
|
|
|
808
877
|
"isVirtual": true,
|
|
809
878
|
"isOverride": false,
|
|
810
879
|
"isSealed": false,
|
|
880
|
+
"visibility": "Public",
|
|
811
881
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetCache",
|
|
812
882
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
813
883
|
"isExtensionMethod": false
|
|
@@ -827,6 +897,7 @@
|
|
|
827
897
|
"isVirtual": true,
|
|
828
898
|
"isOverride": false,
|
|
829
899
|
"isSealed": false,
|
|
900
|
+
"visibility": "Public",
|
|
830
901
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetCache",
|
|
831
902
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
832
903
|
"isExtensionMethod": false
|
|
@@ -864,6 +935,7 @@
|
|
|
864
935
|
"isVirtual": true,
|
|
865
936
|
"isOverride": false,
|
|
866
937
|
"isSealed": false,
|
|
938
|
+
"visibility": "Public",
|
|
867
939
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetInitializer",
|
|
868
940
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
869
941
|
"isExtensionMethod": false
|
|
@@ -901,6 +973,7 @@
|
|
|
901
973
|
"isVirtual": true,
|
|
902
974
|
"isOverride": false,
|
|
903
975
|
"isSealed": false,
|
|
976
|
+
"visibility": "Public",
|
|
904
977
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetSource",
|
|
905
978
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
906
979
|
"isExtensionMethod": false
|
|
@@ -920,6 +993,7 @@
|
|
|
920
993
|
"isVirtual": true,
|
|
921
994
|
"isOverride": false,
|
|
922
995
|
"isSealed": false,
|
|
996
|
+
"visibility": "Public",
|
|
923
997
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetSource",
|
|
924
998
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
925
999
|
"isExtensionMethod": false
|
|
@@ -957,6 +1031,7 @@
|
|
|
957
1031
|
"isVirtual": true,
|
|
958
1032
|
"isOverride": false,
|
|
959
1033
|
"isSealed": false,
|
|
1034
|
+
"visibility": "Public",
|
|
960
1035
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
961
1036
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
962
1037
|
"isExtensionMethod": false
|
|
@@ -976,6 +1051,7 @@
|
|
|
976
1051
|
"isVirtual": true,
|
|
977
1052
|
"isOverride": false,
|
|
978
1053
|
"isSealed": false,
|
|
1054
|
+
"visibility": "Public",
|
|
979
1055
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
980
1056
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
981
1057
|
"isExtensionMethod": false
|
|
@@ -995,6 +1071,7 @@
|
|
|
995
1071
|
"isVirtual": true,
|
|
996
1072
|
"isOverride": false,
|
|
997
1073
|
"isSealed": false,
|
|
1074
|
+
"visibility": "Public",
|
|
998
1075
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
999
1076
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1000
1077
|
"isExtensionMethod": false
|
|
@@ -1014,6 +1091,7 @@
|
|
|
1014
1091
|
"isVirtual": true,
|
|
1015
1092
|
"isOverride": false,
|
|
1016
1093
|
"isSealed": false,
|
|
1094
|
+
"visibility": "Public",
|
|
1017
1095
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1018
1096
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1019
1097
|
"isExtensionMethod": false
|
|
@@ -1033,6 +1111,7 @@
|
|
|
1033
1111
|
"isVirtual": true,
|
|
1034
1112
|
"isOverride": false,
|
|
1035
1113
|
"isSealed": false,
|
|
1114
|
+
"visibility": "Public",
|
|
1036
1115
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1037
1116
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1038
1117
|
"isExtensionMethod": false
|
|
@@ -1052,6 +1131,7 @@
|
|
|
1052
1131
|
"isVirtual": true,
|
|
1053
1132
|
"isOverride": false,
|
|
1054
1133
|
"isSealed": false,
|
|
1134
|
+
"visibility": "Public",
|
|
1055
1135
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1056
1136
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1057
1137
|
"isExtensionMethod": false
|
|
@@ -1071,6 +1151,7 @@
|
|
|
1071
1151
|
"isVirtual": true,
|
|
1072
1152
|
"isOverride": false,
|
|
1073
1153
|
"isSealed": false,
|
|
1154
|
+
"visibility": "Public",
|
|
1074
1155
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1075
1156
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1076
1157
|
"isExtensionMethod": false
|
|
@@ -1090,6 +1171,7 @@
|
|
|
1090
1171
|
"isVirtual": true,
|
|
1091
1172
|
"isOverride": false,
|
|
1092
1173
|
"isSealed": false,
|
|
1174
|
+
"visibility": "Public",
|
|
1093
1175
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1094
1176
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1095
1177
|
"isExtensionMethod": false
|
|
@@ -1109,6 +1191,7 @@
|
|
|
1109
1191
|
"isVirtual": true,
|
|
1110
1192
|
"isOverride": false,
|
|
1111
1193
|
"isSealed": false,
|
|
1194
|
+
"visibility": "Public",
|
|
1112
1195
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1113
1196
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1114
1197
|
"isExtensionMethod": false
|
|
@@ -1128,6 +1211,7 @@
|
|
|
1128
1211
|
"isVirtual": true,
|
|
1129
1212
|
"isOverride": false,
|
|
1130
1213
|
"isSealed": false,
|
|
1214
|
+
"visibility": "Public",
|
|
1131
1215
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1132
1216
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1133
1217
|
"isExtensionMethod": false
|
|
@@ -1147,6 +1231,7 @@
|
|
|
1147
1231
|
"isVirtual": true,
|
|
1148
1232
|
"isOverride": false,
|
|
1149
1233
|
"isSealed": false,
|
|
1234
|
+
"visibility": "Public",
|
|
1150
1235
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1151
1236
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1152
1237
|
"isExtensionMethod": false
|
|
@@ -1166,6 +1251,7 @@
|
|
|
1166
1251
|
"isVirtual": true,
|
|
1167
1252
|
"isOverride": false,
|
|
1168
1253
|
"isSealed": false,
|
|
1254
|
+
"visibility": "Public",
|
|
1169
1255
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1170
1256
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1171
1257
|
"isExtensionMethod": false
|
|
@@ -1185,6 +1271,7 @@
|
|
|
1185
1271
|
"isVirtual": true,
|
|
1186
1272
|
"isOverride": false,
|
|
1187
1273
|
"isSealed": false,
|
|
1274
|
+
"visibility": "Public",
|
|
1188
1275
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1189
1276
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1190
1277
|
"isExtensionMethod": false
|
|
@@ -1206,6 +1293,15 @@
|
|
|
1206
1293
|
"isSealed": false,
|
|
1207
1294
|
"isStatic": false,
|
|
1208
1295
|
"arity": 1,
|
|
1296
|
+
"interfaces": [
|
|
1297
|
+
{
|
|
1298
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1299
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder"
|
|
1300
|
+
}
|
|
1301
|
+
],
|
|
1302
|
+
"typeParameters": [
|
|
1303
|
+
"TEntity"
|
|
1304
|
+
],
|
|
1209
1305
|
"methods": [
|
|
1210
1306
|
{
|
|
1211
1307
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601::Find(System.Object[]):TEntity",
|
|
@@ -1222,6 +1318,7 @@
|
|
|
1222
1318
|
"isVirtual": true,
|
|
1223
1319
|
"isOverride": false,
|
|
1224
1320
|
"isSealed": false,
|
|
1321
|
+
"visibility": "Public",
|
|
1225
1322
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601",
|
|
1226
1323
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1227
1324
|
"isExtensionMethod": false
|
|
@@ -1241,6 +1338,7 @@
|
|
|
1241
1338
|
"isVirtual": true,
|
|
1242
1339
|
"isOverride": false,
|
|
1243
1340
|
"isSealed": false,
|
|
1341
|
+
"visibility": "Public",
|
|
1244
1342
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601",
|
|
1245
1343
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1246
1344
|
"isExtensionMethod": false
|
|
@@ -1260,6 +1358,7 @@
|
|
|
1260
1358
|
"isVirtual": true,
|
|
1261
1359
|
"isOverride": false,
|
|
1262
1360
|
"isSealed": false,
|
|
1361
|
+
"visibility": "Public",
|
|
1263
1362
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601",
|
|
1264
1363
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1265
1364
|
"isExtensionMethod": false
|
|
@@ -1279,6 +1378,7 @@
|
|
|
1279
1378
|
"isVirtual": true,
|
|
1280
1379
|
"isOverride": false,
|
|
1281
1380
|
"isSealed": false,
|
|
1381
|
+
"visibility": "Public",
|
|
1282
1382
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1283
1383
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1284
1384
|
"isExtensionMethod": false
|
|
@@ -1298,6 +1398,7 @@
|
|
|
1298
1398
|
"isVirtual": true,
|
|
1299
1399
|
"isOverride": false,
|
|
1300
1400
|
"isSealed": false,
|
|
1401
|
+
"visibility": "Public",
|
|
1301
1402
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1302
1403
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1303
1404
|
"isExtensionMethod": false
|
|
@@ -1317,6 +1418,7 @@
|
|
|
1317
1418
|
"isVirtual": true,
|
|
1318
1419
|
"isOverride": false,
|
|
1319
1420
|
"isSealed": false,
|
|
1421
|
+
"visibility": "Public",
|
|
1320
1422
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1321
1423
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1322
1424
|
"isExtensionMethod": false
|
|
@@ -1336,6 +1438,7 @@
|
|
|
1336
1438
|
"isVirtual": true,
|
|
1337
1439
|
"isOverride": false,
|
|
1338
1440
|
"isSealed": false,
|
|
1441
|
+
"visibility": "Public",
|
|
1339
1442
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1340
1443
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1341
1444
|
"isExtensionMethod": false
|
|
@@ -1355,6 +1458,7 @@
|
|
|
1355
1458
|
"isVirtual": true,
|
|
1356
1459
|
"isOverride": false,
|
|
1357
1460
|
"isSealed": false,
|
|
1461
|
+
"visibility": "Public",
|
|
1358
1462
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1359
1463
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1360
1464
|
"isExtensionMethod": false
|
|
@@ -1374,6 +1478,7 @@
|
|
|
1374
1478
|
"isVirtual": true,
|
|
1375
1479
|
"isOverride": false,
|
|
1376
1480
|
"isSealed": false,
|
|
1481
|
+
"visibility": "Public",
|
|
1377
1482
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1378
1483
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1379
1484
|
"isExtensionMethod": false
|
|
@@ -1393,6 +1498,7 @@
|
|
|
1393
1498
|
"isVirtual": true,
|
|
1394
1499
|
"isOverride": false,
|
|
1395
1500
|
"isSealed": false,
|
|
1501
|
+
"visibility": "Public",
|
|
1396
1502
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1397
1503
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1398
1504
|
"isExtensionMethod": false
|
|
@@ -1412,6 +1518,7 @@
|
|
|
1412
1518
|
"isVirtual": true,
|
|
1413
1519
|
"isOverride": false,
|
|
1414
1520
|
"isSealed": false,
|
|
1521
|
+
"visibility": "Public",
|
|
1415
1522
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1416
1523
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1417
1524
|
"isExtensionMethod": false
|
|
@@ -1431,6 +1538,7 @@
|
|
|
1431
1538
|
"isVirtual": true,
|
|
1432
1539
|
"isOverride": false,
|
|
1433
1540
|
"isSealed": false,
|
|
1541
|
+
"visibility": "Public",
|
|
1434
1542
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1435
1543
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1436
1544
|
"isExtensionMethod": false
|
|
@@ -1450,6 +1558,7 @@
|
|
|
1450
1558
|
"isVirtual": true,
|
|
1451
1559
|
"isOverride": false,
|
|
1452
1560
|
"isSealed": false,
|
|
1561
|
+
"visibility": "Public",
|
|
1453
1562
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1454
1563
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1455
1564
|
"isExtensionMethod": false
|
|
@@ -1469,6 +1578,7 @@
|
|
|
1469
1578
|
"isVirtual": true,
|
|
1470
1579
|
"isOverride": false,
|
|
1471
1580
|
"isSealed": false,
|
|
1581
|
+
"visibility": "Public",
|
|
1472
1582
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1473
1583
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1474
1584
|
"isExtensionMethod": false
|
|
@@ -1488,6 +1598,7 @@
|
|
|
1488
1598
|
"isVirtual": true,
|
|
1489
1599
|
"isOverride": false,
|
|
1490
1600
|
"isSealed": false,
|
|
1601
|
+
"visibility": "Public",
|
|
1491
1602
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
1492
1603
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1493
1604
|
"isExtensionMethod": false
|
|
@@ -1525,6 +1636,7 @@
|
|
|
1525
1636
|
"isVirtual": true,
|
|
1526
1637
|
"isOverride": false,
|
|
1527
1638
|
"isSealed": false,
|
|
1639
|
+
"visibility": "Public",
|
|
1528
1640
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory",
|
|
1529
1641
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1530
1642
|
"isExtensionMethod": false
|
|
@@ -1562,6 +1674,7 @@
|
|
|
1562
1674
|
"isVirtual": true,
|
|
1563
1675
|
"isOverride": false,
|
|
1564
1676
|
"isSealed": false,
|
|
1677
|
+
"visibility": "Public",
|
|
1565
1678
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinderSource",
|
|
1566
1679
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1567
1680
|
"isExtensionMethod": false
|
|
@@ -1599,6 +1712,7 @@
|
|
|
1599
1712
|
"isVirtual": true,
|
|
1600
1713
|
"isOverride": false,
|
|
1601
1714
|
"isSealed": false,
|
|
1715
|
+
"visibility": "Public",
|
|
1602
1716
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IInjectableService",
|
|
1603
1717
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1604
1718
|
"isExtensionMethod": false
|
|
@@ -1618,6 +1732,7 @@
|
|
|
1618
1732
|
"isVirtual": true,
|
|
1619
1733
|
"isOverride": false,
|
|
1620
1734
|
"isSealed": false,
|
|
1735
|
+
"visibility": "Public",
|
|
1621
1736
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IInjectableService",
|
|
1622
1737
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1623
1738
|
"isExtensionMethod": false
|
|
@@ -1637,6 +1752,7 @@
|
|
|
1637
1752
|
"isVirtual": true,
|
|
1638
1753
|
"isOverride": false,
|
|
1639
1754
|
"isSealed": false,
|
|
1755
|
+
"visibility": "Public",
|
|
1640
1756
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IInjectableService",
|
|
1641
1757
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1642
1758
|
"isExtensionMethod": false
|
|
@@ -1674,6 +1790,7 @@
|
|
|
1674
1790
|
"isVirtual": true,
|
|
1675
1791
|
"isOverride": false,
|
|
1676
1792
|
"isSealed": false,
|
|
1793
|
+
"visibility": "Public",
|
|
1677
1794
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IPatchServiceInjectionSite",
|
|
1678
1795
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1679
1796
|
"isExtensionMethod": false
|
|
@@ -1712,6 +1829,7 @@
|
|
|
1712
1829
|
"isAbstract": true,
|
|
1713
1830
|
"isVirtual": true,
|
|
1714
1831
|
"isOverride": false,
|
|
1832
|
+
"visibility": "Public",
|
|
1715
1833
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IRegisteredServices",
|
|
1716
1834
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1717
1835
|
}
|
|
@@ -1731,6 +1849,9 @@
|
|
|
1731
1849
|
"isSealed": false,
|
|
1732
1850
|
"isStatic": false,
|
|
1733
1851
|
"arity": 1,
|
|
1852
|
+
"typeParameters": [
|
|
1853
|
+
"TContext"
|
|
1854
|
+
],
|
|
1734
1855
|
"methods": [],
|
|
1735
1856
|
"properties": [
|
|
1736
1857
|
{
|
|
@@ -1748,6 +1869,7 @@
|
|
|
1748
1869
|
"isAbstract": true,
|
|
1749
1870
|
"isVirtual": true,
|
|
1750
1871
|
"isOverride": false,
|
|
1872
|
+
"visibility": "Public",
|
|
1751
1873
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IScopedDbContextLease\u00601",
|
|
1752
1874
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1753
1875
|
}
|
|
@@ -1783,6 +1905,7 @@
|
|
|
1783
1905
|
"isVirtual": true,
|
|
1784
1906
|
"isOverride": false,
|
|
1785
1907
|
"isSealed": false,
|
|
1908
|
+
"visibility": "Public",
|
|
1786
1909
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ISingletonOptionsInitializer",
|
|
1787
1910
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1788
1911
|
"isExtensionMethod": false
|
|
@@ -1804,6 +1927,10 @@
|
|
|
1804
1927
|
"isSealed": true,
|
|
1805
1928
|
"isStatic": false,
|
|
1806
1929
|
"arity": 0,
|
|
1930
|
+
"baseType": {
|
|
1931
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1932
|
+
"clrName": "System.ValueType"
|
|
1933
|
+
},
|
|
1807
1934
|
"methods": [
|
|
1808
1935
|
{
|
|
1809
1936
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbContextLease::ContextDisposed():System.Void",
|
|
@@ -1820,6 +1947,7 @@
|
|
|
1820
1947
|
"isVirtual": false,
|
|
1821
1948
|
"isOverride": false,
|
|
1822
1949
|
"isSealed": false,
|
|
1950
|
+
"visibility": "Public",
|
|
1823
1951
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1824
1952
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1825
1953
|
"isExtensionMethod": false
|
|
@@ -1839,6 +1967,7 @@
|
|
|
1839
1967
|
"isVirtual": false,
|
|
1840
1968
|
"isOverride": false,
|
|
1841
1969
|
"isSealed": false,
|
|
1970
|
+
"visibility": "Public",
|
|
1842
1971
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1843
1972
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1844
1973
|
"isExtensionMethod": false
|
|
@@ -1858,6 +1987,7 @@
|
|
|
1858
1987
|
"isVirtual": false,
|
|
1859
1988
|
"isOverride": false,
|
|
1860
1989
|
"isSealed": false,
|
|
1990
|
+
"visibility": "Public",
|
|
1861
1991
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1862
1992
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1863
1993
|
"isExtensionMethod": false
|
|
@@ -1877,6 +2007,7 @@
|
|
|
1877
2007
|
"isVirtual": false,
|
|
1878
2008
|
"isOverride": false,
|
|
1879
2009
|
"isSealed": false,
|
|
2010
|
+
"visibility": "Public",
|
|
1880
2011
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1881
2012
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1882
2013
|
"isExtensionMethod": false
|
|
@@ -1898,6 +2029,7 @@
|
|
|
1898
2029
|
"isAbstract": false,
|
|
1899
2030
|
"isVirtual": false,
|
|
1900
2031
|
"isOverride": false,
|
|
2032
|
+
"visibility": "Public",
|
|
1901
2033
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1902
2034
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1903
2035
|
},
|
|
@@ -1916,6 +2048,7 @@
|
|
|
1916
2048
|
"isAbstract": false,
|
|
1917
2049
|
"isVirtual": false,
|
|
1918
2050
|
"isOverride": false,
|
|
2051
|
+
"visibility": "Public",
|
|
1919
2052
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1920
2053
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1921
2054
|
},
|
|
@@ -1924,16 +2057,17 @@
|
|
|
1924
2057
|
"clrName": "Context",
|
|
1925
2058
|
"metadataToken": 385877758,
|
|
1926
2059
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable",
|
|
1927
|
-
"normalizedSignature": "Context|:Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable|static=false|accessor=
|
|
2060
|
+
"normalizedSignature": "Context|:Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable|static=false|accessor=getset",
|
|
1928
2061
|
"emitScope": "ClassSurface",
|
|
1929
2062
|
"provenance": "Original",
|
|
1930
2063
|
"isIndexer": false,
|
|
1931
2064
|
"hasGetter": true,
|
|
1932
|
-
"hasSetter":
|
|
2065
|
+
"hasSetter": true,
|
|
1933
2066
|
"isStatic": false,
|
|
1934
2067
|
"isAbstract": false,
|
|
1935
2068
|
"isVirtual": false,
|
|
1936
2069
|
"isOverride": false,
|
|
2070
|
+
"visibility": "Public",
|
|
1937
2071
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1938
2072
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1939
2073
|
},
|
|
@@ -1952,6 +2086,7 @@
|
|
|
1952
2086
|
"isAbstract": false,
|
|
1953
2087
|
"isVirtual": false,
|
|
1954
2088
|
"isOverride": false,
|
|
2089
|
+
"visibility": "Public",
|
|
1955
2090
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1956
2091
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1957
2092
|
}
|
|
@@ -1966,6 +2101,7 @@
|
|
|
1966
2101
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Internal.IDbContextPool,System.Boolean):void|static=false",
|
|
1967
2102
|
"isStatic": false,
|
|
1968
2103
|
"parameterCount": 2,
|
|
2104
|
+
"visibility": "Public",
|
|
1969
2105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextLease",
|
|
1970
2106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1971
2107
|
}
|
|
@@ -1982,6 +2118,23 @@
|
|
|
1982
2118
|
"isSealed": true,
|
|
1983
2119
|
"isStatic": false,
|
|
1984
2120
|
"arity": 0,
|
|
2121
|
+
"baseType": {
|
|
2122
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2123
|
+
"clrName": "System.Object"
|
|
2124
|
+
},
|
|
2125
|
+
"interfaces": [
|
|
2126
|
+
{
|
|
2127
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2128
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
2132
|
+
"clrName": "System.IEquatable\u00601",
|
|
2133
|
+
"typeArguments": [
|
|
2134
|
+
"DbContextDependencies"
|
|
2135
|
+
]
|
|
2136
|
+
}
|
|
2137
|
+
],
|
|
1985
2138
|
"methods": [
|
|
1986
2139
|
{
|
|
1987
2140
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbContextDependencies::ToString():System.String",
|
|
@@ -1998,6 +2151,7 @@
|
|
|
1998
2151
|
"isVirtual": true,
|
|
1999
2152
|
"isOverride": true,
|
|
2000
2153
|
"isSealed": false,
|
|
2154
|
+
"visibility": "Public",
|
|
2001
2155
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2002
2156
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2003
2157
|
"isExtensionMethod": false
|
|
@@ -2017,6 +2171,7 @@
|
|
|
2017
2171
|
"isVirtual": true,
|
|
2018
2172
|
"isOverride": true,
|
|
2019
2173
|
"isSealed": false,
|
|
2174
|
+
"visibility": "Public",
|
|
2020
2175
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2021
2176
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2022
2177
|
"isExtensionMethod": false
|
|
@@ -2036,6 +2191,7 @@
|
|
|
2036
2191
|
"isVirtual": true,
|
|
2037
2192
|
"isOverride": true,
|
|
2038
2193
|
"isSealed": false,
|
|
2194
|
+
"visibility": "Public",
|
|
2039
2195
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2040
2196
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2041
2197
|
"isExtensionMethod": false
|
|
@@ -2055,6 +2211,7 @@
|
|
|
2055
2211
|
"isVirtual": true,
|
|
2056
2212
|
"isOverride": false,
|
|
2057
2213
|
"isSealed": true,
|
|
2214
|
+
"visibility": "Public",
|
|
2058
2215
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2059
2216
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2060
2217
|
"isExtensionMethod": false
|
|
@@ -2074,6 +2231,7 @@
|
|
|
2074
2231
|
"isVirtual": false,
|
|
2075
2232
|
"isOverride": false,
|
|
2076
2233
|
"isSealed": false,
|
|
2234
|
+
"visibility": "Public",
|
|
2077
2235
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2078
2236
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2079
2237
|
"isExtensionMethod": false
|
|
@@ -2095,6 +2253,7 @@
|
|
|
2095
2253
|
"isAbstract": false,
|
|
2096
2254
|
"isVirtual": true,
|
|
2097
2255
|
"isOverride": false,
|
|
2256
|
+
"visibility": "Public",
|
|
2098
2257
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2099
2258
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2100
2259
|
},
|
|
@@ -2113,6 +2272,7 @@
|
|
|
2113
2272
|
"isAbstract": false,
|
|
2114
2273
|
"isVirtual": true,
|
|
2115
2274
|
"isOverride": false,
|
|
2275
|
+
"visibility": "Public",
|
|
2116
2276
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2117
2277
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2118
2278
|
},
|
|
@@ -2131,6 +2291,7 @@
|
|
|
2131
2291
|
"isAbstract": false,
|
|
2132
2292
|
"isVirtual": true,
|
|
2133
2293
|
"isOverride": false,
|
|
2294
|
+
"visibility": "Public",
|
|
2134
2295
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2135
2296
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2136
2297
|
},
|
|
@@ -2149,6 +2310,7 @@
|
|
|
2149
2310
|
"isAbstract": false,
|
|
2150
2311
|
"isVirtual": true,
|
|
2151
2312
|
"isOverride": false,
|
|
2313
|
+
"visibility": "Public",
|
|
2152
2314
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2153
2315
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2154
2316
|
},
|
|
@@ -2167,6 +2329,7 @@
|
|
|
2167
2329
|
"isAbstract": false,
|
|
2168
2330
|
"isVirtual": true,
|
|
2169
2331
|
"isOverride": false,
|
|
2332
|
+
"visibility": "Public",
|
|
2170
2333
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2171
2334
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2172
2335
|
},
|
|
@@ -2185,6 +2348,7 @@
|
|
|
2185
2348
|
"isAbstract": false,
|
|
2186
2349
|
"isVirtual": true,
|
|
2187
2350
|
"isOverride": false,
|
|
2351
|
+
"visibility": "Public",
|
|
2188
2352
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2189
2353
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2190
2354
|
},
|
|
@@ -2203,6 +2367,7 @@
|
|
|
2203
2367
|
"isAbstract": false,
|
|
2204
2368
|
"isVirtual": true,
|
|
2205
2369
|
"isOverride": false,
|
|
2370
|
+
"visibility": "Public",
|
|
2206
2371
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2207
2372
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2208
2373
|
},
|
|
@@ -2221,6 +2386,7 @@
|
|
|
2221
2386
|
"isAbstract": false,
|
|
2222
2387
|
"isVirtual": true,
|
|
2223
2388
|
"isOverride": false,
|
|
2389
|
+
"visibility": "Public",
|
|
2224
2390
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2225
2391
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2226
2392
|
},
|
|
@@ -2239,6 +2405,7 @@
|
|
|
2239
2405
|
"isAbstract": false,
|
|
2240
2406
|
"isVirtual": true,
|
|
2241
2407
|
"isOverride": false,
|
|
2408
|
+
"visibility": "Public",
|
|
2242
2409
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2243
2410
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2244
2411
|
},
|
|
@@ -2257,6 +2424,7 @@
|
|
|
2257
2424
|
"isAbstract": false,
|
|
2258
2425
|
"isVirtual": true,
|
|
2259
2426
|
"isOverride": false,
|
|
2427
|
+
"visibility": "Public",
|
|
2260
2428
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2261
2429
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2262
2430
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2276,6 +2444,7 @@
|
|
|
2276
2444
|
"isAbstract": false,
|
|
2277
2445
|
"isVirtual": true,
|
|
2278
2446
|
"isOverride": false,
|
|
2447
|
+
"visibility": "Public",
|
|
2279
2448
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2280
2449
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2281
2450
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2295,6 +2464,7 @@
|
|
|
2295
2464
|
"isAbstract": false,
|
|
2296
2465
|
"isVirtual": true,
|
|
2297
2466
|
"isOverride": false,
|
|
2467
|
+
"visibility": "Public",
|
|
2298
2468
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2299
2469
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2300
2470
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2314,6 +2484,7 @@
|
|
|
2314
2484
|
"isAbstract": false,
|
|
2315
2485
|
"isVirtual": true,
|
|
2316
2486
|
"isOverride": false,
|
|
2487
|
+
"visibility": "Public",
|
|
2317
2488
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2318
2489
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2319
2490
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2333,6 +2504,7 @@
|
|
|
2333
2504
|
"isAbstract": false,
|
|
2334
2505
|
"isVirtual": true,
|
|
2335
2506
|
"isOverride": false,
|
|
2507
|
+
"visibility": "Public",
|
|
2336
2508
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2337
2509
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2338
2510
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2352,6 +2524,7 @@
|
|
|
2352
2524
|
"isAbstract": false,
|
|
2353
2525
|
"isVirtual": true,
|
|
2354
2526
|
"isOverride": false,
|
|
2527
|
+
"visibility": "Public",
|
|
2355
2528
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2356
2529
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2357
2530
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2371,6 +2544,7 @@
|
|
|
2371
2544
|
"isAbstract": false,
|
|
2372
2545
|
"isVirtual": true,
|
|
2373
2546
|
"isOverride": false,
|
|
2547
|
+
"visibility": "Public",
|
|
2374
2548
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2375
2549
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2376
2550
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2390,6 +2564,7 @@
|
|
|
2390
2564
|
"isAbstract": false,
|
|
2391
2565
|
"isVirtual": true,
|
|
2392
2566
|
"isOverride": false,
|
|
2567
|
+
"visibility": "Public",
|
|
2393
2568
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2394
2569
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2395
2570
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2409,6 +2584,7 @@
|
|
|
2409
2584
|
"isAbstract": false,
|
|
2410
2585
|
"isVirtual": true,
|
|
2411
2586
|
"isOverride": false,
|
|
2587
|
+
"visibility": "Public",
|
|
2412
2588
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2413
2589
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
2414
2590
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2424,6 +2600,7 @@
|
|
|
2424
2600
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IChangeDetector,Microsoft.EntityFrameworkCore.Internal.IDbSetSource,Microsoft.EntityFrameworkCore.Internal.IEntityFinderSource,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IEntityGraphAttacher,Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager,Microsoft.EntityFrameworkCore.Storage.IExceptionDetector,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BUpdate,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
2425
2601
|
"isStatic": false,
|
|
2426
2602
|
"parameterCount": 10,
|
|
2603
|
+
"visibility": "Public",
|
|
2427
2604
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependencies",
|
|
2428
2605
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2429
2606
|
}
|
|
@@ -2440,6 +2617,22 @@
|
|
|
2440
2617
|
"isSealed": false,
|
|
2441
2618
|
"isStatic": false,
|
|
2442
2619
|
"arity": 1,
|
|
2620
|
+
"baseType": {
|
|
2621
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2622
|
+
"clrName": "System.Object"
|
|
2623
|
+
},
|
|
2624
|
+
"interfaces": [
|
|
2625
|
+
{
|
|
2626
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.IDbContextFactory\u00601",
|
|
2627
|
+
"clrName": "Microsoft.EntityFrameworkCore.IDbContextFactory\u00601",
|
|
2628
|
+
"typeArguments": [
|
|
2629
|
+
"TContext"
|
|
2630
|
+
]
|
|
2631
|
+
}
|
|
2632
|
+
],
|
|
2633
|
+
"typeParameters": [
|
|
2634
|
+
"TContext"
|
|
2635
|
+
],
|
|
2443
2636
|
"methods": [
|
|
2444
2637
|
{
|
|
2445
2638
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbContextFactory\u00601::CreateDbContext():TContext",
|
|
@@ -2456,6 +2649,7 @@
|
|
|
2456
2649
|
"isVirtual": true,
|
|
2457
2650
|
"isOverride": false,
|
|
2458
2651
|
"isSealed": false,
|
|
2652
|
+
"visibility": "Public",
|
|
2459
2653
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextFactory\u00601",
|
|
2460
2654
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2461
2655
|
"isExtensionMethod": false
|
|
@@ -2475,6 +2669,7 @@
|
|
|
2475
2669
|
"isVirtual": true,
|
|
2476
2670
|
"isOverride": false,
|
|
2477
2671
|
"isSealed": false,
|
|
2672
|
+
"visibility": "Public",
|
|
2478
2673
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextFactory\u00601",
|
|
2479
2674
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2480
2675
|
"isExtensionMethod": false
|
|
@@ -2494,6 +2689,7 @@
|
|
|
2494
2689
|
"isVirtual": true,
|
|
2495
2690
|
"isOverride": false,
|
|
2496
2691
|
"isSealed": false,
|
|
2692
|
+
"visibility": "Public",
|
|
2497
2693
|
"declaringClrType": "Microsoft.EntityFrameworkCore.IDbContextFactory\u00601",
|
|
2498
2694
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2499
2695
|
"isExtensionMethod": false,
|
|
@@ -2514,6 +2710,7 @@
|
|
|
2514
2710
|
"isVirtual": true,
|
|
2515
2711
|
"isOverride": false,
|
|
2516
2712
|
"isSealed": false,
|
|
2713
|
+
"visibility": "Public",
|
|
2517
2714
|
"declaringClrType": "Microsoft.EntityFrameworkCore.IDbContextFactory\u00601",
|
|
2518
2715
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2519
2716
|
"isExtensionMethod": false,
|
|
@@ -2531,6 +2728,7 @@
|
|
|
2531
2728
|
"normalizedSignature": "constructor|(System.IServiceProvider,DbContextOptions_1,IDbContextFactorySource_1):void|static=false",
|
|
2532
2729
|
"isStatic": false,
|
|
2533
2730
|
"parameterCount": 3,
|
|
2731
|
+
"visibility": "Public",
|
|
2534
2732
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextFactory\u00601",
|
|
2535
2733
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2536
2734
|
}
|
|
@@ -2547,6 +2745,22 @@
|
|
|
2547
2745
|
"isSealed": false,
|
|
2548
2746
|
"isStatic": false,
|
|
2549
2747
|
"arity": 1,
|
|
2748
|
+
"baseType": {
|
|
2749
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2750
|
+
"clrName": "System.Object"
|
|
2751
|
+
},
|
|
2752
|
+
"interfaces": [
|
|
2753
|
+
{
|
|
2754
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbContextFactorySource\u00601",
|
|
2755
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IDbContextFactorySource\u00601",
|
|
2756
|
+
"typeArguments": [
|
|
2757
|
+
"TContext"
|
|
2758
|
+
]
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
2761
|
+
"typeParameters": [
|
|
2762
|
+
"TContext"
|
|
2763
|
+
],
|
|
2550
2764
|
"methods": [],
|
|
2551
2765
|
"properties": [
|
|
2552
2766
|
{
|
|
@@ -2564,6 +2778,7 @@
|
|
|
2564
2778
|
"isAbstract": false,
|
|
2565
2779
|
"isVirtual": true,
|
|
2566
2780
|
"isOverride": false,
|
|
2781
|
+
"visibility": "Public",
|
|
2567
2782
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextFactorySource\u00601",
|
|
2568
2783
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2569
2784
|
},
|
|
@@ -2582,6 +2797,7 @@
|
|
|
2582
2797
|
"isAbstract": false,
|
|
2583
2798
|
"isVirtual": true,
|
|
2584
2799
|
"isOverride": false,
|
|
2800
|
+
"visibility": "Public",
|
|
2585
2801
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextFactorySource\u00601",
|
|
2586
2802
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextFactorySource\u00601",
|
|
2587
2803
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -2597,6 +2813,7 @@
|
|
|
2597
2813
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2598
2814
|
"isStatic": false,
|
|
2599
2815
|
"parameterCount": 0,
|
|
2816
|
+
"visibility": "Public",
|
|
2600
2817
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextFactorySource\u00601",
|
|
2601
2818
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2602
2819
|
}
|
|
@@ -2613,6 +2830,34 @@
|
|
|
2613
2830
|
"isSealed": false,
|
|
2614
2831
|
"isStatic": false,
|
|
2615
2832
|
"arity": 1,
|
|
2833
|
+
"baseType": {
|
|
2834
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2835
|
+
"clrName": "System.Object"
|
|
2836
|
+
},
|
|
2837
|
+
"interfaces": [
|
|
2838
|
+
{
|
|
2839
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbContextPool\u00601",
|
|
2840
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool\u00601",
|
|
2841
|
+
"typeArguments": [
|
|
2842
|
+
"TContext"
|
|
2843
|
+
]
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
2847
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
2851
|
+
"clrName": "System.IDisposable"
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
2855
|
+
"clrName": "System.IAsyncDisposable"
|
|
2856
|
+
}
|
|
2857
|
+
],
|
|
2858
|
+
"typeParameters": [
|
|
2859
|
+
"TContext"
|
|
2860
|
+
],
|
|
2616
2861
|
"methods": [
|
|
2617
2862
|
{
|
|
2618
2863
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbContextPool\u00601::Rent():Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable",
|
|
@@ -2629,6 +2874,7 @@
|
|
|
2629
2874
|
"isVirtual": true,
|
|
2630
2875
|
"isOverride": false,
|
|
2631
2876
|
"isSealed": false,
|
|
2877
|
+
"visibility": "Public",
|
|
2632
2878
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPool\u00601",
|
|
2633
2879
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2634
2880
|
"isExtensionMethod": false
|
|
@@ -2648,6 +2894,7 @@
|
|
|
2648
2894
|
"isVirtual": true,
|
|
2649
2895
|
"isOverride": false,
|
|
2650
2896
|
"isSealed": false,
|
|
2897
|
+
"visibility": "Public",
|
|
2651
2898
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPool\u00601",
|
|
2652
2899
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2653
2900
|
"isExtensionMethod": false
|
|
@@ -2667,6 +2914,7 @@
|
|
|
2667
2914
|
"isVirtual": true,
|
|
2668
2915
|
"isOverride": false,
|
|
2669
2916
|
"isSealed": false,
|
|
2917
|
+
"visibility": "Public",
|
|
2670
2918
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPool\u00601",
|
|
2671
2919
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2672
2920
|
"isExtensionMethod": false
|
|
@@ -2686,6 +2934,7 @@
|
|
|
2686
2934
|
"isVirtual": true,
|
|
2687
2935
|
"isOverride": false,
|
|
2688
2936
|
"isSealed": false,
|
|
2937
|
+
"visibility": "Public",
|
|
2689
2938
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPool\u00601",
|
|
2690
2939
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2691
2940
|
"isExtensionMethod": false
|
|
@@ -2705,6 +2954,7 @@
|
|
|
2705
2954
|
"isVirtual": true,
|
|
2706
2955
|
"isOverride": false,
|
|
2707
2956
|
"isSealed": false,
|
|
2957
|
+
"visibility": "Public",
|
|
2708
2958
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPool\u00601",
|
|
2709
2959
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2710
2960
|
"isExtensionMethod": false
|
|
@@ -2724,6 +2974,7 @@
|
|
|
2724
2974
|
"isVirtual": true,
|
|
2725
2975
|
"isOverride": false,
|
|
2726
2976
|
"isSealed": false,
|
|
2977
|
+
"visibility": "Public",
|
|
2727
2978
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
2728
2979
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2729
2980
|
"isExtensionMethod": false,
|
|
@@ -2744,6 +2995,7 @@
|
|
|
2744
2995
|
"isVirtual": true,
|
|
2745
2996
|
"isOverride": false,
|
|
2746
2997
|
"isSealed": false,
|
|
2998
|
+
"visibility": "Public",
|
|
2747
2999
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
2748
3000
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2749
3001
|
"isExtensionMethod": false,
|
|
@@ -2764,6 +3016,7 @@
|
|
|
2764
3016
|
"isVirtual": true,
|
|
2765
3017
|
"isOverride": false,
|
|
2766
3018
|
"isSealed": false,
|
|
3019
|
+
"visibility": "Public",
|
|
2767
3020
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextPool",
|
|
2768
3021
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2769
3022
|
"isExtensionMethod": false,
|
|
@@ -2780,6 +3033,7 @@
|
|
|
2780
3033
|
"isStatic": true,
|
|
2781
3034
|
"isReadOnly": false,
|
|
2782
3035
|
"isLiteral": true,
|
|
3036
|
+
"visibility": "Public",
|
|
2783
3037
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPool\u00601",
|
|
2784
3038
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2785
3039
|
}
|
|
@@ -2793,6 +3047,7 @@
|
|
|
2793
3047
|
"normalizedSignature": "constructor|(DbContextOptions_1,System.IServiceProvider):void|static=false",
|
|
2794
3048
|
"isStatic": false,
|
|
2795
3049
|
"parameterCount": 2,
|
|
3050
|
+
"visibility": "Public",
|
|
2796
3051
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPool\u00601",
|
|
2797
3052
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2798
3053
|
}
|
|
@@ -2809,6 +3064,10 @@
|
|
|
2809
3064
|
"isSealed": true,
|
|
2810
3065
|
"isStatic": false,
|
|
2811
3066
|
"arity": 0,
|
|
3067
|
+
"baseType": {
|
|
3068
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3069
|
+
"clrName": "System.Object"
|
|
3070
|
+
},
|
|
2812
3071
|
"methods": [],
|
|
2813
3072
|
"properties": [
|
|
2814
3073
|
{
|
|
@@ -2826,6 +3085,7 @@
|
|
|
2826
3085
|
"isAbstract": false,
|
|
2827
3086
|
"isVirtual": false,
|
|
2828
3087
|
"isOverride": false,
|
|
3088
|
+
"visibility": "Public",
|
|
2829
3089
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2830
3090
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2831
3091
|
},
|
|
@@ -2844,6 +3104,7 @@
|
|
|
2844
3104
|
"isAbstract": false,
|
|
2845
3105
|
"isVirtual": false,
|
|
2846
3106
|
"isOverride": false,
|
|
3107
|
+
"visibility": "Public",
|
|
2847
3108
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2848
3109
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2849
3110
|
},
|
|
@@ -2862,6 +3123,7 @@
|
|
|
2862
3123
|
"isAbstract": false,
|
|
2863
3124
|
"isVirtual": false,
|
|
2864
3125
|
"isOverride": false,
|
|
3126
|
+
"visibility": "Public",
|
|
2865
3127
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2866
3128
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2867
3129
|
},
|
|
@@ -2880,6 +3142,7 @@
|
|
|
2880
3142
|
"isAbstract": false,
|
|
2881
3143
|
"isVirtual": false,
|
|
2882
3144
|
"isOverride": false,
|
|
3145
|
+
"visibility": "Public",
|
|
2883
3146
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2884
3147
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2885
3148
|
},
|
|
@@ -2898,6 +3161,7 @@
|
|
|
2898
3161
|
"isAbstract": false,
|
|
2899
3162
|
"isVirtual": false,
|
|
2900
3163
|
"isOverride": false,
|
|
3164
|
+
"visibility": "Public",
|
|
2901
3165
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2902
3166
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2903
3167
|
},
|
|
@@ -2916,6 +3180,7 @@
|
|
|
2916
3180
|
"isAbstract": false,
|
|
2917
3181
|
"isVirtual": false,
|
|
2918
3182
|
"isOverride": false,
|
|
3183
|
+
"visibility": "Public",
|
|
2919
3184
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2920
3185
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2921
3186
|
},
|
|
@@ -2934,6 +3199,7 @@
|
|
|
2934
3199
|
"isAbstract": false,
|
|
2935
3200
|
"isVirtual": false,
|
|
2936
3201
|
"isOverride": false,
|
|
3202
|
+
"visibility": "Public",
|
|
2937
3203
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2938
3204
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2939
3205
|
},
|
|
@@ -2952,6 +3218,7 @@
|
|
|
2952
3218
|
"isAbstract": false,
|
|
2953
3219
|
"isVirtual": false,
|
|
2954
3220
|
"isOverride": false,
|
|
3221
|
+
"visibility": "Public",
|
|
2955
3222
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2956
3223
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2957
3224
|
},
|
|
@@ -2970,6 +3237,7 @@
|
|
|
2970
3237
|
"isAbstract": false,
|
|
2971
3238
|
"isVirtual": false,
|
|
2972
3239
|
"isOverride": false,
|
|
3240
|
+
"visibility": "Public",
|
|
2973
3241
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2974
3242
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2975
3243
|
},
|
|
@@ -2988,6 +3256,7 @@
|
|
|
2988
3256
|
"isAbstract": false,
|
|
2989
3257
|
"isVirtual": false,
|
|
2990
3258
|
"isOverride": false,
|
|
3259
|
+
"visibility": "Public",
|
|
2991
3260
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
2992
3261
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2993
3262
|
},
|
|
@@ -3006,6 +3275,7 @@
|
|
|
3006
3275
|
"isAbstract": false,
|
|
3007
3276
|
"isVirtual": false,
|
|
3008
3277
|
"isOverride": false,
|
|
3278
|
+
"visibility": "Public",
|
|
3009
3279
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3010
3280
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3011
3281
|
},
|
|
@@ -3024,6 +3294,7 @@
|
|
|
3024
3294
|
"isAbstract": false,
|
|
3025
3295
|
"isVirtual": false,
|
|
3026
3296
|
"isOverride": false,
|
|
3297
|
+
"visibility": "Public",
|
|
3027
3298
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3028
3299
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3029
3300
|
},
|
|
@@ -3042,6 +3313,7 @@
|
|
|
3042
3313
|
"isAbstract": false,
|
|
3043
3314
|
"isVirtual": false,
|
|
3044
3315
|
"isOverride": false,
|
|
3316
|
+
"visibility": "Public",
|
|
3045
3317
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3046
3318
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3047
3319
|
},
|
|
@@ -3060,6 +3332,7 @@
|
|
|
3060
3332
|
"isAbstract": false,
|
|
3061
3333
|
"isVirtual": false,
|
|
3062
3334
|
"isOverride": false,
|
|
3335
|
+
"visibility": "Public",
|
|
3063
3336
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3064
3337
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3065
3338
|
},
|
|
@@ -3078,6 +3351,7 @@
|
|
|
3078
3351
|
"isAbstract": false,
|
|
3079
3352
|
"isVirtual": false,
|
|
3080
3353
|
"isOverride": false,
|
|
3354
|
+
"visibility": "Public",
|
|
3081
3355
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3082
3356
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3083
3357
|
},
|
|
@@ -3096,6 +3370,7 @@
|
|
|
3096
3370
|
"isAbstract": false,
|
|
3097
3371
|
"isVirtual": false,
|
|
3098
3372
|
"isOverride": false,
|
|
3373
|
+
"visibility": "Public",
|
|
3099
3374
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3100
3375
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3101
3376
|
},
|
|
@@ -3114,6 +3389,7 @@
|
|
|
3114
3389
|
"isAbstract": false,
|
|
3115
3390
|
"isVirtual": false,
|
|
3116
3391
|
"isOverride": false,
|
|
3392
|
+
"visibility": "Public",
|
|
3117
3393
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3118
3394
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3119
3395
|
},
|
|
@@ -3132,6 +3408,7 @@
|
|
|
3132
3408
|
"isAbstract": false,
|
|
3133
3409
|
"isVirtual": false,
|
|
3134
3410
|
"isOverride": false,
|
|
3411
|
+
"visibility": "Public",
|
|
3135
3412
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3136
3413
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3137
3414
|
},
|
|
@@ -3150,6 +3427,7 @@
|
|
|
3150
3427
|
"isAbstract": false,
|
|
3151
3428
|
"isVirtual": false,
|
|
3152
3429
|
"isOverride": false,
|
|
3430
|
+
"visibility": "Public",
|
|
3153
3431
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3154
3432
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3155
3433
|
},
|
|
@@ -3168,6 +3446,7 @@
|
|
|
3168
3446
|
"isAbstract": false,
|
|
3169
3447
|
"isVirtual": false,
|
|
3170
3448
|
"isOverride": false,
|
|
3449
|
+
"visibility": "Public",
|
|
3171
3450
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3172
3451
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3173
3452
|
},
|
|
@@ -3186,6 +3465,7 @@
|
|
|
3186
3465
|
"isAbstract": false,
|
|
3187
3466
|
"isVirtual": false,
|
|
3188
3467
|
"isOverride": false,
|
|
3468
|
+
"visibility": "Public",
|
|
3189
3469
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3190
3470
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3191
3471
|
},
|
|
@@ -3204,6 +3484,7 @@
|
|
|
3204
3484
|
"isAbstract": false,
|
|
3205
3485
|
"isVirtual": false,
|
|
3206
3486
|
"isOverride": false,
|
|
3487
|
+
"visibility": "Public",
|
|
3207
3488
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3208
3489
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3209
3490
|
}
|
|
@@ -3218,6 +3499,7 @@
|
|
|
3218
3499
|
"normalizedSignature": "constructor|(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.QueryTrackingBehavior,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.AutoTransactionBehavior,System.Boolean,System.Boolean,Microsoft.EntityFrameworkCore.ChangeTracking.CascadeTiming,Microsoft.EntityFrameworkCore.ChangeTracking.CascadeTiming,System.EventHandler_1[[Microsoft.EntityFrameworkCore.SavingChangesEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.SavedChangesEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.SaveChangesFailedEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.ChangeTracking.EntityTrackingEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.ChangeTracking.EntityTrackedEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.ChangeTracking.EntityStateChangingEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.ChangeTracking.EntityStateChangedEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.ChangeTracking.DetectChangesEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.ChangeTracking.DetectedChangesEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.ChangeTracking.DetectEntityChangesEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.EventHandler_1[[Microsoft.EntityFrameworkCore.ChangeTracking.DetectedEntityChangesEventArgs,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
3219
3500
|
"isStatic": false,
|
|
3220
3501
|
"parameterCount": 22,
|
|
3502
|
+
"visibility": "Public",
|
|
3221
3503
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot",
|
|
3222
3504
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3223
3505
|
}
|
|
@@ -3234,6 +3516,16 @@
|
|
|
3234
3516
|
"isSealed": false,
|
|
3235
3517
|
"isStatic": false,
|
|
3236
3518
|
"arity": 0,
|
|
3519
|
+
"baseType": {
|
|
3520
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3521
|
+
"clrName": "System.Object"
|
|
3522
|
+
},
|
|
3523
|
+
"interfaces": [
|
|
3524
|
+
{
|
|
3525
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3526
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices"
|
|
3527
|
+
}
|
|
3528
|
+
],
|
|
3237
3529
|
"methods": [
|
|
3238
3530
|
{
|
|
3239
3531
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbContextServices::Initialize(System.IServiceProvider,Microsoft.EntityFrameworkCore.DbContextOptions,Microsoft.EntityFrameworkCore.DbContext):Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
@@ -3250,6 +3542,7 @@
|
|
|
3250
3542
|
"isVirtual": true,
|
|
3251
3543
|
"isOverride": false,
|
|
3252
3544
|
"isSealed": false,
|
|
3545
|
+
"visibility": "Public",
|
|
3253
3546
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextServices",
|
|
3254
3547
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3255
3548
|
"isExtensionMethod": false
|
|
@@ -3269,6 +3562,7 @@
|
|
|
3269
3562
|
"isVirtual": true,
|
|
3270
3563
|
"isOverride": false,
|
|
3271
3564
|
"isSealed": false,
|
|
3565
|
+
"visibility": "Public",
|
|
3272
3566
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3273
3567
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3274
3568
|
"isExtensionMethod": false,
|
|
@@ -3291,6 +3585,7 @@
|
|
|
3291
3585
|
"isAbstract": false,
|
|
3292
3586
|
"isVirtual": true,
|
|
3293
3587
|
"isOverride": false,
|
|
3588
|
+
"visibility": "Public",
|
|
3294
3589
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextServices",
|
|
3295
3590
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3296
3591
|
},
|
|
@@ -3309,6 +3604,7 @@
|
|
|
3309
3604
|
"isAbstract": false,
|
|
3310
3605
|
"isVirtual": true,
|
|
3311
3606
|
"isOverride": false,
|
|
3607
|
+
"visibility": "Public",
|
|
3312
3608
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextServices",
|
|
3313
3609
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3314
3610
|
},
|
|
@@ -3327,6 +3623,7 @@
|
|
|
3327
3623
|
"isAbstract": false,
|
|
3328
3624
|
"isVirtual": true,
|
|
3329
3625
|
"isOverride": false,
|
|
3626
|
+
"visibility": "Public",
|
|
3330
3627
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextServices",
|
|
3331
3628
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3332
3629
|
},
|
|
@@ -3345,6 +3642,7 @@
|
|
|
3345
3642
|
"isAbstract": false,
|
|
3346
3643
|
"isVirtual": true,
|
|
3347
3644
|
"isOverride": false,
|
|
3645
|
+
"visibility": "Public",
|
|
3348
3646
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextServices",
|
|
3349
3647
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3350
3648
|
},
|
|
@@ -3363,6 +3661,7 @@
|
|
|
3363
3661
|
"isAbstract": false,
|
|
3364
3662
|
"isVirtual": true,
|
|
3365
3663
|
"isOverride": false,
|
|
3664
|
+
"visibility": "Public",
|
|
3366
3665
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextServices",
|
|
3367
3666
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3368
3667
|
},
|
|
@@ -3381,6 +3680,7 @@
|
|
|
3381
3680
|
"isAbstract": false,
|
|
3382
3681
|
"isVirtual": true,
|
|
3383
3682
|
"isOverride": false,
|
|
3683
|
+
"visibility": "Public",
|
|
3384
3684
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3385
3685
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3386
3686
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3400,6 +3700,7 @@
|
|
|
3400
3700
|
"isAbstract": false,
|
|
3401
3701
|
"isVirtual": true,
|
|
3402
3702
|
"isOverride": false,
|
|
3703
|
+
"visibility": "Public",
|
|
3403
3704
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3404
3705
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3405
3706
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3419,6 +3720,7 @@
|
|
|
3419
3720
|
"isAbstract": false,
|
|
3420
3721
|
"isVirtual": true,
|
|
3421
3722
|
"isOverride": false,
|
|
3723
|
+
"visibility": "Public",
|
|
3422
3724
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3423
3725
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3424
3726
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3438,6 +3740,7 @@
|
|
|
3438
3740
|
"isAbstract": false,
|
|
3439
3741
|
"isVirtual": true,
|
|
3440
3742
|
"isOverride": false,
|
|
3743
|
+
"visibility": "Public",
|
|
3441
3744
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3442
3745
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3443
3746
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3457,6 +3760,7 @@
|
|
|
3457
3760
|
"isAbstract": false,
|
|
3458
3761
|
"isVirtual": true,
|
|
3459
3762
|
"isOverride": false,
|
|
3763
|
+
"visibility": "Public",
|
|
3460
3764
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3461
3765
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbContextServices",
|
|
3462
3766
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3472,6 +3776,7 @@
|
|
|
3472
3776
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3473
3777
|
"isStatic": false,
|
|
3474
3778
|
"parameterCount": 0,
|
|
3779
|
+
"visibility": "Public",
|
|
3475
3780
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextServices",
|
|
3476
3781
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3477
3782
|
}
|
|
@@ -3488,6 +3793,16 @@
|
|
|
3488
3793
|
"isSealed": false,
|
|
3489
3794
|
"isStatic": false,
|
|
3490
3795
|
"arity": 0,
|
|
3796
|
+
"baseType": {
|
|
3797
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3798
|
+
"clrName": "System.Object"
|
|
3799
|
+
},
|
|
3800
|
+
"interfaces": [
|
|
3801
|
+
{
|
|
3802
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbSetInitializer",
|
|
3803
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IDbSetInitializer"
|
|
3804
|
+
}
|
|
3805
|
+
],
|
|
3491
3806
|
"methods": [
|
|
3492
3807
|
{
|
|
3493
3808
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbSetInitializer::InitializeSets(Microsoft.EntityFrameworkCore.DbContext):System.Void",
|
|
@@ -3504,6 +3819,7 @@
|
|
|
3504
3819
|
"isVirtual": true,
|
|
3505
3820
|
"isOverride": false,
|
|
3506
3821
|
"isSealed": false,
|
|
3822
|
+
"visibility": "Public",
|
|
3507
3823
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbSetInitializer",
|
|
3508
3824
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3509
3825
|
"isExtensionMethod": false
|
|
@@ -3523,6 +3839,7 @@
|
|
|
3523
3839
|
"isVirtual": true,
|
|
3524
3840
|
"isOverride": false,
|
|
3525
3841
|
"isSealed": false,
|
|
3842
|
+
"visibility": "Public",
|
|
3526
3843
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetInitializer",
|
|
3527
3844
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3528
3845
|
"isExtensionMethod": false,
|
|
@@ -3540,6 +3857,7 @@
|
|
|
3540
3857
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder,Microsoft.EntityFrameworkCore.Internal.IDbSetSource):void|static=false",
|
|
3541
3858
|
"isStatic": false,
|
|
3542
3859
|
"parameterCount": 2,
|
|
3860
|
+
"visibility": "Public",
|
|
3543
3861
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbSetInitializer",
|
|
3544
3862
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3545
3863
|
}
|
|
@@ -3556,6 +3874,16 @@
|
|
|
3556
3874
|
"isSealed": false,
|
|
3557
3875
|
"isStatic": false,
|
|
3558
3876
|
"arity": 0,
|
|
3877
|
+
"baseType": {
|
|
3878
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3879
|
+
"clrName": "System.Object"
|
|
3880
|
+
},
|
|
3881
|
+
"interfaces": [
|
|
3882
|
+
{
|
|
3883
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IDbSetSource",
|
|
3884
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IDbSetSource"
|
|
3885
|
+
}
|
|
3886
|
+
],
|
|
3559
3887
|
"methods": [
|
|
3560
3888
|
{
|
|
3561
3889
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbSetSource::Create(Microsoft.EntityFrameworkCore.DbContext,System.Type):System.Object",
|
|
@@ -3572,6 +3900,7 @@
|
|
|
3572
3900
|
"isVirtual": true,
|
|
3573
3901
|
"isOverride": false,
|
|
3574
3902
|
"isSealed": false,
|
|
3903
|
+
"visibility": "Public",
|
|
3575
3904
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbSetSource",
|
|
3576
3905
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3577
3906
|
"isExtensionMethod": false
|
|
@@ -3591,6 +3920,7 @@
|
|
|
3591
3920
|
"isVirtual": true,
|
|
3592
3921
|
"isOverride": false,
|
|
3593
3922
|
"isSealed": false,
|
|
3923
|
+
"visibility": "Public",
|
|
3594
3924
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbSetSource",
|
|
3595
3925
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3596
3926
|
"isExtensionMethod": false
|
|
@@ -3610,6 +3940,7 @@
|
|
|
3610
3940
|
"isVirtual": true,
|
|
3611
3941
|
"isOverride": false,
|
|
3612
3942
|
"isSealed": false,
|
|
3943
|
+
"visibility": "Public",
|
|
3613
3944
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetSource",
|
|
3614
3945
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3615
3946
|
"isExtensionMethod": false,
|
|
@@ -3630,6 +3961,7 @@
|
|
|
3630
3961
|
"isVirtual": true,
|
|
3631
3962
|
"isOverride": false,
|
|
3632
3963
|
"isSealed": false,
|
|
3964
|
+
"visibility": "Public",
|
|
3633
3965
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IDbSetSource",
|
|
3634
3966
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3635
3967
|
"isExtensionMethod": false,
|
|
@@ -3647,6 +3979,7 @@
|
|
|
3647
3979
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3648
3980
|
"isStatic": false,
|
|
3649
3981
|
"parameterCount": 0,
|
|
3982
|
+
"visibility": "Public",
|
|
3650
3983
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbSetSource",
|
|
3651
3984
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3652
3985
|
}
|
|
@@ -3663,6 +3996,26 @@
|
|
|
3663
3996
|
"isSealed": false,
|
|
3664
3997
|
"isStatic": false,
|
|
3665
3998
|
"arity": 1,
|
|
3999
|
+
"baseType": {
|
|
4000
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4001
|
+
"clrName": "System.Object"
|
|
4002
|
+
},
|
|
4003
|
+
"interfaces": [
|
|
4004
|
+
{
|
|
4005
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601",
|
|
4006
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601",
|
|
4007
|
+
"typeArguments": [
|
|
4008
|
+
"TEntity"
|
|
4009
|
+
]
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4013
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder"
|
|
4014
|
+
}
|
|
4015
|
+
],
|
|
4016
|
+
"typeParameters": [
|
|
4017
|
+
"TEntity"
|
|
4018
|
+
],
|
|
3666
4019
|
"methods": [
|
|
3667
4020
|
{
|
|
3668
4021
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601::Find(System.Object[]):TEntity",
|
|
@@ -3679,6 +4032,7 @@
|
|
|
3679
4032
|
"isVirtual": true,
|
|
3680
4033
|
"isOverride": false,
|
|
3681
4034
|
"isSealed": false,
|
|
4035
|
+
"visibility": "Public",
|
|
3682
4036
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3683
4037
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3684
4038
|
"isExtensionMethod": false
|
|
@@ -3698,6 +4052,7 @@
|
|
|
3698
4052
|
"isVirtual": true,
|
|
3699
4053
|
"isOverride": false,
|
|
3700
4054
|
"isSealed": false,
|
|
4055
|
+
"visibility": "Public",
|
|
3701
4056
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3702
4057
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3703
4058
|
"isExtensionMethod": false
|
|
@@ -3717,6 +4072,7 @@
|
|
|
3717
4072
|
"isVirtual": true,
|
|
3718
4073
|
"isOverride": false,
|
|
3719
4074
|
"isSealed": false,
|
|
4075
|
+
"visibility": "Public",
|
|
3720
4076
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3721
4077
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3722
4078
|
"isExtensionMethod": false
|
|
@@ -3736,6 +4092,7 @@
|
|
|
3736
4092
|
"isVirtual": true,
|
|
3737
4093
|
"isOverride": false,
|
|
3738
4094
|
"isSealed": false,
|
|
4095
|
+
"visibility": "Public",
|
|
3739
4096
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3740
4097
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3741
4098
|
"isExtensionMethod": false
|
|
@@ -3755,6 +4112,7 @@
|
|
|
3755
4112
|
"isVirtual": true,
|
|
3756
4113
|
"isOverride": false,
|
|
3757
4114
|
"isSealed": false,
|
|
4115
|
+
"visibility": "Public",
|
|
3758
4116
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3759
4117
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3760
4118
|
"isExtensionMethod": false
|
|
@@ -3774,6 +4132,7 @@
|
|
|
3774
4132
|
"isVirtual": true,
|
|
3775
4133
|
"isOverride": false,
|
|
3776
4134
|
"isSealed": false,
|
|
4135
|
+
"visibility": "Public",
|
|
3777
4136
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3778
4137
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3779
4138
|
"isExtensionMethod": false
|
|
@@ -3793,6 +4152,7 @@
|
|
|
3793
4152
|
"isVirtual": true,
|
|
3794
4153
|
"isOverride": false,
|
|
3795
4154
|
"isSealed": false,
|
|
4155
|
+
"visibility": "Public",
|
|
3796
4156
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3797
4157
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3798
4158
|
"isExtensionMethod": false
|
|
@@ -3812,6 +4172,7 @@
|
|
|
3812
4172
|
"isVirtual": true,
|
|
3813
4173
|
"isOverride": false,
|
|
3814
4174
|
"isSealed": false,
|
|
4175
|
+
"visibility": "Public",
|
|
3815
4176
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3816
4177
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3817
4178
|
"isExtensionMethod": false
|
|
@@ -3831,6 +4192,7 @@
|
|
|
3831
4192
|
"isVirtual": true,
|
|
3832
4193
|
"isOverride": false,
|
|
3833
4194
|
"isSealed": false,
|
|
4195
|
+
"visibility": "Public",
|
|
3834
4196
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3835
4197
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3836
4198
|
"isExtensionMethod": false
|
|
@@ -3850,6 +4212,7 @@
|
|
|
3850
4212
|
"isVirtual": true,
|
|
3851
4213
|
"isOverride": false,
|
|
3852
4214
|
"isSealed": false,
|
|
4215
|
+
"visibility": "Public",
|
|
3853
4216
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3854
4217
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3855
4218
|
"isExtensionMethod": false
|
|
@@ -3869,6 +4232,7 @@
|
|
|
3869
4232
|
"isVirtual": true,
|
|
3870
4233
|
"isOverride": false,
|
|
3871
4234
|
"isSealed": false,
|
|
4235
|
+
"visibility": "Public",
|
|
3872
4236
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3873
4237
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3874
4238
|
"isExtensionMethod": false
|
|
@@ -3888,6 +4252,7 @@
|
|
|
3888
4252
|
"isVirtual": true,
|
|
3889
4253
|
"isOverride": false,
|
|
3890
4254
|
"isSealed": false,
|
|
4255
|
+
"visibility": "Public",
|
|
3891
4256
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3892
4257
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3893
4258
|
"isExtensionMethod": false
|
|
@@ -3907,6 +4272,7 @@
|
|
|
3907
4272
|
"isVirtual": true,
|
|
3908
4273
|
"isOverride": false,
|
|
3909
4274
|
"isSealed": false,
|
|
4275
|
+
"visibility": "Public",
|
|
3910
4276
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
3911
4277
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3912
4278
|
"isExtensionMethod": false
|
|
@@ -3926,6 +4292,7 @@
|
|
|
3926
4292
|
"isVirtual": true,
|
|
3927
4293
|
"isOverride": false,
|
|
3928
4294
|
"isSealed": false,
|
|
4295
|
+
"visibility": "Public",
|
|
3929
4296
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
3930
4297
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3931
4298
|
"isExtensionMethod": false,
|
|
@@ -3946,6 +4313,7 @@
|
|
|
3946
4313
|
"isVirtual": true,
|
|
3947
4314
|
"isOverride": false,
|
|
3948
4315
|
"isSealed": false,
|
|
4316
|
+
"visibility": "Public",
|
|
3949
4317
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
3950
4318
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3951
4319
|
"isExtensionMethod": false,
|
|
@@ -3966,6 +4334,7 @@
|
|
|
3966
4334
|
"isVirtual": true,
|
|
3967
4335
|
"isOverride": false,
|
|
3968
4336
|
"isSealed": false,
|
|
4337
|
+
"visibility": "Public",
|
|
3969
4338
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
3970
4339
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3971
4340
|
"isExtensionMethod": false,
|
|
@@ -3986,6 +4355,7 @@
|
|
|
3986
4355
|
"isVirtual": true,
|
|
3987
4356
|
"isOverride": false,
|
|
3988
4357
|
"isSealed": false,
|
|
4358
|
+
"visibility": "Public",
|
|
3989
4359
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601",
|
|
3990
4360
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3991
4361
|
"isExtensionMethod": false,
|
|
@@ -4006,6 +4376,7 @@
|
|
|
4006
4376
|
"isVirtual": true,
|
|
4007
4377
|
"isOverride": false,
|
|
4008
4378
|
"isSealed": false,
|
|
4379
|
+
"visibility": "Public",
|
|
4009
4380
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601",
|
|
4010
4381
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4011
4382
|
"isExtensionMethod": false,
|
|
@@ -4026,6 +4397,7 @@
|
|
|
4026
4397
|
"isVirtual": true,
|
|
4027
4398
|
"isOverride": false,
|
|
4028
4399
|
"isSealed": false,
|
|
4400
|
+
"visibility": "Public",
|
|
4029
4401
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder\u00601",
|
|
4030
4402
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4031
4403
|
"isExtensionMethod": false,
|
|
@@ -4046,6 +4418,7 @@
|
|
|
4046
4418
|
"isVirtual": true,
|
|
4047
4419
|
"isOverride": false,
|
|
4048
4420
|
"isSealed": false,
|
|
4421
|
+
"visibility": "Public",
|
|
4049
4422
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4050
4423
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4051
4424
|
"isExtensionMethod": false,
|
|
@@ -4066,6 +4439,7 @@
|
|
|
4066
4439
|
"isVirtual": true,
|
|
4067
4440
|
"isOverride": false,
|
|
4068
4441
|
"isSealed": false,
|
|
4442
|
+
"visibility": "Public",
|
|
4069
4443
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4070
4444
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4071
4445
|
"isExtensionMethod": false,
|
|
@@ -4086,6 +4460,7 @@
|
|
|
4086
4460
|
"isVirtual": true,
|
|
4087
4461
|
"isOverride": false,
|
|
4088
4462
|
"isSealed": false,
|
|
4463
|
+
"visibility": "Public",
|
|
4089
4464
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4090
4465
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4091
4466
|
"isExtensionMethod": false,
|
|
@@ -4106,6 +4481,7 @@
|
|
|
4106
4481
|
"isVirtual": true,
|
|
4107
4482
|
"isOverride": false,
|
|
4108
4483
|
"isSealed": false,
|
|
4484
|
+
"visibility": "Public",
|
|
4109
4485
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4110
4486
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4111
4487
|
"isExtensionMethod": false,
|
|
@@ -4126,6 +4502,7 @@
|
|
|
4126
4502
|
"isVirtual": true,
|
|
4127
4503
|
"isOverride": false,
|
|
4128
4504
|
"isSealed": false,
|
|
4505
|
+
"visibility": "Public",
|
|
4129
4506
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4130
4507
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4131
4508
|
"isExtensionMethod": false,
|
|
@@ -4146,6 +4523,7 @@
|
|
|
4146
4523
|
"isVirtual": true,
|
|
4147
4524
|
"isOverride": false,
|
|
4148
4525
|
"isSealed": false,
|
|
4526
|
+
"visibility": "Public",
|
|
4149
4527
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4150
4528
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4151
4529
|
"isExtensionMethod": false,
|
|
@@ -4166,6 +4544,7 @@
|
|
|
4166
4544
|
"isVirtual": true,
|
|
4167
4545
|
"isOverride": false,
|
|
4168
4546
|
"isSealed": false,
|
|
4547
|
+
"visibility": "Public",
|
|
4169
4548
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4170
4549
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4171
4550
|
"isExtensionMethod": false,
|
|
@@ -4186,6 +4565,7 @@
|
|
|
4186
4565
|
"isVirtual": true,
|
|
4187
4566
|
"isOverride": false,
|
|
4188
4567
|
"isSealed": false,
|
|
4568
|
+
"visibility": "Public",
|
|
4189
4569
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4190
4570
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4191
4571
|
"isExtensionMethod": false,
|
|
@@ -4206,6 +4586,7 @@
|
|
|
4206
4586
|
"isVirtual": true,
|
|
4207
4587
|
"isOverride": false,
|
|
4208
4588
|
"isSealed": false,
|
|
4589
|
+
"visibility": "Public",
|
|
4209
4590
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4210
4591
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4211
4592
|
"isExtensionMethod": false,
|
|
@@ -4226,6 +4607,7 @@
|
|
|
4226
4607
|
"isVirtual": true,
|
|
4227
4608
|
"isOverride": false,
|
|
4228
4609
|
"isSealed": false,
|
|
4610
|
+
"visibility": "Public",
|
|
4229
4611
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
4230
4612
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4231
4613
|
"isExtensionMethod": false,
|
|
@@ -4243,6 +4625,7 @@
|
|
|
4243
4625
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager,Microsoft.EntityFrameworkCore.Internal.IDbSetSource,Microsoft.EntityFrameworkCore.Internal.IDbSetCache,Microsoft.EntityFrameworkCore.Metadata.IEntityType):void|static=false",
|
|
4244
4626
|
"isStatic": false,
|
|
4245
4627
|
"parameterCount": 4,
|
|
4628
|
+
"visibility": "Public",
|
|
4246
4629
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinder\u00601",
|
|
4247
4630
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
4248
4631
|
}
|
|
@@ -4259,6 +4642,16 @@
|
|
|
4259
4642
|
"isSealed": false,
|
|
4260
4643
|
"isStatic": false,
|
|
4261
4644
|
"arity": 0,
|
|
4645
|
+
"baseType": {
|
|
4646
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4647
|
+
"clrName": "System.Object"
|
|
4648
|
+
},
|
|
4649
|
+
"interfaces": [
|
|
4650
|
+
{
|
|
4651
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
4652
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader"
|
|
4653
|
+
}
|
|
4654
|
+
],
|
|
4262
4655
|
"methods": [
|
|
4263
4656
|
{
|
|
4264
4657
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.EntityFinderCollectionLoaderAdapter::Load(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry,Microsoft.EntityFrameworkCore.ChangeTracking.LoadOptions):System.Void",
|
|
@@ -4275,6 +4668,7 @@
|
|
|
4275
4668
|
"isVirtual": true,
|
|
4276
4669
|
"isOverride": false,
|
|
4277
4670
|
"isSealed": false,
|
|
4671
|
+
"visibility": "Public",
|
|
4278
4672
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinderCollectionLoaderAdapter",
|
|
4279
4673
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4280
4674
|
"isExtensionMethod": false
|
|
@@ -4294,6 +4688,7 @@
|
|
|
4294
4688
|
"isVirtual": true,
|
|
4295
4689
|
"isOverride": false,
|
|
4296
4690
|
"isSealed": false,
|
|
4691
|
+
"visibility": "Public",
|
|
4297
4692
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinderCollectionLoaderAdapter",
|
|
4298
4693
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4299
4694
|
"isExtensionMethod": false
|
|
@@ -4313,6 +4708,7 @@
|
|
|
4313
4708
|
"isVirtual": true,
|
|
4314
4709
|
"isOverride": false,
|
|
4315
4710
|
"isSealed": false,
|
|
4711
|
+
"visibility": "Public",
|
|
4316
4712
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinderCollectionLoaderAdapter",
|
|
4317
4713
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4318
4714
|
"isExtensionMethod": false
|
|
@@ -4332,6 +4728,7 @@
|
|
|
4332
4728
|
"isVirtual": true,
|
|
4333
4729
|
"isOverride": false,
|
|
4334
4730
|
"isSealed": false,
|
|
4731
|
+
"visibility": "Public",
|
|
4335
4732
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
4336
4733
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4337
4734
|
"isExtensionMethod": false,
|
|
@@ -4352,6 +4749,7 @@
|
|
|
4352
4749
|
"isVirtual": true,
|
|
4353
4750
|
"isOverride": false,
|
|
4354
4751
|
"isSealed": false,
|
|
4752
|
+
"visibility": "Public",
|
|
4355
4753
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
4356
4754
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4357
4755
|
"isExtensionMethod": false,
|
|
@@ -4372,6 +4770,7 @@
|
|
|
4372
4770
|
"isVirtual": true,
|
|
4373
4771
|
"isOverride": false,
|
|
4374
4772
|
"isSealed": false,
|
|
4773
|
+
"visibility": "Public",
|
|
4375
4774
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
4376
4775
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4377
4776
|
"isExtensionMethod": false,
|
|
@@ -4389,6 +4788,7 @@
|
|
|
4389
4788
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Internal.IEntityFinder,Microsoft.EntityFrameworkCore.Metadata.INavigation):void|static=false",
|
|
4390
4789
|
"isStatic": false,
|
|
4391
4790
|
"parameterCount": 2,
|
|
4791
|
+
"visibility": "Public",
|
|
4392
4792
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinderCollectionLoaderAdapter",
|
|
4393
4793
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
4394
4794
|
}
|
|
@@ -4405,6 +4805,16 @@
|
|
|
4405
4805
|
"isSealed": false,
|
|
4406
4806
|
"isStatic": false,
|
|
4407
4807
|
"arity": 0,
|
|
4808
|
+
"baseType": {
|
|
4809
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4810
|
+
"clrName": "System.Object"
|
|
4811
|
+
},
|
|
4812
|
+
"interfaces": [
|
|
4813
|
+
{
|
|
4814
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory",
|
|
4815
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory"
|
|
4816
|
+
}
|
|
4817
|
+
],
|
|
4408
4818
|
"methods": [
|
|
4409
4819
|
{
|
|
4410
4820
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.EntityFinderFactory::Create(Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
@@ -4421,6 +4831,7 @@
|
|
|
4421
4831
|
"isVirtual": true,
|
|
4422
4832
|
"isOverride": false,
|
|
4423
4833
|
"isSealed": false,
|
|
4834
|
+
"visibility": "Public",
|
|
4424
4835
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinderFactory",
|
|
4425
4836
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4426
4837
|
"isExtensionMethod": false
|
|
@@ -4440,6 +4851,7 @@
|
|
|
4440
4851
|
"isVirtual": true,
|
|
4441
4852
|
"isOverride": false,
|
|
4442
4853
|
"isSealed": false,
|
|
4854
|
+
"visibility": "Public",
|
|
4443
4855
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinderFactory",
|
|
4444
4856
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4445
4857
|
"isExtensionMethod": false,
|
|
@@ -4457,6 +4869,7 @@
|
|
|
4457
4869
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Internal.IEntityFinderSource,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager,Microsoft.EntityFrameworkCore.Internal.IDbSetSource,Microsoft.EntityFrameworkCore.Internal.IDbSetCache):void|static=false",
|
|
4458
4870
|
"isStatic": false,
|
|
4459
4871
|
"parameterCount": 4,
|
|
4872
|
+
"visibility": "Public",
|
|
4460
4873
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinderFactory",
|
|
4461
4874
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
4462
4875
|
}
|
|
@@ -4473,6 +4886,16 @@
|
|
|
4473
4886
|
"isSealed": false,
|
|
4474
4887
|
"isStatic": false,
|
|
4475
4888
|
"arity": 0,
|
|
4889
|
+
"baseType": {
|
|
4890
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4891
|
+
"clrName": "System.Object"
|
|
4892
|
+
},
|
|
4893
|
+
"interfaces": [
|
|
4894
|
+
{
|
|
4895
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IEntityFinderSource",
|
|
4896
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IEntityFinderSource"
|
|
4897
|
+
}
|
|
4898
|
+
],
|
|
4476
4899
|
"methods": [
|
|
4477
4900
|
{
|
|
4478
4901
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.EntityFinderSource::Create(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager,Microsoft.EntityFrameworkCore.Internal.IDbSetSource,Microsoft.EntityFrameworkCore.Internal.IDbSetCache,Microsoft.EntityFrameworkCore.Metadata.IEntityType):Microsoft.EntityFrameworkCore.Internal.IEntityFinder",
|
|
@@ -4489,6 +4912,7 @@
|
|
|
4489
4912
|
"isVirtual": true,
|
|
4490
4913
|
"isOverride": false,
|
|
4491
4914
|
"isSealed": false,
|
|
4915
|
+
"visibility": "Public",
|
|
4492
4916
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinderSource",
|
|
4493
4917
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4494
4918
|
"isExtensionMethod": false
|
|
@@ -4508,6 +4932,7 @@
|
|
|
4508
4932
|
"isVirtual": true,
|
|
4509
4933
|
"isOverride": false,
|
|
4510
4934
|
"isSealed": false,
|
|
4935
|
+
"visibility": "Public",
|
|
4511
4936
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IEntityFinderSource",
|
|
4512
4937
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4513
4938
|
"isExtensionMethod": false,
|
|
@@ -4525,6 +4950,7 @@
|
|
|
4525
4950
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4526
4951
|
"isStatic": false,
|
|
4527
4952
|
"parameterCount": 0,
|
|
4953
|
+
"visibility": "Public",
|
|
4528
4954
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityFinderSource",
|
|
4529
4955
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
4530
4956
|
}
|
|
@@ -4541,6 +4967,69 @@
|
|
|
4541
4967
|
"isSealed": false,
|
|
4542
4968
|
"isStatic": false,
|
|
4543
4969
|
"arity": 1,
|
|
4970
|
+
"baseType": {
|
|
4971
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.DbSet\u00601",
|
|
4972
|
+
"clrName": "Microsoft.EntityFrameworkCore.DbSet\u00601",
|
|
4973
|
+
"typeArguments": [
|
|
4974
|
+
"TEntity"
|
|
4975
|
+
]
|
|
4976
|
+
},
|
|
4977
|
+
"interfaces": [
|
|
4978
|
+
{
|
|
4979
|
+
"stableId": "System.Linq.Expressions:System.Linq.IQueryable\u00601",
|
|
4980
|
+
"clrName": "System.Linq.IQueryable\u00601",
|
|
4981
|
+
"typeArguments": [
|
|
4982
|
+
"TEntity"
|
|
4983
|
+
]
|
|
4984
|
+
},
|
|
4985
|
+
{
|
|
4986
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
4987
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
4988
|
+
"typeArguments": [
|
|
4989
|
+
"TEntity"
|
|
4990
|
+
]
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4994
|
+
"clrName": "System.Collections.IEnumerable"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"stableId": "System.Linq.Expressions:System.Linq.IQueryable",
|
|
4998
|
+
"clrName": "System.Linq.IQueryable"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
5002
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
5003
|
+
"typeArguments": [
|
|
5004
|
+
"IServiceProvider"
|
|
5005
|
+
]
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.IListSource",
|
|
5009
|
+
"clrName": "System.ComponentModel.IListSource"
|
|
5010
|
+
},
|
|
5011
|
+
{
|
|
5012
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerable\u00601",
|
|
5013
|
+
"clrName": "System.Collections.Generic.IAsyncEnumerable\u00601",
|
|
5014
|
+
"typeArguments": [
|
|
5015
|
+
"TEntity"
|
|
5016
|
+
]
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
5020
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
5021
|
+
"typeArguments": [
|
|
5022
|
+
"DbContext"
|
|
5023
|
+
]
|
|
5024
|
+
},
|
|
5025
|
+
{
|
|
5026
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
5027
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
|
|
5028
|
+
}
|
|
5029
|
+
],
|
|
5030
|
+
"typeParameters": [
|
|
5031
|
+
"TEntity"
|
|
5032
|
+
],
|
|
4544
5033
|
"methods": [
|
|
4545
5034
|
{
|
|
4546
5035
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601::Find(System.Object[]):TEntity",
|
|
@@ -4557,6 +5046,7 @@
|
|
|
4557
5046
|
"isVirtual": true,
|
|
4558
5047
|
"isOverride": true,
|
|
4559
5048
|
"isSealed": false,
|
|
5049
|
+
"visibility": "Public",
|
|
4560
5050
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4561
5051
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4562
5052
|
"isExtensionMethod": false
|
|
@@ -4576,6 +5066,7 @@
|
|
|
4576
5066
|
"isVirtual": true,
|
|
4577
5067
|
"isOverride": true,
|
|
4578
5068
|
"isSealed": false,
|
|
5069
|
+
"visibility": "Public",
|
|
4579
5070
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4580
5071
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4581
5072
|
"isExtensionMethod": false
|
|
@@ -4595,6 +5086,7 @@
|
|
|
4595
5086
|
"isVirtual": true,
|
|
4596
5087
|
"isOverride": true,
|
|
4597
5088
|
"isSealed": false,
|
|
5089
|
+
"visibility": "Public",
|
|
4598
5090
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4599
5091
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4600
5092
|
"isExtensionMethod": false
|
|
@@ -4614,6 +5106,7 @@
|
|
|
4614
5106
|
"isVirtual": true,
|
|
4615
5107
|
"isOverride": true,
|
|
4616
5108
|
"isSealed": false,
|
|
5109
|
+
"visibility": "Public",
|
|
4617
5110
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4618
5111
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4619
5112
|
"isExtensionMethod": false
|
|
@@ -4633,6 +5126,7 @@
|
|
|
4633
5126
|
"isVirtual": true,
|
|
4634
5127
|
"isOverride": true,
|
|
4635
5128
|
"isSealed": false,
|
|
5129
|
+
"visibility": "Public",
|
|
4636
5130
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4637
5131
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4638
5132
|
"isExtensionMethod": false
|
|
@@ -4652,6 +5146,7 @@
|
|
|
4652
5146
|
"isVirtual": true,
|
|
4653
5147
|
"isOverride": true,
|
|
4654
5148
|
"isSealed": false,
|
|
5149
|
+
"visibility": "Public",
|
|
4655
5150
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4656
5151
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4657
5152
|
"isExtensionMethod": false
|
|
@@ -4671,6 +5166,7 @@
|
|
|
4671
5166
|
"isVirtual": true,
|
|
4672
5167
|
"isOverride": true,
|
|
4673
5168
|
"isSealed": false,
|
|
5169
|
+
"visibility": "Public",
|
|
4674
5170
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4675
5171
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4676
5172
|
"isExtensionMethod": false
|
|
@@ -4690,6 +5186,7 @@
|
|
|
4690
5186
|
"isVirtual": true,
|
|
4691
5187
|
"isOverride": true,
|
|
4692
5188
|
"isSealed": false,
|
|
5189
|
+
"visibility": "Public",
|
|
4693
5190
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4694
5191
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4695
5192
|
"isExtensionMethod": false
|
|
@@ -4709,6 +5206,7 @@
|
|
|
4709
5206
|
"isVirtual": true,
|
|
4710
5207
|
"isOverride": true,
|
|
4711
5208
|
"isSealed": false,
|
|
5209
|
+
"visibility": "Public",
|
|
4712
5210
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4713
5211
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4714
5212
|
"isExtensionMethod": false
|
|
@@ -4728,6 +5226,7 @@
|
|
|
4728
5226
|
"isVirtual": true,
|
|
4729
5227
|
"isOverride": true,
|
|
4730
5228
|
"isSealed": false,
|
|
5229
|
+
"visibility": "Public",
|
|
4731
5230
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4732
5231
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4733
5232
|
"isExtensionMethod": false
|
|
@@ -4747,6 +5246,7 @@
|
|
|
4747
5246
|
"isVirtual": true,
|
|
4748
5247
|
"isOverride": true,
|
|
4749
5248
|
"isSealed": false,
|
|
5249
|
+
"visibility": "Public",
|
|
4750
5250
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4751
5251
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4752
5252
|
"isExtensionMethod": false
|
|
@@ -4766,6 +5266,7 @@
|
|
|
4766
5266
|
"isVirtual": true,
|
|
4767
5267
|
"isOverride": true,
|
|
4768
5268
|
"isSealed": false,
|
|
5269
|
+
"visibility": "Public",
|
|
4769
5270
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4770
5271
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4771
5272
|
"isExtensionMethod": false
|
|
@@ -4785,6 +5286,7 @@
|
|
|
4785
5286
|
"isVirtual": true,
|
|
4786
5287
|
"isOverride": true,
|
|
4787
5288
|
"isSealed": false,
|
|
5289
|
+
"visibility": "Public",
|
|
4788
5290
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4789
5291
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4790
5292
|
"isExtensionMethod": false
|
|
@@ -4804,6 +5306,7 @@
|
|
|
4804
5306
|
"isVirtual": true,
|
|
4805
5307
|
"isOverride": true,
|
|
4806
5308
|
"isSealed": false,
|
|
5309
|
+
"visibility": "Public",
|
|
4807
5310
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4808
5311
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4809
5312
|
"isExtensionMethod": false
|
|
@@ -4823,6 +5326,7 @@
|
|
|
4823
5326
|
"isVirtual": true,
|
|
4824
5327
|
"isOverride": true,
|
|
4825
5328
|
"isSealed": false,
|
|
5329
|
+
"visibility": "Public",
|
|
4826
5330
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4827
5331
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4828
5332
|
"isExtensionMethod": false
|
|
@@ -4842,6 +5346,7 @@
|
|
|
4842
5346
|
"isVirtual": true,
|
|
4843
5347
|
"isOverride": true,
|
|
4844
5348
|
"isSealed": false,
|
|
5349
|
+
"visibility": "Public",
|
|
4845
5350
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4846
5351
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4847
5352
|
"isExtensionMethod": false
|
|
@@ -4861,6 +5366,7 @@
|
|
|
4861
5366
|
"isVirtual": true,
|
|
4862
5367
|
"isOverride": true,
|
|
4863
5368
|
"isSealed": false,
|
|
5369
|
+
"visibility": "Public",
|
|
4864
5370
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4865
5371
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4866
5372
|
"isExtensionMethod": false
|
|
@@ -4880,6 +5386,7 @@
|
|
|
4880
5386
|
"isVirtual": true,
|
|
4881
5387
|
"isOverride": true,
|
|
4882
5388
|
"isSealed": false,
|
|
5389
|
+
"visibility": "Public",
|
|
4883
5390
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4884
5391
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4885
5392
|
"isExtensionMethod": false
|
|
@@ -4899,6 +5406,7 @@
|
|
|
4899
5406
|
"isVirtual": true,
|
|
4900
5407
|
"isOverride": true,
|
|
4901
5408
|
"isSealed": false,
|
|
5409
|
+
"visibility": "Public",
|
|
4902
5410
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4903
5411
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4904
5412
|
"isExtensionMethod": false
|
|
@@ -4918,6 +5426,7 @@
|
|
|
4918
5426
|
"isVirtual": true,
|
|
4919
5427
|
"isOverride": false,
|
|
4920
5428
|
"isSealed": false,
|
|
5429
|
+
"visibility": "Public",
|
|
4921
5430
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
4922
5431
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4923
5432
|
"isExtensionMethod": false,
|
|
@@ -4938,6 +5447,7 @@
|
|
|
4938
5447
|
"isVirtual": true,
|
|
4939
5448
|
"isOverride": false,
|
|
4940
5449
|
"isSealed": false,
|
|
5450
|
+
"visibility": "Public",
|
|
4941
5451
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
4942
5452
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4943
5453
|
"isExtensionMethod": false,
|
|
@@ -4958,6 +5468,7 @@
|
|
|
4958
5468
|
"isVirtual": true,
|
|
4959
5469
|
"isOverride": false,
|
|
4960
5470
|
"isSealed": false,
|
|
5471
|
+
"visibility": "Public",
|
|
4961
5472
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4962
5473
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4963
5474
|
"isExtensionMethod": false
|
|
@@ -4977,6 +5488,7 @@
|
|
|
4977
5488
|
"isVirtual": true,
|
|
4978
5489
|
"isOverride": false,
|
|
4979
5490
|
"isSealed": false,
|
|
5491
|
+
"visibility": "Public",
|
|
4980
5492
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
4981
5493
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4982
5494
|
"isExtensionMethod": false
|
|
@@ -4996,6 +5508,7 @@
|
|
|
4996
5508
|
"isVirtual": true,
|
|
4997
5509
|
"isOverride": false,
|
|
4998
5510
|
"isSealed": false,
|
|
5511
|
+
"visibility": "Public",
|
|
4999
5512
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5000
5513
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5001
5514
|
"isExtensionMethod": false
|
|
@@ -5015,6 +5528,7 @@
|
|
|
5015
5528
|
"isVirtual": true,
|
|
5016
5529
|
"isOverride": false,
|
|
5017
5530
|
"isSealed": false,
|
|
5531
|
+
"visibility": "Public",
|
|
5018
5532
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5019
5533
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5020
5534
|
"isExtensionMethod": false
|
|
@@ -5034,6 +5548,7 @@
|
|
|
5034
5548
|
"isVirtual": true,
|
|
5035
5549
|
"isOverride": false,
|
|
5036
5550
|
"isSealed": false,
|
|
5551
|
+
"visibility": "Public",
|
|
5037
5552
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5038
5553
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5039
5554
|
"isExtensionMethod": false
|
|
@@ -5053,6 +5568,7 @@
|
|
|
5053
5568
|
"isVirtual": true,
|
|
5054
5569
|
"isOverride": false,
|
|
5055
5570
|
"isSealed": false,
|
|
5571
|
+
"visibility": "Public",
|
|
5056
5572
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5057
5573
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5058
5574
|
"isExtensionMethod": false
|
|
@@ -5072,6 +5588,7 @@
|
|
|
5072
5588
|
"isVirtual": true,
|
|
5073
5589
|
"isOverride": false,
|
|
5074
5590
|
"isSealed": false,
|
|
5591
|
+
"visibility": "Public",
|
|
5075
5592
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5076
5593
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5077
5594
|
"isExtensionMethod": false
|
|
@@ -5091,6 +5608,7 @@
|
|
|
5091
5608
|
"isVirtual": true,
|
|
5092
5609
|
"isOverride": false,
|
|
5093
5610
|
"isSealed": false,
|
|
5611
|
+
"visibility": "Public",
|
|
5094
5612
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5095
5613
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5096
5614
|
"isExtensionMethod": false
|
|
@@ -5110,6 +5628,7 @@
|
|
|
5110
5628
|
"isVirtual": true,
|
|
5111
5629
|
"isOverride": false,
|
|
5112
5630
|
"isSealed": false,
|
|
5631
|
+
"visibility": "Public",
|
|
5113
5632
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5114
5633
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5115
5634
|
"isExtensionMethod": false
|
|
@@ -5129,6 +5648,7 @@
|
|
|
5129
5648
|
"isVirtual": true,
|
|
5130
5649
|
"isOverride": false,
|
|
5131
5650
|
"isSealed": false,
|
|
5651
|
+
"visibility": "Public",
|
|
5132
5652
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5133
5653
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5134
5654
|
"isExtensionMethod": false
|
|
@@ -5148,6 +5668,7 @@
|
|
|
5148
5668
|
"isVirtual": true,
|
|
5149
5669
|
"isOverride": false,
|
|
5150
5670
|
"isSealed": false,
|
|
5671
|
+
"visibility": "Public",
|
|
5151
5672
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5152
5673
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5153
5674
|
"isExtensionMethod": false
|
|
@@ -5167,6 +5688,7 @@
|
|
|
5167
5688
|
"isVirtual": true,
|
|
5168
5689
|
"isOverride": false,
|
|
5169
5690
|
"isSealed": false,
|
|
5691
|
+
"visibility": "Public",
|
|
5170
5692
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5171
5693
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5172
5694
|
"isExtensionMethod": false
|
|
@@ -5186,6 +5708,7 @@
|
|
|
5186
5708
|
"isVirtual": true,
|
|
5187
5709
|
"isOverride": false,
|
|
5188
5710
|
"isSealed": false,
|
|
5711
|
+
"visibility": "Public",
|
|
5189
5712
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5190
5713
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5191
5714
|
"isExtensionMethod": false
|
|
@@ -5207,6 +5730,7 @@
|
|
|
5207
5730
|
"isAbstract": false,
|
|
5208
5731
|
"isVirtual": true,
|
|
5209
5732
|
"isOverride": true,
|
|
5733
|
+
"visibility": "Public",
|
|
5210
5734
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5211
5735
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5212
5736
|
},
|
|
@@ -5225,6 +5749,7 @@
|
|
|
5225
5749
|
"isAbstract": false,
|
|
5226
5750
|
"isVirtual": true,
|
|
5227
5751
|
"isOverride": true,
|
|
5752
|
+
"visibility": "Public",
|
|
5228
5753
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5229
5754
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5230
5755
|
},
|
|
@@ -5243,6 +5768,7 @@
|
|
|
5243
5768
|
"isAbstract": false,
|
|
5244
5769
|
"isVirtual": true,
|
|
5245
5770
|
"isOverride": false,
|
|
5771
|
+
"visibility": "Public",
|
|
5246
5772
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
5247
5773
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
5248
5774
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -5258,6 +5784,7 @@
|
|
|
5258
5784
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContext,System.String):void|static=false",
|
|
5259
5785
|
"isStatic": false,
|
|
5260
5786
|
"parameterCount": 2,
|
|
5787
|
+
"visibility": "Public",
|
|
5261
5788
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.InternalDbSet\u00601",
|
|
5262
5789
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5263
5790
|
}
|
|
@@ -5274,6 +5801,27 @@
|
|
|
5274
5801
|
"isSealed": false,
|
|
5275
5802
|
"isStatic": false,
|
|
5276
5803
|
"arity": 2,
|
|
5804
|
+
"baseType": {
|
|
5805
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5806
|
+
"clrName": "System.Object"
|
|
5807
|
+
},
|
|
5808
|
+
"interfaces": [
|
|
5809
|
+
{
|
|
5810
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ICollectionLoader\u00601",
|
|
5811
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader\u00601",
|
|
5812
|
+
"typeArguments": [
|
|
5813
|
+
"TEntity"
|
|
5814
|
+
]
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
5818
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader"
|
|
5819
|
+
}
|
|
5820
|
+
],
|
|
5821
|
+
"typeParameters": [
|
|
5822
|
+
"TEntity",
|
|
5823
|
+
"TSourceEntity"
|
|
5824
|
+
],
|
|
5277
5825
|
"methods": [
|
|
5278
5826
|
{
|
|
5279
5827
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ManyToManyLoader\u00602::Load(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry,Microsoft.EntityFrameworkCore.ChangeTracking.LoadOptions):System.Void",
|
|
@@ -5290,6 +5838,7 @@
|
|
|
5290
5838
|
"isVirtual": true,
|
|
5291
5839
|
"isOverride": false,
|
|
5292
5840
|
"isSealed": false,
|
|
5841
|
+
"visibility": "Public",
|
|
5293
5842
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ManyToManyLoader\u00602",
|
|
5294
5843
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5295
5844
|
"isExtensionMethod": false
|
|
@@ -5309,6 +5858,7 @@
|
|
|
5309
5858
|
"isVirtual": true,
|
|
5310
5859
|
"isOverride": false,
|
|
5311
5860
|
"isSealed": false,
|
|
5861
|
+
"visibility": "Public",
|
|
5312
5862
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ManyToManyLoader\u00602",
|
|
5313
5863
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5314
5864
|
"isExtensionMethod": false
|
|
@@ -5328,6 +5878,7 @@
|
|
|
5328
5878
|
"isVirtual": true,
|
|
5329
5879
|
"isOverride": false,
|
|
5330
5880
|
"isSealed": false,
|
|
5881
|
+
"visibility": "Public",
|
|
5331
5882
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ManyToManyLoader\u00602",
|
|
5332
5883
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5333
5884
|
"isExtensionMethod": false
|
|
@@ -5347,6 +5898,7 @@
|
|
|
5347
5898
|
"isVirtual": true,
|
|
5348
5899
|
"isOverride": false,
|
|
5349
5900
|
"isSealed": false,
|
|
5901
|
+
"visibility": "Public",
|
|
5350
5902
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
5351
5903
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5352
5904
|
"isExtensionMethod": false,
|
|
@@ -5367,6 +5919,7 @@
|
|
|
5367
5919
|
"isVirtual": true,
|
|
5368
5920
|
"isOverride": false,
|
|
5369
5921
|
"isSealed": false,
|
|
5922
|
+
"visibility": "Public",
|
|
5370
5923
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader\u00601",
|
|
5371
5924
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5372
5925
|
"isExtensionMethod": false,
|
|
@@ -5387,6 +5940,7 @@
|
|
|
5387
5940
|
"isVirtual": true,
|
|
5388
5941
|
"isOverride": false,
|
|
5389
5942
|
"isSealed": false,
|
|
5943
|
+
"visibility": "Public",
|
|
5390
5944
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
5391
5945
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5392
5946
|
"isExtensionMethod": false,
|
|
@@ -5407,6 +5961,7 @@
|
|
|
5407
5961
|
"isVirtual": true,
|
|
5408
5962
|
"isOverride": false,
|
|
5409
5963
|
"isSealed": false,
|
|
5964
|
+
"visibility": "Public",
|
|
5410
5965
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
5411
5966
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5412
5967
|
"isExtensionMethod": false,
|
|
@@ -5424,6 +5979,7 @@
|
|
|
5424
5979
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation):void|static=false",
|
|
5425
5980
|
"isStatic": false,
|
|
5426
5981
|
"parameterCount": 1,
|
|
5982
|
+
"visibility": "Public",
|
|
5427
5983
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ManyToManyLoader\u00602",
|
|
5428
5984
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5429
5985
|
}
|
|
@@ -5440,6 +5996,10 @@
|
|
|
5440
5996
|
"isSealed": false,
|
|
5441
5997
|
"isStatic": false,
|
|
5442
5998
|
"arity": 0,
|
|
5999
|
+
"baseType": {
|
|
6000
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6001
|
+
"clrName": "System.Object"
|
|
6002
|
+
},
|
|
5443
6003
|
"methods": [
|
|
5444
6004
|
{
|
|
5445
6005
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ManyToManyLoaderFactory::Create(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation):Microsoft.EntityFrameworkCore.Internal.ICollectionLoader",
|
|
@@ -5456,6 +6016,7 @@
|
|
|
5456
6016
|
"isVirtual": true,
|
|
5457
6017
|
"isOverride": false,
|
|
5458
6018
|
"isSealed": false,
|
|
6019
|
+
"visibility": "Public",
|
|
5459
6020
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ManyToManyLoaderFactory",
|
|
5460
6021
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5461
6022
|
"isExtensionMethod": false
|
|
@@ -5471,6 +6032,7 @@
|
|
|
5471
6032
|
"isStatic": true,
|
|
5472
6033
|
"isReadOnly": true,
|
|
5473
6034
|
"isLiteral": false,
|
|
6035
|
+
"visibility": "Public",
|
|
5474
6036
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ManyToManyLoaderFactory",
|
|
5475
6037
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5476
6038
|
}
|
|
@@ -5489,6 +6051,22 @@
|
|
|
5489
6051
|
"isSealed": true,
|
|
5490
6052
|
"isStatic": false,
|
|
5491
6053
|
"arity": 1,
|
|
6054
|
+
"baseType": {
|
|
6055
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6056
|
+
"clrName": "System.Object"
|
|
6057
|
+
},
|
|
6058
|
+
"interfaces": [
|
|
6059
|
+
{
|
|
6060
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601",
|
|
6061
|
+
"clrName": "System.Collections.Generic.IEqualityComparer\u00601",
|
|
6062
|
+
"typeArguments": [
|
|
6063
|
+
"TNullableKey"
|
|
6064
|
+
]
|
|
6065
|
+
}
|
|
6066
|
+
],
|
|
6067
|
+
"typeParameters": [
|
|
6068
|
+
"TNullableKey"
|
|
6069
|
+
],
|
|
5492
6070
|
"methods": [
|
|
5493
6071
|
{
|
|
5494
6072
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.NullableComparerAdapter\u00601::Wrap(System.Collections.IEqualityComparer,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter):IEqualityComparer_1",
|
|
@@ -5505,6 +6083,7 @@
|
|
|
5505
6083
|
"isVirtual": false,
|
|
5506
6084
|
"isOverride": false,
|
|
5507
6085
|
"isSealed": false,
|
|
6086
|
+
"visibility": "Public",
|
|
5508
6087
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.NullableComparerAdapter\u00601",
|
|
5509
6088
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5510
6089
|
"isExtensionMethod": false
|
|
@@ -5524,6 +6103,7 @@
|
|
|
5524
6103
|
"isVirtual": true,
|
|
5525
6104
|
"isOverride": false,
|
|
5526
6105
|
"isSealed": true,
|
|
6106
|
+
"visibility": "Public",
|
|
5527
6107
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.NullableComparerAdapter\u00601",
|
|
5528
6108
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5529
6109
|
"isExtensionMethod": false
|
|
@@ -5543,6 +6123,7 @@
|
|
|
5543
6123
|
"isVirtual": true,
|
|
5544
6124
|
"isOverride": false,
|
|
5545
6125
|
"isSealed": true,
|
|
6126
|
+
"visibility": "Public",
|
|
5546
6127
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.NullableComparerAdapter\u00601",
|
|
5547
6128
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5548
6129
|
"isExtensionMethod": false
|
|
@@ -5564,6 +6145,16 @@
|
|
|
5564
6145
|
"isSealed": false,
|
|
5565
6146
|
"isStatic": false,
|
|
5566
6147
|
"arity": 0,
|
|
6148
|
+
"baseType": {
|
|
6149
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6150
|
+
"clrName": "System.Object"
|
|
6151
|
+
},
|
|
6152
|
+
"interfaces": [
|
|
6153
|
+
{
|
|
6154
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IRegisteredServices",
|
|
6155
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IRegisteredServices"
|
|
6156
|
+
}
|
|
6157
|
+
],
|
|
5567
6158
|
"methods": [],
|
|
5568
6159
|
"properties": [
|
|
5569
6160
|
{
|
|
@@ -5581,6 +6172,7 @@
|
|
|
5581
6172
|
"isAbstract": false,
|
|
5582
6173
|
"isVirtual": true,
|
|
5583
6174
|
"isOverride": false,
|
|
6175
|
+
"visibility": "Public",
|
|
5584
6176
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.RegisteredServices",
|
|
5585
6177
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5586
6178
|
},
|
|
@@ -5599,6 +6191,7 @@
|
|
|
5599
6191
|
"isAbstract": false,
|
|
5600
6192
|
"isVirtual": true,
|
|
5601
6193
|
"isOverride": false,
|
|
6194
|
+
"visibility": "Public",
|
|
5602
6195
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IRegisteredServices",
|
|
5603
6196
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IRegisteredServices",
|
|
5604
6197
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -5614,6 +6207,7 @@
|
|
|
5614
6207
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
5615
6208
|
"isStatic": false,
|
|
5616
6209
|
"parameterCount": 1,
|
|
6210
|
+
"visibility": "Public",
|
|
5617
6211
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.RegisteredServices",
|
|
5618
6212
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5619
6213
|
}
|
|
@@ -5630,6 +6224,30 @@
|
|
|
5630
6224
|
"isSealed": true,
|
|
5631
6225
|
"isStatic": false,
|
|
5632
6226
|
"arity": 1,
|
|
6227
|
+
"baseType": {
|
|
6228
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6229
|
+
"clrName": "System.Object"
|
|
6230
|
+
},
|
|
6231
|
+
"interfaces": [
|
|
6232
|
+
{
|
|
6233
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IScopedDbContextLease\u00601",
|
|
6234
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.IScopedDbContextLease\u00601",
|
|
6235
|
+
"typeArguments": [
|
|
6236
|
+
"TContext"
|
|
6237
|
+
]
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
6241
|
+
"clrName": "System.IDisposable"
|
|
6242
|
+
},
|
|
6243
|
+
{
|
|
6244
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
6245
|
+
"clrName": "System.IAsyncDisposable"
|
|
6246
|
+
}
|
|
6247
|
+
],
|
|
6248
|
+
"typeParameters": [
|
|
6249
|
+
"TContext"
|
|
6250
|
+
],
|
|
5633
6251
|
"methods": [],
|
|
5634
6252
|
"properties": [
|
|
5635
6253
|
{
|
|
@@ -5647,6 +6265,7 @@
|
|
|
5647
6265
|
"isAbstract": false,
|
|
5648
6266
|
"isVirtual": true,
|
|
5649
6267
|
"isOverride": false,
|
|
6268
|
+
"visibility": "Public",
|
|
5650
6269
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ScopedDbContextLease\u00601",
|
|
5651
6270
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5652
6271
|
},
|
|
@@ -5665,6 +6284,7 @@
|
|
|
5665
6284
|
"isAbstract": false,
|
|
5666
6285
|
"isVirtual": true,
|
|
5667
6286
|
"isOverride": false,
|
|
6287
|
+
"visibility": "Public",
|
|
5668
6288
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IScopedDbContextLease\u00601",
|
|
5669
6289
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IScopedDbContextLease\u00601",
|
|
5670
6290
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -5680,6 +6300,7 @@
|
|
|
5680
6300
|
"normalizedSignature": "constructor|(IDbContextPool_1):void|static=false",
|
|
5681
6301
|
"isStatic": false,
|
|
5682
6302
|
"parameterCount": 1,
|
|
6303
|
+
"visibility": "Public",
|
|
5683
6304
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ScopedDbContextLease\u00601",
|
|
5684
6305
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5685
6306
|
}
|
|
@@ -5696,6 +6317,19 @@
|
|
|
5696
6317
|
"isSealed": false,
|
|
5697
6318
|
"isStatic": false,
|
|
5698
6319
|
"arity": 0,
|
|
6320
|
+
"baseType": {
|
|
6321
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6322
|
+
"clrName": "System.Object"
|
|
6323
|
+
},
|
|
6324
|
+
"interfaces": [
|
|
6325
|
+
{
|
|
6326
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601",
|
|
6327
|
+
"clrName": "System.Collections.Generic.IComparer\u00601",
|
|
6328
|
+
"typeArguments": [
|
|
6329
|
+
"String"
|
|
6330
|
+
]
|
|
6331
|
+
}
|
|
6332
|
+
],
|
|
5699
6333
|
"methods": [
|
|
5700
6334
|
{
|
|
5701
6335
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Internal.SemanticVersionComparer::Compare(System.String,System.String):System.Int32",
|
|
@@ -5712,6 +6346,7 @@
|
|
|
5712
6346
|
"isVirtual": true,
|
|
5713
6347
|
"isOverride": false,
|
|
5714
6348
|
"isSealed": false,
|
|
6349
|
+
"visibility": "Public",
|
|
5715
6350
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.SemanticVersionComparer",
|
|
5716
6351
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5717
6352
|
"isExtensionMethod": false
|
|
@@ -5728,6 +6363,7 @@
|
|
|
5728
6363
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5729
6364
|
"isStatic": false,
|
|
5730
6365
|
"parameterCount": 0,
|
|
6366
|
+
"visibility": "Public",
|
|
5731
6367
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.SemanticVersionComparer",
|
|
5732
6368
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
5733
6369
|
}
|
|
@@ -5744,6 +6380,10 @@
|
|
|
5744
6380
|
"isSealed": false,
|
|
5745
6381
|
"isStatic": false,
|
|
5746
6382
|
"arity": 0,
|
|
6383
|
+
"baseType": {
|
|
6384
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6385
|
+
"clrName": "System.Object"
|
|
6386
|
+
},
|
|
5747
6387
|
"methods": [
|
|
5748
6388
|
{
|
|
5749
6389
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache::GetOrAdd(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions,System.Boolean):System.IServiceProvider",
|
|
@@ -5760,6 +6400,7 @@
|
|
|
5760
6400
|
"isVirtual": true,
|
|
5761
6401
|
"isOverride": false,
|
|
5762
6402
|
"isSealed": false,
|
|
6403
|
+
"visibility": "Public",
|
|
5763
6404
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache",
|
|
5764
6405
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5765
6406
|
"isExtensionMethod": false
|
|
@@ -5781,6 +6422,7 @@
|
|
|
5781
6422
|
"isAbstract": false,
|
|
5782
6423
|
"isVirtual": false,
|
|
5783
6424
|
"isOverride": false,
|
|
6425
|
+
"visibility": "Public",
|
|
5784
6426
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache",
|
|
5785
6427
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5786
6428
|
}
|
|
@@ -5795,6 +6437,7 @@
|
|
|
5795
6437
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5796
6438
|
"isStatic": false,
|
|
5797
6439
|
"parameterCount": 0,
|
|
6440
|
+
"visibility": "Public",
|
|
5798
6441
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ServiceProviderCache",
|
|
5799
6442
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5800
6443
|
}
|
|
@@ -5811,6 +6454,16 @@
|
|
|
5811
6454
|
"isSealed": false,
|
|
5812
6455
|
"isStatic": false,
|
|
5813
6456
|
"arity": 0,
|
|
6457
|
+
"baseType": {
|
|
6458
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6459
|
+
"clrName": "System.Object"
|
|
6460
|
+
},
|
|
6461
|
+
"interfaces": [
|
|
6462
|
+
{
|
|
6463
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ISingletonOptionsInitializer",
|
|
6464
|
+
"clrName": "Microsoft.EntityFrameworkCore.Internal.ISingletonOptionsInitializer"
|
|
6465
|
+
}
|
|
6466
|
+
],
|
|
5814
6467
|
"methods": [
|
|
5815
6468
|
{
|
|
5816
6469
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.SingletonOptionsInitializer::EnsureInitialized(System.IServiceProvider,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
|
|
@@ -5827,6 +6480,7 @@
|
|
|
5827
6480
|
"isVirtual": true,
|
|
5828
6481
|
"isOverride": false,
|
|
5829
6482
|
"isSealed": false,
|
|
6483
|
+
"visibility": "Public",
|
|
5830
6484
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.SingletonOptionsInitializer",
|
|
5831
6485
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5832
6486
|
"isExtensionMethod": false
|
|
@@ -5846,6 +6500,7 @@
|
|
|
5846
6500
|
"isVirtual": true,
|
|
5847
6501
|
"isOverride": false,
|
|
5848
6502
|
"isSealed": false,
|
|
6503
|
+
"visibility": "Public",
|
|
5849
6504
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ISingletonOptionsInitializer",
|
|
5850
6505
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5851
6506
|
"isExtensionMethod": false,
|
|
@@ -5863,6 +6518,7 @@
|
|
|
5863
6518
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5864
6519
|
"isStatic": false,
|
|
5865
6520
|
"parameterCount": 0,
|
|
6521
|
+
"visibility": "Public",
|
|
5866
6522
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.SingletonOptionsInitializer",
|
|
5867
6523
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5868
6524
|
}
|
|
@@ -5879,6 +6535,26 @@
|
|
|
5879
6535
|
"isSealed": true,
|
|
5880
6536
|
"isStatic": false,
|
|
5881
6537
|
"arity": 0,
|
|
6538
|
+
"baseType": {
|
|
6539
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6540
|
+
"clrName": "System.Object"
|
|
6541
|
+
},
|
|
6542
|
+
"interfaces": [
|
|
6543
|
+
{
|
|
6544
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601",
|
|
6545
|
+
"clrName": "System.Collections.Generic.IComparer\u00601",
|
|
6546
|
+
"typeArguments": [
|
|
6547
|
+
"Type"
|
|
6548
|
+
]
|
|
6549
|
+
},
|
|
6550
|
+
{
|
|
6551
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601",
|
|
6552
|
+
"clrName": "System.Collections.Generic.IEqualityComparer\u00601",
|
|
6553
|
+
"typeArguments": [
|
|
6554
|
+
"Type"
|
|
6555
|
+
]
|
|
6556
|
+
}
|
|
6557
|
+
],
|
|
5882
6558
|
"methods": [
|
|
5883
6559
|
{
|
|
5884
6560
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.TypeFullNameComparer::Compare(System.Type,System.Type):System.Int32",
|
|
@@ -5895,6 +6571,7 @@
|
|
|
5895
6571
|
"isVirtual": true,
|
|
5896
6572
|
"isOverride": false,
|
|
5897
6573
|
"isSealed": true,
|
|
6574
|
+
"visibility": "Public",
|
|
5898
6575
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeFullNameComparer",
|
|
5899
6576
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5900
6577
|
"isExtensionMethod": false
|
|
@@ -5914,6 +6591,7 @@
|
|
|
5914
6591
|
"isVirtual": true,
|
|
5915
6592
|
"isOverride": false,
|
|
5916
6593
|
"isSealed": true,
|
|
6594
|
+
"visibility": "Public",
|
|
5917
6595
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeFullNameComparer",
|
|
5918
6596
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5919
6597
|
"isExtensionMethod": false
|
|
@@ -5933,6 +6611,7 @@
|
|
|
5933
6611
|
"isVirtual": true,
|
|
5934
6612
|
"isOverride": false,
|
|
5935
6613
|
"isSealed": true,
|
|
6614
|
+
"visibility": "Public",
|
|
5936
6615
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeFullNameComparer",
|
|
5937
6616
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5938
6617
|
"isExtensionMethod": false
|
|
@@ -5948,6 +6627,7 @@
|
|
|
5948
6627
|
"isStatic": true,
|
|
5949
6628
|
"isReadOnly": true,
|
|
5950
6629
|
"isLiteral": false,
|
|
6630
|
+
"visibility": "Public",
|
|
5951
6631
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeFullNameComparer",
|
|
5952
6632
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
5953
6633
|
}
|
|
@@ -5966,6 +6646,10 @@
|
|
|
5966
6646
|
"isSealed": true,
|
|
5967
6647
|
"isStatic": true,
|
|
5968
6648
|
"arity": 0,
|
|
6649
|
+
"baseType": {
|
|
6650
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6651
|
+
"clrName": "System.Object"
|
|
6652
|
+
},
|
|
5969
6653
|
"methods": [
|
|
5970
6654
|
{
|
|
5971
6655
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbContextDependenciesExtensions::GetDependencies(Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies):Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies",
|
|
@@ -5982,6 +6666,7 @@
|
|
|
5982
6666
|
"isVirtual": false,
|
|
5983
6667
|
"isOverride": false,
|
|
5984
6668
|
"isSealed": false,
|
|
6669
|
+
"visibility": "Public",
|
|
5985
6670
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependenciesExtensions",
|
|
5986
6671
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5987
6672
|
"isExtensionMethod": true
|
|
@@ -6001,6 +6686,7 @@
|
|
|
6001
6686
|
"isVirtual": false,
|
|
6002
6687
|
"isOverride": false,
|
|
6003
6688
|
"isSealed": false,
|
|
6689
|
+
"visibility": "Public",
|
|
6004
6690
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextDependenciesExtensions",
|
|
6005
6691
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6006
6692
|
"isExtensionMethod": true
|
|
@@ -6022,6 +6708,10 @@
|
|
|
6022
6708
|
"isSealed": true,
|
|
6023
6709
|
"isStatic": true,
|
|
6024
6710
|
"arity": 0,
|
|
6711
|
+
"baseType": {
|
|
6712
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6713
|
+
"clrName": "System.Object"
|
|
6714
|
+
},
|
|
6025
6715
|
"methods": [
|
|
6026
6716
|
{
|
|
6027
6717
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.DbContextExtensions::ConfigureConventions(Microsoft.EntityFrameworkCore.DbContext,Microsoft.EntityFrameworkCore.ModelConfigurationBuilder):System.Void",
|
|
@@ -6038,6 +6728,7 @@
|
|
|
6038
6728
|
"isVirtual": false,
|
|
6039
6729
|
"isOverride": false,
|
|
6040
6730
|
"isSealed": false,
|
|
6731
|
+
"visibility": "Public",
|
|
6041
6732
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.DbContextExtensions",
|
|
6042
6733
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6043
6734
|
"isExtensionMethod": true
|
|
@@ -6059,6 +6750,10 @@
|
|
|
6059
6750
|
"isSealed": true,
|
|
6060
6751
|
"isStatic": true,
|
|
6061
6752
|
"arity": 0,
|
|
6753
|
+
"baseType": {
|
|
6754
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6755
|
+
"clrName": "System.Object"
|
|
6756
|
+
},
|
|
6062
6757
|
"methods": [
|
|
6063
6758
|
{
|
|
6064
6759
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.EntityTypeExtensions::IsAdHoc(Microsoft.EntityFrameworkCore.Metadata.IEntityType):System.Boolean",
|
|
@@ -6075,6 +6770,7 @@
|
|
|
6075
6770
|
"isVirtual": false,
|
|
6076
6771
|
"isOverride": false,
|
|
6077
6772
|
"isSealed": false,
|
|
6773
|
+
"visibility": "Public",
|
|
6078
6774
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.EntityTypeExtensions",
|
|
6079
6775
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6080
6776
|
"isExtensionMethod": true
|
|
@@ -6096,6 +6792,10 @@
|
|
|
6096
6792
|
"isSealed": true,
|
|
6097
6793
|
"isStatic": true,
|
|
6098
6794
|
"arity": 0,
|
|
6795
|
+
"baseType": {
|
|
6796
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6797
|
+
"clrName": "System.Object"
|
|
6798
|
+
},
|
|
6099
6799
|
"methods": [
|
|
6100
6800
|
{
|
|
6101
6801
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions::MakeHasSentinel(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase):System.Linq.Expressions.Expression",
|
|
@@ -6112,6 +6812,7 @@
|
|
|
6112
6812
|
"isVirtual": false,
|
|
6113
6813
|
"isOverride": false,
|
|
6114
6814
|
"isSealed": false,
|
|
6815
|
+
"visibility": "Public",
|
|
6115
6816
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions",
|
|
6116
6817
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6117
6818
|
"isExtensionMethod": true
|
|
@@ -6131,6 +6832,7 @@
|
|
|
6131
6832
|
"isVirtual": false,
|
|
6132
6833
|
"isOverride": false,
|
|
6133
6834
|
"isSealed": false,
|
|
6835
|
+
"visibility": "Public",
|
|
6134
6836
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions",
|
|
6135
6837
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6136
6838
|
"isExtensionMethod": true
|
|
@@ -6150,6 +6852,7 @@
|
|
|
6150
6852
|
"isVirtual": false,
|
|
6151
6853
|
"isOverride": false,
|
|
6152
6854
|
"isSealed": false,
|
|
6855
|
+
"visibility": "Public",
|
|
6153
6856
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions",
|
|
6154
6857
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6155
6858
|
"isExtensionMethod": true
|
|
@@ -6169,6 +6872,7 @@
|
|
|
6169
6872
|
"isVirtual": false,
|
|
6170
6873
|
"isOverride": false,
|
|
6171
6874
|
"isSealed": false,
|
|
6875
|
+
"visibility": "Public",
|
|
6172
6876
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions",
|
|
6173
6877
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6174
6878
|
"isExtensionMethod": true
|
|
@@ -6188,6 +6892,7 @@
|
|
|
6188
6892
|
"isVirtual": false,
|
|
6189
6893
|
"isOverride": false,
|
|
6190
6894
|
"isSealed": false,
|
|
6895
|
+
"visibility": "Public",
|
|
6191
6896
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions",
|
|
6192
6897
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6193
6898
|
"isExtensionMethod": true
|
|
@@ -6207,6 +6912,7 @@
|
|
|
6207
6912
|
"isVirtual": false,
|
|
6208
6913
|
"isOverride": false,
|
|
6209
6914
|
"isSealed": false,
|
|
6915
|
+
"visibility": "Public",
|
|
6210
6916
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions",
|
|
6211
6917
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6212
6918
|
"isExtensionMethod": true
|
|
@@ -6226,6 +6932,7 @@
|
|
|
6226
6932
|
"isVirtual": false,
|
|
6227
6933
|
"isOverride": false,
|
|
6228
6934
|
"isSealed": false,
|
|
6935
|
+
"visibility": "Public",
|
|
6229
6936
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions",
|
|
6230
6937
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6231
6938
|
"isExtensionMethod": true
|
|
@@ -6245,6 +6952,7 @@
|
|
|
6245
6952
|
"isVirtual": false,
|
|
6246
6953
|
"isOverride": false,
|
|
6247
6954
|
"isSealed": false,
|
|
6955
|
+
"visibility": "Public",
|
|
6248
6956
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.ExpressionExtensions",
|
|
6249
6957
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6250
6958
|
"isExtensionMethod": false
|
|
@@ -6266,6 +6974,10 @@
|
|
|
6266
6974
|
"isSealed": true,
|
|
6267
6975
|
"isStatic": true,
|
|
6268
6976
|
"arity": 0,
|
|
6977
|
+
"baseType": {
|
|
6978
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6979
|
+
"clrName": "System.Object"
|
|
6980
|
+
},
|
|
6269
6981
|
"methods": [
|
|
6270
6982
|
{
|
|
6271
6983
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.MethodInfoExtensions::MethodIsClosedFormOf(System.Reflection.MethodInfo,System.Reflection.MethodInfo):System.Boolean",
|
|
@@ -6282,6 +6994,7 @@
|
|
|
6282
6994
|
"isVirtual": false,
|
|
6283
6995
|
"isOverride": false,
|
|
6284
6996
|
"isSealed": false,
|
|
6997
|
+
"visibility": "Public",
|
|
6285
6998
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.MethodInfoExtensions",
|
|
6286
6999
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6287
7000
|
"isExtensionMethod": true
|
|
@@ -6303,6 +7016,10 @@
|
|
|
6303
7016
|
"isSealed": true,
|
|
6304
7017
|
"isStatic": true,
|
|
6305
7018
|
"arity": 0,
|
|
7019
|
+
"baseType": {
|
|
7020
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7021
|
+
"clrName": "System.Object"
|
|
7022
|
+
},
|
|
6306
7023
|
"methods": [
|
|
6307
7024
|
{
|
|
6308
7025
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Internal.MethodInfoExtensions::DisplayName(System.Reflection.MethodInfo):System.String",
|
|
@@ -6319,6 +7036,7 @@
|
|
|
6319
7036
|
"isVirtual": false,
|
|
6320
7037
|
"isOverride": false,
|
|
6321
7038
|
"isSealed": false,
|
|
7039
|
+
"visibility": "Public",
|
|
6322
7040
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.MethodInfoExtensions",
|
|
6323
7041
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6324
7042
|
"isExtensionMethod": true
|
|
@@ -6340,6 +7058,10 @@
|
|
|
6340
7058
|
"isSealed": true,
|
|
6341
7059
|
"isStatic": true,
|
|
6342
7060
|
"arity": 0,
|
|
7061
|
+
"baseType": {
|
|
7062
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7063
|
+
"clrName": "System.Object"
|
|
7064
|
+
},
|
|
6343
7065
|
"methods": [
|
|
6344
7066
|
{
|
|
6345
7067
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Internal.RelationalCommandResolverExtensions::RentAndPopulateRelationalCommand(Microsoft.EntityFrameworkCore.Query.Internal.RelationalCommandResolver,Microsoft.EntityFrameworkCore.Query.RelationalQueryContext):Microsoft.EntityFrameworkCore.Storage.IRelationalCommand",
|
|
@@ -6356,6 +7078,7 @@
|
|
|
6356
7078
|
"isVirtual": false,
|
|
6357
7079
|
"isOverride": false,
|
|
6358
7080
|
"isSealed": false,
|
|
7081
|
+
"visibility": "Public",
|
|
6359
7082
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.RelationalCommandResolverExtensions",
|
|
6360
7083
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6361
7084
|
"isExtensionMethod": true
|
|
@@ -6377,6 +7100,10 @@
|
|
|
6377
7100
|
"isSealed": true,
|
|
6378
7101
|
"isStatic": true,
|
|
6379
7102
|
"arity": 0,
|
|
7103
|
+
"baseType": {
|
|
7104
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7105
|
+
"clrName": "System.Object"
|
|
7106
|
+
},
|
|
6380
7107
|
"methods": [
|
|
6381
7108
|
{
|
|
6382
7109
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Internal.RelationalModelExtensions::EnsureRelationalModel(Microsoft.EntityFrameworkCore.Metadata.IModel):System.Void",
|
|
@@ -6393,6 +7120,7 @@
|
|
|
6393
7120
|
"isVirtual": false,
|
|
6394
7121
|
"isOverride": false,
|
|
6395
7122
|
"isSealed": false,
|
|
7123
|
+
"visibility": "Public",
|
|
6396
7124
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.RelationalModelExtensions",
|
|
6397
7125
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6398
7126
|
"isExtensionMethod": true
|
|
@@ -6414,6 +7142,10 @@
|
|
|
6414
7142
|
"isSealed": true,
|
|
6415
7143
|
"isStatic": true,
|
|
6416
7144
|
"arity": 0,
|
|
7145
|
+
"baseType": {
|
|
7146
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7147
|
+
"clrName": "System.Object"
|
|
7148
|
+
},
|
|
6417
7149
|
"methods": [
|
|
6418
7150
|
{
|
|
6419
7151
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Internal.TupleExtensions::FormatTables(System.Collections.Generic.IEnumerable_1[[System.ValueTuple_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
|
|
@@ -6430,6 +7162,7 @@
|
|
|
6430
7162
|
"isVirtual": false,
|
|
6431
7163
|
"isOverride": false,
|
|
6432
7164
|
"isSealed": false,
|
|
7165
|
+
"visibility": "Public",
|
|
6433
7166
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TupleExtensions",
|
|
6434
7167
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6435
7168
|
"isExtensionMethod": true
|
|
@@ -6449,6 +7182,7 @@
|
|
|
6449
7182
|
"isVirtual": false,
|
|
6450
7183
|
"isOverride": false,
|
|
6451
7184
|
"isSealed": false,
|
|
7185
|
+
"visibility": "Public",
|
|
6452
7186
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TupleExtensions",
|
|
6453
7187
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6454
7188
|
"isExtensionMethod": true
|
|
@@ -6470,6 +7204,10 @@
|
|
|
6470
7204
|
"isSealed": true,
|
|
6471
7205
|
"isStatic": true,
|
|
6472
7206
|
"arity": 0,
|
|
7207
|
+
"baseType": {
|
|
7208
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7209
|
+
"clrName": "System.Object"
|
|
7210
|
+
},
|
|
6473
7211
|
"methods": [
|
|
6474
7212
|
{
|
|
6475
7213
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.TypeBaseExtensions::DisplayName(Microsoft.EntityFrameworkCore.Metadata.Internal.TypeBase):System.String",
|
|
@@ -6486,6 +7224,7 @@
|
|
|
6486
7224
|
"isVirtual": false,
|
|
6487
7225
|
"isOverride": false,
|
|
6488
7226
|
"isSealed": false,
|
|
7227
|
+
"visibility": "Public",
|
|
6489
7228
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeBaseExtensions",
|
|
6490
7229
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6491
7230
|
"isExtensionMethod": true
|
|
@@ -6505,6 +7244,7 @@
|
|
|
6505
7244
|
"isVirtual": false,
|
|
6506
7245
|
"isOverride": false,
|
|
6507
7246
|
"isSealed": false,
|
|
7247
|
+
"visibility": "Public",
|
|
6508
7248
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeBaseExtensions",
|
|
6509
7249
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6510
7250
|
"isExtensionMethod": true
|
|
@@ -6524,6 +7264,7 @@
|
|
|
6524
7264
|
"isVirtual": false,
|
|
6525
7265
|
"isOverride": false,
|
|
6526
7266
|
"isSealed": false,
|
|
7267
|
+
"visibility": "Public",
|
|
6527
7268
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeBaseExtensions",
|
|
6528
7269
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6529
7270
|
"isExtensionMethod": true
|
|
@@ -6543,6 +7284,7 @@
|
|
|
6543
7284
|
"isVirtual": false,
|
|
6544
7285
|
"isOverride": false,
|
|
6545
7286
|
"isSealed": false,
|
|
7287
|
+
"visibility": "Public",
|
|
6546
7288
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeBaseExtensions",
|
|
6547
7289
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6548
7290
|
"isExtensionMethod": true
|
|
@@ -6562,6 +7304,7 @@
|
|
|
6562
7304
|
"isVirtual": false,
|
|
6563
7305
|
"isOverride": false,
|
|
6564
7306
|
"isSealed": false,
|
|
7307
|
+
"visibility": "Public",
|
|
6565
7308
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeBaseExtensions",
|
|
6566
7309
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6567
7310
|
"isExtensionMethod": true
|
|
@@ -6581,6 +7324,7 @@
|
|
|
6581
7324
|
"isVirtual": false,
|
|
6582
7325
|
"isOverride": false,
|
|
6583
7326
|
"isSealed": false,
|
|
7327
|
+
"visibility": "Public",
|
|
6584
7328
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeBaseExtensions",
|
|
6585
7329
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6586
7330
|
"isExtensionMethod": true
|
|
@@ -6602,6 +7346,10 @@
|
|
|
6602
7346
|
"isSealed": true,
|
|
6603
7347
|
"isStatic": true,
|
|
6604
7348
|
"arity": 0,
|
|
7349
|
+
"baseType": {
|
|
7350
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7351
|
+
"clrName": "System.Object"
|
|
7352
|
+
},
|
|
6605
7353
|
"methods": [
|
|
6606
7354
|
{
|
|
6607
7355
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.TypeExtensions::IsDefaultValue(System.Type,System.Object):System.Boolean",
|
|
@@ -6618,6 +7366,7 @@
|
|
|
6618
7366
|
"isVirtual": false,
|
|
6619
7367
|
"isOverride": false,
|
|
6620
7368
|
"isSealed": false,
|
|
7369
|
+
"visibility": "Public",
|
|
6621
7370
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeExtensions",
|
|
6622
7371
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6623
7372
|
"isExtensionMethod": true
|
|
@@ -6637,6 +7386,7 @@
|
|
|
6637
7386
|
"isVirtual": false,
|
|
6638
7387
|
"isOverride": false,
|
|
6639
7388
|
"isSealed": false,
|
|
7389
|
+
"visibility": "Public",
|
|
6640
7390
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeExtensions",
|
|
6641
7391
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6642
7392
|
"isExtensionMethod": true
|
|
@@ -6656,6 +7406,7 @@
|
|
|
6656
7406
|
"isVirtual": false,
|
|
6657
7407
|
"isOverride": false,
|
|
6658
7408
|
"isSealed": false,
|
|
7409
|
+
"visibility": "Public",
|
|
6659
7410
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeExtensions",
|
|
6660
7411
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6661
7412
|
"isExtensionMethod": true
|
|
@@ -6675,6 +7426,7 @@
|
|
|
6675
7426
|
"isVirtual": false,
|
|
6676
7427
|
"isOverride": false,
|
|
6677
7428
|
"isSealed": false,
|
|
7429
|
+
"visibility": "Public",
|
|
6678
7430
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Internal.TypeExtensions",
|
|
6679
7431
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6680
7432
|
"isExtensionMethod": true
|