@tsonic/efcore 10.0.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  36. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
  38. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  39. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
  40. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
  47. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  48. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  49. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
  50. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
  52. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  53. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
  55. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  56. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
  58. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
  60. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  61. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
  62. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  65. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
  67. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  73. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  74. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
  75. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
  77. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  78. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  79. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  84. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  85. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  86. package/System.Transactions/bindings.json +6 -0
  87. package/package.json +1 -1
@@ -33,6 +33,7 @@
33
33
  "isAbstract": true,
34
34
  "isVirtual": true,
35
35
  "isOverride": false,
36
+ "visibility": "Public",
36
37
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.ICompositeJsonValueReaderWriter",
37
38
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
38
39
  }
@@ -52,6 +53,12 @@
52
53
  "isSealed": false,
53
54
  "isStatic": false,
54
55
  "arity": 0,
56
+ "interfaces": [
57
+ {
58
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.ICompositeJsonValueReaderWriter",
59
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.Internal.ICompositeJsonValueReaderWriter"
60
+ }
61
+ ],
55
62
  "methods": [],
56
63
  "properties": [
57
64
  {
@@ -69,6 +76,7 @@
69
76
  "isAbstract": true,
70
77
  "isVirtual": true,
71
78
  "isOverride": false,
79
+ "visibility": "Public",
72
80
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.IJsonConvertedValueReaderWriter",
73
81
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
74
82
  },
@@ -87,6 +95,7 @@
87
95
  "isAbstract": true,
88
96
  "isVirtual": true,
89
97
  "isOverride": false,
98
+ "visibility": "Public",
90
99
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.ICompositeJsonValueReaderWriter",
91
100
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
92
101
  }
@@ -122,6 +131,7 @@
122
131
  "isVirtual": true,
123
132
  "isOverride": false,
124
133
  "isSealed": false,
134
+ "visibility": "Public",
125
135
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.INamedConnectionStringResolver",
126
136
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
127
137
  "isExtensionMethod": false
@@ -143,6 +153,16 @@
143
153
  "isSealed": false,
144
154
  "isStatic": false,
145
155
  "arity": 0,
156
+ "baseType": {
157
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase",
158
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase"
159
+ },
160
+ "interfaces": [
161
+ {
162
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
163
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter"
164
+ }
165
+ ],
146
166
  "methods": [
147
167
  {
148
168
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.CompositeRelationalParameter::AddDbParameter(System.Data.Common.DbCommand,System.Object):System.Void",
@@ -159,6 +179,7 @@
159
179
  "isVirtual": true,
160
180
  "isOverride": true,
161
181
  "isSealed": false,
182
+ "visibility": "Public",
162
183
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.CompositeRelationalParameter",
163
184
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
164
185
  "isExtensionMethod": false
@@ -178,6 +199,7 @@
178
199
  "isVirtual": true,
179
200
  "isOverride": false,
180
201
  "isSealed": false,
202
+ "visibility": "Public",
181
203
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
182
204
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
183
205
  "isExtensionMethod": false,
@@ -198,6 +220,7 @@
198
220
  "isVirtual": true,
199
221
  "isOverride": false,
200
222
  "isSealed": false,
223
+ "visibility": "Public",
201
224
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
202
225
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
203
226
  "isExtensionMethod": false,
@@ -218,6 +241,7 @@
218
241
  "isVirtual": true,
219
242
  "isOverride": false,
220
243
  "isSealed": false,
244
+ "visibility": "Public",
221
245
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.CompositeRelationalParameter",
222
246
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
223
247
  "isExtensionMethod": false
@@ -239,6 +263,7 @@
239
263
  "isAbstract": false,
240
264
  "isVirtual": true,
241
265
  "isOverride": false,
266
+ "visibility": "Public",
242
267
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.CompositeRelationalParameter",
243
268
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
244
269
  },
@@ -257,6 +282,7 @@
257
282
  "isAbstract": false,
258
283
  "isVirtual": true,
259
284
  "isOverride": false,
285
+ "visibility": "Public",
260
286
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
261
287
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
262
288
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
@@ -272,6 +298,7 @@
272
298
  "normalizedSignature": "constructor|(System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Storage.IRelationalParameter,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
273
299
  "isStatic": false,
274
300
  "parameterCount": 2,
301
+ "visibility": "Public",
275
302
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.CompositeRelationalParameter",
276
303
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
277
304
  }
@@ -288,6 +315,23 @@
288
315
  "isSealed": false,
289
316
  "isStatic": false,
290
317
  "arity": 0,
318
+ "baseType": {
319
+ "stableId": "System.Private.CoreLib:System.Object",
320
+ "clrName": "System.Object"
321
+ },
322
+ "interfaces": [
323
+ {
324
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
325
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies"
326
+ },
327
+ {
328
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
329
+ "clrName": "System.IEquatable\u00601",
330
+ "typeArguments": [
331
+ "DatabaseFacadeDependencies"
332
+ ]
333
+ }
334
+ ],
291
335
  "methods": [
292
336
  {
293
337
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies::ToString():System.String",
@@ -304,6 +348,27 @@
304
348
  "isVirtual": true,
305
349
  "isOverride": true,
306
350
  "isSealed": false,
351
+ "visibility": "Public",
352
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
353
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
354
+ "isExtensionMethod": false
355
+ },
356
+ {
357
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies::PrintMembers(System.Text.StringBuilder):System.Boolean",
358
+ "clrName": "PrintMembers",
359
+ "metadataToken": 100665203,
360
+ "canonicalSignature": "(System.Text.StringBuilder):System.Boolean",
361
+ "normalizedSignature": "PrintMembers|(System.Text.StringBuilder):System.Boolean|static=false",
362
+ "emitScope": "ClassSurface",
363
+ "provenance": "Original",
364
+ "arity": 0,
365
+ "parameterCount": 1,
366
+ "isStatic": false,
367
+ "isAbstract": false,
368
+ "isVirtual": true,
369
+ "isOverride": false,
370
+ "isSealed": false,
371
+ "visibility": "Protected",
307
372
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
308
373
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
309
374
  "isExtensionMethod": false
@@ -323,6 +388,7 @@
323
388
  "isVirtual": true,
324
389
  "isOverride": true,
325
390
  "isSealed": false,
391
+ "visibility": "Public",
326
392
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
327
393
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
328
394
  "isExtensionMethod": false
@@ -342,6 +408,7 @@
342
408
  "isVirtual": true,
343
409
  "isOverride": true,
344
410
  "isSealed": false,
411
+ "visibility": "Public",
345
412
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
346
413
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
347
414
  "isExtensionMethod": false
@@ -361,6 +428,7 @@
361
428
  "isVirtual": true,
362
429
  "isOverride": false,
363
430
  "isSealed": false,
431
+ "visibility": "Public",
364
432
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
365
433
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
366
434
  "isExtensionMethod": false
@@ -380,12 +448,32 @@
380
448
  "isVirtual": true,
381
449
  "isOverride": false,
382
450
  "isSealed": false,
451
+ "visibility": "Public",
383
452
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
384
453
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
385
454
  "isExtensionMethod": false
386
455
  }
387
456
  ],
