@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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
36
37
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
37
38
|
"isExtensionMethod": false
|
|
@@ -51,6 +52,7 @@
|
|
|
51
52
|
"isVirtual": true,
|
|
52
53
|
"isOverride": false,
|
|
53
54
|
"isSealed": false,
|
|
55
|
+
"visibility": "Public",
|
|
54
56
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
55
57
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
56
58
|
"isExtensionMethod": false
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"isVirtual": true,
|
|
71
73
|
"isOverride": false,
|
|
72
74
|
"isSealed": false,
|
|
75
|
+
"visibility": "Public",
|
|
73
76
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
74
77
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
93
97
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
112
117
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
131
137
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
150
157
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
169
177
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
188
197
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
207
217
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
226
237
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
245
257
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
264
277
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
283
297
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
302
317
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
321
337
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
340
357
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
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.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
359
377
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
360
378
|
"isExtensionMethod": false
|
|
@@ -376,6 +394,19 @@
|
|
|
376
394
|
"isSealed": true,
|
|
377
395
|
"isStatic": false,
|
|
378
396
|
"arity": 0,
|
|
397
|
+
"baseType": {
|
|
398
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
399
|
+
"clrName": "System.ValueType"
|
|
400
|
+
},
|
|
401
|
+
"interfaces": [
|
|
402
|
+
{
|
|
403
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
404
|
+
"clrName": "System.IEquatable\u00601",
|
|
405
|
+
"typeArguments": [
|
|
406
|
+
"QualifiedName"
|
|
407
|
+
]
|
|
408
|
+
}
|
|
409
|
+
],
|
|
379
410
|
"methods": [
|
|
380
411
|
{
|
|
381
412
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName::ToString():System.String",
|
|
@@ -392,6 +423,7 @@
|
|
|
392
423
|
"isVirtual": true,
|
|
393
424
|
"isOverride": true,
|
|
394
425
|
"isSealed": false,
|
|
426
|
+
"visibility": "Public",
|
|
395
427
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName",
|
|
396
428
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
397
429
|
"isExtensionMethod": false
|
|
@@ -411,6 +443,7 @@
|
|
|
411
443
|
"isVirtual": true,
|
|
412
444
|
"isOverride": true,
|
|
413
445
|
"isSealed": false,
|
|
446
|
+
"visibility": "Public",
|
|
414
447
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName",
|
|
415
448
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
416
449
|
"isExtensionMethod": false
|
|
@@ -430,6 +463,7 @@
|
|
|
430
463
|
"isVirtual": true,
|
|
431
464
|
"isOverride": true,
|
|
432
465
|
"isSealed": false,
|
|
466
|
+
"visibility": "Public",
|
|
433
467
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName",
|
|
434
468
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
435
469
|
"isExtensionMethod": false
|
|
@@ -449,6 +483,7 @@
|
|
|
449
483
|
"isVirtual": true,
|
|
450
484
|
"isOverride": false,
|
|
451
485
|
"isSealed": true,
|
|
486
|
+
"visibility": "Public",
|
|
452
487
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName",
|
|
453
488
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
454
489
|
"isExtensionMethod": false
|
|
@@ -468,6 +503,7 @@
|
|
|
468
503
|
"isVirtual": false,
|
|
469
504
|
"isOverride": false,
|
|
470
505
|
"isSealed": false,
|
|
506
|
+
"visibility": "Public",
|
|
471
507
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName",
|
|
472
508
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
473
509
|
"isExtensionMethod": false,
|
|
@@ -499,6 +535,7 @@
|
|
|
499
535
|
"isAbstract": false,
|
|
500
536
|
"isVirtual": false,
|
|
501
537
|
"isOverride": false,
|
|
538
|
+
"visibility": "Public",
|
|
502
539
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName",
|
|
503
540
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
504
541
|
},
|
|
@@ -517,6 +554,7 @@
|
|
|
517
554
|
"isAbstract": false,
|
|
518
555
|
"isVirtual": false,
|
|
519
556
|
"isOverride": false,
|
|
557
|
+
"visibility": "Public",
|
|
520
558
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName",
|
|
521
559
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
522
560
|
}
|
|
@@ -531,6 +569,7 @@
|
|
|
531
569
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
532
570
|
"isStatic": false,
|
|
533
571
|
"parameterCount": 2,
|
|
572
|
+
"visibility": "Public",
|
|
534
573
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.QualifiedName",
|
|
535
574
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
536
575
|
}
|
|
@@ -547,6 +586,10 @@
|
|
|
547
586
|
"isSealed": false,
|
|
548
587
|
"isStatic": false,
|
|
549
588
|
"arity": 0,
|
|
589
|
+
"baseType": {
|
|
590
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
591
|
+
"clrName": "System.Object"
|
|
592
|
+
},
|
|
550
593
|
"methods": [
|
|
551
594
|
{
|
|
552
595
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
@@ -563,6 +606,7 @@
|
|
|
563
606
|
"isVirtual": true,
|
|
564
607
|
"isOverride": false,
|
|
565
608
|
"isSealed": false,
|
|
609
|
+
"visibility": "Public",
|
|
566
610
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
567
611
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
568
612
|
"isExtensionMethod": false
|
|
@@ -582,6 +626,7 @@
|
|
|
582
626
|
"isVirtual": true,
|
|
583
627
|
"isOverride": false,
|
|
584
628
|
"isSealed": false,
|
|
629
|
+
"visibility": "Public",
|
|
585
630
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
586
631
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
587
632
|
"isExtensionMethod": false
|
|
@@ -601,6 +646,7 @@
|
|
|
601
646
|
"isVirtual": true,
|
|
602
647
|
"isOverride": false,
|
|
603
648
|
"isSealed": false,
|
|
649
|
+
"visibility": "Public",
|
|
604
650
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
605
651
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
606
652
|
"isExtensionMethod": false
|
|
@@ -620,6 +666,7 @@
|
|
|
620
666
|
"isVirtual": true,
|
|
621
667
|
"isOverride": false,
|
|
622
668
|
"isSealed": false,
|
|
669
|
+
"visibility": "Public",
|
|
623
670
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
624
671
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
625
672
|
"isExtensionMethod": false
|
|
@@ -639,6 +686,7 @@
|
|
|
639
686
|
"isVirtual": true,
|
|
640
687
|
"isOverride": false,
|
|
641
688
|
"isSealed": false,
|
|
689
|
+
"visibility": "Public",
|
|
642
690
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
643
691
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
644
692
|
"isExtensionMethod": false
|
|
@@ -658,6 +706,7 @@
|
|
|
658
706
|
"isVirtual": true,
|
|
659
707
|
"isOverride": false,
|
|
660
708
|
"isSealed": false,
|
|
709
|
+
"visibility": "Public",
|
|
661
710
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
662
711
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
663
712
|
"isExtensionMethod": false
|
|
@@ -677,6 +726,7 @@
|
|
|
677
726
|
"isVirtual": true,
|
|
678
727
|
"isOverride": false,
|
|
679
728
|
"isSealed": false,
|
|
729
|
+
"visibility": "Public",
|
|
680
730
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
681
731
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
682
732
|
"isExtensionMethod": false
|
|
@@ -696,6 +746,7 @@
|
|
|
696
746
|
"isVirtual": true,
|
|
697
747
|
"isOverride": false,
|
|
698
748
|
"isSealed": false,
|
|
749
|
+
"visibility": "Public",
|
|
699
750
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
700
751
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
701
752
|
"isExtensionMethod": false
|
|
@@ -715,6 +766,7 @@
|
|
|
715
766
|
"isVirtual": true,
|
|
716
767
|
"isOverride": false,
|
|
717
768
|
"isSealed": false,
|
|
769
|
+
"visibility": "Public",
|
|
718
770
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
719
771
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
720
772
|
"isExtensionMethod": false
|
|
@@ -734,6 +786,7 @@
|
|
|
734
786
|
"isVirtual": true,
|
|
735
787
|
"isOverride": false,
|
|
736
788
|
"isSealed": false,
|
|
789
|
+
"visibility": "Public",
|
|
737
790
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
738
791
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
739
792
|
"isExtensionMethod": false
|
|
@@ -753,6 +806,7 @@
|
|
|
753
806
|
"isVirtual": true,
|
|
754
807
|
"isOverride": false,
|
|
755
808
|
"isSealed": false,
|
|
809
|
+
"visibility": "Public",
|
|
756
810
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
757
811
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
758
812
|
"isExtensionMethod": false
|
|
@@ -772,6 +826,7 @@
|
|
|
772
826
|
"isVirtual": true,
|
|
773
827
|
"isOverride": false,
|
|
774
828
|
"isSealed": false,
|
|
829
|
+
"visibility": "Public",
|
|
775
830
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
776
831
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
777
832
|
"isExtensionMethod": false
|
|
@@ -791,6 +846,7 @@
|
|
|
791
846
|
"isVirtual": true,
|
|
792
847
|
"isOverride": false,
|
|
793
848
|
"isSealed": false,
|
|
849
|
+
"visibility": "Public",
|
|
794
850
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
795
851
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
796
852
|
"isExtensionMethod": false
|
|
@@ -810,6 +866,47 @@
|
|
|
810
866
|
"isVirtual": true,
|
|
811
867
|
"isOverride": false,
|
|
812
868
|
"isSealed": false,
|
|
869
|
+
"visibility": "Public",
|
|
870
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
871
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
872
|
+
"isExtensionMethod": false
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator::GenerateSimpleAnnotations(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
876
|
+
"clrName": "GenerateSimpleAnnotations",
|
|
877
|
+
"metadataToken": 100674969,
|
|
878
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
879
|
+
"normalizedSignature": "GenerateSimpleAnnotations|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
880
|
+
"emitScope": "ClassSurface",
|
|
881
|
+
"provenance": "Original",
|
|
882
|
+
"arity": 0,
|
|
883
|
+
"parameterCount": 1,
|
|
884
|
+
"isStatic": false,
|
|
885
|
+
"isAbstract": false,
|
|
886
|
+
"isVirtual": true,
|
|
887
|
+
"isOverride": false,
|
|
888
|
+
"isSealed": false,
|
|
889
|
+
"visibility": "Protected",
|
|
890
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
891
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
892
|
+
"isExtensionMethod": false
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator::GenerateSimpleAnnotation(System.String,System.String,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
896
|
+
"clrName": "GenerateSimpleAnnotation",
|
|
897
|
+
"metadataToken": 100674970,
|
|
898
|
+
"canonicalSignature": "(System.String,System.String,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
899
|
+
"normalizedSignature": "GenerateSimpleAnnotation|(System.String,System.String,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
|
|
900
|
+
"emitScope": "ClassSurface",
|
|
901
|
+
"provenance": "Original",
|
|
902
|
+
"arity": 0,
|
|
903
|
+
"parameterCount": 3,
|
|
904
|
+
"isStatic": false,
|
|
905
|
+
"isAbstract": false,
|
|
906
|
+
"isVirtual": true,
|
|
907
|
+
"isOverride": false,
|
|
908
|
+
"isSealed": false,
|
|
909
|
+
"visibility": "Protected",
|
|
813
910
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
814
911
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
815
912
|
"isExtensionMethod": false
|
|
@@ -829,6 +926,7 @@
|
|
|
829
926
|
"isVirtual": false,
|
|
830
927
|
"isOverride": false,
|
|
831
928
|
"isSealed": false,
|
|
929
|
+
"visibility": "Public",
|
|
832
930
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
833
931
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
834
932
|
"isExtensionMethod": false
|
|
@@ -848,6 +946,7 @@
|
|
|
848
946
|
"isVirtual": true,
|
|
849
947
|
"isOverride": false,
|
|
850
948
|
"isSealed": true,
|
|
949
|
+
"visibility": "Public",
|
|
851
950
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
852
951
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
853
952
|
"isExtensionMethod": false
|
|
@@ -867,6 +966,7 @@
|
|
|
867
966
|
"isVirtual": false,
|
|
868
967
|
"isOverride": false,
|
|
869
968
|
"isSealed": false,
|
|
969
|
+
"visibility": "Public",
|
|
870
970
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
871
971
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
872
972
|
"isExtensionMethod": false
|
|
@@ -886,6 +986,7 @@
|
|
|
886
986
|
"isVirtual": true,
|
|
887
987
|
"isOverride": false,
|
|
888
988
|
"isSealed": true,
|
|
989
|
+
"visibility": "Public",
|
|
889
990
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
890
991
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
891
992
|
"isExtensionMethod": false
|
|
@@ -905,6 +1006,7 @@
|
|
|
905
1006
|
"isVirtual": false,
|
|
906
1007
|
"isOverride": false,
|
|
907
1008
|
"isSealed": false,
|
|
1009
|
+
"visibility": "Public",
|
|
908
1010
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
909
1011
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
910
1012
|
"isExtensionMethod": false
|
|
@@ -924,6 +1026,7 @@
|
|
|
924
1026
|
"isVirtual": false,
|
|
925
1027
|
"isOverride": false,
|
|
926
1028
|
"isSealed": false,
|
|
1029
|
+
"visibility": "Public",
|
|
927
1030
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
928
1031
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
929
1032
|
"isExtensionMethod": false
|
|
@@ -943,6 +1046,7 @@
|
|
|
943
1046
|
"isVirtual": false,
|
|
944
1047
|
"isOverride": false,
|
|
945
1048
|
"isSealed": false,
|
|
1049
|
+
"visibility": "Public",
|
|
946
1050
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
947
1051
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
948
1052
|
"isExtensionMethod": false
|
|
@@ -962,6 +1066,27 @@
|
|
|
962
1066
|
"isVirtual": true,
|
|
963
1067
|
"isOverride": false,
|
|
964
1068
|
"isSealed": false,
|
|
1069
|
+
"visibility": "Public",
|
|
1070
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
1071
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1072
|
+
"isExtensionMethod": false
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator::CreateDefaultTypeMapping(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
1076
|
+
"clrName": "CreateDefaultTypeMapping",
|
|
1077
|
+
"metadataToken": 100674979,
|
|
1078
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
1079
|
+
"normalizedSignature": "CreateDefaultTypeMapping|(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
1080
|
+
"emitScope": "ClassSurface",
|
|
1081
|
+
"provenance": "Original",
|
|
1082
|
+
"arity": 0,
|
|
1083
|
+
"parameterCount": 2,
|
|
1084
|
+
"isStatic": false,
|
|
1085
|
+
"isAbstract": false,
|
|
1086
|
+
"isVirtual": true,
|
|
1087
|
+
"isOverride": false,
|
|
1088
|
+
"isSealed": false,
|
|
1089
|
+
"visibility": "Protected",
|
|
965
1090
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
966
1091
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
967
1092
|
"isExtensionMethod": false
|
|
@@ -981,13 +1106,34 @@
|
|
|
981
1106
|
"isVirtual": true,
|
|
982
1107
|
"isOverride": false,
|
|
983
1108
|
"isSealed": false,
|
|
1109
|
+
"visibility": "Public",
|
|
984
1110
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
985
1111
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
986
1112
|
"isExtensionMethod": false,
|
|
987
1113
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator"
|
|
988
1114
|
}
|
|
989
1115
|
],
|
|
990
|
-
"properties": [
|
|
1116
|
+
"properties": [
|
|
1117
|
+
{
|
|
1118
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator::Dependencies:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1119
|
+
"clrName": "Dependencies",
|
|
1120
|
+
"metadataToken": 385878026,
|
|
1121
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1122
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies|static=false|accessor=get",
|
|
1123
|
+
"emitScope": "ClassSurface",
|
|
1124
|
+
"provenance": "Original",
|
|
1125
|
+
"isIndexer": false,
|
|
1126
|
+
"hasGetter": true,
|
|
1127
|
+
"hasSetter": false,
|
|
1128
|
+
"isStatic": false,
|
|
1129
|
+
"isAbstract": false,
|
|
1130
|
+
"isVirtual": true,
|
|
1131
|
+
"isOverride": false,
|
|
1132
|
+
"visibility": "Protected",
|
|
1133
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
1134
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1135
|
+
}
|
|
1136
|
+
],
|
|
991
1137
|
"fields": [],
|
|
992
1138
|
"events": [],
|
|
993
1139
|
"constructors": [
|
|
@@ -998,6 +1144,7 @@
|
|
|
998
1144
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
|
|
999
1145
|
"isStatic": false,
|
|
1000
1146
|
"parameterCount": 1,
|
|
1147
|
+
"visibility": "Public",
|
|
1001
1148
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
1002
1149
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1003
1150
|
}
|
|
@@ -1014,6 +1161,19 @@
|
|
|
1014
1161
|
"isSealed": true,
|
|
1015
1162
|
"isStatic": false,
|
|
1016
1163
|
"arity": 0,
|
|
1164
|
+
"baseType": {
|
|
1165
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1166
|
+
"clrName": "System.Object"
|
|
1167
|
+
},
|
|
1168
|
+
"interfaces": [
|
|
1169
|
+
{
|
|
1170
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1171
|
+
"clrName": "System.IEquatable\u00601",
|
|
1172
|
+
"typeArguments": [
|
|
1173
|
+
"CSharpRuntimeAnnotationCodeGeneratorDependencies"
|
|
1174
|
+
]
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1017
1177
|
"methods": [
|
|
1018
1178
|
{
|
|
1019
1179
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies::ToString():System.String",
|
|
@@ -1030,6 +1190,7 @@
|
|
|
1030
1190
|
"isVirtual": true,
|
|
1031
1191
|
"isOverride": true,
|
|
1032
1192
|
"isSealed": false,
|
|
1193
|
+
"visibility": "Public",
|
|
1033
1194
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1034
1195
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1035
1196
|
"isExtensionMethod": false
|
|
@@ -1049,6 +1210,7 @@
|
|
|
1049
1210
|
"isVirtual": true,
|
|
1050
1211
|
"isOverride": true,
|
|
1051
1212
|
"isSealed": false,
|
|
1213
|
+
"visibility": "Public",
|
|
1052
1214
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1053
1215
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1054
1216
|
"isExtensionMethod": false
|
|
@@ -1068,6 +1230,7 @@
|
|
|
1068
1230
|
"isVirtual": true,
|
|
1069
1231
|
"isOverride": true,
|
|
1070
1232
|
"isSealed": false,
|
|
1233
|
+
"visibility": "Public",
|
|
1071
1234
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1072
1235
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1073
1236
|
"isExtensionMethod": false
|
|
@@ -1087,6 +1250,7 @@
|
|
|
1087
1250
|
"isVirtual": true,
|
|
1088
1251
|
"isOverride": false,
|
|
1089
1252
|
"isSealed": true,
|
|
1253
|
+
"visibility": "Public",
|
|
1090
1254
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1091
1255
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1092
1256
|
"isExtensionMethod": false
|
|
@@ -1106,6 +1270,7 @@
|
|
|
1106
1270
|
"isVirtual": false,
|
|
1107
1271
|
"isOverride": false,
|
|
1108
1272
|
"isSealed": false,
|
|
1273
|
+
"visibility": "Public",
|
|
1109
1274
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1110
1275
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1111
1276
|
"isExtensionMethod": false
|
|
@@ -1127,6 +1292,7 @@
|
|
|
1127
1292
|
"isAbstract": false,
|
|
1128
1293
|
"isVirtual": false,
|
|
1129
1294
|
"isOverride": false,
|
|
1295
|
+
"visibility": "Public",
|
|
1130
1296
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1131
1297
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1132
1298
|
}
|
|
@@ -1141,6 +1307,7 @@
|
|
|
1141
1307
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.ICSharpHelper):void|static=false",
|
|
1142
1308
|
"isStatic": false,
|
|
1143
1309
|
"parameterCount": 1,
|
|
1310
|
+
"visibility": "Public",
|
|
1144
1311
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
1145
1312
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1146
1313
|
}
|
|
@@ -1157,6 +1324,19 @@
|
|
|
1157
1324
|
"isSealed": true,
|
|
1158
1325
|
"isStatic": false,
|
|
1159
1326
|
"arity": 0,
|
|
1327
|
+
"baseType": {
|
|
1328
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1329
|
+
"clrName": "System.Object"
|
|
1330
|
+
},
|
|
1331
|
+
"interfaces": [
|
|
1332
|
+
{
|
|
1333
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1334
|
+
"clrName": "System.IEquatable\u00601",
|
|
1335
|
+
"typeArguments": [
|
|
1336
|
+
"CSharpRuntimeAnnotationCodeGeneratorParameters"
|
|
1337
|
+
]
|
|
1338
|
+
}
|
|
1339
|
+
],
|
|
1160
1340
|
"methods": [
|
|
1161
1341
|
{
|
|
1162
1342
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters::ToString():System.String",
|
|
@@ -1173,6 +1353,7 @@
|
|
|
1173
1353
|
"isVirtual": true,
|
|
1174
1354
|
"isOverride": true,
|
|
1175
1355
|
"isSealed": false,
|
|
1356
|
+
"visibility": "Public",
|
|
1176
1357
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1177
1358
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1178
1359
|
"isExtensionMethod": false
|
|
@@ -1192,6 +1373,7 @@
|
|
|
1192
1373
|
"isVirtual": true,
|
|
1193
1374
|
"isOverride": true,
|
|
1194
1375
|
"isSealed": false,
|
|
1376
|
+
"visibility": "Public",
|
|
1195
1377
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1196
1378
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1197
1379
|
"isExtensionMethod": false
|
|
@@ -1211,6 +1393,7 @@
|
|
|
1211
1393
|
"isVirtual": true,
|
|
1212
1394
|
"isOverride": true,
|
|
1213
1395
|
"isSealed": false,
|
|
1396
|
+
"visibility": "Public",
|
|
1214
1397
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1215
1398
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1216
1399
|
"isExtensionMethod": false
|
|
@@ -1230,6 +1413,7 @@
|
|
|
1230
1413
|
"isVirtual": true,
|
|
1231
1414
|
"isOverride": false,
|
|
1232
1415
|
"isSealed": true,
|
|
1416
|
+
"visibility": "Public",
|
|
1233
1417
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1234
1418
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1235
1419
|
"isExtensionMethod": false
|
|
@@ -1249,6 +1433,7 @@
|
|
|
1249
1433
|
"isVirtual": false,
|
|
1250
1434
|
"isOverride": false,
|
|
1251
1435
|
"isSealed": false,
|
|
1436
|
+
"visibility": "Public",
|
|
1252
1437
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1253
1438
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1254
1439
|
"isExtensionMethod": false
|
|
@@ -1270,6 +1455,7 @@
|
|
|
1270
1455
|
"isAbstract": false,
|
|
1271
1456
|
"isVirtual": false,
|
|
1272
1457
|
"isOverride": false,
|
|
1458
|
+
"visibility": "Public",
|
|
1273
1459
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1274
1460
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1275
1461
|
},
|
|
@@ -1288,6 +1474,7 @@
|
|
|
1288
1474
|
"isAbstract": false,
|
|
1289
1475
|
"isVirtual": false,
|
|
1290
1476
|
"isOverride": false,
|
|
1477
|
+
"visibility": "Public",
|
|
1291
1478
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1292
1479
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1293
1480
|
},
|
|
@@ -1306,6 +1493,7 @@
|
|
|
1306
1493
|
"isAbstract": false,
|
|
1307
1494
|
"isVirtual": false,
|
|
1308
1495
|
"isOverride": false,
|
|
1496
|
+
"visibility": "Public",
|
|
1309
1497
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1310
1498
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1311
1499
|
},
|
|
@@ -1324,6 +1512,7 @@
|
|
|
1324
1512
|
"isAbstract": false,
|
|
1325
1513
|
"isVirtual": false,
|
|
1326
1514
|
"isOverride": false,
|
|
1515
|
+
"visibility": "Public",
|
|
1327
1516
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1328
1517
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1329
1518
|
},
|
|
@@ -1342,6 +1531,7 @@
|
|
|
1342
1531
|
"isAbstract": false,
|
|
1343
1532
|
"isVirtual": false,
|
|
1344
1533
|
"isOverride": false,
|
|
1534
|
+
"visibility": "Public",
|
|
1345
1535
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1346
1536
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1347
1537
|
},
|
|
@@ -1360,6 +1550,7 @@
|
|
|
1360
1550
|
"isAbstract": false,
|
|
1361
1551
|
"isVirtual": false,
|
|
1362
1552
|
"isOverride": false,
|
|
1553
|
+
"visibility": "Public",
|
|
1363
1554
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1364
1555
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1365
1556
|
},
|
|
@@ -1378,6 +1569,7 @@
|
|
|
1378
1569
|
"isAbstract": false,
|
|
1379
1570
|
"isVirtual": false,
|
|
1380
1571
|
"isOverride": false,
|
|
1572
|
+
"visibility": "Public",
|
|
1381
1573
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1382
1574
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1383
1575
|
},
|
|
@@ -1396,6 +1588,7 @@
|
|
|
1396
1588
|
"isAbstract": false,
|
|
1397
1589
|
"isVirtual": false,
|
|
1398
1590
|
"isOverride": false,
|
|
1591
|
+
"visibility": "Public",
|
|
1399
1592
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1400
1593
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1401
1594
|
},
|
|
@@ -1414,6 +1607,7 @@
|
|
|
1414
1607
|
"isAbstract": false,
|
|
1415
1608
|
"isVirtual": false,
|
|
1416
1609
|
"isOverride": false,
|
|
1610
|
+
"visibility": "Public",
|
|
1417
1611
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1418
1612
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1419
1613
|
},
|
|
@@ -1432,6 +1626,7 @@
|
|
|
1432
1626
|
"isAbstract": false,
|
|
1433
1627
|
"isVirtual": false,
|
|
1434
1628
|
"isOverride": false,
|
|
1629
|
+
"visibility": "Public",
|
|
1435
1630
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1436
1631
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1437
1632
|
},
|
|
@@ -1450,6 +1645,7 @@
|
|
|
1450
1645
|
"isAbstract": false,
|
|
1451
1646
|
"isVirtual": false,
|
|
1452
1647
|
"isOverride": false,
|
|
1648
|
+
"visibility": "Public",
|
|
1453
1649
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1454
1650
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1455
1651
|
},
|
|
@@ -1468,6 +1664,7 @@
|
|
|
1468
1664
|
"isAbstract": false,
|
|
1469
1665
|
"isVirtual": false,
|
|
1470
1666
|
"isOverride": false,
|
|
1667
|
+
"visibility": "Public",
|
|
1471
1668
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1472
1669
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1473
1670
|
},
|
|
@@ -1486,6 +1683,7 @@
|
|
|
1486
1683
|
"isAbstract": false,
|
|
1487
1684
|
"isVirtual": false,
|
|
1488
1685
|
"isOverride": false,
|
|
1686
|
+
"visibility": "Public",
|
|
1489
1687
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1490
1688
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1491
1689
|
}
|
|
@@ -1500,6 +1698,7 @@
|
|
|
1500
1698
|
"normalizedSignature": "constructor|(System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder,Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder,System.Collections.Generic.ISet_1[[System.String,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]],System.Collections.Generic.IDictionary_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.Dictionary_2[[Microsoft.EntityFrameworkCore.Metadata.ITypeBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Boolean):void|static=false",
|
|
1501
1699
|
"isStatic": false,
|
|
1502
1700
|
"parameterCount": 11,
|
|
1701
|
+
"visibility": "Public",
|
|
1503
1702
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters",
|
|
1504
1703
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
1505
1704
|
}
|
|
@@ -1516,6 +1715,10 @@
|
|
|
1516
1715
|
"isSealed": false,
|
|
1517
1716
|
"isStatic": false,
|
|
1518
1717
|
"arity": 0,
|
|
1718
|
+
"baseType": {
|
|
1719
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator",
|
|
1720
|
+
"clrName": "Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGenerator"
|
|
1721
|
+
},
|
|
1519
1722
|
"methods": [
|
|
1520
1723
|
{
|
|
1521
1724
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
|
|
@@ -1532,6 +1735,7 @@
|
|
|
1532
1735
|
"isVirtual": true,
|
|
1533
1736
|
"isOverride": true,
|
|
1534
1737
|
"isSealed": false,
|
|
1738
|
+
"visibility": "Public",
|
|
1535
1739
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1536
1740
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1537
1741
|
"isExtensionMethod": false
|
|
@@ -1551,6 +1755,7 @@
|
|
|
1551
1755
|
"isVirtual": true,
|
|
1552
1756
|
"isOverride": false,
|
|
1553
1757
|
"isSealed": false,
|
|
1758
|
+
"visibility": "Public",
|
|
1554
1759
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1555
1760
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1556
1761
|
"isExtensionMethod": false
|
|
@@ -1570,6 +1775,7 @@
|
|
|
1570
1775
|
"isVirtual": true,
|
|
1571
1776
|
"isOverride": false,
|
|
1572
1777
|
"isSealed": false,
|
|
1778
|
+
"visibility": "Public",
|
|
1573
1779
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1574
1780
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1575
1781
|
"isExtensionMethod": false
|
|
@@ -1589,6 +1795,7 @@
|
|
|
1589
1795
|
"isVirtual": true,
|
|
1590
1796
|
"isOverride": false,
|
|
1591
1797
|
"isSealed": false,
|
|
1798
|
+
"visibility": "Public",
|
|
1592
1799
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1593
1800
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1594
1801
|
"isExtensionMethod": false
|
|
@@ -1608,6 +1815,7 @@
|
|
|
1608
1815
|
"isVirtual": true,
|
|
1609
1816
|
"isOverride": false,
|
|
1610
1817
|
"isSealed": false,
|
|
1818
|
+
"visibility": "Public",
|
|
1611
1819
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1612
1820
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1613
1821
|
"isExtensionMethod": false
|
|
@@ -1627,6 +1835,7 @@
|
|
|
1627
1835
|
"isVirtual": true,
|
|
1628
1836
|
"isOverride": false,
|
|
1629
1837
|
"isSealed": false,
|
|
1838
|
+
"visibility": "Public",
|
|
1630
1839
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1631
1840
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1632
1841
|
"isExtensionMethod": false
|
|
@@ -1646,6 +1855,7 @@
|
|
|
1646
1855
|
"isVirtual": true,
|
|
1647
1856
|
"isOverride": false,
|
|
1648
1857
|
"isSealed": false,
|
|
1858
|
+
"visibility": "Public",
|
|
1649
1859
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1650
1860
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1651
1861
|
"isExtensionMethod": false
|
|
@@ -1665,6 +1875,7 @@
|
|
|
1665
1875
|
"isVirtual": true,
|
|
1666
1876
|
"isOverride": false,
|
|
1667
1877
|
"isSealed": false,
|
|
1878
|
+
"visibility": "Public",
|
|
1668
1879
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1669
1880
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1670
1881
|
"isExtensionMethod": false
|
|
@@ -1684,6 +1895,7 @@
|
|
|
1684
1895
|
"isVirtual": true,
|
|
1685
1896
|
"isOverride": false,
|
|
1686
1897
|
"isSealed": false,
|
|
1898
|
+
"visibility": "Public",
|
|
1687
1899
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1688
1900
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1689
1901
|
"isExtensionMethod": false
|
|
@@ -1703,6 +1915,7 @@
|
|
|
1703
1915
|
"isVirtual": true,
|
|
1704
1916
|
"isOverride": false,
|
|
1705
1917
|
"isSealed": false,
|
|
1918
|
+
"visibility": "Public",
|
|
1706
1919
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1707
1920
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1708
1921
|
"isExtensionMethod": false
|
|
@@ -1722,6 +1935,7 @@
|
|
|
1722
1935
|
"isVirtual": true,
|
|
1723
1936
|
"isOverride": false,
|
|
1724
1937
|
"isSealed": false,
|
|
1938
|
+
"visibility": "Public",
|
|
1725
1939
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1726
1940
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1727
1941
|
"isExtensionMethod": false
|
|
@@ -1741,6 +1955,7 @@
|
|
|
1741
1955
|
"isVirtual": true,
|
|
1742
1956
|
"isOverride": false,
|
|
1743
1957
|
"isSealed": false,
|
|
1958
|
+
"visibility": "Public",
|
|
1744
1959
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1745
1960
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1746
1961
|
"isExtensionMethod": false
|
|
@@ -1760,6 +1975,7 @@
|
|
|
1760
1975
|
"isVirtual": true,
|
|
1761
1976
|
"isOverride": false,
|
|
1762
1977
|
"isSealed": false,
|
|
1978
|
+
"visibility": "Public",
|
|
1763
1979
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1764
1980
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1765
1981
|
"isExtensionMethod": false
|
|
@@ -1779,6 +1995,7 @@
|
|
|
1779
1995
|
"isVirtual": true,
|
|
1780
1996
|
"isOverride": false,
|
|
1781
1997
|
"isSealed": false,
|
|
1998
|
+
"visibility": "Public",
|
|
1782
1999
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1783
2000
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1784
2001
|
"isExtensionMethod": false
|
|
@@ -1798,6 +2015,7 @@
|
|
|
1798
2015
|
"isVirtual": true,
|
|
1799
2016
|
"isOverride": false,
|
|
1800
2017
|
"isSealed": false,
|
|
2018
|
+
"visibility": "Public",
|
|
1801
2019
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1802
2020
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1803
2021
|
"isExtensionMethod": false
|
|
@@ -1817,6 +2035,7 @@
|
|
|
1817
2035
|
"isVirtual": true,
|
|
1818
2036
|
"isOverride": false,
|
|
1819
2037
|
"isSealed": false,
|
|
2038
|
+
"visibility": "Public",
|
|
1820
2039
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1821
2040
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1822
2041
|
"isExtensionMethod": false
|
|
@@ -1836,6 +2055,7 @@
|
|
|
1836
2055
|
"isVirtual": true,
|
|
1837
2056
|
"isOverride": false,
|
|
1838
2057
|
"isSealed": false,
|
|
2058
|
+
"visibility": "Public",
|
|
1839
2059
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1840
2060
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1841
2061
|
"isExtensionMethod": false
|
|
@@ -1855,6 +2075,7 @@
|
|
|
1855
2075
|
"isVirtual": true,
|
|
1856
2076
|
"isOverride": false,
|
|
1857
2077
|
"isSealed": false,
|
|
2078
|
+
"visibility": "Public",
|
|
1858
2079
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1859
2080
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1860
2081
|
"isExtensionMethod": false
|
|
@@ -1874,6 +2095,7 @@
|
|
|
1874
2095
|
"isVirtual": true,
|
|
1875
2096
|
"isOverride": false,
|
|
1876
2097
|
"isSealed": false,
|
|
2098
|
+
"visibility": "Public",
|
|
1877
2099
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1878
2100
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1879
2101
|
"isExtensionMethod": false
|
|
@@ -1893,6 +2115,7 @@
|
|
|
1893
2115
|
"isVirtual": true,
|
|
1894
2116
|
"isOverride": false,
|
|
1895
2117
|
"isSealed": false,
|
|
2118
|
+
"visibility": "Public",
|
|
1896
2119
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1897
2120
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1898
2121
|
"isExtensionMethod": false
|
|
@@ -1912,6 +2135,7 @@
|
|
|
1912
2135
|
"isVirtual": true,
|
|
1913
2136
|
"isOverride": false,
|
|
1914
2137
|
"isSealed": false,
|
|
2138
|
+
"visibility": "Public",
|
|
1915
2139
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1916
2140
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1917
2141
|
"isExtensionMethod": false
|
|
@@ -1931,6 +2155,7 @@
|
|
|
1931
2155
|
"isVirtual": true,
|
|
1932
2156
|
"isOverride": false,
|
|
1933
2157
|
"isSealed": false,
|
|
2158
|
+
"visibility": "Public",
|
|
1934
2159
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1935
2160
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1936
2161
|
"isExtensionMethod": false
|
|
@@ -1950,6 +2175,7 @@
|
|
|
1950
2175
|
"isVirtual": true,
|
|
1951
2176
|
"isOverride": false,
|
|
1952
2177
|
"isSealed": false,
|
|
2178
|
+
"visibility": "Public",
|
|
1953
2179
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1954
2180
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1955
2181
|
"isExtensionMethod": false
|
|
@@ -1969,6 +2195,7 @@
|
|
|
1969
2195
|
"isVirtual": true,
|
|
1970
2196
|
"isOverride": false,
|
|
1971
2197
|
"isSealed": false,
|
|
2198
|
+
"visibility": "Public",
|
|
1972
2199
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1973
2200
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1974
2201
|
"isExtensionMethod": false
|
|
@@ -1988,6 +2215,7 @@
|
|
|
1988
2215
|
"isVirtual": true,
|
|
1989
2216
|
"isOverride": false,
|
|
1990
2217
|
"isSealed": false,
|
|
2218
|
+
"visibility": "Public",
|
|
1991
2219
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
1992
2220
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1993
2221
|
"isExtensionMethod": false
|
|
@@ -2007,6 +2235,7 @@
|
|
|
2007
2235
|
"isVirtual": true,
|
|
2008
2236
|
"isOverride": false,
|
|
2009
2237
|
"isSealed": false,
|
|
2238
|
+
"visibility": "Public",
|
|
2010
2239
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2011
2240
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2012
2241
|
"isExtensionMethod": false
|
|
@@ -2026,6 +2255,7 @@
|
|
|
2026
2255
|
"isVirtual": true,
|
|
2027
2256
|
"isOverride": false,
|
|
2028
2257
|
"isSealed": false,
|
|
2258
|
+
"visibility": "Public",
|
|
2029
2259
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2030
2260
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2031
2261
|
"isExtensionMethod": false
|
|
@@ -2045,6 +2275,7 @@
|
|
|
2045
2275
|
"isVirtual": true,
|
|
2046
2276
|
"isOverride": false,
|
|
2047
2277
|
"isSealed": false,
|
|
2278
|
+
"visibility": "Public",
|
|
2048
2279
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2049
2280
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2050
2281
|
"isExtensionMethod": false
|
|
@@ -2064,6 +2295,7 @@
|
|
|
2064
2295
|
"isVirtual": true,
|
|
2065
2296
|
"isOverride": true,
|
|
2066
2297
|
"isSealed": false,
|
|
2298
|
+
"visibility": "Public",
|
|
2067
2299
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2068
2300
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2069
2301
|
"isExtensionMethod": false
|
|
@@ -2083,6 +2315,7 @@
|
|
|
2083
2315
|
"isVirtual": true,
|
|
2084
2316
|
"isOverride": true,
|
|
2085
2317
|
"isSealed": false,
|
|
2318
|
+
"visibility": "Public",
|
|
2086
2319
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2087
2320
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2088
2321
|
"isExtensionMethod": false
|
|
@@ -2102,6 +2335,7 @@
|
|
|
2102
2335
|
"isVirtual": true,
|
|
2103
2336
|
"isOverride": false,
|
|
2104
2337
|
"isSealed": false,
|
|
2338
|
+
"visibility": "Public",
|
|
2105
2339
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2106
2340
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2107
2341
|
"isExtensionMethod": false
|
|
@@ -2121,6 +2355,7 @@
|
|
|
2121
2355
|
"isVirtual": true,
|
|
2122
2356
|
"isOverride": false,
|
|
2123
2357
|
"isSealed": false,
|
|
2358
|
+
"visibility": "Public",
|
|
2124
2359
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2125
2360
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2126
2361
|
"isExtensionMethod": false
|
|
@@ -2140,6 +2375,7 @@
|
|
|
2140
2375
|
"isVirtual": true,
|
|
2141
2376
|
"isOverride": false,
|
|
2142
2377
|
"isSealed": false,
|
|
2378
|
+
"visibility": "Public",
|
|
2143
2379
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2144
2380
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2145
2381
|
"isExtensionMethod": false
|
|
@@ -2159,6 +2395,7 @@
|
|
|
2159
2395
|
"isVirtual": true,
|
|
2160
2396
|
"isOverride": false,
|
|
2161
2397
|
"isSealed": false,
|
|
2398
|
+
"visibility": "Public",
|
|
2162
2399
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2163
2400
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2164
2401
|
"isExtensionMethod": false
|
|
@@ -2178,6 +2415,7 @@
|
|
|
2178
2415
|
"isVirtual": true,
|
|
2179
2416
|
"isOverride": false,
|
|
2180
2417
|
"isSealed": false,
|
|
2418
|
+
"visibility": "Public",
|
|
2181
2419
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2182
2420
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2183
2421
|
"isExtensionMethod": false
|
|
@@ -2197,6 +2435,7 @@
|
|
|
2197
2435
|
"isVirtual": true,
|
|
2198
2436
|
"isOverride": true,
|
|
2199
2437
|
"isSealed": false,
|
|
2438
|
+
"visibility": "Public",
|
|
2200
2439
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2201
2440
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2202
2441
|
"isExtensionMethod": false
|
|
@@ -2216,6 +2455,7 @@
|
|
|
2216
2455
|
"isVirtual": true,
|
|
2217
2456
|
"isOverride": false,
|
|
2218
2457
|
"isSealed": false,
|
|
2458
|
+
"visibility": "Public",
|
|
2219
2459
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2220
2460
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2221
2461
|
"isExtensionMethod": false
|
|
@@ -2235,6 +2475,7 @@
|
|
|
2235
2475
|
"isVirtual": true,
|
|
2236
2476
|
"isOverride": true,
|
|
2237
2477
|
"isSealed": false,
|
|
2478
|
+
"visibility": "Public",
|
|
2238
2479
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2239
2480
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2240
2481
|
"isExtensionMethod": false
|
|
@@ -2254,6 +2495,7 @@
|
|
|
2254
2495
|
"isVirtual": true,
|
|
2255
2496
|
"isOverride": true,
|
|
2256
2497
|
"isSealed": false,
|
|
2498
|
+
"visibility": "Public",
|
|
2257
2499
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2258
2500
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2259
2501
|
"isExtensionMethod": false
|
|
@@ -2273,6 +2515,7 @@
|
|
|
2273
2515
|
"isVirtual": true,
|
|
2274
2516
|
"isOverride": true,
|
|
2275
2517
|
"isSealed": false,
|
|
2518
|
+
"visibility": "Public",
|
|
2276
2519
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2277
2520
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2278
2521
|
"isExtensionMethod": false
|
|
@@ -2292,6 +2535,7 @@
|
|
|
2292
2535
|
"isVirtual": true,
|
|
2293
2536
|
"isOverride": true,
|
|
2294
2537
|
"isSealed": false,
|
|
2538
|
+
"visibility": "Public",
|
|
2295
2539
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2296
2540
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2297
2541
|
"isExtensionMethod": false
|
|
@@ -2311,6 +2555,7 @@
|
|
|
2311
2555
|
"isVirtual": true,
|
|
2312
2556
|
"isOverride": false,
|
|
2313
2557
|
"isSealed": false,
|
|
2558
|
+
"visibility": "Public",
|
|
2314
2559
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2315
2560
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2316
2561
|
"isExtensionMethod": false,
|
|
@@ -2331,6 +2576,7 @@
|
|
|
2331
2576
|
"isVirtual": true,
|
|
2332
2577
|
"isOverride": false,
|
|
2333
2578
|
"isSealed": false,
|
|
2579
|
+
"visibility": "Public",
|
|
2334
2580
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2335
2581
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2336
2582
|
"isExtensionMethod": false,
|
|
@@ -2351,6 +2597,7 @@
|
|
|
2351
2597
|
"isVirtual": true,
|
|
2352
2598
|
"isOverride": false,
|
|
2353
2599
|
"isSealed": false,
|
|
2600
|
+
"visibility": "Public",
|
|
2354
2601
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2355
2602
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2356
2603
|
"isExtensionMethod": false,
|
|
@@ -2371,6 +2618,7 @@
|
|
|
2371
2618
|
"isVirtual": true,
|
|
2372
2619
|
"isOverride": false,
|
|
2373
2620
|
"isSealed": false,
|
|
2621
|
+
"visibility": "Public",
|
|
2374
2622
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2375
2623
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2376
2624
|
"isExtensionMethod": false,
|
|
@@ -2391,6 +2639,7 @@
|
|
|
2391
2639
|
"isVirtual": true,
|
|
2392
2640
|
"isOverride": false,
|
|
2393
2641
|
"isSealed": false,
|
|
2642
|
+
"visibility": "Public",
|
|
2394
2643
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2395
2644
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2396
2645
|
"isExtensionMethod": false,
|
|
@@ -2411,6 +2660,7 @@
|
|
|
2411
2660
|
"isVirtual": true,
|
|
2412
2661
|
"isOverride": false,
|
|
2413
2662
|
"isSealed": false,
|
|
2663
|
+
"visibility": "Public",
|
|
2414
2664
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2415
2665
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2416
2666
|
"isExtensionMethod": false,
|
|
@@ -2431,6 +2681,7 @@
|
|
|
2431
2681
|
"isVirtual": true,
|
|
2432
2682
|
"isOverride": false,
|
|
2433
2683
|
"isSealed": false,
|
|
2684
|
+
"visibility": "Public",
|
|
2434
2685
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2435
2686
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2436
2687
|
"isExtensionMethod": false,
|
|
@@ -2451,6 +2702,7 @@
|
|
|
2451
2702
|
"isVirtual": true,
|
|
2452
2703
|
"isOverride": false,
|
|
2453
2704
|
"isSealed": false,
|
|
2705
|
+
"visibility": "Public",
|
|
2454
2706
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2455
2707
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2456
2708
|
"isExtensionMethod": false,
|
|
@@ -2471,6 +2723,7 @@
|
|
|
2471
2723
|
"isVirtual": true,
|
|
2472
2724
|
"isOverride": false,
|
|
2473
2725
|
"isSealed": false,
|
|
2726
|
+
"visibility": "Public",
|
|
2474
2727
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2475
2728
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2476
2729
|
"isExtensionMethod": false,
|
|
@@ -2491,6 +2744,7 @@
|
|
|
2491
2744
|
"isVirtual": true,
|
|
2492
2745
|
"isOverride": false,
|
|
2493
2746
|
"isSealed": false,
|
|
2747
|
+
"visibility": "Public",
|
|
2494
2748
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.ICSharpRuntimeAnnotationCodeGenerator",
|
|
2495
2749
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2496
2750
|
"isExtensionMethod": false,
|
|
@@ -2511,6 +2765,7 @@
|
|
|
2511
2765
|
"isVirtual": true,
|
|
2512
2766
|
"isOverride": false,
|
|
2513
2767
|
"isSealed": false,
|
|
2768
|
+
"visibility": "Public",
|
|
2514
2769
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2515
2770
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2516
2771
|
"isExtensionMethod": false
|
|
@@ -2530,6 +2785,7 @@
|
|
|
2530
2785
|
"isVirtual": true,
|
|
2531
2786
|
"isOverride": false,
|
|
2532
2787
|
"isSealed": false,
|
|
2788
|
+
"visibility": "Public",
|
|
2533
2789
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2534
2790
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2535
2791
|
"isExtensionMethod": false
|
|
@@ -2549,6 +2805,7 @@
|
|
|
2549
2805
|
"isVirtual": true,
|
|
2550
2806
|
"isOverride": false,
|
|
2551
2807
|
"isSealed": false,
|
|
2808
|
+
"visibility": "Public",
|
|
2552
2809
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2553
2810
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2554
2811
|
"isExtensionMethod": false
|
|
@@ -2568,6 +2825,7 @@
|
|
|
2568
2825
|
"isVirtual": true,
|
|
2569
2826
|
"isOverride": false,
|
|
2570
2827
|
"isSealed": false,
|
|
2828
|
+
"visibility": "Public",
|
|
2571
2829
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2572
2830
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2573
2831
|
"isExtensionMethod": false
|
|
@@ -2587,6 +2845,7 @@
|
|
|
2587
2845
|
"isVirtual": true,
|
|
2588
2846
|
"isOverride": false,
|
|
2589
2847
|
"isSealed": false,
|
|
2848
|
+
"visibility": "Public",
|
|
2590
2849
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2591
2850
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2592
2851
|
"isExtensionMethod": false
|
|
@@ -2606,6 +2865,7 @@
|
|
|
2606
2865
|
"isVirtual": true,
|
|
2607
2866
|
"isOverride": false,
|
|
2608
2867
|
"isSealed": false,
|
|
2868
|
+
"visibility": "Public",
|
|
2609
2869
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2610
2870
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2611
2871
|
"isExtensionMethod": false
|
|
@@ -2625,6 +2885,7 @@
|
|
|
2625
2885
|
"isVirtual": true,
|
|
2626
2886
|
"isOverride": false,
|
|
2627
2887
|
"isSealed": false,
|
|
2888
|
+
"visibility": "Public",
|
|
2628
2889
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2629
2890
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2630
2891
|
"isExtensionMethod": false
|
|
@@ -2644,6 +2905,7 @@
|
|
|
2644
2905
|
"isVirtual": true,
|
|
2645
2906
|
"isOverride": false,
|
|
2646
2907
|
"isSealed": false,
|
|
2908
|
+
"visibility": "Public",
|
|
2647
2909
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2648
2910
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2649
2911
|
"isExtensionMethod": false
|
|
@@ -2663,6 +2925,7 @@
|
|
|
2663
2925
|
"isVirtual": true,
|
|
2664
2926
|
"isOverride": false,
|
|
2665
2927
|
"isSealed": false,
|
|
2928
|
+
"visibility": "Public",
|
|
2666
2929
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2667
2930
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2668
2931
|
"isExtensionMethod": false
|
|
@@ -2682,12 +2945,33 @@
|
|
|
2682
2945
|
"isVirtual": true,
|
|
2683
2946
|
"isOverride": false,
|
|
2684
2947
|
"isSealed": false,
|
|
2948
|
+
"visibility": "Public",
|
|
2685
2949
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2686
2950
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2687
2951
|
"isExtensionMethod": false
|
|
2688
2952
|
}
|
|
2689
2953
|
],
|
|
2690
|
-
"properties": [
|
|
2954
|
+
"properties": [
|
|
2955
|
+
{
|
|
2956
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator::RelationalDependencies:Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
2957
|
+
"clrName": "RelationalDependencies",
|
|
2958
|
+
"metadataToken": 385878160,
|
|
2959
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
2960
|
+
"normalizedSignature": "RelationalDependencies|:Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies|static=false|accessor=get",
|
|
2961
|
+
"emitScope": "ClassSurface",
|
|
2962
|
+
"provenance": "Original",
|
|
2963
|
+
"isIndexer": false,
|
|
2964
|
+
"hasGetter": true,
|
|
2965
|
+
"hasSetter": false,
|
|
2966
|
+
"isStatic": false,
|
|
2967
|
+
"isAbstract": false,
|
|
2968
|
+
"isVirtual": true,
|
|
2969
|
+
"isOverride": false,
|
|
2970
|
+
"visibility": "Protected",
|
|
2971
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2972
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2691
2975
|
"fields": [],
|
|
2692
2976
|
"events": [],
|
|
2693
2977
|
"constructors": [
|
|
@@ -2698,6 +2982,7 @@
|
|
|
2698
2982
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
|
|
2699
2983
|
"isStatic": false,
|
|
2700
2984
|
"parameterCount": 2,
|
|
2985
|
+
"visibility": "Public",
|
|
2701
2986
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGenerator",
|
|
2702
2987
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2703
2988
|
}
|
|
@@ -2714,6 +2999,19 @@
|
|
|
2714
2999
|
"isSealed": true,
|
|
2715
3000
|
"isStatic": false,
|
|
2716
3001
|
"arity": 0,
|
|
3002
|
+
"baseType": {
|
|
3003
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3004
|
+
"clrName": "System.Object"
|
|
3005
|
+
},
|
|
3006
|
+
"interfaces": [
|
|
3007
|
+
{
|
|
3008
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
3009
|
+
"clrName": "System.IEquatable\u00601",
|
|
3010
|
+
"typeArguments": [
|
|
3011
|
+
"RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies"
|
|
3012
|
+
]
|
|
3013
|
+
}
|
|
3014
|
+
],
|
|
2717
3015
|
"methods": [
|
|
2718
3016
|
{
|
|
2719
3017
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies::ToString():System.String",
|
|
@@ -2730,6 +3028,7 @@
|
|
|
2730
3028
|
"isVirtual": true,
|
|
2731
3029
|
"isOverride": true,
|
|
2732
3030
|
"isSealed": false,
|
|
3031
|
+
"visibility": "Public",
|
|
2733
3032
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
2734
3033
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2735
3034
|
"isExtensionMethod": false
|
|
@@ -2749,6 +3048,7 @@
|
|
|
2749
3048
|
"isVirtual": true,
|
|
2750
3049
|
"isOverride": true,
|
|
2751
3050
|
"isSealed": false,
|
|
3051
|
+
"visibility": "Public",
|
|
2752
3052
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
2753
3053
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2754
3054
|
"isExtensionMethod": false
|
|
@@ -2768,6 +3068,7 @@
|
|
|
2768
3068
|
"isVirtual": true,
|
|
2769
3069
|
"isOverride": true,
|
|
2770
3070
|
"isSealed": false,
|
|
3071
|
+
"visibility": "Public",
|
|
2771
3072
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
2772
3073
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2773
3074
|
"isExtensionMethod": false
|
|
@@ -2787,6 +3088,7 @@
|
|
|
2787
3088
|
"isVirtual": true,
|
|
2788
3089
|
"isOverride": false,
|
|
2789
3090
|
"isSealed": true,
|
|
3091
|
+
"visibility": "Public",
|
|
2790
3092
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
2791
3093
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2792
3094
|
"isExtensionMethod": false
|
|
@@ -2806,6 +3108,7 @@
|
|
|
2806
3108
|
"isVirtual": false,
|
|
2807
3109
|
"isOverride": false,
|
|
2808
3110
|
"isSealed": false,
|
|
3111
|
+
"visibility": "Public",
|
|
2809
3112
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
2810
3113
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2811
3114
|
"isExtensionMethod": false
|
|
@@ -2822,6 +3125,7 @@
|
|
|
2822
3125
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2823
3126
|
"isStatic": false,
|
|
2824
3127
|
"parameterCount": 0,
|
|
3128
|
+
"visibility": "Public",
|
|
2825
3129
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies",
|
|
2826
3130
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2827
3131
|
}
|