@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.Design.IAnnotationCodeGenerator",
|
|
36
37
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
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.Design.IAnnotationCodeGenerator",
|
|
55
57
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
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.Design.IAnnotationCodeGenerator",
|
|
74
77
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
75
78
|
"isExtensionMethod": false
|
|
@@ -89,6 +92,7 @@
|
|
|
89
92
|
"isVirtual": true,
|
|
90
93
|
"isOverride": false,
|
|
91
94
|
"isSealed": false,
|
|
95
|
+
"visibility": "Public",
|
|
92
96
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
93
97
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
94
98
|
"isExtensionMethod": false
|
|
@@ -108,6 +112,7 @@
|
|
|
108
112
|
"isVirtual": true,
|
|
109
113
|
"isOverride": false,
|
|
110
114
|
"isSealed": false,
|
|
115
|
+
"visibility": "Public",
|
|
111
116
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
112
117
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
113
118
|
"isExtensionMethod": false
|
|
@@ -127,6 +132,7 @@
|
|
|
127
132
|
"isVirtual": true,
|
|
128
133
|
"isOverride": false,
|
|
129
134
|
"isSealed": false,
|
|
135
|
+
"visibility": "Public",
|
|
130
136
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
131
137
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
132
138
|
"isExtensionMethod": false
|
|
@@ -146,6 +152,7 @@
|
|
|
146
152
|
"isVirtual": true,
|
|
147
153
|
"isOverride": false,
|
|
148
154
|
"isSealed": false,
|
|
155
|
+
"visibility": "Public",
|
|
149
156
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
150
157
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
151
158
|
"isExtensionMethod": false
|
|
@@ -165,6 +172,7 @@
|
|
|
165
172
|
"isVirtual": true,
|
|
166
173
|
"isOverride": false,
|
|
167
174
|
"isSealed": false,
|
|
175
|
+
"visibility": "Public",
|
|
168
176
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
169
177
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
170
178
|
"isExtensionMethod": false
|
|
@@ -184,6 +192,7 @@
|
|
|
184
192
|
"isVirtual": true,
|
|
185
193
|
"isOverride": false,
|
|
186
194
|
"isSealed": false,
|
|
195
|
+
"visibility": "Public",
|
|
187
196
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
188
197
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
189
198
|
"isExtensionMethod": false
|
|
@@ -203,6 +212,7 @@
|
|
|
203
212
|
"isVirtual": true,
|
|
204
213
|
"isOverride": false,
|
|
205
214
|
"isSealed": false,
|
|
215
|
+
"visibility": "Public",
|
|
206
216
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
207
217
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
208
218
|
"isExtensionMethod": false
|
|
@@ -222,6 +232,7 @@
|
|
|
222
232
|
"isVirtual": true,
|
|
223
233
|
"isOverride": false,
|
|
224
234
|
"isSealed": false,
|
|
235
|
+
"visibility": "Public",
|
|
225
236
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
226
237
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
227
238
|
"isExtensionMethod": false
|
|
@@ -241,6 +252,7 @@
|
|
|
241
252
|
"isVirtual": true,
|
|
242
253
|
"isOverride": false,
|
|
243
254
|
"isSealed": false,
|
|
255
|
+
"visibility": "Public",
|
|
244
256
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
245
257
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
246
258
|
"isExtensionMethod": false
|
|
@@ -260,6 +272,7 @@
|
|
|
260
272
|
"isVirtual": true,
|
|
261
273
|
"isOverride": false,
|
|
262
274
|
"isSealed": false,
|
|
275
|
+
"visibility": "Public",
|
|
263
276
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
264
277
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
265
278
|
"isExtensionMethod": false
|
|
@@ -279,6 +292,7 @@
|
|
|
279
292
|
"isVirtual": true,
|
|
280
293
|
"isOverride": false,
|
|
281
294
|
"isSealed": false,
|
|
295
|
+
"visibility": "Public",
|
|
282
296
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
283
297
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
284
298
|
"isExtensionMethod": false
|
|
@@ -298,6 +312,7 @@
|
|
|
298
312
|
"isVirtual": true,
|
|
299
313
|
"isOverride": false,
|
|
300
314
|
"isSealed": false,
|
|
315
|
+
"visibility": "Public",
|
|
301
316
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
302
317
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
303
318
|
"isExtensionMethod": false
|
|
@@ -317,6 +332,7 @@
|
|
|
317
332
|
"isVirtual": true,
|
|
318
333
|
"isOverride": false,
|
|
319
334
|
"isSealed": false,
|
|
335
|
+
"visibility": "Public",
|
|
320
336
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
321
337
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
322
338
|
"isExtensionMethod": false
|
|
@@ -336,6 +352,7 @@
|
|
|
336
352
|
"isVirtual": true,
|
|
337
353
|
"isOverride": false,
|
|
338
354
|
"isSealed": false,
|
|
355
|
+
"visibility": "Public",
|
|
339
356
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
340
357
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
341
358
|
"isExtensionMethod": false
|
|
@@ -355,6 +372,7 @@
|
|
|
355
372
|
"isVirtual": true,
|
|
356
373
|
"isOverride": false,
|
|
357
374
|
"isSealed": false,
|
|
375
|
+
"visibility": "Public",
|
|
358
376
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
359
377
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
360
378
|
"isExtensionMethod": false
|
|
@@ -374,6 +392,7 @@
|
|
|
374
392
|
"isVirtual": true,
|
|
375
393
|
"isOverride": false,
|
|
376
394
|
"isSealed": false,
|
|
395
|
+
"visibility": "Public",
|
|
377
396
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
378
397
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
379
398
|
"isExtensionMethod": false
|
|
@@ -393,6 +412,7 @@
|
|
|
393
412
|
"isVirtual": true,
|
|
394
413
|
"isOverride": false,
|
|
395
414
|
"isSealed": false,
|
|
415
|
+
"visibility": "Public",
|
|
396
416
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
397
417
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
398
418
|
"isExtensionMethod": false
|
|
@@ -412,6 +432,7 @@
|
|
|
412
432
|
"isVirtual": true,
|
|
413
433
|
"isOverride": false,
|
|
414
434
|
"isSealed": false,
|
|
435
|
+
"visibility": "Public",
|
|
415
436
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
416
437
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
417
438
|
"isExtensionMethod": false
|
|
@@ -431,6 +452,7 @@
|
|
|
431
452
|
"isVirtual": true,
|
|
432
453
|
"isOverride": false,
|
|
433
454
|
"isSealed": false,
|
|
455
|
+
"visibility": "Public",
|
|
434
456
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
435
457
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
436
458
|
"isExtensionMethod": false
|
|
@@ -450,6 +472,7 @@
|
|
|
450
472
|
"isVirtual": true,
|
|
451
473
|
"isOverride": false,
|
|
452
474
|
"isSealed": false,
|
|
475
|
+
"visibility": "Public",
|
|
453
476
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
454
477
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
455
478
|
"isExtensionMethod": false
|
|
@@ -469,6 +492,7 @@
|
|
|
469
492
|
"isVirtual": true,
|
|
470
493
|
"isOverride": false,
|
|
471
494
|
"isSealed": false,
|
|
495
|
+
"visibility": "Public",
|
|
472
496
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
473
497
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
474
498
|
"isExtensionMethod": false
|
|
@@ -488,6 +512,7 @@
|
|
|
488
512
|
"isVirtual": true,
|
|
489
513
|
"isOverride": false,
|
|
490
514
|
"isSealed": false,
|
|
515
|
+
"visibility": "Public",
|
|
491
516
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
492
517
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
493
518
|
"isExtensionMethod": false
|
|
@@ -507,6 +532,7 @@
|
|
|
507
532
|
"isVirtual": true,
|
|
508
533
|
"isOverride": false,
|
|
509
534
|
"isSealed": false,
|
|
535
|
+
"visibility": "Public",
|
|
510
536
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
511
537
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
512
538
|
"isExtensionMethod": false
|
|
@@ -526,6 +552,7 @@
|
|
|
526
552
|
"isVirtual": true,
|
|
527
553
|
"isOverride": false,
|
|
528
554
|
"isSealed": false,
|
|
555
|
+
"visibility": "Public",
|
|
529
556
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
530
557
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
531
558
|
"isExtensionMethod": false
|
|
@@ -545,6 +572,7 @@
|
|
|
545
572
|
"isVirtual": true,
|
|
546
573
|
"isOverride": false,
|
|
547
574
|
"isSealed": false,
|
|
575
|
+
"visibility": "Public",
|
|
548
576
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
549
577
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
550
578
|
"isExtensionMethod": false
|
|
@@ -564,6 +592,7 @@
|
|
|
564
592
|
"isVirtual": true,
|
|
565
593
|
"isOverride": false,
|
|
566
594
|
"isSealed": false,
|
|
595
|
+
"visibility": "Public",
|
|
567
596
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
568
597
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
569
598
|
"isExtensionMethod": false
|
|
@@ -583,6 +612,7 @@
|
|
|
583
612
|
"isVirtual": true,
|
|
584
613
|
"isOverride": false,
|
|
585
614
|
"isSealed": false,
|
|
615
|
+
"visibility": "Public",
|
|
586
616
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
587
617
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
588
618
|
"isExtensionMethod": false
|
|
@@ -602,6 +632,7 @@
|
|
|
602
632
|
"isVirtual": true,
|
|
603
633
|
"isOverride": false,
|
|
604
634
|
"isSealed": false,
|
|
635
|
+
"visibility": "Public",
|
|
605
636
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
606
637
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
607
638
|
"isExtensionMethod": false
|
|
@@ -621,6 +652,7 @@
|
|
|
621
652
|
"isVirtual": true,
|
|
622
653
|
"isOverride": false,
|
|
623
654
|
"isSealed": false,
|
|
655
|
+
"visibility": "Public",
|
|
624
656
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
625
657
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
626
658
|
"isExtensionMethod": false
|
|
@@ -640,6 +672,7 @@
|
|
|
640
672
|
"isVirtual": true,
|
|
641
673
|
"isOverride": false,
|
|
642
674
|
"isSealed": false,
|
|
675
|
+
"visibility": "Public",
|
|
643
676
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
644
677
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
645
678
|
"isExtensionMethod": false
|
|
@@ -677,6 +710,7 @@
|
|
|
677
710
|
"isVirtual": true,
|
|
678
711
|
"isOverride": false,
|
|
679
712
|
"isSealed": false,
|
|
713
|
+
"visibility": "Public",
|
|
680
714
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
681
715
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
682
716
|
"isExtensionMethod": false
|
|
@@ -696,6 +730,7 @@
|
|
|
696
730
|
"isVirtual": true,
|
|
697
731
|
"isOverride": false,
|
|
698
732
|
"isSealed": false,
|
|
733
|
+
"visibility": "Public",
|
|
699
734
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
700
735
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
701
736
|
"isExtensionMethod": false
|
|
@@ -715,6 +750,7 @@
|
|
|
715
750
|
"isVirtual": true,
|
|
716
751
|
"isOverride": false,
|
|
717
752
|
"isSealed": false,
|
|
753
|
+
"visibility": "Public",
|
|
718
754
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
719
755
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
720
756
|
"isExtensionMethod": false
|
|
@@ -734,6 +770,7 @@
|
|
|
734
770
|
"isVirtual": true,
|
|
735
771
|
"isOverride": false,
|
|
736
772
|
"isSealed": false,
|
|
773
|
+
"visibility": "Public",
|
|
737
774
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
738
775
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
739
776
|
"isExtensionMethod": false
|
|
@@ -753,6 +790,7 @@
|
|
|
753
790
|
"isVirtual": true,
|
|
754
791
|
"isOverride": false,
|
|
755
792
|
"isSealed": false,
|
|
793
|
+
"visibility": "Public",
|
|
756
794
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
757
795
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
758
796
|
"isExtensionMethod": false
|
|
@@ -772,6 +810,7 @@
|
|
|
772
810
|
"isVirtual": true,
|
|
773
811
|
"isOverride": false,
|
|
774
812
|
"isSealed": false,
|
|
813
|
+
"visibility": "Public",
|
|
775
814
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
776
815
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
777
816
|
"isExtensionMethod": false
|
|
@@ -791,6 +830,7 @@
|
|
|
791
830
|
"isVirtual": true,
|
|
792
831
|
"isOverride": false,
|
|
793
832
|
"isSealed": false,
|
|
833
|
+
"visibility": "Public",
|
|
794
834
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
795
835
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
796
836
|
"isExtensionMethod": false
|
|
@@ -810,6 +850,7 @@
|
|
|
810
850
|
"isVirtual": true,
|
|
811
851
|
"isOverride": false,
|
|
812
852
|
"isSealed": false,
|
|
853
|
+
"visibility": "Public",
|
|
813
854
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
814
855
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
815
856
|
"isExtensionMethod": false
|
|
@@ -829,6 +870,7 @@
|
|
|
829
870
|
"isVirtual": true,
|
|
830
871
|
"isOverride": false,
|
|
831
872
|
"isSealed": false,
|
|
873
|
+
"visibility": "Public",
|
|
832
874
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
833
875
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
834
876
|
"isExtensionMethod": false
|
|
@@ -848,6 +890,7 @@
|
|
|
848
890
|
"isVirtual": true,
|
|
849
891
|
"isOverride": false,
|
|
850
892
|
"isSealed": false,
|
|
893
|
+
"visibility": "Public",
|
|
851
894
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
852
895
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
853
896
|
"isExtensionMethod": false
|
|
@@ -867,6 +910,7 @@
|
|
|
867
910
|
"isVirtual": true,
|
|
868
911
|
"isOverride": false,
|
|
869
912
|
"isSealed": false,
|
|
913
|
+
"visibility": "Public",
|
|
870
914
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
871
915
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
872
916
|
"isExtensionMethod": false
|
|
@@ -886,6 +930,7 @@
|
|
|
886
930
|
"isVirtual": true,
|
|
887
931
|
"isOverride": false,
|
|
888
932
|
"isSealed": false,
|
|
933
|
+
"visibility": "Public",
|
|
889
934
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
890
935
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
891
936
|
"isExtensionMethod": false
|
|
@@ -905,6 +950,7 @@
|
|
|
905
950
|
"isVirtual": true,
|
|
906
951
|
"isOverride": false,
|
|
907
952
|
"isSealed": false,
|
|
953
|
+
"visibility": "Public",
|
|
908
954
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
909
955
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
910
956
|
"isExtensionMethod": false
|
|
@@ -924,6 +970,7 @@
|
|
|
924
970
|
"isVirtual": true,
|
|
925
971
|
"isOverride": false,
|
|
926
972
|
"isSealed": false,
|
|
973
|
+
"visibility": "Public",
|
|
927
974
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
928
975
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
929
976
|
"isExtensionMethod": false
|
|
@@ -943,6 +990,7 @@
|
|
|
943
990
|
"isVirtual": true,
|
|
944
991
|
"isOverride": false,
|
|
945
992
|
"isSealed": false,
|
|
993
|
+
"visibility": "Public",
|
|
946
994
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
947
995
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
948
996
|
"isExtensionMethod": false
|
|
@@ -962,6 +1010,7 @@
|
|
|
962
1010
|
"isVirtual": true,
|
|
963
1011
|
"isOverride": false,
|
|
964
1012
|
"isSealed": false,
|
|
1013
|
+
"visibility": "Public",
|
|
965
1014
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
966
1015
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
967
1016
|
"isExtensionMethod": false
|
|
@@ -981,6 +1030,7 @@
|
|
|
981
1030
|
"isVirtual": true,
|
|
982
1031
|
"isOverride": false,
|
|
983
1032
|
"isSealed": false,
|
|
1033
|
+
"visibility": "Public",
|
|
984
1034
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
985
1035
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
986
1036
|
"isExtensionMethod": false
|
|
@@ -1000,6 +1050,7 @@
|
|
|
1000
1050
|
"isVirtual": true,
|
|
1001
1051
|
"isOverride": false,
|
|
1002
1052
|
"isSealed": false,
|
|
1053
|
+
"visibility": "Public",
|
|
1003
1054
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1004
1055
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1005
1056
|
"isExtensionMethod": false
|
|
@@ -1019,6 +1070,7 @@
|
|
|
1019
1070
|
"isVirtual": true,
|
|
1020
1071
|
"isOverride": false,
|
|
1021
1072
|
"isSealed": false,
|
|
1073
|
+
"visibility": "Public",
|
|
1022
1074
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1023
1075
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1024
1076
|
"isExtensionMethod": false
|
|
@@ -1038,6 +1090,7 @@
|
|
|
1038
1090
|
"isVirtual": true,
|
|
1039
1091
|
"isOverride": false,
|
|
1040
1092
|
"isSealed": false,
|
|
1093
|
+
"visibility": "Public",
|
|
1041
1094
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1042
1095
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1043
1096
|
"isExtensionMethod": false
|
|
@@ -1057,6 +1110,7 @@
|
|
|
1057
1110
|
"isVirtual": true,
|
|
1058
1111
|
"isOverride": false,
|
|
1059
1112
|
"isSealed": false,
|
|
1113
|
+
"visibility": "Public",
|
|
1060
1114
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1061
1115
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1062
1116
|
"isExtensionMethod": false
|
|
@@ -1076,6 +1130,7 @@
|
|
|
1076
1130
|
"isVirtual": true,
|
|
1077
1131
|
"isOverride": false,
|
|
1078
1132
|
"isSealed": false,
|
|
1133
|
+
"visibility": "Public",
|
|
1079
1134
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1080
1135
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1081
1136
|
"isExtensionMethod": false
|
|
@@ -1095,6 +1150,7 @@
|
|
|
1095
1150
|
"isVirtual": true,
|
|
1096
1151
|
"isOverride": false,
|
|
1097
1152
|
"isSealed": false,
|
|
1153
|
+
"visibility": "Public",
|
|
1098
1154
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1099
1155
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1100
1156
|
"isExtensionMethod": false
|
|
@@ -1114,6 +1170,7 @@
|
|
|
1114
1170
|
"isVirtual": true,
|
|
1115
1171
|
"isOverride": false,
|
|
1116
1172
|
"isSealed": false,
|
|
1173
|
+
"visibility": "Public",
|
|
1117
1174
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1118
1175
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1119
1176
|
"isExtensionMethod": false
|
|
@@ -1133,6 +1190,7 @@
|
|
|
1133
1190
|
"isVirtual": true,
|
|
1134
1191
|
"isOverride": false,
|
|
1135
1192
|
"isSealed": false,
|
|
1193
|
+
"visibility": "Public",
|
|
1136
1194
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1137
1195
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1138
1196
|
"isExtensionMethod": false
|
|
@@ -1152,6 +1210,7 @@
|
|
|
1152
1210
|
"isVirtual": true,
|
|
1153
1211
|
"isOverride": false,
|
|
1154
1212
|
"isSealed": false,
|
|
1213
|
+
"visibility": "Public",
|
|
1155
1214
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1156
1215
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1157
1216
|
"isExtensionMethod": false
|
|
@@ -1171,6 +1230,7 @@
|
|
|
1171
1230
|
"isVirtual": true,
|
|
1172
1231
|
"isOverride": false,
|
|
1173
1232
|
"isSealed": false,
|
|
1233
|
+
"visibility": "Public",
|
|
1174
1234
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1175
1235
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1176
1236
|
"isExtensionMethod": false
|
|
@@ -1190,6 +1250,7 @@
|
|
|
1190
1250
|
"isVirtual": true,
|
|
1191
1251
|
"isOverride": false,
|
|
1192
1252
|
"isSealed": false,
|
|
1253
|
+
"visibility": "Public",
|
|
1193
1254
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1194
1255
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1195
1256
|
"isExtensionMethod": false
|
|
@@ -1209,6 +1270,7 @@
|
|
|
1209
1270
|
"isVirtual": true,
|
|
1210
1271
|
"isOverride": false,
|
|
1211
1272
|
"isSealed": false,
|
|
1273
|
+
"visibility": "Public",
|
|
1212
1274
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1213
1275
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1214
1276
|
"isExtensionMethod": false
|
|
@@ -1228,6 +1290,7 @@
|
|
|
1228
1290
|
"isVirtual": true,
|
|
1229
1291
|
"isOverride": false,
|
|
1230
1292
|
"isSealed": false,
|
|
1293
|
+
"visibility": "Public",
|
|
1231
1294
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1232
1295
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1233
1296
|
"isExtensionMethod": false
|
|
@@ -1247,6 +1310,7 @@
|
|
|
1247
1310
|
"isVirtual": true,
|
|
1248
1311
|
"isOverride": false,
|
|
1249
1312
|
"isSealed": false,
|
|
1313
|
+
"visibility": "Public",
|
|
1250
1314
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1251
1315
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1252
1316
|
"isExtensionMethod": false
|
|
@@ -1266,6 +1330,7 @@
|
|
|
1266
1330
|
"isVirtual": true,
|
|
1267
1331
|
"isOverride": false,
|
|
1268
1332
|
"isSealed": false,
|
|
1333
|
+
"visibility": "Public",
|
|
1269
1334
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1270
1335
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1271
1336
|
"isExtensionMethod": false
|
|
@@ -1285,6 +1350,7 @@
|
|
|
1285
1350
|
"isVirtual": true,
|
|
1286
1351
|
"isOverride": false,
|
|
1287
1352
|
"isSealed": false,
|
|
1353
|
+
"visibility": "Public",
|
|
1288
1354
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1289
1355
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1290
1356
|
"isExtensionMethod": false
|
|
@@ -1304,6 +1370,7 @@
|
|
|
1304
1370
|
"isVirtual": true,
|
|
1305
1371
|
"isOverride": false,
|
|
1306
1372
|
"isSealed": false,
|
|
1373
|
+
"visibility": "Public",
|
|
1307
1374
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1308
1375
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1309
1376
|
"isExtensionMethod": false
|
|
@@ -1323,6 +1390,7 @@
|
|
|
1323
1390
|
"isVirtual": true,
|
|
1324
1391
|
"isOverride": false,
|
|
1325
1392
|
"isSealed": false,
|
|
1393
|
+
"visibility": "Public",
|
|
1326
1394
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1327
1395
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1328
1396
|
"isExtensionMethod": false
|
|
@@ -1342,6 +1410,7 @@
|
|
|
1342
1410
|
"isVirtual": true,
|
|
1343
1411
|
"isOverride": false,
|
|
1344
1412
|
"isSealed": false,
|
|
1413
|
+
"visibility": "Public",
|
|
1345
1414
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1346
1415
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1347
1416
|
"isExtensionMethod": false
|
|
@@ -1361,6 +1430,7 @@
|
|
|
1361
1430
|
"isVirtual": true,
|
|
1362
1431
|
"isOverride": false,
|
|
1363
1432
|
"isSealed": false,
|
|
1433
|
+
"visibility": "Public",
|
|
1364
1434
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1365
1435
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1366
1436
|
"isExtensionMethod": false
|
|
@@ -1380,6 +1450,7 @@
|
|
|
1380
1450
|
"isVirtual": true,
|
|
1381
1451
|
"isOverride": false,
|
|
1382
1452
|
"isSealed": false,
|
|
1453
|
+
"visibility": "Public",
|
|
1383
1454
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1384
1455
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1385
1456
|
"isExtensionMethod": false
|
|
@@ -1399,6 +1470,7 @@
|
|
|
1399
1470
|
"isVirtual": true,
|
|
1400
1471
|
"isOverride": false,
|
|
1401
1472
|
"isSealed": false,
|
|
1473
|
+
"visibility": "Public",
|
|
1402
1474
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1403
1475
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1404
1476
|
"isExtensionMethod": false
|
|
@@ -1418,6 +1490,7 @@
|
|
|
1418
1490
|
"isVirtual": true,
|
|
1419
1491
|
"isOverride": false,
|
|
1420
1492
|
"isSealed": false,
|
|
1493
|
+
"visibility": "Public",
|
|
1421
1494
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1422
1495
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1423
1496
|
"isExtensionMethod": false
|
|
@@ -1437,6 +1510,7 @@
|
|
|
1437
1510
|
"isVirtual": true,
|
|
1438
1511
|
"isOverride": false,
|
|
1439
1512
|
"isSealed": false,
|
|
1513
|
+
"visibility": "Public",
|
|
1440
1514
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1441
1515
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1442
1516
|
"isExtensionMethod": false
|
|
@@ -1456,6 +1530,7 @@
|
|
|
1456
1530
|
"isVirtual": true,
|
|
1457
1531
|
"isOverride": false,
|
|
1458
1532
|
"isSealed": false,
|
|
1533
|
+
"visibility": "Public",
|
|
1459
1534
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1460
1535
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1461
1536
|
"isExtensionMethod": false
|
|
@@ -1475,6 +1550,7 @@
|
|
|
1475
1550
|
"isVirtual": true,
|
|
1476
1551
|
"isOverride": false,
|
|
1477
1552
|
"isSealed": false,
|
|
1553
|
+
"visibility": "Public",
|
|
1478
1554
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.ICSharpHelper",
|
|
1479
1555
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1480
1556
|
"isExtensionMethod": false
|
|
@@ -1496,6 +1572,9 @@
|
|
|
1496
1572
|
"isSealed": false,
|
|
1497
1573
|
"isStatic": false,
|
|
1498
1574
|
"arity": 1,
|
|
1575
|
+
"typeParameters": [
|
|
1576
|
+
"TContext"
|
|
1577
|
+
],
|
|
1499
1578
|
"methods": [
|
|
1500
1579
|
{
|
|
1501
1580
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory\u00601::CreateDbContext(System.String[]):TContext",
|
|
@@ -1512,6 +1591,7 @@
|
|
|
1512
1591
|
"isVirtual": true,
|
|
1513
1592
|
"isOverride": false,
|
|
1514
1593
|
"isSealed": false,
|
|
1594
|
+
"visibility": "Public",
|
|
1515
1595
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory\u00601",
|
|
1516
1596
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1517
1597
|
"isExtensionMethod": false
|
|
@@ -1549,6 +1629,7 @@
|
|
|
1549
1629
|
"isVirtual": true,
|
|
1550
1630
|
"isOverride": false,
|
|
1551
1631
|
"isSealed": false,
|
|
1632
|
+
"visibility": "Public",
|
|
1552
1633
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IDesignTimeServices",
|
|
1553
1634
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1554
1635
|
"isExtensionMethod": false
|
|
@@ -1587,6 +1668,7 @@
|
|
|
1587
1668
|
"isAbstract": true,
|
|
1588
1669
|
"isVirtual": true,
|
|
1589
1670
|
"isOverride": false,
|
|
1671
|
+
"visibility": "Public",
|
|
1590
1672
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
1591
1673
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1592
1674
|
},
|
|
@@ -1605,6 +1687,7 @@
|
|
|
1605
1687
|
"isAbstract": true,
|
|
1606
1688
|
"isVirtual": true,
|
|
1607
1689
|
"isOverride": false,
|
|
1690
|
+
"visibility": "Public",
|
|
1608
1691
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
1609
1692
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1610
1693
|
},
|
|
@@ -1623,6 +1706,7 @@
|
|
|
1623
1706
|
"isAbstract": true,
|
|
1624
1707
|
"isVirtual": true,
|
|
1625
1708
|
"isOverride": false,
|
|
1709
|
+
"visibility": "Public",
|
|
1626
1710
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
1627
1711
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1628
1712
|
},
|
|
@@ -1641,6 +1725,7 @@
|
|
|
1641
1725
|
"isAbstract": true,
|
|
1642
1726
|
"isVirtual": true,
|
|
1643
1727
|
"isOverride": false,
|
|
1728
|
+
"visibility": "Public",
|
|
1644
1729
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
1645
1730
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1646
1731
|
},
|
|
@@ -1659,6 +1744,7 @@
|
|
|
1659
1744
|
"isAbstract": true,
|
|
1660
1745
|
"isVirtual": true,
|
|
1661
1746
|
"isOverride": false,
|
|
1747
|
+
"visibility": "Public",
|
|
1662
1748
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
1663
1749
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1664
1750
|
}
|
|
@@ -1678,6 +1764,16 @@
|
|
|
1678
1764
|
"isSealed": false,
|
|
1679
1765
|
"isStatic": false,
|
|
1680
1766
|
"arity": 0,
|
|
1767
|
+
"baseType": {
|
|
1768
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1769
|
+
"clrName": "System.Object"
|
|
1770
|
+
},
|
|
1771
|
+
"interfaces": [
|
|
1772
|
+
{
|
|
1773
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
1774
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator"
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1681
1777
|
"methods": [
|
|
1682
1778
|
{
|
|
1683
1779
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::FilterIgnoredAnnotations(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -1694,6 +1790,7 @@
|
|
|
1694
1790
|
"isVirtual": true,
|
|
1695
1791
|
"isOverride": false,
|
|
1696
1792
|
"isSealed": false,
|
|
1793
|
+
"visibility": "Public",
|
|
1697
1794
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1698
1795
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1699
1796
|
"isExtensionMethod": false
|
|
@@ -1713,16 +1810,657 @@
|
|
|
1713
1810
|
"isVirtual": true,
|
|
1714
1811
|
"isOverride": false,
|
|
1715
1812
|
"isSealed": false,
|
|
1813
|
+
"visibility": "Public",
|
|
1814
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1815
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1816
|
+
"isExtensionMethod": false
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1820
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1821
|
+
"metadataToken": 100672398,
|
|
1822
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1823
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1824
|
+
"emitScope": "ClassSurface",
|
|
1825
|
+
"provenance": "Original",
|
|
1826
|
+
"arity": 0,
|
|
1827
|
+
"parameterCount": 2,
|
|
1828
|
+
"isStatic": false,
|
|
1829
|
+
"isAbstract": false,
|
|
1830
|
+
"isVirtual": true,
|
|
1831
|
+
"isOverride": false,
|
|
1832
|
+
"isSealed": false,
|
|
1833
|
+
"visibility": "Public",
|
|
1834
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1835
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1836
|
+
"isExtensionMethod": false
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IComplexType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1840
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1841
|
+
"metadataToken": 100672399,
|
|
1842
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1843
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IComplexType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1844
|
+
"emitScope": "ClassSurface",
|
|
1845
|
+
"provenance": "Original",
|
|
1846
|
+
"arity": 0,
|
|
1847
|
+
"parameterCount": 2,
|
|
1848
|
+
"isStatic": false,
|
|
1849
|
+
"isAbstract": false,
|
|
1850
|
+
"isVirtual": true,
|
|
1851
|
+
"isOverride": false,
|
|
1852
|
+
"isSealed": false,
|
|
1853
|
+
"visibility": "Public",
|
|
1854
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1855
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1856
|
+
"isExtensionMethod": false
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1860
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1861
|
+
"metadataToken": 100672400,
|
|
1862
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1863
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1864
|
+
"emitScope": "ClassSurface",
|
|
1865
|
+
"provenance": "Original",
|
|
1866
|
+
"arity": 0,
|
|
1867
|
+
"parameterCount": 2,
|
|
1868
|
+
"isStatic": false,
|
|
1869
|
+
"isAbstract": false,
|
|
1870
|
+
"isVirtual": true,
|
|
1871
|
+
"isOverride": false,
|
|
1872
|
+
"isSealed": false,
|
|
1873
|
+
"visibility": "Public",
|
|
1874
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1875
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1876
|
+
"isExtensionMethod": false
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1880
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1881
|
+
"metadataToken": 100672401,
|
|
1882
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1883
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1884
|
+
"emitScope": "ClassSurface",
|
|
1885
|
+
"provenance": "Original",
|
|
1886
|
+
"arity": 0,
|
|
1887
|
+
"parameterCount": 2,
|
|
1888
|
+
"isStatic": false,
|
|
1889
|
+
"isAbstract": false,
|
|
1890
|
+
"isVirtual": true,
|
|
1891
|
+
"isOverride": false,
|
|
1892
|
+
"isSealed": false,
|
|
1893
|
+
"visibility": "Public",
|
|
1894
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1895
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1896
|
+
"isExtensionMethod": false
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1900
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1901
|
+
"metadataToken": 100672402,
|
|
1902
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1903
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1904
|
+
"emitScope": "ClassSurface",
|
|
1905
|
+
"provenance": "Original",
|
|
1906
|
+
"arity": 0,
|
|
1907
|
+
"parameterCount": 2,
|
|
1908
|
+
"isStatic": false,
|
|
1909
|
+
"isAbstract": false,
|
|
1910
|
+
"isVirtual": true,
|
|
1911
|
+
"isOverride": false,
|
|
1912
|
+
"isSealed": false,
|
|
1913
|
+
"visibility": "Public",
|
|
1914
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1915
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1916
|
+
"isExtensionMethod": false
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1920
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1921
|
+
"metadataToken": 100672403,
|
|
1922
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1923
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1924
|
+
"emitScope": "ClassSurface",
|
|
1925
|
+
"provenance": "Original",
|
|
1926
|
+
"arity": 0,
|
|
1927
|
+
"parameterCount": 2,
|
|
1928
|
+
"isStatic": false,
|
|
1929
|
+
"isAbstract": false,
|
|
1930
|
+
"isVirtual": true,
|
|
1931
|
+
"isOverride": false,
|
|
1932
|
+
"isSealed": false,
|
|
1933
|
+
"visibility": "Public",
|
|
1934
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1935
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1936
|
+
"isExtensionMethod": false
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1940
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1941
|
+
"metadataToken": 100672404,
|
|
1942
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1943
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1944
|
+
"emitScope": "ClassSurface",
|
|
1945
|
+
"provenance": "Original",
|
|
1946
|
+
"arity": 0,
|
|
1947
|
+
"parameterCount": 2,
|
|
1948
|
+
"isStatic": false,
|
|
1949
|
+
"isAbstract": false,
|
|
1950
|
+
"isVirtual": true,
|
|
1951
|
+
"isOverride": false,
|
|
1952
|
+
"isSealed": false,
|
|
1953
|
+
"visibility": "Public",
|
|
1954
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1955
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1956
|
+
"isExtensionMethod": false
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.INavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1960
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1961
|
+
"metadataToken": 100672405,
|
|
1962
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1963
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.INavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1964
|
+
"emitScope": "ClassSurface",
|
|
1965
|
+
"provenance": "Original",
|
|
1966
|
+
"arity": 0,
|
|
1967
|
+
"parameterCount": 2,
|
|
1968
|
+
"isStatic": false,
|
|
1969
|
+
"isAbstract": false,
|
|
1970
|
+
"isVirtual": true,
|
|
1971
|
+
"isOverride": false,
|
|
1972
|
+
"isSealed": false,
|
|
1973
|
+
"visibility": "Public",
|
|
1974
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1975
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1976
|
+
"isExtensionMethod": false
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1980
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
1981
|
+
"metadataToken": 100672406,
|
|
1982
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
1983
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
1984
|
+
"emitScope": "ClassSurface",
|
|
1985
|
+
"provenance": "Original",
|
|
1986
|
+
"arity": 0,
|
|
1987
|
+
"parameterCount": 2,
|
|
1988
|
+
"isStatic": false,
|
|
1989
|
+
"isAbstract": false,
|
|
1990
|
+
"isVirtual": true,
|
|
1991
|
+
"isOverride": false,
|
|
1992
|
+
"isSealed": false,
|
|
1993
|
+
"visibility": "Public",
|
|
1994
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1995
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1996
|
+
"isExtensionMethod": false
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IIndex,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2000
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
2001
|
+
"metadataToken": 100672407,
|
|
2002
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2003
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IIndex,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
2004
|
+
"emitScope": "ClassSurface",
|
|
2005
|
+
"provenance": "Original",
|
|
2006
|
+
"arity": 0,
|
|
2007
|
+
"parameterCount": 2,
|
|
2008
|
+
"isStatic": false,
|
|
2009
|
+
"isAbstract": false,
|
|
2010
|
+
"isVirtual": true,
|
|
2011
|
+
"isOverride": false,
|
|
2012
|
+
"isSealed": false,
|
|
2013
|
+
"visibility": "Public",
|
|
2014
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2015
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2016
|
+
"isExtensionMethod": false
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2020
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
2021
|
+
"metadataToken": 100672408,
|
|
2022
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2023
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
2024
|
+
"emitScope": "ClassSurface",
|
|
2025
|
+
"provenance": "Original",
|
|
2026
|
+
"arity": 0,
|
|
2027
|
+
"parameterCount": 2,
|
|
2028
|
+
"isStatic": false,
|
|
2029
|
+
"isAbstract": false,
|
|
2030
|
+
"isVirtual": true,
|
|
2031
|
+
"isOverride": false,
|
|
2032
|
+
"isSealed": false,
|
|
2033
|
+
"visibility": "Public",
|
|
2034
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2035
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2036
|
+
"isExtensionMethod": false
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2040
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
2041
|
+
"metadataToken": 100672409,
|
|
2042
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2043
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
2044
|
+
"emitScope": "ClassSurface",
|
|
2045
|
+
"provenance": "Original",
|
|
2046
|
+
"arity": 0,
|
|
2047
|
+
"parameterCount": 2,
|
|
2048
|
+
"isStatic": false,
|
|
2049
|
+
"isAbstract": false,
|
|
2050
|
+
"isVirtual": true,
|
|
2051
|
+
"isOverride": false,
|
|
2052
|
+
"isSealed": false,
|
|
2053
|
+
"visibility": "Public",
|
|
2054
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2055
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2056
|
+
"isExtensionMethod": false
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2060
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
2061
|
+
"metadataToken": 100672410,
|
|
2062
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2063
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
2064
|
+
"emitScope": "ClassSurface",
|
|
2065
|
+
"provenance": "Original",
|
|
2066
|
+
"arity": 0,
|
|
2067
|
+
"parameterCount": 2,
|
|
2068
|
+
"isStatic": false,
|
|
2069
|
+
"isAbstract": false,
|
|
2070
|
+
"isVirtual": true,
|
|
2071
|
+
"isOverride": false,
|
|
2072
|
+
"isSealed": false,
|
|
2073
|
+
"visibility": "Public",
|
|
2074
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2075
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2076
|
+
"isExtensionMethod": false
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2080
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
2081
|
+
"metadataToken": 100672411,
|
|
2082
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2083
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
2084
|
+
"emitScope": "ClassSurface",
|
|
2085
|
+
"provenance": "Original",
|
|
2086
|
+
"arity": 0,
|
|
2087
|
+
"parameterCount": 2,
|
|
2088
|
+
"isStatic": false,
|
|
2089
|
+
"isAbstract": false,
|
|
2090
|
+
"isVirtual": true,
|
|
2091
|
+
"isOverride": false,
|
|
2092
|
+
"isSealed": false,
|
|
2093
|
+
"visibility": "Public",
|
|
2094
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2095
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2096
|
+
"isExtensionMethod": false
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::RemoveAnnotationsHandledByConventions(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2100
|
+
"clrName": "RemoveAnnotationsHandledByConventions",
|
|
2101
|
+
"metadataToken": 100672412,
|
|
2102
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2103
|
+
"normalizedSignature": "RemoveAnnotationsHandledByConventions|(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
2104
|
+
"emitScope": "ClassSurface",
|
|
2105
|
+
"provenance": "Original",
|
|
2106
|
+
"arity": 0,
|
|
2107
|
+
"parameterCount": 2,
|
|
2108
|
+
"isStatic": false,
|
|
2109
|
+
"isAbstract": false,
|
|
2110
|
+
"isVirtual": true,
|
|
2111
|
+
"isOverride": false,
|
|
2112
|
+
"isSealed": false,
|
|
2113
|
+
"visibility": "Public",
|
|
2114
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2115
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2116
|
+
"isExtensionMethod": false
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IModel,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2120
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2121
|
+
"metadataToken": 100672413,
|
|
2122
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2123
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IModel,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2124
|
+
"emitScope": "ClassSurface",
|
|
2125
|
+
"provenance": "Original",
|
|
2126
|
+
"arity": 0,
|
|
2127
|
+
"parameterCount": 2,
|
|
2128
|
+
"isStatic": false,
|
|
2129
|
+
"isAbstract": false,
|
|
2130
|
+
"isVirtual": true,
|
|
2131
|
+
"isOverride": false,
|
|
2132
|
+
"isSealed": false,
|
|
2133
|
+
"visibility": "Public",
|
|
2134
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2135
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2136
|
+
"isExtensionMethod": false
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2140
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2141
|
+
"metadataToken": 100672414,
|
|
2142
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2143
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2144
|
+
"emitScope": "ClassSurface",
|
|
2145
|
+
"provenance": "Original",
|
|
2146
|
+
"arity": 0,
|
|
2147
|
+
"parameterCount": 2,
|
|
2148
|
+
"isStatic": false,
|
|
2149
|
+
"isAbstract": false,
|
|
2150
|
+
"isVirtual": true,
|
|
2151
|
+
"isOverride": false,
|
|
2152
|
+
"isSealed": false,
|
|
2153
|
+
"visibility": "Public",
|
|
2154
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2155
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2156
|
+
"isExtensionMethod": false
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IComplexType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2160
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2161
|
+
"metadataToken": 100672415,
|
|
2162
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2163
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IComplexType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2164
|
+
"emitScope": "ClassSurface",
|
|
2165
|
+
"provenance": "Original",
|
|
2166
|
+
"arity": 0,
|
|
2167
|
+
"parameterCount": 2,
|
|
2168
|
+
"isStatic": false,
|
|
2169
|
+
"isAbstract": false,
|
|
2170
|
+
"isVirtual": true,
|
|
2171
|
+
"isOverride": false,
|
|
2172
|
+
"isSealed": false,
|
|
2173
|
+
"visibility": "Public",
|
|
2174
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2175
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2176
|
+
"isExtensionMethod": false
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2180
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2181
|
+
"metadataToken": 100672416,
|
|
2182
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2183
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2184
|
+
"emitScope": "ClassSurface",
|
|
2185
|
+
"provenance": "Original",
|
|
2186
|
+
"arity": 0,
|
|
2187
|
+
"parameterCount": 2,
|
|
2188
|
+
"isStatic": false,
|
|
2189
|
+
"isAbstract": false,
|
|
2190
|
+
"isVirtual": true,
|
|
2191
|
+
"isOverride": false,
|
|
2192
|
+
"isSealed": false,
|
|
2193
|
+
"visibility": "Public",
|
|
2194
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2195
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2196
|
+
"isExtensionMethod": false
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2200
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2201
|
+
"metadataToken": 100672417,
|
|
2202
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2203
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2204
|
+
"emitScope": "ClassSurface",
|
|
2205
|
+
"provenance": "Original",
|
|
2206
|
+
"arity": 0,
|
|
2207
|
+
"parameterCount": 2,
|
|
2208
|
+
"isStatic": false,
|
|
2209
|
+
"isAbstract": false,
|
|
2210
|
+
"isVirtual": true,
|
|
2211
|
+
"isOverride": false,
|
|
2212
|
+
"isSealed": false,
|
|
2213
|
+
"visibility": "Public",
|
|
2214
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2215
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2216
|
+
"isExtensionMethod": false
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2220
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2221
|
+
"metadataToken": 100672418,
|
|
2222
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2223
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2224
|
+
"emitScope": "ClassSurface",
|
|
2225
|
+
"provenance": "Original",
|
|
2226
|
+
"arity": 0,
|
|
2227
|
+
"parameterCount": 2,
|
|
2228
|
+
"isStatic": false,
|
|
2229
|
+
"isAbstract": false,
|
|
2230
|
+
"isVirtual": true,
|
|
2231
|
+
"isOverride": false,
|
|
2232
|
+
"isSealed": false,
|
|
2233
|
+
"visibility": "Public",
|
|
2234
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2235
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2236
|
+
"isExtensionMethod": false
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2240
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2241
|
+
"metadataToken": 100672419,
|
|
2242
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2243
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2244
|
+
"emitScope": "ClassSurface",
|
|
2245
|
+
"provenance": "Original",
|
|
2246
|
+
"arity": 0,
|
|
2247
|
+
"parameterCount": 2,
|
|
2248
|
+
"isStatic": false,
|
|
2249
|
+
"isAbstract": false,
|
|
2250
|
+
"isVirtual": true,
|
|
2251
|
+
"isOverride": false,
|
|
2252
|
+
"isSealed": false,
|
|
2253
|
+
"visibility": "Public",
|
|
2254
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2255
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2256
|
+
"isExtensionMethod": false
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2260
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2261
|
+
"metadataToken": 100672420,
|
|
2262
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2263
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2264
|
+
"emitScope": "ClassSurface",
|
|
2265
|
+
"provenance": "Original",
|
|
2266
|
+
"arity": 0,
|
|
2267
|
+
"parameterCount": 2,
|
|
2268
|
+
"isStatic": false,
|
|
2269
|
+
"isAbstract": false,
|
|
2270
|
+
"isVirtual": true,
|
|
2271
|
+
"isOverride": false,
|
|
2272
|
+
"isSealed": false,
|
|
2273
|
+
"visibility": "Public",
|
|
2274
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2275
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2276
|
+
"isExtensionMethod": false
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.INavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2280
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2281
|
+
"metadataToken": 100672421,
|
|
2282
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2283
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.INavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2284
|
+
"emitScope": "ClassSurface",
|
|
2285
|
+
"provenance": "Original",
|
|
2286
|
+
"arity": 0,
|
|
2287
|
+
"parameterCount": 2,
|
|
2288
|
+
"isStatic": false,
|
|
2289
|
+
"isAbstract": false,
|
|
2290
|
+
"isVirtual": true,
|
|
2291
|
+
"isOverride": false,
|
|
2292
|
+
"isSealed": false,
|
|
2293
|
+
"visibility": "Public",
|
|
2294
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2295
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2296
|
+
"isExtensionMethod": false
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2300
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2301
|
+
"metadataToken": 100672422,
|
|
2302
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2303
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2304
|
+
"emitScope": "ClassSurface",
|
|
2305
|
+
"provenance": "Original",
|
|
2306
|
+
"arity": 0,
|
|
2307
|
+
"parameterCount": 2,
|
|
2308
|
+
"isStatic": false,
|
|
2309
|
+
"isAbstract": false,
|
|
2310
|
+
"isVirtual": true,
|
|
2311
|
+
"isOverride": false,
|
|
2312
|
+
"isSealed": false,
|
|
2313
|
+
"visibility": "Public",
|
|
2314
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2315
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2316
|
+
"isExtensionMethod": false
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IIndex,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2320
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2321
|
+
"metadataToken": 100672423,
|
|
2322
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2323
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IIndex,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2324
|
+
"emitScope": "ClassSurface",
|
|
2325
|
+
"provenance": "Original",
|
|
2326
|
+
"arity": 0,
|
|
2327
|
+
"parameterCount": 2,
|
|
2328
|
+
"isStatic": false,
|
|
2329
|
+
"isAbstract": false,
|
|
2330
|
+
"isVirtual": true,
|
|
2331
|
+
"isOverride": false,
|
|
2332
|
+
"isSealed": false,
|
|
2333
|
+
"visibility": "Public",
|
|
2334
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2335
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2336
|
+
"isExtensionMethod": false
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2340
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2341
|
+
"metadataToken": 100672424,
|
|
2342
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2343
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2344
|
+
"emitScope": "ClassSurface",
|
|
2345
|
+
"provenance": "Original",
|
|
2346
|
+
"arity": 0,
|
|
2347
|
+
"parameterCount": 2,
|
|
2348
|
+
"isStatic": false,
|
|
2349
|
+
"isAbstract": false,
|
|
2350
|
+
"isVirtual": true,
|
|
2351
|
+
"isOverride": false,
|
|
2352
|
+
"isSealed": false,
|
|
2353
|
+
"visibility": "Public",
|
|
2354
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2355
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2356
|
+
"isExtensionMethod": false
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2360
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2361
|
+
"metadataToken": 100672425,
|
|
2362
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2363
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2364
|
+
"emitScope": "ClassSurface",
|
|
2365
|
+
"provenance": "Original",
|
|
2366
|
+
"arity": 0,
|
|
2367
|
+
"parameterCount": 2,
|
|
2368
|
+
"isStatic": false,
|
|
2369
|
+
"isAbstract": false,
|
|
2370
|
+
"isVirtual": true,
|
|
2371
|
+
"isOverride": false,
|
|
2372
|
+
"isSealed": false,
|
|
2373
|
+
"visibility": "Public",
|
|
2374
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2375
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2376
|
+
"isExtensionMethod": false
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2380
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2381
|
+
"metadataToken": 100672426,
|
|
2382
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2383
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2384
|
+
"emitScope": "ClassSurface",
|
|
2385
|
+
"provenance": "Original",
|
|
2386
|
+
"arity": 0,
|
|
2387
|
+
"parameterCount": 2,
|
|
2388
|
+
"isStatic": false,
|
|
2389
|
+
"isAbstract": false,
|
|
2390
|
+
"isVirtual": true,
|
|
2391
|
+
"isOverride": false,
|
|
2392
|
+
"isSealed": false,
|
|
2393
|
+
"visibility": "Public",
|
|
2394
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2395
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2396
|
+
"isExtensionMethod": false
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2400
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2401
|
+
"metadataToken": 100672427,
|
|
2402
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2403
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2404
|
+
"emitScope": "ClassSurface",
|
|
2405
|
+
"provenance": "Original",
|
|
2406
|
+
"arity": 0,
|
|
2407
|
+
"parameterCount": 2,
|
|
2408
|
+
"isStatic": false,
|
|
2409
|
+
"isAbstract": false,
|
|
2410
|
+
"isVirtual": true,
|
|
2411
|
+
"isOverride": false,
|
|
2412
|
+
"isSealed": false,
|
|
2413
|
+
"visibility": "Public",
|
|
2414
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2415
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2416
|
+
"isExtensionMethod": false
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2420
|
+
"clrName": "GenerateFluentApiCalls",
|
|
2421
|
+
"metadataToken": 100672428,
|
|
2422
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2423
|
+
"normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2424
|
+
"emitScope": "ClassSurface",
|
|
2425
|
+
"provenance": "Original",
|
|
2426
|
+
"arity": 0,
|
|
2427
|
+
"parameterCount": 2,
|
|
2428
|
+
"isStatic": false,
|
|
2429
|
+
"isAbstract": false,
|
|
2430
|
+
"isVirtual": true,
|
|
2431
|
+
"isOverride": false,
|
|
2432
|
+
"isSealed": false,
|
|
2433
|
+
"visibility": "Public",
|
|
2434
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2435
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2436
|
+
"isExtensionMethod": false
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateDataAnnotationAttributes(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2440
|
+
"clrName": "GenerateDataAnnotationAttributes",
|
|
2441
|
+
"metadataToken": 100672429,
|
|
2442
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2443
|
+
"normalizedSignature": "GenerateDataAnnotationAttributes|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2444
|
+
"emitScope": "ClassSurface",
|
|
2445
|
+
"provenance": "Original",
|
|
2446
|
+
"arity": 0,
|
|
2447
|
+
"parameterCount": 2,
|
|
2448
|
+
"isStatic": false,
|
|
2449
|
+
"isAbstract": false,
|
|
2450
|
+
"isVirtual": true,
|
|
2451
|
+
"isOverride": false,
|
|
2452
|
+
"isSealed": false,
|
|
2453
|
+
"visibility": "Public",
|
|
1716
2454
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1717
2455
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1718
2456
|
"isExtensionMethod": false
|
|
1719
2457
|
},
|
|
1720
2458
|
{
|
|
1721
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1722
|
-
"clrName": "
|
|
1723
|
-
"metadataToken":
|
|
1724
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1725
|
-
"normalizedSignature": "
|
|
2459
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateDataAnnotationAttributes(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2460
|
+
"clrName": "GenerateDataAnnotationAttributes",
|
|
2461
|
+
"metadataToken": 100672430,
|
|
2462
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2463
|
+
"normalizedSignature": "GenerateDataAnnotationAttributes|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1726
2464
|
"emitScope": "ClassSurface",
|
|
1727
2465
|
"provenance": "Original",
|
|
1728
2466
|
"arity": 0,
|
|
@@ -1732,16 +2470,17 @@
|
|
|
1732
2470
|
"isVirtual": true,
|
|
1733
2471
|
"isOverride": false,
|
|
1734
2472
|
"isSealed": false,
|
|
2473
|
+
"visibility": "Public",
|
|
1735
2474
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1736
2475
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1737
2476
|
"isExtensionMethod": false
|
|
1738
2477
|
},
|
|
1739
2478
|
{
|
|
1740
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1741
|
-
"clrName": "
|
|
1742
|
-
"metadataToken":
|
|
1743
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
1744
|
-
"normalizedSignature": "
|
|
2479
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateDataAnnotationAttributes(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2480
|
+
"clrName": "GenerateDataAnnotationAttributes",
|
|
2481
|
+
"metadataToken": 100672431,
|
|
2482
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2483
|
+
"normalizedSignature": "GenerateDataAnnotationAttributes|(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1745
2484
|
"emitScope": "ClassSurface",
|
|
1746
2485
|
"provenance": "Original",
|
|
1747
2486
|
"arity": 0,
|
|
@@ -1751,16 +2490,17 @@
|
|
|
1751
2490
|
"isVirtual": true,
|
|
1752
2491
|
"isOverride": false,
|
|
1753
2492
|
"isSealed": false,
|
|
2493
|
+
"visibility": "Public",
|
|
1754
2494
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1755
2495
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1756
2496
|
"isExtensionMethod": false
|
|
1757
2497
|
},
|
|
1758
2498
|
{
|
|
1759
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1760
|
-
"clrName": "
|
|
1761
|
-
"metadataToken":
|
|
1762
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1763
|
-
"normalizedSignature": "
|
|
2499
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2500
|
+
"clrName": "IsHandledByConvention",
|
|
2501
|
+
"metadataToken": 100672432,
|
|
2502
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2503
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1764
2504
|
"emitScope": "ClassSurface",
|
|
1765
2505
|
"provenance": "Original",
|
|
1766
2506
|
"arity": 0,
|
|
@@ -1770,16 +2510,17 @@
|
|
|
1770
2510
|
"isVirtual": true,
|
|
1771
2511
|
"isOverride": false,
|
|
1772
2512
|
"isSealed": false,
|
|
2513
|
+
"visibility": "Protected",
|
|
1773
2514
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1774
2515
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1775
2516
|
"isExtensionMethod": false
|
|
1776
2517
|
},
|
|
1777
2518
|
{
|
|
1778
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1779
|
-
"clrName": "
|
|
1780
|
-
"metadataToken":
|
|
1781
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1782
|
-
"normalizedSignature": "
|
|
2519
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2520
|
+
"clrName": "IsHandledByConvention",
|
|
2521
|
+
"metadataToken": 100672433,
|
|
2522
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2523
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1783
2524
|
"emitScope": "ClassSurface",
|
|
1784
2525
|
"provenance": "Original",
|
|
1785
2526
|
"arity": 0,
|
|
@@ -1789,16 +2530,17 @@
|
|
|
1789
2530
|
"isVirtual": true,
|
|
1790
2531
|
"isOverride": false,
|
|
1791
2532
|
"isSealed": false,
|
|
2533
|
+
"visibility": "Protected",
|
|
1792
2534
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1793
2535
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1794
2536
|
"isExtensionMethod": false
|
|
1795
2537
|
},
|
|
1796
2538
|
{
|
|
1797
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1798
|
-
"clrName": "
|
|
1799
|
-
"metadataToken":
|
|
1800
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1801
|
-
"normalizedSignature": "
|
|
2539
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IComplexType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2540
|
+
"clrName": "IsHandledByConvention",
|
|
2541
|
+
"metadataToken": 100672434,
|
|
2542
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2543
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IComplexType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1802
2544
|
"emitScope": "ClassSurface",
|
|
1803
2545
|
"provenance": "Original",
|
|
1804
2546
|
"arity": 0,
|
|
@@ -1808,16 +2550,17 @@
|
|
|
1808
2550
|
"isVirtual": true,
|
|
1809
2551
|
"isOverride": false,
|
|
1810
2552
|
"isSealed": false,
|
|
2553
|
+
"visibility": "Protected",
|
|
1811
2554
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1812
2555
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1813
2556
|
"isExtensionMethod": false
|
|
1814
2557
|
},
|
|
1815
2558
|
{
|
|
1816
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1817
|
-
"clrName": "
|
|
1818
|
-
"metadataToken":
|
|
1819
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1820
|
-
"normalizedSignature": "
|
|
2559
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2560
|
+
"clrName": "IsHandledByConvention",
|
|
2561
|
+
"metadataToken": 100672435,
|
|
2562
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2563
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1821
2564
|
"emitScope": "ClassSurface",
|
|
1822
2565
|
"provenance": "Original",
|
|
1823
2566
|
"arity": 0,
|
|
@@ -1827,16 +2570,17 @@
|
|
|
1827
2570
|
"isVirtual": true,
|
|
1828
2571
|
"isOverride": false,
|
|
1829
2572
|
"isSealed": false,
|
|
2573
|
+
"visibility": "Protected",
|
|
1830
2574
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1831
2575
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1832
2576
|
"isExtensionMethod": false
|
|
1833
2577
|
},
|
|
1834
2578
|
{
|
|
1835
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1836
|
-
"clrName": "
|
|
1837
|
-
"metadataToken":
|
|
1838
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1839
|
-
"normalizedSignature": "
|
|
2579
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2580
|
+
"clrName": "IsHandledByConvention",
|
|
2581
|
+
"metadataToken": 100672436,
|
|
2582
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2583
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1840
2584
|
"emitScope": "ClassSurface",
|
|
1841
2585
|
"provenance": "Original",
|
|
1842
2586
|
"arity": 0,
|
|
@@ -1846,16 +2590,17 @@
|
|
|
1846
2590
|
"isVirtual": true,
|
|
1847
2591
|
"isOverride": false,
|
|
1848
2592
|
"isSealed": false,
|
|
2593
|
+
"visibility": "Protected",
|
|
1849
2594
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1850
2595
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1851
2596
|
"isExtensionMethod": false
|
|
1852
2597
|
},
|
|
1853
2598
|
{
|
|
1854
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1855
|
-
"clrName": "
|
|
1856
|
-
"metadataToken":
|
|
1857
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1858
|
-
"normalizedSignature": "
|
|
2599
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2600
|
+
"clrName": "IsHandledByConvention",
|
|
2601
|
+
"metadataToken": 100672437,
|
|
2602
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2603
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1859
2604
|
"emitScope": "ClassSurface",
|
|
1860
2605
|
"provenance": "Original",
|
|
1861
2606
|
"arity": 0,
|
|
@@ -1865,16 +2610,17 @@
|
|
|
1865
2610
|
"isVirtual": true,
|
|
1866
2611
|
"isOverride": false,
|
|
1867
2612
|
"isSealed": false,
|
|
2613
|
+
"visibility": "Protected",
|
|
1868
2614
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1869
2615
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1870
2616
|
"isExtensionMethod": false
|
|
1871
2617
|
},
|
|
1872
2618
|
{
|
|
1873
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1874
|
-
"clrName": "
|
|
1875
|
-
"metadataToken":
|
|
1876
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1877
|
-
"normalizedSignature": "
|
|
2619
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2620
|
+
"clrName": "IsHandledByConvention",
|
|
2621
|
+
"metadataToken": 100672438,
|
|
2622
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2623
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1878
2624
|
"emitScope": "ClassSurface",
|
|
1879
2625
|
"provenance": "Original",
|
|
1880
2626
|
"arity": 0,
|
|
@@ -1884,16 +2630,17 @@
|
|
|
1884
2630
|
"isVirtual": true,
|
|
1885
2631
|
"isOverride": false,
|
|
1886
2632
|
"isSealed": false,
|
|
2633
|
+
"visibility": "Protected",
|
|
1887
2634
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1888
2635
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1889
2636
|
"isExtensionMethod": false
|
|
1890
2637
|
},
|
|
1891
2638
|
{
|
|
1892
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1893
|
-
"clrName": "
|
|
1894
|
-
"metadataToken":
|
|
1895
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1896
|
-
"normalizedSignature": "
|
|
2639
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2640
|
+
"clrName": "IsHandledByConvention",
|
|
2641
|
+
"metadataToken": 100672439,
|
|
2642
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2643
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1897
2644
|
"emitScope": "ClassSurface",
|
|
1898
2645
|
"provenance": "Original",
|
|
1899
2646
|
"arity": 0,
|
|
@@ -1903,16 +2650,17 @@
|
|
|
1903
2650
|
"isVirtual": true,
|
|
1904
2651
|
"isOverride": false,
|
|
1905
2652
|
"isSealed": false,
|
|
2653
|
+
"visibility": "Protected",
|
|
1906
2654
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1907
2655
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1908
2656
|
"isExtensionMethod": false
|
|
1909
2657
|
},
|
|
1910
2658
|
{
|
|
1911
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1912
|
-
"clrName": "
|
|
1913
|
-
"metadataToken":
|
|
1914
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1915
|
-
"normalizedSignature": "
|
|
2659
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.INavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2660
|
+
"clrName": "IsHandledByConvention",
|
|
2661
|
+
"metadataToken": 100672440,
|
|
2662
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2663
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.INavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1916
2664
|
"emitScope": "ClassSurface",
|
|
1917
2665
|
"provenance": "Original",
|
|
1918
2666
|
"arity": 0,
|
|
@@ -1922,16 +2670,17 @@
|
|
|
1922
2670
|
"isVirtual": true,
|
|
1923
2671
|
"isOverride": false,
|
|
1924
2672
|
"isSealed": false,
|
|
2673
|
+
"visibility": "Protected",
|
|
1925
2674
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1926
2675
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1927
2676
|
"isExtensionMethod": false
|
|
1928
2677
|
},
|
|
1929
2678
|
{
|
|
1930
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1931
|
-
"clrName": "
|
|
1932
|
-
"metadataToken":
|
|
1933
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1934
|
-
"normalizedSignature": "
|
|
2679
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2680
|
+
"clrName": "IsHandledByConvention",
|
|
2681
|
+
"metadataToken": 100672441,
|
|
2682
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2683
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1935
2684
|
"emitScope": "ClassSurface",
|
|
1936
2685
|
"provenance": "Original",
|
|
1937
2686
|
"arity": 0,
|
|
@@ -1941,16 +2690,17 @@
|
|
|
1941
2690
|
"isVirtual": true,
|
|
1942
2691
|
"isOverride": false,
|
|
1943
2692
|
"isSealed": false,
|
|
2693
|
+
"visibility": "Protected",
|
|
1944
2694
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1945
2695
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1946
2696
|
"isExtensionMethod": false
|
|
1947
2697
|
},
|
|
1948
2698
|
{
|
|
1949
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1950
|
-
"clrName": "
|
|
1951
|
-
"metadataToken":
|
|
1952
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1953
|
-
"normalizedSignature": "
|
|
2699
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2700
|
+
"clrName": "IsHandledByConvention",
|
|
2701
|
+
"metadataToken": 100672442,
|
|
2702
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2703
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1954
2704
|
"emitScope": "ClassSurface",
|
|
1955
2705
|
"provenance": "Original",
|
|
1956
2706
|
"arity": 0,
|
|
@@ -1960,16 +2710,17 @@
|
|
|
1960
2710
|
"isVirtual": true,
|
|
1961
2711
|
"isOverride": false,
|
|
1962
2712
|
"isSealed": false,
|
|
2713
|
+
"visibility": "Protected",
|
|
1963
2714
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1964
2715
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1965
2716
|
"isExtensionMethod": false
|
|
1966
2717
|
},
|
|
1967
2718
|
{
|
|
1968
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1969
|
-
"clrName": "
|
|
1970
|
-
"metadataToken":
|
|
1971
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
1972
|
-
"normalizedSignature": "
|
|
2719
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2720
|
+
"clrName": "IsHandledByConvention",
|
|
2721
|
+
"metadataToken": 100672443,
|
|
2722
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2723
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1973
2724
|
"emitScope": "ClassSurface",
|
|
1974
2725
|
"provenance": "Original",
|
|
1975
2726
|
"arity": 0,
|
|
@@ -1979,16 +2730,17 @@
|
|
|
1979
2730
|
"isVirtual": true,
|
|
1980
2731
|
"isOverride": false,
|
|
1981
2732
|
"isSealed": false,
|
|
2733
|
+
"visibility": "Protected",
|
|
1982
2734
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
1983
2735
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1984
2736
|
"isExtensionMethod": false
|
|
1985
2737
|
},
|
|
1986
2738
|
{
|
|
1987
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
1988
|
-
"clrName": "
|
|
1989
|
-
"metadataToken":
|
|
1990
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
1991
|
-
"normalizedSignature": "
|
|
2739
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.ITrigger,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2740
|
+
"clrName": "IsHandledByConvention",
|
|
2741
|
+
"metadataToken": 100672444,
|
|
2742
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITrigger,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2743
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
1992
2744
|
"emitScope": "ClassSurface",
|
|
1993
2745
|
"provenance": "Original",
|
|
1994
2746
|
"arity": 0,
|
|
@@ -1998,16 +2750,17 @@
|
|
|
1998
2750
|
"isVirtual": true,
|
|
1999
2751
|
"isOverride": false,
|
|
2000
2752
|
"isSealed": false,
|
|
2753
|
+
"visibility": "Protected",
|
|
2001
2754
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2002
2755
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2003
2756
|
"isExtensionMethod": false
|
|
2004
2757
|
},
|
|
2005
2758
|
{
|
|
2006
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2007
|
-
"clrName": "
|
|
2008
|
-
"metadataToken":
|
|
2009
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2010
|
-
"normalizedSignature": "
|
|
2759
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2760
|
+
"clrName": "IsHandledByConvention",
|
|
2761
|
+
"metadataToken": 100672445,
|
|
2762
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2763
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
2011
2764
|
"emitScope": "ClassSurface",
|
|
2012
2765
|
"provenance": "Original",
|
|
2013
2766
|
"arity": 0,
|
|
@@ -2017,16 +2770,17 @@
|
|
|
2017
2770
|
"isVirtual": true,
|
|
2018
2771
|
"isOverride": false,
|
|
2019
2772
|
"isSealed": false,
|
|
2773
|
+
"visibility": "Protected",
|
|
2020
2774
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2021
2775
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2022
2776
|
"isExtensionMethod": false
|
|
2023
2777
|
},
|
|
2024
2778
|
{
|
|
2025
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2026
|
-
"clrName": "
|
|
2027
|
-
"metadataToken":
|
|
2028
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2029
|
-
"normalizedSignature": "
|
|
2779
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2780
|
+
"clrName": "IsHandledByConvention",
|
|
2781
|
+
"metadataToken": 100672446,
|
|
2782
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean",
|
|
2783
|
+
"normalizedSignature": "IsHandledByConvention|(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):System.Boolean|static=false",
|
|
2030
2784
|
"emitScope": "ClassSurface",
|
|
2031
2785
|
"provenance": "Original",
|
|
2032
2786
|
"arity": 0,
|
|
@@ -2036,16 +2790,17 @@
|
|
|
2036
2790
|
"isVirtual": true,
|
|
2037
2791
|
"isOverride": false,
|
|
2038
2792
|
"isSealed": false,
|
|
2793
|
+
"visibility": "Protected",
|
|
2039
2794
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2040
2795
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2041
2796
|
"isExtensionMethod": false
|
|
2042
2797
|
},
|
|
2043
2798
|
{
|
|
2044
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2045
|
-
"clrName": "
|
|
2046
|
-
"metadataToken":
|
|
2047
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2048
|
-
"normalizedSignature": "
|
|
2799
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2800
|
+
"clrName": "GenerateFluentApi",
|
|
2801
|
+
"metadataToken": 100672447,
|
|
2802
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2803
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2049
2804
|
"emitScope": "ClassSurface",
|
|
2050
2805
|
"provenance": "Original",
|
|
2051
2806
|
"arity": 0,
|
|
@@ -2055,16 +2810,17 @@
|
|
|
2055
2810
|
"isVirtual": true,
|
|
2056
2811
|
"isOverride": false,
|
|
2057
2812
|
"isSealed": false,
|
|
2813
|
+
"visibility": "Protected",
|
|
2058
2814
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2059
2815
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2060
2816
|
"isExtensionMethod": false
|
|
2061
2817
|
},
|
|
2062
2818
|
{
|
|
2063
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2064
|
-
"clrName": "
|
|
2065
|
-
"metadataToken":
|
|
2066
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2067
|
-
"normalizedSignature": "
|
|
2819
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2820
|
+
"clrName": "GenerateFluentApi",
|
|
2821
|
+
"metadataToken": 100672448,
|
|
2822
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2823
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2068
2824
|
"emitScope": "ClassSurface",
|
|
2069
2825
|
"provenance": "Original",
|
|
2070
2826
|
"arity": 0,
|
|
@@ -2074,16 +2830,17 @@
|
|
|
2074
2830
|
"isVirtual": true,
|
|
2075
2831
|
"isOverride": false,
|
|
2076
2832
|
"isSealed": false,
|
|
2833
|
+
"visibility": "Protected",
|
|
2077
2834
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2078
2835
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2079
2836
|
"isExtensionMethod": false
|
|
2080
2837
|
},
|
|
2081
2838
|
{
|
|
2082
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2083
|
-
"clrName": "
|
|
2084
|
-
"metadataToken":
|
|
2085
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2086
|
-
"normalizedSignature": "
|
|
2839
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IComplexType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2840
|
+
"clrName": "GenerateFluentApi",
|
|
2841
|
+
"metadataToken": 100672449,
|
|
2842
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2843
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IComplexType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2087
2844
|
"emitScope": "ClassSurface",
|
|
2088
2845
|
"provenance": "Original",
|
|
2089
2846
|
"arity": 0,
|
|
@@ -2093,16 +2850,17 @@
|
|
|
2093
2850
|
"isVirtual": true,
|
|
2094
2851
|
"isOverride": false,
|
|
2095
2852
|
"isSealed": false,
|
|
2853
|
+
"visibility": "Protected",
|
|
2096
2854
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2097
2855
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2098
2856
|
"isExtensionMethod": false
|
|
2099
2857
|
},
|
|
2100
2858
|
{
|
|
2101
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2102
|
-
"clrName": "
|
|
2103
|
-
"metadataToken":
|
|
2104
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2105
|
-
"normalizedSignature": "
|
|
2859
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2860
|
+
"clrName": "GenerateFluentApi",
|
|
2861
|
+
"metadataToken": 100672450,
|
|
2862
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2863
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2106
2864
|
"emitScope": "ClassSurface",
|
|
2107
2865
|
"provenance": "Original",
|
|
2108
2866
|
"arity": 0,
|
|
@@ -2112,16 +2870,17 @@
|
|
|
2112
2870
|
"isVirtual": true,
|
|
2113
2871
|
"isOverride": false,
|
|
2114
2872
|
"isSealed": false,
|
|
2873
|
+
"visibility": "Protected",
|
|
2115
2874
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2116
2875
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2117
2876
|
"isExtensionMethod": false
|
|
2118
2877
|
},
|
|
2119
2878
|
{
|
|
2120
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2121
|
-
"clrName": "
|
|
2122
|
-
"metadataToken":
|
|
2123
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IKey,
|
|
2124
|
-
"normalizedSignature": "
|
|
2879
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2880
|
+
"clrName": "GenerateFluentApi",
|
|
2881
|
+
"metadataToken": 100672451,
|
|
2882
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2883
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2125
2884
|
"emitScope": "ClassSurface",
|
|
2126
2885
|
"provenance": "Original",
|
|
2127
2886
|
"arity": 0,
|
|
@@ -2131,16 +2890,17 @@
|
|
|
2131
2890
|
"isVirtual": true,
|
|
2132
2891
|
"isOverride": false,
|
|
2133
2892
|
"isSealed": false,
|
|
2893
|
+
"visibility": "Protected",
|
|
2134
2894
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2135
2895
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2136
2896
|
"isExtensionMethod": false
|
|
2137
2897
|
},
|
|
2138
2898
|
{
|
|
2139
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2140
|
-
"clrName": "
|
|
2141
|
-
"metadataToken":
|
|
2142
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2143
|
-
"normalizedSignature": "
|
|
2899
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2900
|
+
"clrName": "GenerateFluentApi",
|
|
2901
|
+
"metadataToken": 100672452,
|
|
2902
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2903
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2144
2904
|
"emitScope": "ClassSurface",
|
|
2145
2905
|
"provenance": "Original",
|
|
2146
2906
|
"arity": 0,
|
|
@@ -2150,16 +2910,17 @@
|
|
|
2150
2910
|
"isVirtual": true,
|
|
2151
2911
|
"isOverride": false,
|
|
2152
2912
|
"isSealed": false,
|
|
2913
|
+
"visibility": "Protected",
|
|
2153
2914
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2154
2915
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2155
2916
|
"isExtensionMethod": false
|
|
2156
2917
|
},
|
|
2157
2918
|
{
|
|
2158
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2159
|
-
"clrName": "
|
|
2160
|
-
"metadataToken":
|
|
2161
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2162
|
-
"normalizedSignature": "
|
|
2919
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2920
|
+
"clrName": "GenerateFluentApi",
|
|
2921
|
+
"metadataToken": 100672453,
|
|
2922
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2923
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2163
2924
|
"emitScope": "ClassSurface",
|
|
2164
2925
|
"provenance": "Original",
|
|
2165
2926
|
"arity": 0,
|
|
@@ -2169,16 +2930,17 @@
|
|
|
2169
2930
|
"isVirtual": true,
|
|
2170
2931
|
"isOverride": false,
|
|
2171
2932
|
"isSealed": false,
|
|
2933
|
+
"visibility": "Protected",
|
|
2172
2934
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2173
2935
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2174
2936
|
"isExtensionMethod": false
|
|
2175
2937
|
},
|
|
2176
2938
|
{
|
|
2177
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2178
|
-
"clrName": "
|
|
2179
|
-
"metadataToken":
|
|
2180
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2181
|
-
"normalizedSignature": "
|
|
2939
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2940
|
+
"clrName": "GenerateFluentApi",
|
|
2941
|
+
"metadataToken": 100672454,
|
|
2942
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2943
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2182
2944
|
"emitScope": "ClassSurface",
|
|
2183
2945
|
"provenance": "Original",
|
|
2184
2946
|
"arity": 0,
|
|
@@ -2188,16 +2950,17 @@
|
|
|
2188
2950
|
"isVirtual": true,
|
|
2189
2951
|
"isOverride": false,
|
|
2190
2952
|
"isSealed": false,
|
|
2953
|
+
"visibility": "Protected",
|
|
2191
2954
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2192
2955
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2193
2956
|
"isExtensionMethod": false
|
|
2194
2957
|
},
|
|
2195
2958
|
{
|
|
2196
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2197
|
-
"clrName": "
|
|
2198
|
-
"metadataToken":
|
|
2199
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2200
|
-
"normalizedSignature": "
|
|
2959
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.INavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2960
|
+
"clrName": "GenerateFluentApi",
|
|
2961
|
+
"metadataToken": 100672455,
|
|
2962
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2963
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.INavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2201
2964
|
"emitScope": "ClassSurface",
|
|
2202
2965
|
"provenance": "Original",
|
|
2203
2966
|
"arity": 0,
|
|
@@ -2207,16 +2970,17 @@
|
|
|
2207
2970
|
"isVirtual": true,
|
|
2208
2971
|
"isOverride": false,
|
|
2209
2972
|
"isSealed": false,
|
|
2973
|
+
"visibility": "Protected",
|
|
2210
2974
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2211
2975
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2212
2976
|
"isExtensionMethod": false
|
|
2213
2977
|
},
|
|
2214
2978
|
{
|
|
2215
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2216
|
-
"clrName": "
|
|
2217
|
-
"metadataToken":
|
|
2218
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2219
|
-
"normalizedSignature": "
|
|
2979
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2980
|
+
"clrName": "GenerateFluentApi",
|
|
2981
|
+
"metadataToken": 100672456,
|
|
2982
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
2983
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2220
2984
|
"emitScope": "ClassSurface",
|
|
2221
2985
|
"provenance": "Original",
|
|
2222
2986
|
"arity": 0,
|
|
@@ -2226,16 +2990,17 @@
|
|
|
2226
2990
|
"isVirtual": true,
|
|
2227
2991
|
"isOverride": false,
|
|
2228
2992
|
"isSealed": false,
|
|
2993
|
+
"visibility": "Protected",
|
|
2229
2994
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2230
2995
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2231
2996
|
"isExtensionMethod": false
|
|
2232
2997
|
},
|
|
2233
2998
|
{
|
|
2234
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2235
|
-
"clrName": "
|
|
2236
|
-
"metadataToken":
|
|
2237
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2238
|
-
"normalizedSignature": "
|
|
2999
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3000
|
+
"clrName": "GenerateFluentApi",
|
|
3001
|
+
"metadataToken": 100672457,
|
|
3002
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3003
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IIndex,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2239
3004
|
"emitScope": "ClassSurface",
|
|
2240
3005
|
"provenance": "Original",
|
|
2241
3006
|
"arity": 0,
|
|
@@ -2245,16 +3010,17 @@
|
|
|
2245
3010
|
"isVirtual": true,
|
|
2246
3011
|
"isOverride": false,
|
|
2247
3012
|
"isSealed": false,
|
|
3013
|
+
"visibility": "Protected",
|
|
2248
3014
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2249
3015
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2250
3016
|
"isExtensionMethod": false
|
|
2251
3017
|
},
|
|
2252
3018
|
{
|
|
2253
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2254
|
-
"clrName": "
|
|
2255
|
-
"metadataToken":
|
|
2256
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2257
|
-
"normalizedSignature": "
|
|
3019
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3020
|
+
"clrName": "GenerateFluentApi",
|
|
3021
|
+
"metadataToken": 100672458,
|
|
3022
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3023
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2258
3024
|
"emitScope": "ClassSurface",
|
|
2259
3025
|
"provenance": "Original",
|
|
2260
3026
|
"arity": 0,
|
|
@@ -2264,16 +3030,17 @@
|
|
|
2264
3030
|
"isVirtual": true,
|
|
2265
3031
|
"isOverride": false,
|
|
2266
3032
|
"isSealed": false,
|
|
3033
|
+
"visibility": "Protected",
|
|
2267
3034
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2268
3035
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2269
3036
|
"isExtensionMethod": false
|
|
2270
3037
|
},
|
|
2271
3038
|
{
|
|
2272
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2273
|
-
"clrName": "
|
|
2274
|
-
"metadataToken":
|
|
2275
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2276
|
-
"normalizedSignature": "
|
|
3039
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.ITrigger,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3040
|
+
"clrName": "GenerateFluentApi",
|
|
3041
|
+
"metadataToken": 100672459,
|
|
3042
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITrigger,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3043
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2277
3044
|
"emitScope": "ClassSurface",
|
|
2278
3045
|
"provenance": "Original",
|
|
2279
3046
|
"arity": 0,
|
|
@@ -2283,16 +3050,17 @@
|
|
|
2283
3050
|
"isVirtual": true,
|
|
2284
3051
|
"isOverride": false,
|
|
2285
3052
|
"isSealed": false,
|
|
3053
|
+
"visibility": "Protected",
|
|
2286
3054
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2287
3055
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2288
3056
|
"isExtensionMethod": false
|
|
2289
3057
|
},
|
|
2290
3058
|
{
|
|
2291
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2292
|
-
"clrName": "
|
|
2293
|
-
"metadataToken":
|
|
2294
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
2295
|
-
"normalizedSignature": "
|
|
3059
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3060
|
+
"clrName": "GenerateFluentApi",
|
|
3061
|
+
"metadataToken": 100672460,
|
|
3062
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3063
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2296
3064
|
"emitScope": "ClassSurface",
|
|
2297
3065
|
"provenance": "Original",
|
|
2298
3066
|
"arity": 0,
|
|
@@ -2302,16 +3070,17 @@
|
|
|
2302
3070
|
"isVirtual": true,
|
|
2303
3071
|
"isOverride": false,
|
|
2304
3072
|
"isSealed": false,
|
|
3073
|
+
"visibility": "Protected",
|
|
2305
3074
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2306
3075
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2307
3076
|
"isExtensionMethod": false
|
|
2308
3077
|
},
|
|
2309
3078
|
{
|
|
2310
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2311
|
-
"clrName": "
|
|
2312
|
-
"metadataToken":
|
|
2313
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2314
|
-
"normalizedSignature": "
|
|
3079
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateFluentApi(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3080
|
+
"clrName": "GenerateFluentApi",
|
|
3081
|
+
"metadataToken": 100672461,
|
|
3082
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3083
|
+
"normalizedSignature": "GenerateFluentApi|(Microsoft.EntityFrameworkCore.Metadata.ISequence,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
2315
3084
|
"emitScope": "ClassSurface",
|
|
2316
3085
|
"provenance": "Original",
|
|
2317
3086
|
"arity": 0,
|
|
@@ -2321,16 +3090,17 @@
|
|
|
2321
3090
|
"isVirtual": true,
|
|
2322
3091
|
"isOverride": false,
|
|
2323
3092
|
"isSealed": false,
|
|
3093
|
+
"visibility": "Protected",
|
|
2324
3094
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2325
3095
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2326
3096
|
"isExtensionMethod": false
|
|
2327
3097
|
},
|
|
2328
3098
|
{
|
|
2329
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2330
|
-
"clrName": "
|
|
2331
|
-
"metadataToken":
|
|
2332
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
2333
|
-
"normalizedSignature": "
|
|
3099
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateDataAnnotation(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3100
|
+
"clrName": "GenerateDataAnnotation",
|
|
3101
|
+
"metadataToken": 100672462,
|
|
3102
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3103
|
+
"normalizedSignature": "GenerateDataAnnotation|(Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment|static=false",
|
|
2334
3104
|
"emitScope": "ClassSurface",
|
|
2335
3105
|
"provenance": "Original",
|
|
2336
3106
|
"arity": 0,
|
|
@@ -2340,16 +3110,17 @@
|
|
|
2340
3110
|
"isVirtual": true,
|
|
2341
3111
|
"isOverride": false,
|
|
2342
3112
|
"isSealed": false,
|
|
3113
|
+
"visibility": "Protected",
|
|
2343
3114
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2344
3115
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2345
3116
|
"isExtensionMethod": false
|
|
2346
3117
|
},
|
|
2347
3118
|
{
|
|
2348
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::
|
|
2349
|
-
"clrName": "
|
|
2350
|
-
"metadataToken":
|
|
2351
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
2352
|
-
"normalizedSignature": "
|
|
3119
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::GenerateDataAnnotation(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3120
|
+
"clrName": "GenerateDataAnnotation",
|
|
3121
|
+
"metadataToken": 100672463,
|
|
3122
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3123
|
+
"normalizedSignature": "GenerateDataAnnotation|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation):Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment|static=false",
|
|
2353
3124
|
"emitScope": "ClassSurface",
|
|
2354
3125
|
"provenance": "Original",
|
|
2355
3126
|
"arity": 0,
|
|
@@ -2359,6 +3130,7 @@
|
|
|
2359
3130
|
"isVirtual": true,
|
|
2360
3131
|
"isOverride": false,
|
|
2361
3132
|
"isSealed": false,
|
|
3133
|
+
"visibility": "Protected",
|
|
2362
3134
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
2363
3135
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2364
3136
|
"isExtensionMethod": false
|
|
@@ -2378,6 +3150,7 @@
|
|
|
2378
3150
|
"isVirtual": true,
|
|
2379
3151
|
"isOverride": false,
|
|
2380
3152
|
"isSealed": false,
|
|
3153
|
+
"visibility": "Public",
|
|
2381
3154
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2382
3155
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2383
3156
|
"isExtensionMethod": false,
|
|
@@ -2398,6 +3171,7 @@
|
|
|
2398
3171
|
"isVirtual": true,
|
|
2399
3172
|
"isOverride": false,
|
|
2400
3173
|
"isSealed": false,
|
|
3174
|
+
"visibility": "Public",
|
|
2401
3175
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2402
3176
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2403
3177
|
"isExtensionMethod": false,
|
|
@@ -2418,6 +3192,7 @@
|
|
|
2418
3192
|
"isVirtual": true,
|
|
2419
3193
|
"isOverride": false,
|
|
2420
3194
|
"isSealed": false,
|
|
3195
|
+
"visibility": "Public",
|
|
2421
3196
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2422
3197
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2423
3198
|
"isExtensionMethod": false,
|
|
@@ -2438,6 +3213,7 @@
|
|
|
2438
3213
|
"isVirtual": true,
|
|
2439
3214
|
"isOverride": false,
|
|
2440
3215
|
"isSealed": false,
|
|
3216
|
+
"visibility": "Public",
|
|
2441
3217
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2442
3218
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2443
3219
|
"isExtensionMethod": false,
|
|
@@ -2458,6 +3234,7 @@
|
|
|
2458
3234
|
"isVirtual": true,
|
|
2459
3235
|
"isOverride": false,
|
|
2460
3236
|
"isSealed": false,
|
|
3237
|
+
"visibility": "Public",
|
|
2461
3238
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2462
3239
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2463
3240
|
"isExtensionMethod": false,
|
|
@@ -2478,6 +3255,7 @@
|
|
|
2478
3255
|
"isVirtual": true,
|
|
2479
3256
|
"isOverride": false,
|
|
2480
3257
|
"isSealed": false,
|
|
3258
|
+
"visibility": "Public",
|
|
2481
3259
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2482
3260
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2483
3261
|
"isExtensionMethod": false,
|
|
@@ -2498,6 +3276,7 @@
|
|
|
2498
3276
|
"isVirtual": true,
|
|
2499
3277
|
"isOverride": false,
|
|
2500
3278
|
"isSealed": false,
|
|
3279
|
+
"visibility": "Public",
|
|
2501
3280
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2502
3281
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2503
3282
|
"isExtensionMethod": false,
|
|
@@ -2518,6 +3297,7 @@
|
|
|
2518
3297
|
"isVirtual": true,
|
|
2519
3298
|
"isOverride": false,
|
|
2520
3299
|
"isSealed": false,
|
|
3300
|
+
"visibility": "Public",
|
|
2521
3301
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2522
3302
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2523
3303
|
"isExtensionMethod": false,
|
|
@@ -2538,6 +3318,7 @@
|
|
|
2538
3318
|
"isVirtual": true,
|
|
2539
3319
|
"isOverride": false,
|
|
2540
3320
|
"isSealed": false,
|
|
3321
|
+
"visibility": "Public",
|
|
2541
3322
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2542
3323
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2543
3324
|
"isExtensionMethod": false,
|
|
@@ -2558,6 +3339,7 @@
|
|
|
2558
3339
|
"isVirtual": true,
|
|
2559
3340
|
"isOverride": false,
|
|
2560
3341
|
"isSealed": false,
|
|
3342
|
+
"visibility": "Public",
|
|
2561
3343
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2562
3344
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2563
3345
|
"isExtensionMethod": false,
|
|
@@ -2578,6 +3360,7 @@
|
|
|
2578
3360
|
"isVirtual": true,
|
|
2579
3361
|
"isOverride": false,
|
|
2580
3362
|
"isSealed": false,
|
|
3363
|
+
"visibility": "Public",
|
|
2581
3364
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2582
3365
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2583
3366
|
"isExtensionMethod": false,
|
|
@@ -2598,6 +3381,7 @@
|
|
|
2598
3381
|
"isVirtual": true,
|
|
2599
3382
|
"isOverride": false,
|
|
2600
3383
|
"isSealed": false,
|
|
3384
|
+
"visibility": "Public",
|
|
2601
3385
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2602
3386
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2603
3387
|
"isExtensionMethod": false,
|
|
@@ -2618,6 +3402,7 @@
|
|
|
2618
3402
|
"isVirtual": true,
|
|
2619
3403
|
"isOverride": false,
|
|
2620
3404
|
"isSealed": false,
|
|
3405
|
+
"visibility": "Public",
|
|
2621
3406
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2622
3407
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2623
3408
|
"isExtensionMethod": false,
|
|
@@ -2638,6 +3423,7 @@
|
|
|
2638
3423
|
"isVirtual": true,
|
|
2639
3424
|
"isOverride": false,
|
|
2640
3425
|
"isSealed": false,
|
|
3426
|
+
"visibility": "Public",
|
|
2641
3427
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2642
3428
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2643
3429
|
"isExtensionMethod": false,
|
|
@@ -2658,6 +3444,7 @@
|
|
|
2658
3444
|
"isVirtual": true,
|
|
2659
3445
|
"isOverride": false,
|
|
2660
3446
|
"isSealed": false,
|
|
3447
|
+
"visibility": "Public",
|
|
2661
3448
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2662
3449
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2663
3450
|
"isExtensionMethod": false,
|
|
@@ -2678,6 +3465,7 @@
|
|
|
2678
3465
|
"isVirtual": true,
|
|
2679
3466
|
"isOverride": false,
|
|
2680
3467
|
"isSealed": false,
|
|
3468
|
+
"visibility": "Public",
|
|
2681
3469
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2682
3470
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2683
3471
|
"isExtensionMethod": false,
|
|
@@ -2698,6 +3486,7 @@
|
|
|
2698
3486
|
"isVirtual": true,
|
|
2699
3487
|
"isOverride": false,
|
|
2700
3488
|
"isSealed": false,
|
|
3489
|
+
"visibility": "Public",
|
|
2701
3490
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2702
3491
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2703
3492
|
"isExtensionMethod": false,
|
|
@@ -2718,6 +3507,7 @@
|
|
|
2718
3507
|
"isVirtual": true,
|
|
2719
3508
|
"isOverride": false,
|
|
2720
3509
|
"isSealed": false,
|
|
3510
|
+
"visibility": "Public",
|
|
2721
3511
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2722
3512
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2723
3513
|
"isExtensionMethod": false,
|
|
@@ -2738,6 +3528,7 @@
|
|
|
2738
3528
|
"isVirtual": true,
|
|
2739
3529
|
"isOverride": false,
|
|
2740
3530
|
"isSealed": false,
|
|
3531
|
+
"visibility": "Public",
|
|
2741
3532
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2742
3533
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2743
3534
|
"isExtensionMethod": false,
|
|
@@ -2758,6 +3549,7 @@
|
|
|
2758
3549
|
"isVirtual": true,
|
|
2759
3550
|
"isOverride": false,
|
|
2760
3551
|
"isSealed": false,
|
|
3552
|
+
"visibility": "Public",
|
|
2761
3553
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2762
3554
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2763
3555
|
"isExtensionMethod": false,
|
|
@@ -2778,6 +3570,7 @@
|
|
|
2778
3570
|
"isVirtual": true,
|
|
2779
3571
|
"isOverride": false,
|
|
2780
3572
|
"isSealed": false,
|
|
3573
|
+
"visibility": "Public",
|
|
2781
3574
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2782
3575
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2783
3576
|
"isExtensionMethod": false,
|
|
@@ -2798,6 +3591,7 @@
|
|
|
2798
3591
|
"isVirtual": true,
|
|
2799
3592
|
"isOverride": false,
|
|
2800
3593
|
"isSealed": false,
|
|
3594
|
+
"visibility": "Public",
|
|
2801
3595
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2802
3596
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2803
3597
|
"isExtensionMethod": false,
|
|
@@ -2818,6 +3612,7 @@
|
|
|
2818
3612
|
"isVirtual": true,
|
|
2819
3613
|
"isOverride": false,
|
|
2820
3614
|
"isSealed": false,
|
|
3615
|
+
"visibility": "Public",
|
|
2821
3616
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2822
3617
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2823
3618
|
"isExtensionMethod": false,
|
|
@@ -2838,6 +3633,7 @@
|
|
|
2838
3633
|
"isVirtual": true,
|
|
2839
3634
|
"isOverride": false,
|
|
2840
3635
|
"isSealed": false,
|
|
3636
|
+
"visibility": "Public",
|
|
2841
3637
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2842
3638
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2843
3639
|
"isExtensionMethod": false,
|
|
@@ -2858,6 +3654,7 @@
|
|
|
2858
3654
|
"isVirtual": true,
|
|
2859
3655
|
"isOverride": false,
|
|
2860
3656
|
"isSealed": false,
|
|
3657
|
+
"visibility": "Public",
|
|
2861
3658
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2862
3659
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2863
3660
|
"isExtensionMethod": false,
|
|
@@ -2878,6 +3675,7 @@
|
|
|
2878
3675
|
"isVirtual": true,
|
|
2879
3676
|
"isOverride": false,
|
|
2880
3677
|
"isSealed": false,
|
|
3678
|
+
"visibility": "Public",
|
|
2881
3679
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2882
3680
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2883
3681
|
"isExtensionMethod": false,
|
|
@@ -2898,6 +3696,7 @@
|
|
|
2898
3696
|
"isVirtual": true,
|
|
2899
3697
|
"isOverride": false,
|
|
2900
3698
|
"isSealed": false,
|
|
3699
|
+
"visibility": "Public",
|
|
2901
3700
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2902
3701
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2903
3702
|
"isExtensionMethod": false,
|
|
@@ -2918,6 +3717,7 @@
|
|
|
2918
3717
|
"isVirtual": true,
|
|
2919
3718
|
"isOverride": false,
|
|
2920
3719
|
"isSealed": false,
|
|
3720
|
+
"visibility": "Public",
|
|
2921
3721
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2922
3722
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2923
3723
|
"isExtensionMethod": false,
|
|
@@ -2938,6 +3738,7 @@
|
|
|
2938
3738
|
"isVirtual": true,
|
|
2939
3739
|
"isOverride": false,
|
|
2940
3740
|
"isSealed": false,
|
|
3741
|
+
"visibility": "Public",
|
|
2941
3742
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2942
3743
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2943
3744
|
"isExtensionMethod": false,
|
|
@@ -2958,6 +3759,7 @@
|
|
|
2958
3759
|
"isVirtual": true,
|
|
2959
3760
|
"isOverride": false,
|
|
2960
3761
|
"isSealed": false,
|
|
3762
|
+
"visibility": "Public",
|
|
2961
3763
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2962
3764
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2963
3765
|
"isExtensionMethod": false,
|
|
@@ -2978,6 +3780,7 @@
|
|
|
2978
3780
|
"isVirtual": true,
|
|
2979
3781
|
"isOverride": false,
|
|
2980
3782
|
"isSealed": false,
|
|
3783
|
+
"visibility": "Public",
|
|
2981
3784
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
2982
3785
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2983
3786
|
"isExtensionMethod": false,
|
|
@@ -2998,6 +3801,7 @@
|
|
|
2998
3801
|
"isVirtual": true,
|
|
2999
3802
|
"isOverride": false,
|
|
3000
3803
|
"isSealed": false,
|
|
3804
|
+
"visibility": "Public",
|
|
3001
3805
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
3002
3806
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3003
3807
|
"isExtensionMethod": false,
|
|
@@ -3018,13 +3822,34 @@
|
|
|
3018
3822
|
"isVirtual": true,
|
|
3019
3823
|
"isOverride": false,
|
|
3020
3824
|
"isSealed": false,
|
|
3825
|
+
"visibility": "Public",
|
|
3021
3826
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
|
|
3022
3827
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3023
3828
|
"isExtensionMethod": false,
|
|
3024
3829
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator"
|
|
3025
3830
|
}
|
|
3026
3831
|
],
|
|
3027
|
-
"properties": [
|
|
3832
|
+
"properties": [
|
|
3833
|
+
{
|
|
3834
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator::Dependencies:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3835
|
+
"clrName": "Dependencies",
|
|
3836
|
+
"metadataToken": 385878157,
|
|
3837
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3838
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies|static=false|accessor=get",
|
|
3839
|
+
"emitScope": "ClassSurface",
|
|
3840
|
+
"provenance": "Original",
|
|
3841
|
+
"isIndexer": false,
|
|
3842
|
+
"hasGetter": true,
|
|
3843
|
+
"hasSetter": false,
|
|
3844
|
+
"isStatic": false,
|
|
3845
|
+
"isAbstract": false,
|
|
3846
|
+
"isVirtual": true,
|
|
3847
|
+
"isOverride": false,
|
|
3848
|
+
"visibility": "Protected",
|
|
3849
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
3850
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3851
|
+
}
|
|
3852
|
+
],
|
|
3028
3853
|
"fields": [],
|
|
3029
3854
|
"events": [],
|
|
3030
3855
|
"constructors": [
|
|
@@ -3035,6 +3860,7 @@
|
|
|
3035
3860
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
|
|
3036
3861
|
"isStatic": false,
|
|
3037
3862
|
"parameterCount": 1,
|
|
3863
|
+
"visibility": "Public",
|
|
3038
3864
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
|
|
3039
3865
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3040
3866
|
}
|
|
@@ -3051,6 +3877,19 @@
|
|
|
3051
3877
|
"isSealed": true,
|
|
3052
3878
|
"isStatic": false,
|
|
3053
3879
|
"arity": 0,
|
|
3880
|
+
"baseType": {
|
|
3881
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3882
|
+
"clrName": "System.Object"
|
|
3883
|
+
},
|
|
3884
|
+
"interfaces": [
|
|
3885
|
+
{
|
|
3886
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
3887
|
+
"clrName": "System.IEquatable\u00601",
|
|
3888
|
+
"typeArguments": [
|
|
3889
|
+
"AnnotationCodeGeneratorDependencies"
|
|
3890
|
+
]
|
|
3891
|
+
}
|
|
3892
|
+
],
|
|
3054
3893
|
"methods": [
|
|
3055
3894
|
{
|
|
3056
3895
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies::ToString():System.String",
|
|
@@ -3067,6 +3906,7 @@
|
|
|
3067
3906
|
"isVirtual": true,
|
|
3068
3907
|
"isOverride": true,
|
|
3069
3908
|
"isSealed": false,
|
|
3909
|
+
"visibility": "Public",
|
|
3070
3910
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3071
3911
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3072
3912
|
"isExtensionMethod": false
|
|
@@ -3086,6 +3926,7 @@
|
|
|
3086
3926
|
"isVirtual": true,
|
|
3087
3927
|
"isOverride": true,
|
|
3088
3928
|
"isSealed": false,
|
|
3929
|
+
"visibility": "Public",
|
|
3089
3930
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3090
3931
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3091
3932
|
"isExtensionMethod": false
|
|
@@ -3105,6 +3946,7 @@
|
|
|
3105
3946
|
"isVirtual": true,
|
|
3106
3947
|
"isOverride": true,
|
|
3107
3948
|
"isSealed": false,
|
|
3949
|
+
"visibility": "Public",
|
|
3108
3950
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3109
3951
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3110
3952
|
"isExtensionMethod": false
|
|
@@ -3124,6 +3966,7 @@
|
|
|
3124
3966
|
"isVirtual": true,
|
|
3125
3967
|
"isOverride": false,
|
|
3126
3968
|
"isSealed": true,
|
|
3969
|
+
"visibility": "Public",
|
|
3127
3970
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3128
3971
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3129
3972
|
"isExtensionMethod": false
|
|
@@ -3143,6 +3986,7 @@
|
|
|
3143
3986
|
"isVirtual": false,
|
|
3144
3987
|
"isOverride": false,
|
|
3145
3988
|
"isSealed": false,
|
|
3989
|
+
"visibility": "Public",
|
|
3146
3990
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3147
3991
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3148
3992
|
"isExtensionMethod": false
|
|
@@ -3164,6 +4008,7 @@
|
|
|
3164
4008
|
"isAbstract": false,
|
|
3165
4009
|
"isVirtual": false,
|
|
3166
4010
|
"isOverride": false,
|
|
4011
|
+
"visibility": "Public",
|
|
3167
4012
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3168
4013
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3169
4014
|
}
|
|
@@ -3178,6 +4023,7 @@
|
|
|
3178
4023
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
|
|
3179
4024
|
"isStatic": false,
|
|
3180
4025
|
"parameterCount": 1,
|
|
4026
|
+
"visibility": "Public",
|
|
3181
4027
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies",
|
|
3182
4028
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3183
4029
|
}
|
|
@@ -3194,6 +4040,10 @@
|
|
|
3194
4040
|
"isSealed": false,
|
|
3195
4041
|
"isStatic": false,
|
|
3196
4042
|
"arity": 0,
|
|
4043
|
+
"baseType": {
|
|
4044
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4045
|
+
"clrName": "System.Object"
|
|
4046
|
+
},
|
|
3197
4047
|
"methods": [],
|
|
3198
4048
|
"properties": [
|
|
3199
4049
|
{
|
|
@@ -3211,6 +4061,7 @@
|
|
|
3211
4061
|
"isAbstract": false,
|
|
3212
4062
|
"isVirtual": true,
|
|
3213
4063
|
"isOverride": false,
|
|
4064
|
+
"visibility": "Public",
|
|
3214
4065
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3215
4066
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3216
4067
|
},
|
|
@@ -3229,6 +4080,7 @@
|
|
|
3229
4080
|
"isAbstract": false,
|
|
3230
4081
|
"isVirtual": true,
|
|
3231
4082
|
"isOverride": false,
|
|
4083
|
+
"visibility": "Public",
|
|
3232
4084
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3233
4085
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3234
4086
|
},
|
|
@@ -3247,6 +4099,7 @@
|
|
|
3247
4099
|
"isAbstract": false,
|
|
3248
4100
|
"isVirtual": true,
|
|
3249
4101
|
"isOverride": false,
|
|
4102
|
+
"visibility": "Public",
|
|
3250
4103
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3251
4104
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3252
4105
|
}
|
|
@@ -3261,6 +4114,7 @@
|
|
|
3261
4114
|
"normalizedSignature": "constructor|(System.Type,System.Object[]):void|static=false",
|
|
3262
4115
|
"isStatic": false,
|
|
3263
4116
|
"parameterCount": 2,
|
|
4117
|
+
"visibility": "Public",
|
|
3264
4118
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3265
4119
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3266
4120
|
},
|
|
@@ -3271,6 +4125,7 @@
|
|
|
3271
4125
|
"normalizedSignature": "constructor|(System.Type,System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
3272
4126
|
"isStatic": false,
|
|
3273
4127
|
"parameterCount": 3,
|
|
4128
|
+
"visibility": "Public",
|
|
3274
4129
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment",
|
|
3275
4130
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3276
4131
|
}
|
|
@@ -3287,6 +4142,10 @@
|
|
|
3287
4142
|
"isSealed": true,
|
|
3288
4143
|
"isStatic": false,
|
|
3289
4144
|
"arity": 0,
|
|
4145
|
+
"baseType": {
|
|
4146
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
4147
|
+
"clrName": "System.Attribute"
|
|
4148
|
+
},
|
|
3290
4149
|
"methods": [],
|
|
3291
4150
|
"properties": [
|
|
3292
4151
|
{
|
|
@@ -3304,6 +4163,7 @@
|
|
|
3304
4163
|
"isAbstract": false,
|
|
3305
4164
|
"isVirtual": false,
|
|
3306
4165
|
"isOverride": false,
|
|
4166
|
+
"visibility": "Public",
|
|
3307
4167
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.DesignTimeProviderServicesAttribute",
|
|
3308
4168
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3309
4169
|
}
|
|
@@ -3318,6 +4178,7 @@
|
|
|
3318
4178
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3319
4179
|
"isStatic": false,
|
|
3320
4180
|
"parameterCount": 1,
|
|
4181
|
+
"visibility": "Public",
|
|
3321
4182
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.DesignTimeProviderServicesAttribute",
|
|
3322
4183
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3323
4184
|
}
|
|
@@ -3334,6 +4195,10 @@
|
|
|
3334
4195
|
"isSealed": true,
|
|
3335
4196
|
"isStatic": false,
|
|
3336
4197
|
"arity": 0,
|
|
4198
|
+
"baseType": {
|
|
4199
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
4200
|
+
"clrName": "System.Attribute"
|
|
4201
|
+
},
|
|
3337
4202
|
"methods": [],
|
|
3338
4203
|
"properties": [
|
|
3339
4204
|
{
|
|
@@ -3351,6 +4216,7 @@
|
|
|
3351
4216
|
"isAbstract": false,
|
|
3352
4217
|
"isVirtual": false,
|
|
3353
4218
|
"isOverride": false,
|
|
4219
|
+
"visibility": "Public",
|
|
3354
4220
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.DesignTimeServicesReferenceAttribute",
|
|
3355
4221
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3356
4222
|
},
|
|
@@ -3369,6 +4235,7 @@
|
|
|
3369
4235
|
"isAbstract": false,
|
|
3370
4236
|
"isVirtual": false,
|
|
3371
4237
|
"isOverride": false,
|
|
4238
|
+
"visibility": "Public",
|
|
3372
4239
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.DesignTimeServicesReferenceAttribute",
|
|
3373
4240
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3374
4241
|
}
|
|
@@ -3383,6 +4250,7 @@
|
|
|
3383
4250
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3384
4251
|
"isStatic": false,
|
|
3385
4252
|
"parameterCount": 1,
|
|
4253
|
+
"visibility": "Public",
|
|
3386
4254
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.DesignTimeServicesReferenceAttribute",
|
|
3387
4255
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3388
4256
|
},
|
|
@@ -3393,6 +4261,7 @@
|
|
|
3393
4261
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
3394
4262
|
"isStatic": false,
|
|
3395
4263
|
"parameterCount": 2,
|
|
4264
|
+
"visibility": "Public",
|
|
3396
4265
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.DesignTimeServicesReferenceAttribute",
|
|
3397
4266
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3398
4267
|
}
|
|
@@ -3409,7 +4278,31 @@
|
|
|
3409
4278
|
"isSealed": false,
|
|
3410
4279
|
"isStatic": false,
|
|
3411
4280
|
"arity": 0,
|
|
4281
|
+
"baseType": {
|
|
4282
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder",
|
|
4283
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder"
|
|
4284
|
+
},
|
|
3412
4285
|
"methods": [
|
|
4286
|
+
{
|
|
4287
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder::TryGetServiceCharacteristics(System.Type):System.Nullable_1[[Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4288
|
+
"clrName": "TryGetServiceCharacteristics",
|
|
4289
|
+
"metadataToken": 100674875,
|
|
4290
|
+
"canonicalSignature": "(System.Type):System.Nullable_1[[Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4291
|
+
"normalizedSignature": "TryGetServiceCharacteristics|(System.Type):System.Nullable_1[[Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
4292
|
+
"emitScope": "ClassSurface",
|
|
4293
|
+
"provenance": "Original",
|
|
4294
|
+
"arity": 0,
|
|
4295
|
+
"parameterCount": 1,
|
|
4296
|
+
"isStatic": false,
|
|
4297
|
+
"isAbstract": false,
|
|
4298
|
+
"isVirtual": true,
|
|
4299
|
+
"isOverride": true,
|
|
4300
|
+
"isSealed": false,
|
|
4301
|
+
"visibility": "Protected",
|
|
4302
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder",
|
|
4303
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4304
|
+
"isExtensionMethod": false
|
|
4305
|
+
},
|
|
3413
4306
|
{
|
|
3414
4307
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder::TryAddCoreServices():Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder",
|
|
3415
4308
|
"clrName": "TryAddCoreServices",
|
|
@@ -3425,6 +4318,27 @@
|
|
|
3425
4318
|
"isVirtual": true,
|
|
3426
4319
|
"isOverride": true,
|
|
3427
4320
|
"isSealed": false,
|
|
4321
|
+
"visibility": "Public",
|
|
4322
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder",
|
|
4323
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4324
|
+
"isExtensionMethod": false
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder::TryGetServiceCharacteristics(System.Type):System.Nullable_1",
|
|
4328
|
+
"clrName": "TryGetServiceCharacteristics",
|
|
4329
|
+
"metadataToken": 0,
|
|
4330
|
+
"canonicalSignature": "(System.Type):System.Nullable_1",
|
|
4331
|
+
"normalizedSignature": "TryGetServiceCharacteristics|(System.Type):System.Nullable_1|static=false",
|
|
4332
|
+
"emitScope": "ClassSurface",
|
|
4333
|
+
"provenance": "BaseOverload",
|
|
4334
|
+
"arity": 0,
|
|
4335
|
+
"parameterCount": 1,
|
|
4336
|
+
"isStatic": false,
|
|
4337
|
+
"isAbstract": false,
|
|
4338
|
+
"isVirtual": true,
|
|
4339
|
+
"isOverride": false,
|
|
4340
|
+
"isSealed": false,
|
|
4341
|
+
"visibility": "Protected",
|
|
3428
4342
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder",
|
|
3429
4343
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3430
4344
|
"isExtensionMethod": false
|
|
@@ -3440,6 +4354,7 @@
|
|
|
3440
4354
|
"isStatic": true,
|
|
3441
4355
|
"isReadOnly": true,
|
|
3442
4356
|
"isLiteral": false,
|
|
4357
|
+
"visibility": "Public",
|
|
3443
4358
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder",
|
|
3444
4359
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3445
4360
|
}
|
|
@@ -3453,6 +4368,7 @@
|
|
|
3453
4368
|
"normalizedSignature": "constructor|(Microsoft.Extensions.DependencyInjection.IServiceCollection):void|static=false",
|
|
3454
4369
|
"isStatic": false,
|
|
3455
4370
|
"parameterCount": 1,
|
|
4371
|
+
"visibility": "Public",
|
|
3456
4372
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder",
|
|
3457
4373
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3458
4374
|
}
|
|
@@ -3469,7 +4385,31 @@
|
|
|
3469
4385
|
"isSealed": false,
|
|
3470
4386
|
"isStatic": false,
|
|
3471
4387
|
"arity": 0,
|
|
4388
|
+
"baseType": {
|
|
4389
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder",
|
|
4390
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkDesignServicesBuilder"
|
|
4391
|
+
},
|
|
3472
4392
|
"methods": [
|
|
4393
|
+
{
|
|
4394
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.EntityFrameworkRelationalDesignServicesBuilder::TryGetServiceCharacteristics(System.Type):System.Nullable_1[[Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4395
|
+
"clrName": "TryGetServiceCharacteristics",
|
|
4396
|
+
"metadataToken": 100672484,
|
|
4397
|
+
"canonicalSignature": "(System.Type):System.Nullable_1[[Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4398
|
+
"normalizedSignature": "TryGetServiceCharacteristics|(System.Type):System.Nullable_1[[Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
4399
|
+
"emitScope": "ClassSurface",
|
|
4400
|
+
"provenance": "Original",
|
|
4401
|
+
"arity": 0,
|
|
4402
|
+
"parameterCount": 1,
|
|
4403
|
+
"isStatic": false,
|
|
4404
|
+
"isAbstract": false,
|
|
4405
|
+
"isVirtual": true,
|
|
4406
|
+
"isOverride": true,
|
|
4407
|
+
"isSealed": false,
|
|
4408
|
+
"visibility": "Protected",
|
|
4409
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkRelationalDesignServicesBuilder",
|
|
4410
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4411
|
+
"isExtensionMethod": false
|
|
4412
|
+
},
|
|
3473
4413
|
{
|
|
3474
4414
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.EntityFrameworkRelationalDesignServicesBuilder::TryAddCoreServices():Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder",
|
|
3475
4415
|
"clrName": "TryAddCoreServices",
|
|
@@ -3485,6 +4425,27 @@
|
|
|
3485
4425
|
"isVirtual": true,
|
|
3486
4426
|
"isOverride": true,
|
|
3487
4427
|
"isSealed": false,
|
|
4428
|
+
"visibility": "Public",
|
|
4429
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkRelationalDesignServicesBuilder",
|
|
4430
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4431
|
+
"isExtensionMethod": false
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.EntityFrameworkRelationalDesignServicesBuilder::TryGetServiceCharacteristics(System.Type):System.Nullable_1",
|
|
4435
|
+
"clrName": "TryGetServiceCharacteristics",
|
|
4436
|
+
"metadataToken": 0,
|
|
4437
|
+
"canonicalSignature": "(System.Type):System.Nullable_1",
|
|
4438
|
+
"normalizedSignature": "TryGetServiceCharacteristics|(System.Type):System.Nullable_1|static=false",
|
|
4439
|
+
"emitScope": "ClassSurface",
|
|
4440
|
+
"provenance": "BaseOverload",
|
|
4441
|
+
"arity": 0,
|
|
4442
|
+
"parameterCount": 1,
|
|
4443
|
+
"isStatic": false,
|
|
4444
|
+
"isAbstract": false,
|
|
4445
|
+
"isVirtual": true,
|
|
4446
|
+
"isOverride": false,
|
|
4447
|
+
"isSealed": false,
|
|
4448
|
+
"visibility": "Protected",
|
|
3488
4449
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkRelationalDesignServicesBuilder",
|
|
3489
4450
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3490
4451
|
"isExtensionMethod": false
|
|
@@ -3500,6 +4461,7 @@
|
|
|
3500
4461
|
"isStatic": true,
|
|
3501
4462
|
"isReadOnly": true,
|
|
3502
4463
|
"isLiteral": false,
|
|
4464
|
+
"visibility": "Public",
|
|
3503
4465
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkRelationalDesignServicesBuilder",
|
|
3504
4466
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3505
4467
|
}
|
|
@@ -3513,6 +4475,7 @@
|
|
|
3513
4475
|
"normalizedSignature": "constructor|(Microsoft.Extensions.DependencyInjection.IServiceCollection):void|static=false",
|
|
3514
4476
|
"isStatic": false,
|
|
3515
4477
|
"parameterCount": 1,
|
|
4478
|
+
"visibility": "Public",
|
|
3516
4479
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.EntityFrameworkRelationalDesignServicesBuilder",
|
|
3517
4480
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3518
4481
|
}
|
|
@@ -3529,6 +4492,16 @@
|
|
|
3529
4492
|
"isSealed": false,
|
|
3530
4493
|
"isStatic": false,
|
|
3531
4494
|
"arity": 0,
|
|
4495
|
+
"baseType": {
|
|
4496
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4497
|
+
"clrName": "System.Object"
|
|
4498
|
+
},
|
|
4499
|
+
"interfaces": [
|
|
4500
|
+
{
|
|
4501
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
4502
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment"
|
|
4503
|
+
}
|
|
4504
|
+
],
|
|
3532
4505
|
"methods": [
|
|
3533
4506
|
{
|
|
3534
4507
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment::Chain(System.Reflection.MethodInfo,System.Object[]):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
@@ -3545,6 +4518,7 @@
|
|
|
3545
4518
|
"isVirtual": true,
|
|
3546
4519
|
"isOverride": false,
|
|
3547
4520
|
"isSealed": false,
|
|
4521
|
+
"visibility": "Public",
|
|
3548
4522
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3549
4523
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3550
4524
|
"isExtensionMethod": false
|
|
@@ -3564,6 +4538,7 @@
|
|
|
3564
4538
|
"isVirtual": true,
|
|
3565
4539
|
"isOverride": false,
|
|
3566
4540
|
"isSealed": false,
|
|
4541
|
+
"visibility": "Public",
|
|
3567
4542
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3568
4543
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3569
4544
|
"isExtensionMethod": false
|
|
@@ -3583,6 +4558,7 @@
|
|
|
3583
4558
|
"isVirtual": true,
|
|
3584
4559
|
"isOverride": false,
|
|
3585
4560
|
"isSealed": false,
|
|
4561
|
+
"visibility": "Public",
|
|
3586
4562
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3587
4563
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3588
4564
|
"isExtensionMethod": false
|
|
@@ -3604,6 +4580,7 @@
|
|
|
3604
4580
|
"isAbstract": false,
|
|
3605
4581
|
"isVirtual": true,
|
|
3606
4582
|
"isOverride": false,
|
|
4583
|
+
"visibility": "Public",
|
|
3607
4584
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3608
4585
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3609
4586
|
},
|
|
@@ -3622,6 +4599,7 @@
|
|
|
3622
4599
|
"isAbstract": false,
|
|
3623
4600
|
"isVirtual": true,
|
|
3624
4601
|
"isOverride": false,
|
|
4602
|
+
"visibility": "Public",
|
|
3625
4603
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3626
4604
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3627
4605
|
},
|
|
@@ -3640,6 +4618,7 @@
|
|
|
3640
4618
|
"isAbstract": false,
|
|
3641
4619
|
"isVirtual": true,
|
|
3642
4620
|
"isOverride": false,
|
|
4621
|
+
"visibility": "Public",
|
|
3643
4622
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3644
4623
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3645
4624
|
},
|
|
@@ -3658,6 +4637,7 @@
|
|
|
3658
4637
|
"isAbstract": false,
|
|
3659
4638
|
"isVirtual": true,
|
|
3660
4639
|
"isOverride": false,
|
|
4640
|
+
"visibility": "Public",
|
|
3661
4641
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3662
4642
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3663
4643
|
},
|
|
@@ -3676,6 +4656,7 @@
|
|
|
3676
4656
|
"isAbstract": false,
|
|
3677
4657
|
"isVirtual": true,
|
|
3678
4658
|
"isOverride": false,
|
|
4659
|
+
"visibility": "Public",
|
|
3679
4660
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3680
4661
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3681
4662
|
},
|
|
@@ -3694,6 +4675,7 @@
|
|
|
3694
4675
|
"isAbstract": false,
|
|
3695
4676
|
"isVirtual": true,
|
|
3696
4677
|
"isOverride": false,
|
|
4678
|
+
"visibility": "Public",
|
|
3697
4679
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3698
4680
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3699
4681
|
},
|
|
@@ -3712,6 +4694,7 @@
|
|
|
3712
4694
|
"isAbstract": false,
|
|
3713
4695
|
"isVirtual": true,
|
|
3714
4696
|
"isOverride": false,
|
|
4697
|
+
"visibility": "Public",
|
|
3715
4698
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3716
4699
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3717
4700
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3731,6 +4714,7 @@
|
|
|
3731
4714
|
"isAbstract": false,
|
|
3732
4715
|
"isVirtual": true,
|
|
3733
4716
|
"isOverride": false,
|
|
4717
|
+
"visibility": "Public",
|
|
3734
4718
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3735
4719
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3736
4720
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3750,6 +4734,7 @@
|
|
|
3750
4734
|
"isAbstract": false,
|
|
3751
4735
|
"isVirtual": true,
|
|
3752
4736
|
"isOverride": false,
|
|
4737
|
+
"visibility": "Public",
|
|
3753
4738
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3754
4739
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3755
4740
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3769,6 +4754,7 @@
|
|
|
3769
4754
|
"isAbstract": false,
|
|
3770
4755
|
"isVirtual": true,
|
|
3771
4756
|
"isOverride": false,
|
|
4757
|
+
"visibility": "Public",
|
|
3772
4758
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3773
4759
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3774
4760
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3788,6 +4774,7 @@
|
|
|
3788
4774
|
"isAbstract": false,
|
|
3789
4775
|
"isVirtual": true,
|
|
3790
4776
|
"isOverride": false,
|
|
4777
|
+
"visibility": "Public",
|
|
3791
4778
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3792
4779
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment",
|
|
3793
4780
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -3803,6 +4790,7 @@
|
|
|
3803
4790
|
"normalizedSignature": "constructor|(System.Reflection.MethodInfo,System.Object[]):void|static=false",
|
|
3804
4791
|
"isStatic": false,
|
|
3805
4792
|
"parameterCount": 2,
|
|
4793
|
+
"visibility": "Public",
|
|
3806
4794
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3807
4795
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3808
4796
|
},
|
|
@@ -3813,6 +4801,7 @@
|
|
|
3813
4801
|
"normalizedSignature": "constructor|(System.String,System.Object[]):void|static=false",
|
|
3814
4802
|
"isStatic": false,
|
|
3815
4803
|
"parameterCount": 2,
|
|
4804
|
+
"visibility": "Public",
|
|
3816
4805
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
3817
4806
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3818
4807
|
}
|
|
@@ -3829,6 +4818,10 @@
|
|
|
3829
4818
|
"isSealed": false,
|
|
3830
4819
|
"isStatic": false,
|
|
3831
4820
|
"arity": 0,
|
|
4821
|
+
"baseType": {
|
|
4822
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4823
|
+
"clrName": "System.Object"
|
|
4824
|
+
},
|
|
3832
4825
|
"methods": [],
|
|
3833
4826
|
"properties": [
|
|
3834
4827
|
{
|
|
@@ -3846,6 +4839,7 @@
|
|
|
3846
4839
|
"isAbstract": false,
|
|
3847
4840
|
"isVirtual": true,
|
|
3848
4841
|
"isOverride": false,
|
|
4842
|
+
"visibility": "Public",
|
|
3849
4843
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment",
|
|
3850
4844
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3851
4845
|
},
|
|
@@ -3864,6 +4858,7 @@
|
|
|
3864
4858
|
"isAbstract": false,
|
|
3865
4859
|
"isVirtual": true,
|
|
3866
4860
|
"isOverride": false,
|
|
4861
|
+
"visibility": "Public",
|
|
3867
4862
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment",
|
|
3868
4863
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3869
4864
|
}
|
|
@@ -3878,6 +4873,7 @@
|
|
|
3878
4873
|
"normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):void|static=false",
|
|
3879
4874
|
"isStatic": false,
|
|
3880
4875
|
"parameterCount": 2,
|
|
4876
|
+
"visibility": "Public",
|
|
3881
4877
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment",
|
|
3882
4878
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3883
4879
|
},
|
|
@@ -3888,6 +4884,7 @@
|
|
|
3888
4884
|
"normalizedSignature": "constructor|(System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
3889
4885
|
"isStatic": false,
|
|
3890
4886
|
"parameterCount": 2,
|
|
4887
|
+
"visibility": "Public",
|
|
3891
4888
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment",
|
|
3892
4889
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3893
4890
|
}
|
|
@@ -3904,6 +4901,10 @@
|
|
|
3904
4901
|
"isSealed": false,
|
|
3905
4902
|
"isStatic": false,
|
|
3906
4903
|
"arity": 0,
|
|
4904
|
+
"baseType": {
|
|
4905
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4906
|
+
"clrName": "System.Object"
|
|
4907
|
+
},
|
|
3907
4908
|
"methods": [],
|
|
3908
4909
|
"properties": [
|
|
3909
4910
|
{
|
|
@@ -3921,6 +4922,7 @@
|
|
|
3921
4922
|
"isAbstract": false,
|
|
3922
4923
|
"isVirtual": true,
|
|
3923
4924
|
"isOverride": false,
|
|
4925
|
+
"visibility": "Public",
|
|
3924
4926
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment",
|
|
3925
4927
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3926
4928
|
},
|
|
@@ -3939,6 +4941,7 @@
|
|
|
3939
4941
|
"isAbstract": false,
|
|
3940
4942
|
"isVirtual": true,
|
|
3941
4943
|
"isOverride": false,
|
|
4944
|
+
"visibility": "Public",
|
|
3942
4945
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment",
|
|
3943
4946
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3944
4947
|
}
|
|
@@ -3953,6 +4956,7 @@
|
|
|
3953
4956
|
"normalizedSignature": "constructor|(System.String,System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
3954
4957
|
"isStatic": false,
|
|
3955
4958
|
"parameterCount": 2,
|
|
4959
|
+
"visibility": "Public",
|
|
3956
4960
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment",
|
|
3957
4961
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3958
4962
|
}
|