388
457
  "properties": [
458
+ {
459
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies::EqualityContract:System.Type",
460
+ "clrName": "EqualityContract",
461
+ "metadataToken": 385876365,
462
+ "canonicalSignature": ":System.Type",
463
+ "normalizedSignature": "EqualityContract|:System.Type|static=false|accessor=get",
464
+ "emitScope": "ClassSurface",
465
+ "provenance": "Original",
466
+ "isIndexer": false,
467
+ "hasGetter": true,
468
+ "hasSetter": false,
469
+ "isStatic": false,
470
+ "isAbstract": false,
471
+ "isVirtual": true,
472
+ "isOverride": false,
473
+ "visibility": "Protected",
474
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
475
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
476
+ },
389
477
  {
390
478
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies::TransactionManager:Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager",
391
479
  "clrName": "TransactionManager",
@@ -401,6 +489,7 @@
401
489
  "isAbstract": false,
402
490
  "isVirtual": true,
403
491
  "isOverride": false,
492
+ "visibility": "Public",
404
493
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
405
494
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
406
495
  },
@@ -419,6 +508,7 @@
419
508
  "isAbstract": false,
420
509
  "isVirtual": true,
421
510
  "isOverride": false,
511
+ "visibility": "Public",
422
512
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
423
513
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
424
514
  },
@@ -437,6 +527,7 @@
437
527
  "isAbstract": false,
438
528
  "isVirtual": true,
439
529
  "isOverride": false,
530
+ "visibility": "Public",
440
531
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
441
532
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
442
533
  },
@@ -455,6 +546,7 @@
455
546
  "isAbstract": false,
456
547
  "isVirtual": true,
457
548
  "isOverride": false,
549
+ "visibility": "Public",
458
550
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
459
551
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
460
552
  },
@@ -473,6 +565,7 @@
473
565
  "isAbstract": false,
474
566
  "isVirtual": true,
475
567
  "isOverride": false,
568
+ "visibility": "Public",
476
569
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
477
570
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
478
571
  },
@@ -491,6 +584,7 @@
491
584
  "isAbstract": false,
492
585
  "isVirtual": true,
493
586
  "isOverride": false,
587
+ "visibility": "Public",
494
588
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
495
589
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
496
590
  },
@@ -509,6 +603,7 @@
509
603
  "isAbstract": false,
510
604
  "isVirtual": true,
511
605
  "isOverride": false,
606
+ "visibility": "Public",
512
607
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
513
608
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
514
609
  },
@@ -527,6 +622,7 @@
527
622
  "isAbstract": false,
528
623
  "isVirtual": true,
529
624
  "isOverride": false,
625
+ "visibility": "Public",
530
626
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
531
627
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
532
628
  },
@@ -545,6 +641,7 @@
545
641
  "isAbstract": false,
546
642
  "isVirtual": true,
547
643
  "isOverride": false,
644
+ "visibility": "Public",
548
645
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
549
646
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
550
647
  },
@@ -563,6 +660,7 @@
563
660
  "isAbstract": false,
564
661
  "isVirtual": true,
565
662
  "isOverride": false,
663
+ "visibility": "Public",
566
664
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
567
665
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
568
666
  },
@@ -581,6 +679,7 @@
581
679
  "isAbstract": false,
582
680
  "isVirtual": true,
583
681
  "isOverride": false,
682
+ "visibility": "Public",
584
683
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
585
684
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
586
685
  },
@@ -599,6 +698,7 @@
599
698
  "isAbstract": false,
600
699
  "isVirtual": true,
601
700
  "isOverride": false,
701
+ "visibility": "Public",
602
702
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
603
703
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
604
704
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -618,6 +718,7 @@
618
718
  "isAbstract": false,
619
719
  "isVirtual": true,
620
720
  "isOverride": false,
721
+ "visibility": "Public",
621
722
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
622
723
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
623
724
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -637,6 +738,7 @@
637
738
  "isAbstract": false,
638
739
  "isVirtual": true,
639
740
  "isOverride": false,
741
+ "visibility": "Public",
640
742
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
641
743
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
642
744
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -656,6 +758,7 @@
656
758
  "isAbstract": false,
657
759
  "isVirtual": true,
658
760
  "isOverride": false,
761
+ "visibility": "Public",
659
762
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
660
763
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
661
764
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -675,6 +778,7 @@
675
778
  "isAbstract": false,
676
779
  "isVirtual": true,
677
780
  "isOverride": false,
781
+ "visibility": "Public",
678
782
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
679
783
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
680
784
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -694,6 +798,7 @@
694
798
  "isAbstract": false,
695
799
  "isVirtual": true,
696
800
  "isOverride": false,
801
+ "visibility": "Public",
697
802
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
698
803
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
699
804
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -713,6 +818,7 @@
713
818
  "isAbstract": false,
714
819
  "isVirtual": true,
715
820
  "isOverride": false,
821
+ "visibility": "Public",
716
822
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
717
823
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
718
824
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -732,6 +838,7 @@
732
838
  "isAbstract": false,
733
839
  "isVirtual": true,
734
840
  "isOverride": false,
841
+ "visibility": "Public",
735
842
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
736
843
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
737
844
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -751,6 +858,7 @@
751
858
  "isAbstract": false,
752
859
  "isVirtual": true,
753
860
  "isOverride": false,
861
+ "visibility": "Public",
754
862
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
755
863
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
756
864
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -770,6 +878,7 @@
770
878
  "isAbstract": false,
771
879
  "isVirtual": true,
772
880
  "isOverride": false,
881
+ "visibility": "Public",
773
882
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
774
883
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
775
884
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -789,6 +898,7 @@
789
898
  "isAbstract": false,
790
899
  "isVirtual": true,
791
900
  "isOverride": false,
901
+ "visibility": "Public",
792
902
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
793
903
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
794
904
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -804,6 +914,18 @@
804
914
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager,Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator,Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy,Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Storage.IDatabaseProvider,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BDatabase\u002BCommand,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Infrastructure.IConcurrencyDetector,Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions,Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider,Microsoft.EntityFrameworkCore.Metadata.IAdHocMapper,Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource):void|static=false",
805
915
  "isStatic": false,
806
916
  "parameterCount": 11,
917
+ "visibility": "Public",
918
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
919
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
920
+ },
921
+ {
922
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies::.ctor(Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies):void",
923
+ "metadataToken": 100665210,
924
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies):void",
925
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies):void|static=false",
926
+ "isStatic": false,
927
+ "parameterCount": 1,
928
+ "visibility": "Protected",
807
929
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DatabaseFacadeDependencies",
808
930
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
809
931
  }
@@ -820,6 +942,16 @@
820
942
  "isSealed": false,
821
943
  "isStatic": false,
822
944
  "arity": 0,
945
+ "baseType": {
946
+ "stableId": "System.Private.CoreLib:System.Object",
947
+ "clrName": "System.Object"
948
+ },
949
+ "interfaces": [
950
+ {
951
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IExceptionDetector",
952
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IExceptionDetector"
953
+ }
954
+ ],
823
955
  "methods": [
824
956
  {
825
957
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.ExceptionDetector::IsCancellation(System.Exception,System.Threading.CancellationToken):System.Boolean",
@@ -836,6 +968,7 @@
836
968
  "isVirtual": true,
837
969
  "isOverride": false,
838
970
  "isSealed": false,
971
+ "visibility": "Public",
839
972
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.ExceptionDetector",
840
973
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
841
974
  "isExtensionMethod": false
@@ -855,6 +988,7 @@
855
988
  "isVirtual": true,
856
989
  "isOverride": false,
857
990
  "isSealed": false,
991
+ "visibility": "Public",
858
992
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IExceptionDetector",
859
993
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
860
994
  "isExtensionMethod": false,
@@ -872,6 +1006,7 @@
872
1006
  "normalizedSignature": "constructor|():void|static=false",
873
1007
  "isStatic": false,
874
1008
  "parameterCount": 0,
1009
+ "visibility": "Public",
875
1010
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.ExceptionDetector",
876
1011
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
877
1012
  }
@@ -888,6 +1023,16 @@
888
1023
  "isSealed": false,
889
1024
  "isStatic": false,
890
1025
  "arity": 0,
1026
+ "baseType": {
1027
+ "stableId": "System.Private.CoreLib:System.Object",
1028
+ "clrName": "System.Object"
1029
+ },
1030
+ "interfaces": [
1031
+ {
1032
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory",
1033
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory"
1034
+ }
1035
+ ],
891
1036
  "methods": [
892
1037
  {
893
1038
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.ExecutionStrategyFactory::Create():Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
@@ -904,6 +1049,7 @@
904
1049
  "isVirtual": true,
905
1050
  "isOverride": false,
906
1051
  "isSealed": false,
1052
+ "visibility": "Public",
907
1053
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.ExecutionStrategyFactory",
908
1054
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
909
1055
  "isExtensionMethod": false
@@ -923,13 +1069,34 @@
923
1069
  "isVirtual": true,
924
1070
  "isOverride": false,
925
1071
  "isSealed": false,
1072
+ "visibility": "Public",
926
1073
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory",
927
1074
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
928
1075
  "isExtensionMethod": false,
929
1076
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory"
930
1077
  }
931
1078
  ],
932
- "properties": [],
1079
+ "properties": [
1080
+ {
1081
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Internal.ExecutionStrategyFactory::Dependencies:Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies",
1082
+ "clrName": "Dependencies",
1083
+ "metadataToken": 385876377,
1084
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies",
1085
+ "normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies|static=false|accessor=get",
1086
+ "emitScope": "ClassSurface",
1087
+ "provenance": "Original",
1088
+ "isIndexer": false,
1089
+ "hasGetter": true,
1090
+ "hasSetter": false,
1091
+ "isStatic": false,
1092
+ "isAbstract": false,
1093
+ "isVirtual": true,
1094
+ "isOverride": false,
1095
+ "visibility": "Protected",
1096
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.ExecutionStrategyFactory",
1097
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1098
+ }
1099
+ ],
933
1100
  "fields": [],
934
1101
  "events": [],
935
1102
  "constructors": [
@@ -940,6 +1107,7 @@
940
1107
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
941
1108
  "isStatic": false,
942
1109
  "parameterCount": 1,
1110
+ "visibility": "Public",
943
1111
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.ExecutionStrategyFactory",
944
1112
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
945
1113
  }
@@ -956,6 +1124,16 @@
956
1124
  "isSealed": false,
957
1125
  "isStatic": false,
958
1126
  "arity": 0,
1127
+ "baseType": {
1128
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolverBase",
1129
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolverBase"
1130
+ },
1131
+ "interfaces": [
1132
+ {
1133
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.INamedConnectionStringResolver",
1134
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.Internal.INamedConnectionStringResolver"
1135
+ }
1136
+ ],
959
1137
  "methods": [
960
1138
  {
961
1139
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.INamedConnectionStringResolver::ResolveConnectionString(System.String):System.String",
@@ -972,6 +1150,7 @@
972
1150
  "isVirtual": true,
973
1151
  "isOverride": false,
974
1152
  "isSealed": false,
1153
+ "visibility": "Public",
975
1154
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.INamedConnectionStringResolver",
976
1155
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
977
1156
  "isExtensionMethod": false,
@@ -992,12 +1171,33 @@
992
1171
  "isVirtual": true,
993
1172
  "isOverride": false,
994
1173
  "isSealed": false,
1174
+ "visibility": "Public",
995
1175
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolver",
996
1176
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
997
1177
  "isExtensionMethod": false
998
1178
  }
999
1179
  ],
1000
- "properties": [],
1180
+ "properties": [
1181
+ {
1182
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolver::ApplicationServiceProvider:System.IServiceProvider",
1183
+ "clrName": "ApplicationServiceProvider",
1184
+ "metadataToken": 385876402,
1185
+ "canonicalSignature": ":System.IServiceProvider",
1186
+ "normalizedSignature": "ApplicationServiceProvider|:System.IServiceProvider|static=false|accessor=get",
1187
+ "emitScope": "ClassSurface",
1188
+ "provenance": "Original",
1189
+ "isIndexer": false,
1190
+ "hasGetter": true,
1191
+ "hasSetter": false,
1192
+ "isStatic": false,
1193
+ "isAbstract": false,
1194
+ "isVirtual": true,
1195
+ "isOverride": true,
1196
+ "visibility": "Protected",
1197
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolver",
1198
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1199
+ }
1200
+ ],
1001
1201
  "fields": [],
1002
1202
  "events": [],
1003
1203
  "constructors": [
@@ -1008,6 +1208,7 @@
1008
1208
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void|static=false",
1009
1209
  "isStatic": false,
1010
1210
  "parameterCount": 1,
1211
+ "visibility": "Public",
1011
1212
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolver",
1012
1213
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1013
1214
  }
@@ -1024,6 +1225,10 @@
1024
1225
  "isSealed": false,
1025
1226
  "isStatic": false,
1026
1227
  "arity": 0,
1228
+ "baseType": {
1229
+ "stableId": "System.Private.CoreLib:System.Object",
1230
+ "clrName": "System.Object"
1231
+ },
1027
1232
  "methods": [
1028
1233
  {
1029
1234
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolverBase::ResolveConnectionString(System.String):System.String",
@@ -1040,15 +1245,48 @@
1040
1245
  "isVirtual": true,
1041
1246
  "isOverride": false,
1042
1247
  "isSealed": false,
1248
+ "visibility": "Public",
1043
1249
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolverBase",
1044
1250
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1045
1251
  "isExtensionMethod": false
1046
1252
  }
1047
1253
  ],
1048
- "properties": [],
1254
+ "properties": [
1255
+ {
1256
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolverBase::ApplicationServiceProvider:System.IServiceProvider",
1257
+ "clrName": "ApplicationServiceProvider",
1258
+ "metadataToken": 385876403,
1259
+ "canonicalSignature": ":System.IServiceProvider",
1260
+ "normalizedSignature": "ApplicationServiceProvider|:System.IServiceProvider|static=false|accessor=get",
1261
+ "emitScope": "ClassSurface",
1262
+ "provenance": "Original",
1263
+ "isIndexer": false,
1264
+ "hasGetter": true,
1265
+ "hasSetter": false,
1266
+ "isStatic": false,
1267
+ "isAbstract": true,
1268
+ "isVirtual": true,
1269
+ "isOverride": false,
1270
+ "visibility": "Protected",
1271
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolverBase",
1272
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1273
+ }
1274
+ ],
1049
1275
  "fields": [],
1050
1276
  "events": [],
1051
- "constructors": []
1277
+ "constructors": [
1278
+ {
1279
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolverBase::.ctor():void",
1280
+ "metadataToken": 100665821,
1281
+ "canonicalSignature": "():void",
1282
+ "normalizedSignature": "constructor|():void|static=false",
1283
+ "isStatic": false,
1284
+ "parameterCount": 0,
1285
+ "visibility": "Protected",
1286
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolverBase",
1287
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1288
+ }
1289
+ ]
1052
1290
  },
1053
1291
  {
1054
1292
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping",
@@ -1061,7 +1299,104 @@
1061
1299
  "isSealed": true,
1062
1300
  "isStatic": false,
1063
1301
  "arity": 0,
1064
- "methods": [],
1302
+ "baseType": {
1303
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1304
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping"
1305
+ },
1306
+ "methods": [
1307
+ {
1308
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1309
+ "clrName": "Clone",
1310
+ "metadataToken": 100665824,
1311
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1312
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1313
+ "emitScope": "ClassSurface",
1314
+ "provenance": "Original",
1315
+ "arity": 0,
1316
+ "parameterCount": 1,
1317
+ "isStatic": false,
1318
+ "isAbstract": false,
1319
+ "isVirtual": true,
1320
+ "isOverride": true,
1321
+ "isSealed": false,
1322
+ "visibility": "Protected",
1323
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping",
1324
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1325
+ "isExtensionMethod": false
1326
+ },
1327
+ {
1328
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping\u002BCoreTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
1329
+ "clrName": "Clone",
1330
+ "metadataToken": 0,
1331
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping\u002BCoreTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
1332
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping\u002BCoreTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
1333
+ "emitScope": "ClassSurface",
1334
+ "provenance": "BaseOverload",
1335
+ "arity": 0,
1336
+ "parameterCount": 1,
1337
+ "isStatic": false,
1338
+ "isAbstract": false,
1339
+ "isVirtual": true,
1340
+ "isOverride": false,
1341
+ "isSealed": false,
1342
+ "visibility": "Protected",
1343
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping",
1344
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1345
+ "isExtensionMethod": false
1346
+ },
1347
+ {
1348
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1349
+ "clrName": "Clone",
1350
+ "metadataToken": 0,
1351
+ "canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1352
+ "normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1353
+ "emitScope": "ClassSurface",
1354
+ "provenance": "BaseOverload",
1355
+ "arity": 0,
1356
+ "parameterCount": 9,
1357
+ "isStatic": false,
1358
+ "isAbstract": false,
1359
+ "isVirtual": true,
1360
+ "isOverride": false,
1361
+ "isSealed": false,
1362
+ "visibility": "Public",
1363
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping",
1364
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1365
+ "isExtensionMethod": false,
1366
+ "parameterModifiers": [
1367
+ {
1368
+ "index": 0,
1369
+ "modifier": "in"
1370
+ }
1371
+ ]
1372
+ },
1373
+ {
1374
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
1375
+ "clrName": "Clone",
1376
+ "metadataToken": 0,
1377
+ "canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
1378
+ "normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
1379
+ "emitScope": "ClassSurface",
1380
+ "provenance": "BaseOverload",
1381
+ "arity": 0,
1382
+ "parameterCount": 8,
1383
+ "isStatic": false,
1384
+ "isAbstract": false,
1385
+ "isVirtual": true,
1386
+ "isOverride": false,
1387
+ "isSealed": false,
1388
+ "visibility": "Public",
1389
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping",
1390
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1391
+ "isExtensionMethod": false,
1392
+ "parameterModifiers": [
1393
+ {
1394
+ "index": 0,
1395
+ "modifier": "in"
1396
+ }
1397
+ ]
1398
+ }
1399
+ ],
1065
1400
  "properties": [
1066
1401
  {
1067
1402
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Default:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping",
@@ -1078,6 +1413,7 @@
1078
1413
  "isAbstract": false,
1079
1414
  "isVirtual": false,
1080
1415
  "isOverride": false,
1416
+ "visibility": "Public",
1081
1417
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping",
1082
1418
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1083
1419
  }
@@ -1092,6 +1428,7 @@
1092
1428
  "normalizedSignature": "constructor|(System.String):void|static=false",
1093
1429
  "isStatic": false,
1094
1430
  "parameterCount": 1,
1431
+ "visibility": "Public",
1095
1432
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping",
1096
1433
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1097
1434
  }
@@ -1108,6 +1445,16 @@
1108
1445
  "isSealed": false,
1109
1446
  "isStatic": false,
1110
1447
  "arity": 0,
1448
+ "baseType": {
1449
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase",
1450
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase"
1451
+ },
1452
+ "interfaces": [
1453
+ {
1454
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
1455
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter"
1456
+ }
1457
+ ],
1111
1458
  "methods": [
1112
1459
  {
1113
1460
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RawRelationalParameter::AddDbParameter(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_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.Void",
@@ -1124,6 +1471,7 @@
1124
1471
  "isVirtual": true,
1125
1472
  "isOverride": true,
1126
1473
  "isSealed": false,
1474
+ "visibility": "Public",
1127
1475
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawRelationalParameter",
1128
1476
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1129
1477
  "isExtensionMethod": false
@@ -1143,6 +1491,7 @@
1143
1491
  "isVirtual": true,
1144
1492
  "isOverride": true,
1145
1493
  "isSealed": false,
1494
+ "visibility": "Public",
1146
1495
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawRelationalParameter",
1147
1496
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1148
1497
  "isExtensionMethod": false
@@ -1162,6 +1511,7 @@
1162
1511
  "isVirtual": true,
1163
1512
  "isOverride": false,
1164
1513
  "isSealed": false,
1514
+ "visibility": "Public",
1165
1515
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
1166
1516
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1167
1517
  "isExtensionMethod": false,
@@ -1182,6 +1532,7 @@
1182
1532
  "isVirtual": true,
1183
1533
  "isOverride": false,
1184
1534
  "isSealed": false,
1535
+ "visibility": "Public",
1185
1536
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
1186
1537
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1187
1538
  "isExtensionMethod": false,
@@ -1202,6 +1553,7 @@
1202
1553
  "isVirtual": true,
1203
1554
  "isOverride": false,
1204
1555
  "isSealed": false,
1556
+ "visibility": "Public",
1205
1557
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawRelationalParameter",
1206
1558
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1207
1559
  "isExtensionMethod": false
@@ -1223,6 +1575,7 @@
1223
1575
  "isAbstract": false,
1224
1576
  "isVirtual": true,
1225
1577
  "isOverride": false,
1578
+ "visibility": "Public",
1226
1579
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
1227
1580
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
1228
1581
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
@@ -1238,6 +1591,7 @@
1238
1591
  "normalizedSignature": "constructor|(System.String,System.Data.Common.DbParameter):void|static=false",
1239
1592
  "isStatic": false,
1240
1593
  "parameterCount": 2,
1594
+ "visibility": "Public",
1241
1595
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawRelationalParameter",
1242
1596
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1243
1597
  }
@@ -1254,6 +1608,16 @@
1254
1608
  "isSealed": false,
1255
1609
  "isStatic": false,
1256
1610
  "arity": 0,
1611
+ "baseType": {
1612
+ "stableId": "System.Private.CoreLib:System.Object",
1613
+ "clrName": "System.Object"
1614
+ },
1615
+ "interfaces": [
1616
+ {
1617
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder",
1618
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder"
1619
+ }
1620
+ ],
1257
1621
  "methods": [
1258
1622
  {
1259
1623
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RawSqlCommandBuilder::Build(System.String):Microsoft.EntityFrameworkCore.Storage.IRelationalCommand",
@@ -1270,6 +1634,7 @@
1270
1634
  "isVirtual": true,
1271
1635
  "isOverride": false,
1272
1636
  "isSealed": false,
1637
+ "visibility": "Public",
1273
1638
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawSqlCommandBuilder",
1274
1639
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1275
1640
  "isExtensionMethod": false
@@ -1289,6 +1654,7 @@
1289
1654
  "isVirtual": true,
1290
1655
  "isOverride": false,
1291
1656
  "isSealed": false,
1657
+ "visibility": "Public",
1292
1658
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawSqlCommandBuilder",
1293
1659
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1294
1660
  "isExtensionMethod": false
@@ -1308,6 +1674,7 @@
1308
1674
  "isVirtual": true,
1309
1675
  "isOverride": false,
1310
1676
  "isSealed": false,
1677
+ "visibility": "Public",
1311
1678
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawSqlCommandBuilder",
1312
1679
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1313
1680
  "isExtensionMethod": false
@@ -1327,6 +1694,7 @@
1327
1694
  "isVirtual": true,
1328
1695
  "isOverride": false,
1329
1696
  "isSealed": false,
1697
+ "visibility": "Public",
1330
1698
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder",
1331
1699
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1332
1700
  "isExtensionMethod": false,
@@ -1347,6 +1715,7 @@
1347
1715
  "isVirtual": true,
1348
1716
  "isOverride": false,
1349
1717
  "isSealed": false,
1718
+ "visibility": "Public",
1350
1719
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder",
1351
1720
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1352
1721
  "isExtensionMethod": false,
@@ -1367,6 +1736,7 @@
1367
1736
  "isVirtual": true,
1368
1737
  "isOverride": false,
1369
1738
  "isSealed": false,
1739
+ "visibility": "Public",
1370
1740
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder",
1371
1741
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1372
1742
  "isExtensionMethod": false,
@@ -1384,6 +1754,7 @@
1384
1754
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
1385
1755
  "isStatic": false,
1386
1756
  "parameterCount": 4,
1757
+ "visibility": "Public",
1387
1758
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawSqlCommandBuilder",
1388
1759
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1389
1760
  }
@@ -1400,6 +1771,27 @@
1400
1771
  "isSealed": false,
1401
1772
  "isStatic": false,
1402
1773
  "arity": 0,
1774
+ "baseType": {
1775
+ "stableId": "System.Private.CoreLib:System.Object",
1776
+ "clrName": "System.Object"
1777
+ },
1778
+ "interfaces": [
1779
+ {
1780
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseFacadeDependencies",
1781
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseFacadeDependencies"
1782
+ },
1783
+ {
1784
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1785
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies"
1786
+ },
1787
+ {
1788
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
1789
+ "clrName": "System.IEquatable\u00601",
1790
+ "typeArguments": [
1791
+ "RelationalDatabaseFacadeDependencies"
1792
+ ]
1793
+ }
1794
+ ],
1403
1795
  "methods": [
1404
1796
  {
1405
1797
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies::ToString():System.String",
@@ -1416,6 +1808,27 @@
1416
1808
  "isVirtual": true,
1417
1809
  "isOverride": true,
1418
1810
  "isSealed": false,
1811
+ "visibility": "Public",
1812
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1813
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1814
+ "isExtensionMethod": false
1815
+ },
1816
+ {
1817
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies::PrintMembers(System.Text.StringBuilder):System.Boolean",
1818
+ "clrName": "PrintMembers",
1819
+ "metadataToken": 100665850,
1820
+ "canonicalSignature": "(System.Text.StringBuilder):System.Boolean",
1821
+ "normalizedSignature": "PrintMembers|(System.Text.StringBuilder):System.Boolean|static=false",
1822
+ "emitScope": "ClassSurface",
1823
+ "provenance": "Original",
1824
+ "arity": 0,
1825
+ "parameterCount": 1,
1826
+ "isStatic": false,
1827
+ "isAbstract": false,
1828
+ "isVirtual": true,
1829
+ "isOverride": false,
1830
+ "isSealed": false,
1831
+ "visibility": "Protected",
1419
1832
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1420
1833
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1421
1834
  "isExtensionMethod": false
@@ -1435,6 +1848,7 @@
1435
1848
  "isVirtual": true,
1436
1849
  "isOverride": true,
1437
1850
  "isSealed": false,
1851
+ "visibility": "Public",
1438
1852
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1439
1853
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1440
1854
  "isExtensionMethod": false
@@ -1454,6 +1868,7 @@
1454
1868
  "isVirtual": true,
1455
1869
  "isOverride": true,
1456
1870
  "isSealed": false,
1871
+ "visibility": "Public",
1457
1872
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1458
1873
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1459
1874
  "isExtensionMethod": false
@@ -1473,6 +1888,7 @@
1473
1888
  "isVirtual": true,
1474
1889
  "isOverride": false,
1475
1890
  "isSealed": false,
1891
+ "visibility": "Public",
1476
1892
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1477
1893
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1478
1894
  "isExtensionMethod": false
@@ -1492,12 +1908,32 @@
1492
1908
  "isVirtual": true,
1493
1909
  "isOverride": false,
1494
1910
  "isSealed": false,
1911
+ "visibility": "Public",
1495
1912
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1496
1913
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1497
1914
  "isExtensionMethod": false
1498
1915
  }
1499
1916
  ],
1500
1917
  "properties": [
1918
+ {
1919
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies::EqualityContract:System.Type",
1920
+ "clrName": "EqualityContract",
1921
+ "metadataToken": 385876405,
1922
+ "canonicalSignature": ":System.Type",
1923
+ "normalizedSignature": "EqualityContract|:System.Type|static=false|accessor=get",
1924
+ "emitScope": "ClassSurface",
1925
+ "provenance": "Original",
1926
+ "isIndexer": false,
1927
+ "hasGetter": true,
1928
+ "hasSetter": false,
1929
+ "isStatic": false,
1930
+ "isAbstract": false,
1931
+ "isVirtual": true,
1932
+ "isOverride": false,
1933
+ "visibility": "Protected",
1934
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1935
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1936
+ },
1501
1937
  {
1502
1938
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies::TransactionManager:Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager",
1503
1939
  "clrName": "TransactionManager",
@@ -1513,6 +1949,7 @@
1513
1949
  "isAbstract": false,
1514
1950
  "isVirtual": true,
1515
1951
  "isOverride": false,
1952
+ "visibility": "Public",
1516
1953
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1517
1954
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1518
1955
  },
@@ -1531,6 +1968,7 @@
1531
1968
  "isAbstract": false,
1532
1969
  "isVirtual": true,
1533
1970
  "isOverride": false,
1971
+ "visibility": "Public",
1534
1972
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1535
1973
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1536
1974
  },
@@ -1549,6 +1987,7 @@
1549
1987
  "isAbstract": false,
1550
1988
  "isVirtual": true,
1551
1989
  "isOverride": false,
1990
+ "visibility": "Public",
1552
1991
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1553
1992
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1554
1993
  },
@@ -1567,6 +2006,7 @@
1567
2006
  "isAbstract": false,
1568
2007
  "isVirtual": true,
1569
2008
  "isOverride": false,
2009
+ "visibility": "Public",
1570
2010
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1571
2011
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1572
2012
  },
@@ -1585,6 +2025,7 @@
1585
2025
  "isAbstract": false,
1586
2026
  "isVirtual": true,
1587
2027
  "isOverride": false,
2028
+ "visibility": "Public",
1588
2029
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1589
2030
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1590
2031
  },
@@ -1603,6 +2044,7 @@
1603
2044
  "isAbstract": false,
1604
2045
  "isVirtual": true,
1605
2046
  "isOverride": false,
2047
+ "visibility": "Public",
1606
2048
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1607
2049
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1608
2050
  },
@@ -1621,6 +2063,7 @@
1621
2063
  "isAbstract": false,
1622
2064
  "isVirtual": true,
1623
2065
  "isOverride": false,
2066
+ "visibility": "Public",
1624
2067
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1625
2068
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1626
2069
  },
@@ -1639,6 +2082,7 @@
1639
2082
  "isAbstract": false,
1640
2083
  "isVirtual": true,
1641
2084
  "isOverride": false,
2085
+ "visibility": "Public",
1642
2086
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1643
2087
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1644
2088
  },
@@ -1657,6 +2101,7 @@
1657
2101
  "isAbstract": false,
1658
2102
  "isVirtual": true,
1659
2103
  "isOverride": false,
2104
+ "visibility": "Public",
1660
2105
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1661
2106
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1662
2107
  },
@@ -1675,6 +2120,7 @@
1675
2120
  "isAbstract": false,
1676
2121
  "isVirtual": true,
1677
2122
  "isOverride": false,
2123
+ "visibility": "Public",
1678
2124
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1679
2125
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1680
2126
  },
@@ -1693,6 +2139,7 @@
1693
2139
  "isAbstract": false,
1694
2140
  "isVirtual": true,
1695
2141
  "isOverride": false,
2142
+ "visibility": "Public",
1696
2143
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1697
2144
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1698
2145
  },
@@ -1711,6 +2158,7 @@
1711
2158
  "isAbstract": false,
1712
2159
  "isVirtual": true,
1713
2160
  "isOverride": false,
2161
+ "visibility": "Public",
1714
2162
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1715
2163
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1716
2164
  },
@@ -1729,6 +2177,7 @@
1729
2177
  "isAbstract": false,
1730
2178
  "isVirtual": true,
1731
2179
  "isOverride": false,
2180
+ "visibility": "Public",
1732
2181
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
1733
2182
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1734
2183
  },
@@ -1747,6 +2196,7 @@
1747
2196
  "isAbstract": false,
1748
2197
  "isVirtual": true,
1749
2198
  "isOverride": false,
2199
+ "visibility": "Public",
1750
2200
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1751
2201
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1752
2202
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1766,6 +2216,7 @@
1766
2216
  "isAbstract": false,
1767
2217
  "isVirtual": true,
1768
2218
  "isOverride": false,
2219
+ "visibility": "Public",
1769
2220
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseFacadeDependencies",
1770
2221
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseFacadeDependencies",
1771
2222
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
@@ -1785,6 +2236,7 @@
1785
2236
  "isAbstract": false,
1786
2237
  "isVirtual": true,
1787
2238
  "isOverride": false,
2239
+ "visibility": "Public",
1788
2240
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseFacadeDependencies",
1789
2241
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseFacadeDependencies",
1790
2242
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
@@ -1804,6 +2256,7 @@
1804
2256
  "isAbstract": false,
1805
2257
  "isVirtual": true,
1806
2258
  "isOverride": false,
2259
+ "visibility": "Public",
1807
2260
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseFacadeDependencies",
1808
2261
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseFacadeDependencies",
1809
2262
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
@@ -1823,6 +2276,7 @@
1823
2276
  "isAbstract": false,
1824
2277
  "isVirtual": true,
1825
2278
  "isOverride": false,
2279
+ "visibility": "Public",
1826
2280
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1827
2281
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1828
2282
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1842,6 +2296,7 @@
1842
2296
  "isAbstract": false,
1843
2297
  "isVirtual": true,
1844
2298
  "isOverride": false,
2299
+ "visibility": "Public",
1845
2300
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1846
2301
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1847
2302
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1861,6 +2316,7 @@
1861
2316
  "isAbstract": false,
1862
2317
  "isVirtual": true,
1863
2318
  "isOverride": false,
2319
+ "visibility": "Public",
1864
2320
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1865
2321
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1866
2322
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1880,6 +2336,7 @@
1880
2336
  "isAbstract": false,
1881
2337
  "isVirtual": true,
1882
2338
  "isOverride": false,
2339
+ "visibility": "Public",
1883
2340
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1884
2341
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1885
2342
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1899,6 +2356,7 @@
1899
2356
  "isAbstract": false,
1900
2357
  "isVirtual": true,
1901
2358
  "isOverride": false,
2359
+ "visibility": "Public",
1902
2360
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1903
2361
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1904
2362
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1918,6 +2376,7 @@
1918
2376
  "isAbstract": false,
1919
2377
  "isVirtual": true,
1920
2378
  "isOverride": false,
2379
+ "visibility": "Public",
1921
2380
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1922
2381
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1923
2382
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1937,6 +2396,7 @@
1937
2396
  "isAbstract": false,
1938
2397
  "isVirtual": true,
1939
2398
  "isOverride": false,
2399
+ "visibility": "Public",
1940
2400
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1941
2401
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1942
2402
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1956,6 +2416,7 @@
1956
2416
  "isAbstract": false,
1957
2417
  "isVirtual": true,
1958
2418
  "isOverride": false,
2419
+ "visibility": "Public",
1959
2420
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1960
2421
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1961
2422
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1975,6 +2436,7 @@
1975
2436
  "isAbstract": false,
1976
2437
  "isVirtual": true,
1977
2438
  "isOverride": false,
2439
+ "visibility": "Public",
1978
2440
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1979
2441
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1980
2442
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1994,6 +2456,7 @@
1994
2456
  "isAbstract": false,
1995
2457
  "isVirtual": true,
1996
2458
  "isOverride": false,
2459
+ "visibility": "Public",
1997
2460
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1998
2461
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IDatabaseFacadeDependencies",
1999
2462
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -2009,6 +2472,18 @@
2009
2472
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager,Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator,Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy,Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Storage.IDatabaseProvider,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger,Microsoft.EntityFrameworkCore.Infrastructure.IConcurrencyDetector,Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions,Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider,Microsoft.EntityFrameworkCore.Metadata.IAdHocMapper,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
2010
2473
  "isStatic": false,
2011
2474
  "parameterCount": 13,
2475
+ "visibility": "Public",
2476
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
2477
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2478
+ },
2479
+ {
2480
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies::.ctor(Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies):void",
2481
+ "metadataToken": 100665857,
2482
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies):void",
2483
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies):void|static=false",
2484
+ "isStatic": false,
2485
+ "parameterCount": 1,
2486
+ "visibility": "Protected",
2012
2487
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies",
2013
2488
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2014
2489
  }
@@ -2025,6 +2500,16 @@
2025
2500
  "isSealed": false,
2026
2501
  "isStatic": false,
2027
2502
  "arity": 0,
2503
+ "baseType": {
2504
+ "stableId": "System.Private.CoreLib:System.Object",
2505
+ "clrName": "System.Object"
2506
+ },
2507
+ "interfaces": [
2508
+ {
2509
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2510
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter"
2511
+ }
2512
+ ],
2028
2513
  "methods": [
2029
2514
  {
2030
2515
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase::AddDbParameter(System.Data.Common.DbCommand,System.Object):System.Void",
@@ -2041,6 +2526,7 @@
2041
2526
  "isVirtual": true,
2042
2527
  "isOverride": false,
2043
2528
  "isSealed": false,
2529
+ "visibility": "Public",
2044
2530
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase",
2045
2531
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2046
2532
  "isExtensionMethod": false
@@ -2060,6 +2546,7 @@
2060
2546
  "isVirtual": true,
2061
2547
  "isOverride": false,
2062
2548
  "isSealed": false,
2549
+ "visibility": "Public",
2063
2550
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase",
2064
2551
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2065
2552
  "isExtensionMethod": false
@@ -2079,6 +2566,7 @@
2079
2566
  "isVirtual": true,
2080
2567
  "isOverride": false,
2081
2568
  "isSealed": false,
2569
+ "visibility": "Public",
2082
2570
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2083
2571
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2084
2572
  "isExtensionMethod": false,
@@ -2099,6 +2587,7 @@
2099
2587
  "isVirtual": true,
2100
2588
  "isOverride": false,
2101
2589
  "isSealed": false,
2590
+ "visibility": "Public",
2102
2591
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2103
2592
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2104
2593
  "isExtensionMethod": false,
@@ -2121,6 +2610,7 @@
2121
2610
  "isAbstract": false,
2122
2611
  "isVirtual": true,
2123
2612
  "isOverride": false,
2613
+ "visibility": "Public",
2124
2614
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase",
2125
2615
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2126
2616
  },
@@ -2139,6 +2629,7 @@
2139
2629
  "isAbstract": false,
2140
2630
  "isVirtual": true,
2141
2631
  "isOverride": false,
2632
+ "visibility": "Public",
2142
2633
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2143
2634
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2144
2635
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
@@ -2146,7 +2637,19 @@
2146
2637
  ],
2147
2638
  "fields": [],
2148
2639
  "events": [],
2149
- "constructors": []
2640
+ "constructors": [
2641
+ {
2642
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase::.ctor(System.String):void",
2643
+ "metadataToken": 100665858,
2644
+ "canonicalSignature": "(System.String):void",
2645
+ "normalizedSignature": "constructor|(System.String):void|static=false",
2646
+ "isStatic": false,
2647
+ "parameterCount": 1,
2648
+ "visibility": "Protected",
2649
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase",
2650
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2651
+ }
2652
+ ]
2150
2653
  },
2151
2654
  {
2152
2655
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter",
@@ -2159,6 +2662,16 @@
2159
2662
  "isSealed": false,
2160
2663
  "isStatic": false,
2161
2664
  "arity": 0,
2665
+ "baseType": {
2666
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase",
2667
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.Internal.RelationalParameterBase"
2668
+ },
2669
+ "interfaces": [
2670
+ {
2671
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2672
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter"
2673
+ }
2674
+ ],
2162
2675
  "methods": [
2163
2676
  {
2164
2677
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter::AddDbParameter(System.Data.Common.DbCommand,System.Object):System.Void",
@@ -2175,6 +2688,7 @@
2175
2688
  "isVirtual": true,
2176
2689
  "isOverride": true,
2177
2690
  "isSealed": false,
2691
+ "visibility": "Public",
2178
2692
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter",
2179
2693
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2180
2694
  "isExtensionMethod": false
@@ -2194,6 +2708,7 @@
2194
2708
  "isVirtual": true,
2195
2709
  "isOverride": false,
2196
2710
  "isSealed": false,
2711
+ "visibility": "Public",
2197
2712
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2198
2713
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2199
2714
  "isExtensionMethod": false,
@@ -2214,6 +2729,7 @@
2214
2729
  "isVirtual": true,
2215
2730
  "isOverride": false,
2216
2731
  "isSealed": false,
2732
+ "visibility": "Public",
2217
2733
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2218
2734
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2219
2735
  "isExtensionMethod": false,
@@ -2234,6 +2750,7 @@
2234
2750
  "isVirtual": true,
2235
2751
  "isOverride": false,
2236
2752
  "isSealed": false,
2753
+ "visibility": "Public",
2237
2754
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter",
2238
2755
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2239
2756
  "isExtensionMethod": false
@@ -2255,6 +2772,7 @@
2255
2772
  "isAbstract": false,
2256
2773
  "isVirtual": true,
2257
2774
  "isOverride": false,
2775
+ "visibility": "Public",
2258
2776
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter",
2259
2777
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2260
2778
  },
@@ -2273,6 +2791,7 @@
2273
2791
  "isAbstract": false,
2274
2792
  "isVirtual": true,
2275
2793
  "isOverride": false,
2794
+ "visibility": "Public",
2276
2795
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter",
2277
2796
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2278
2797
  },
@@ -2291,6 +2810,7 @@
2291
2810
  "isAbstract": false,
2292
2811
  "isVirtual": true,
2293
2812
  "isOverride": false,
2813
+ "visibility": "Public",
2294
2814
  "sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2295
2815
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter",
2296
2816
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
@@ -2306,6 +2826,7 @@
2306
2826
  "normalizedSignature": "constructor|(System.String,System.String,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Data.ParameterDirection):void|static=false",
2307
2827
  "isStatic": false,
2308
2828
  "parameterCount": 5,
2829
+ "visibility": "Public",
2309
2830
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter",
2310
2831
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2311
2832
  }
@@ -2322,6 +2843,10 @@
2322
2843
  "isSealed": true,
2323
2844
  "isStatic": true,
2324
2845
  "arity": 0,
2846
+ "baseType": {
2847
+ "stableId": "System.Private.CoreLib:System.Object",
2848
+ "clrName": "System.Object"
2849
+ },
2325
2850
  "methods": [
2326
2851
  {
2327
2852
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.DbParameterCollectionExtensions::FormatParameters(System.Data.Common.DbParameterCollection,System.Boolean):System.String",
@@ -2338,6 +2863,7 @@
2338
2863
  "isVirtual": false,
2339
2864
  "isOverride": false,
2340
2865
  "isSealed": false,
2866
+ "visibility": "Public",
2341
2867
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DbParameterCollectionExtensions",
2342
2868
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2343
2869
  "isExtensionMethod": true
@@ -2357,6 +2883,7 @@
2357
2883
  "isVirtual": false,
2358
2884
  "isOverride": false,
2359
2885
  "isSealed": false,
2886
+ "visibility": "Public",
2360
2887
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DbParameterCollectionExtensions",
2361
2888
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2362
2889
  "isExtensionMethod": true
@@ -2376,6 +2903,7 @@
2376
2903
  "isVirtual": false,
2377
2904
  "isOverride": false,
2378
2905
  "isSealed": false,
2906
+ "visibility": "Public",
2379
2907
  "declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.DbParameterCollectionExtensions",
2380
2908
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2381
2909
  "isExtensionMethod": false