@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
@@ -15,6 +15,16 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "interfaces": [
19
+ {
20
+ "stableId": "System.Private.CoreLib:System.IDisposable",
21
+ "clrName": "System.IDisposable"
22
+ },
23
+ {
24
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
25
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
26
+ }
27
+ ],
18
28
  "methods": [
19
29
  {
20
30
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.ILazyLoaderFactory::Create():Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader",
@@ -31,6 +41,7 @@
31
41
  "isVirtual": true,
32
42
  "isOverride": false,
33
43
  "isSealed": false,
44
+ "visibility": "Public",
34
45
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.ILazyLoaderFactory",
35
46
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
36
47
  "isExtensionMethod": false
@@ -50,6 +61,7 @@
50
61
  "isVirtual": true,
51
62
  "isOverride": false,
52
63
  "isSealed": false,
64
+ "visibility": "Public",
53
65
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
54
66
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
55
67
  "isExtensionMethod": false
@@ -69,6 +81,7 @@
69
81
  "isVirtual": true,
70
82
  "isOverride": false,
71
83
  "isSealed": false,
84
+ "visibility": "Public",
72
85
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
73
86
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
74
87
  "isExtensionMethod": false
@@ -90,6 +103,16 @@
90
103
  "isSealed": false,
91
104
  "isStatic": false,
92
105
  "arity": 0,
106
+ "baseType": {
107
+ "stableId": "System.Private.CoreLib:System.Object",
108
+ "clrName": "System.Object"
109
+ },
110
+ "interfaces": [
111
+ {
112
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IConcurrencyDetector",
113
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IConcurrencyDetector"
114
+ }
115
+ ],
93
116
  "methods": [
94
117
  {
95
118
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.ConcurrencyDetector::EnterCriticalSection():Microsoft.EntityFrameworkCore.Infrastructure.ConcurrencyDetectorCriticalSectionDisposer",
@@ -106,6 +129,7 @@
106
129
  "isVirtual": true,
107
130
  "isOverride": false,
108
131
  "isSealed": false,
132
+ "visibility": "Public",
109
133
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.ConcurrencyDetector",
110
134
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
111
135
  "isExtensionMethod": false
@@ -125,6 +149,7 @@
125
149
  "isVirtual": true,
126
150
  "isOverride": false,
127
151
  "isSealed": false,
152
+ "visibility": "Public",
128
153
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.ConcurrencyDetector",
129
154
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
130
155
  "isExtensionMethod": false
@@ -144,6 +169,7 @@
144
169
  "isVirtual": true,
145
170
  "isOverride": false,
146
171
  "isSealed": false,
172
+ "visibility": "Public",
147
173
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IConcurrencyDetector",
148
174
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
149
175
  "isExtensionMethod": false,
@@ -164,6 +190,7 @@
164
190
  "isVirtual": true,
165
191
  "isOverride": false,
166
192
  "isSealed": false,
193
+ "visibility": "Public",
167
194
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IConcurrencyDetector",
168
195
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
169
196
  "isExtensionMethod": false,
@@ -181,6 +208,7 @@
181
208
  "normalizedSignature": "constructor|():void|static=false",
182
209
  "isStatic": false,
183
210
  "parameterCount": 0,
211
+ "visibility": "Public",
184
212
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.ConcurrencyDetector",
185
213
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
186
214
  }
@@ -197,6 +225,20 @@
197
225
  "isSealed": false,
198
226
  "isStatic": false,
199
227
  "arity": 0,
228
+ "baseType": {
229
+ "stableId": "System.Private.CoreLib:System.Object",
230
+ "clrName": "System.Object"
231
+ },
232
+ "interfaces": [
233
+ {
234
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions",
235
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions"
236
+ },
237
+ {
238
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions",
239
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions"
240
+ }
241
+ ],
200
242
  "methods": [
201
243
  {
202
244
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.CoreSingletonOptions::Initialize(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
@@ -213,6 +255,7 @@
213
255
  "isVirtual": true,
214
256
  "isOverride": false,
215
257
  "isSealed": false,
258
+ "visibility": "Public",
216
259
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.CoreSingletonOptions",
217
260
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
218
261
  "isExtensionMethod": false
@@ -232,6 +275,7 @@
232
275
  "isVirtual": true,
233
276
  "isOverride": false,
234
277
  "isSealed": false,
278
+ "visibility": "Public",
235
279
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.CoreSingletonOptions",
236
280
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
237
281
  "isExtensionMethod": false
@@ -251,6 +295,7 @@
251
295
  "isVirtual": true,
252
296
  "isOverride": false,
253
297
  "isSealed": false,
298
+ "visibility": "Public",
254
299
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions",
255
300
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
256
301
  "isExtensionMethod": false,
@@ -263,16 +308,17 @@
263
308
  "clrName": "AreDetailedErrorsEnabled",
264
309
  "metadataToken": 385877738,
265
310
  "canonicalSignature": ":System.Boolean",
266
- "normalizedSignature": "AreDetailedErrorsEnabled|:System.Boolean|static=false|accessor=get",
311
+ "normalizedSignature": "AreDetailedErrorsEnabled|:System.Boolean|static=false|accessor=getset",
267
312
  "emitScope": "ClassSurface",
268
313
  "provenance": "Original",
269
314
  "isIndexer": false,
270
315
  "hasGetter": true,
271
- "hasSetter": false,
316
+ "hasSetter": true,
272
317
  "isStatic": false,
273
318
  "isAbstract": false,
274
319
  "isVirtual": true,
275
320
  "isOverride": false,
321
+ "visibility": "Public",
276
322
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.CoreSingletonOptions",
277
323
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
278
324
  },
@@ -281,16 +327,17 @@
281
327
  "clrName": "AreThreadSafetyChecksEnabled",
282
328
  "metadataToken": 385877739,
283
329
  "canonicalSignature": ":System.Boolean",
284
- "normalizedSignature": "AreThreadSafetyChecksEnabled|:System.Boolean|static=false|accessor=get",
330
+ "normalizedSignature": "AreThreadSafetyChecksEnabled|:System.Boolean|static=false|accessor=getset",
285
331
  "emitScope": "ClassSurface",
286
332
  "provenance": "Original",
287
333
  "isIndexer": false,
288
334
  "hasGetter": true,
289
- "hasSetter": false,
335
+ "hasSetter": true,
290
336
  "isStatic": false,
291
337
  "isAbstract": false,
292
338
  "isVirtual": true,
293
339
  "isOverride": false,
340
+ "visibility": "Public",
294
341
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.CoreSingletonOptions",
295
342
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
296
343
  },
@@ -299,16 +346,17 @@
299
346
  "clrName": "RootApplicationServiceProvider",
300
347
  "metadataToken": 385877740,
301
348
  "canonicalSignature": ":System.IServiceProvider",
302
- "normalizedSignature": "RootApplicationServiceProvider|:System.IServiceProvider|static=false|accessor=get",
349
+ "normalizedSignature": "RootApplicationServiceProvider|:System.IServiceProvider|static=false|accessor=getset",
303
350
  "emitScope": "ClassSurface",
304
351
  "provenance": "Original",
305
352
  "isIndexer": false,
306
353
  "hasGetter": true,
307
- "hasSetter": false,
354
+ "hasSetter": true,
308
355
  "isStatic": false,
309
356
  "isAbstract": false,
310
357
  "isVirtual": true,
311
358
  "isOverride": false,
359
+ "visibility": "Public",
312
360
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.CoreSingletonOptions",
313
361
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
314
362
  },
@@ -327,6 +375,7 @@
327
375
  "isAbstract": false,
328
376
  "isVirtual": true,
329
377
  "isOverride": false,
378
+ "visibility": "Public",
330
379
  "sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions",
331
380
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions",
332
381
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -346,6 +395,7 @@
346
395
  "isAbstract": false,
347
396
  "isVirtual": true,
348
397
  "isOverride": false,
398
+ "visibility": "Public",
349
399
  "sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions",
350
400
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions",
351
401
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -365,6 +415,7 @@
365
415
  "isAbstract": false,
366
416
  "isVirtual": true,
367
417
  "isOverride": false,
418
+ "visibility": "Public",
368
419
  "sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions",
369
420
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ICoreSingletonOptions",
370
421
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -380,6 +431,7 @@
380
431
  "normalizedSignature": "constructor|():void|static=false",
381
432
  "isStatic": false,
382
433
  "parameterCount": 0,
434
+ "visibility": "Public",
383
435
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.CoreSingletonOptions",
384
436
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
385
437
  }
@@ -396,6 +448,16 @@
396
448
  "isSealed": true,
397
449
  "isStatic": false,
398
450
  "arity": 0,
451
+ "baseType": {
452
+ "stableId": "System.Private.CoreLib:System.Object",
453
+ "clrName": "System.Object"
454
+ },
455
+ "interfaces": [
456
+ {
457
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext",
458
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext"
459
+ }
460
+ ],
399
461
  "methods": [],
400
462
  "properties": [
401
463
  {
@@ -413,6 +475,7 @@
413
475
  "isAbstract": false,
414
476
  "isVirtual": true,
415
477
  "isOverride": false,
478
+ "visibility": "Public",
416
479
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.CurrentDbContext",
417
480
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
418
481
  },
@@ -431,6 +494,7 @@
431
494
  "isAbstract": false,
432
495
  "isVirtual": true,
433
496
  "isOverride": false,
497
+ "visibility": "Public",
434
498
  "sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext",
435
499
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext",
436
500
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -446,6 +510,7 @@
446
510
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContext):void|static=false",
447
511
  "isStatic": false,
448
512
  "parameterCount": 1,
513
+ "visibility": "Public",
449
514
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.CurrentDbContext",
450
515
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
451
516
  }
@@ -462,6 +527,22 @@
462
527
  "isSealed": false,
463
528
  "isStatic": false,
464
529
  "arity": 1,
530
+ "baseType": {
531
+ "stableId": "System.Private.CoreLib:System.Object",
532
+ "clrName": "System.Object"
533
+ },
534
+ "interfaces": [
535
+ {
536
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsConfiguration\u00601",
537
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsConfiguration\u00601",
538
+ "typeArguments": [
539
+ "TContext"
540
+ ]
541
+ }
542
+ ],
543
+ "typeParameters": [
544
+ "TContext"
545
+ ],
465
546
  "methods": [
466
547
  {
467
548
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbContextOptionsConfiguration\u00601::Configure(System.IServiceProvider,Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):System.Void",
@@ -478,6 +559,7 @@
478
559
  "isVirtual": true,
479
560
  "isOverride": false,
480
561
  "isSealed": false,
562
+ "visibility": "Public",
481
563
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbContextOptionsConfiguration\u00601",
482
564
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
483
565
  "isExtensionMethod": false
@@ -497,6 +579,7 @@
497
579
  "isVirtual": true,
498
580
  "isOverride": false,
499
581
  "isSealed": false,
582
+ "visibility": "Public",
500
583
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsConfiguration\u00601",
501
584
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
502
585
  "isExtensionMethod": false,
@@ -514,6 +597,7 @@
514
597
  "normalizedSignature": "constructor|(System.Action_2[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
515
598
  "isStatic": false,
516
599
  "parameterCount": 1,
600
+ "visibility": "Public",
517
601
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbContextOptionsConfiguration\u00601",
518
602
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
519
603
  }
@@ -530,6 +614,16 @@
530
614
  "isSealed": false,
531
615
  "isStatic": false,
532
616
  "arity": 0,
617
+ "baseType": {
618
+ "stableId": "System.Private.CoreLib:System.Object",
619
+ "clrName": "System.Object"
620
+ },
621
+ "interfaces": [
622
+ {
623
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder",
624
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder"
625
+ }
626
+ ],
533
627
  "methods": [
534
628
  {
535
629
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbSetFinder::FindSets(System.Type):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
@@ -546,6 +640,7 @@
546
640
  "isVirtual": true,
547
641
  "isOverride": false,
548
642
  "isSealed": false,
643
+ "visibility": "Public",
549
644
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbSetFinder",
550
645
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
551
646
  "isExtensionMethod": false
@@ -565,6 +660,7 @@
565
660
  "isVirtual": true,
566
661
  "isOverride": false,
567
662
  "isSealed": false,
663
+ "visibility": "Public",
568
664
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder",
569
665
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
570
666
  "isExtensionMethod": false,
@@ -582,6 +678,7 @@
582
678
  "normalizedSignature": "constructor|():void|static=false",
583
679
  "isStatic": false,
584
680
  "parameterCount": 0,
681
+ "visibility": "Public",
585
682
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbSetFinder",
586
683
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
587
684
  }
@@ -598,6 +695,10 @@
598
695
  "isSealed": true,
599
696
  "isStatic": false,
600
697
  "arity": 0,
698
+ "baseType": {
699
+ "stableId": "System.Private.CoreLib:System.Object",
700
+ "clrName": "System.Object"
701
+ },
601
702
  "methods": [],
602
703
  "properties": [],
603
704
  "fields": [
@@ -609,6 +710,7 @@
609
710
  "isStatic": true,
610
711
  "isReadOnly": true,
611
712
  "isLiteral": false,
713
+ "visibility": "Public",
612
714
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
613
715
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
614
716
  },
@@ -620,6 +722,7 @@
620
722
  "isStatic": true,
621
723
  "isReadOnly": true,
622
724
  "isLiteral": false,
725
+ "visibility": "Public",
623
726
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
624
727
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
625
728
  },
@@ -631,6 +734,7 @@
631
734
  "isStatic": true,
632
735
  "isReadOnly": true,
633
736
  "isLiteral": false,
737
+ "visibility": "Public",
634
738
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
635
739
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
636
740
  },
@@ -642,6 +746,7 @@
642
746
  "isStatic": true,
643
747
  "isReadOnly": true,
644
748
  "isLiteral": false,
749
+ "visibility": "Public",
645
750
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
646
751
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
647
752
  },
@@ -653,6 +758,7 @@
653
758
  "isStatic": true,
654
759
  "isReadOnly": true,
655
760
  "isLiteral": false,
761
+ "visibility": "Public",
656
762
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
657
763
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
658
764
  },
@@ -664,6 +770,7 @@
664
770
  "isStatic": true,
665
771
  "isReadOnly": true,
666
772
  "isLiteral": false,
773
+ "visibility": "Public",
667
774
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
668
775
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
669
776
  },
@@ -675,6 +782,7 @@
675
782
  "isStatic": true,
676
783
  "isReadOnly": true,
677
784
  "isLiteral": false,
785
+ "visibility": "Public",
678
786
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
679
787
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
680
788
  },
@@ -686,6 +794,7 @@
686
794
  "isStatic": true,
687
795
  "isReadOnly": true,
688
796
  "isLiteral": false,
797
+ "visibility": "Public",
689
798
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
690
799
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
691
800
  }
@@ -699,6 +808,7 @@
699
808
  "normalizedSignature": "constructor|():void|static=false",
700
809
  "isStatic": false,
701
810
  "parameterCount": 0,
811
+ "visibility": "Public",
702
812
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.EntityFrameworkMetrics",
703
813
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
704
814
  }
@@ -715,6 +825,10 @@
715
825
  "isSealed": false,
716
826
  "isStatic": false,
717
827
  "arity": 0,
828
+ "baseType": {
829
+ "stableId": "System.Private.CoreLib:System.Object",
830
+ "clrName": "System.Object"
831
+ },
718
832
  "methods": [
719
833
  {
720
834
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap::GetOrCreateDescriptorIndexes(System.Type):System.Collections.Generic.IList_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
@@ -731,6 +845,7 @@
731
845
  "isVirtual": true,
732
846
  "isOverride": false,
733
847
  "isSealed": false,
848
+ "visibility": "Public",
734
849
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap",
735
850
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
736
851
  "isExtensionMethod": false
@@ -750,6 +865,7 @@
750
865
  "isVirtual": true,
751
866
  "isOverride": false,
752
867
  "isSealed": false,
868
+ "visibility": "Public",
753
869
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap",
754
870
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
755
871
  "isExtensionMethod": false
@@ -769,6 +885,7 @@
769
885
  "isVirtual": true,
770
886
  "isOverride": false,
771
887
  "isSealed": false,
888
+ "visibility": "Public",
772
889
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap",
773
890
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
774
891
  "isExtensionMethod": false
@@ -788,6 +905,7 @@
788
905
  "isVirtual": true,
789
906
  "isOverride": false,
790
907
  "isSealed": false,
908
+ "visibility": "Public",
791
909
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap",
792
910
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
793
911
  "isExtensionMethod": false
@@ -807,6 +925,7 @@
807
925
  "isVirtual": true,
808
926
  "isOverride": false,
809
927
  "isSealed": false,
928
+ "visibility": "Public",
810
929
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap",
811
930
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
812
931
  "isExtensionMethod": false
@@ -826,6 +945,7 @@
826
945
  "isVirtual": true,
827
946
  "isOverride": false,
828
947
  "isSealed": false,
948
+ "visibility": "Public",
829
949
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap",
830
950
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
831
951
  "isExtensionMethod": false
@@ -847,6 +967,7 @@
847
967
  "isAbstract": false,
848
968
  "isVirtual": true,
849
969
  "isOverride": false,
970
+ "visibility": "Public",
850
971
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap",
851
972
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
852
973
  }
@@ -861,6 +982,7 @@
861
982
  "normalizedSignature": "constructor|(Microsoft.Extensions.DependencyInjection.IServiceCollection):void|static=false",
862
983
  "isStatic": false,
863
984
  "parameterCount": 1,
985
+ "visibility": "Public",
864
986
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InternalServiceCollectionMap",
865
987
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
866
988
  }
@@ -877,6 +999,20 @@
877
999
  "isSealed": false,
878
1000
  "isStatic": false,
879
1001
  "arity": 0,
1002
+ "baseType": {
1003
+ "stableId": "System.Private.CoreLib:System.Object",
1004
+ "clrName": "System.Object"
1005
+ },
1006
+ "interfaces": [
1007
+ {
1008
+ "stableId": "Microsoft.EntityFrameworkCore.Abstractions:Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader",
1009
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader"
1010
+ },
1011
+ {
1012
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Internal.IInjectableService",
1013
+ "clrName": "Microsoft.EntityFrameworkCore.Internal.IInjectableService"
1014
+ }
1015
+ ],
880
1016
  "methods": [
881
1017
  {
882
1018
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader::Injected(Microsoft.EntityFrameworkCore.DbContext,System.Object,System.Nullable_1[[Microsoft.EntityFrameworkCore.QueryTrackingBehavior,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.ITypeBase):System.Void",
@@ -893,6 +1029,7 @@
893
1029
  "isVirtual": true,
894
1030
  "isOverride": false,
895
1031
  "isSealed": false,
1032
+ "visibility": "Public",
896
1033
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
897
1034
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
898
1035
  "isExtensionMethod": false
@@ -912,6 +1049,7 @@
912
1049
  "isVirtual": true,
913
1050
  "isOverride": false,
914
1051
  "isSealed": false,
1052
+ "visibility": "Public",
915
1053
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
916
1054
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
917
1055
  "isExtensionMethod": false
@@ -931,6 +1069,7 @@
931
1069
  "isVirtual": true,
932
1070
  "isOverride": false,
933
1071
  "isSealed": false,
1072
+ "visibility": "Public",
934
1073
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
935
1074
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
936
1075
  "isExtensionMethod": false
@@ -950,6 +1089,7 @@
950
1089
  "isVirtual": true,
951
1090
  "isOverride": false,
952
1091
  "isSealed": false,
1092
+ "visibility": "Public",
953
1093
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
954
1094
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
955
1095
  "isExtensionMethod": false
@@ -969,6 +1109,7 @@
969
1109
  "isVirtual": true,
970
1110
  "isOverride": false,
971
1111
  "isSealed": false,
1112
+ "visibility": "Public",
972
1113
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
973
1114
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
974
1115
  "isExtensionMethod": false
@@ -988,6 +1129,7 @@
988
1129
  "isVirtual": true,
989
1130
  "isOverride": false,
990
1131
  "isSealed": false,
1132
+ "visibility": "Public",
991
1133
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
992
1134
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
993
1135
  "isExtensionMethod": false
@@ -1007,6 +1149,7 @@
1007
1149
  "isVirtual": true,
1008
1150
  "isOverride": false,
1009
1151
  "isSealed": false,
1152
+ "visibility": "Public",
1010
1153
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
1011
1154
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1012
1155
  "isExtensionMethod": false
@@ -1026,6 +1169,7 @@
1026
1169
  "isVirtual": true,
1027
1170
  "isOverride": false,
1028
1171
  "isSealed": false,
1172
+ "visibility": "Public",
1029
1173
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
1030
1174
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1031
1175
  "isExtensionMethod": false
@@ -1045,6 +1189,7 @@
1045
1189
  "isVirtual": true,
1046
1190
  "isOverride": false,
1047
1191
  "isSealed": false,
1192
+ "visibility": "Public",
1048
1193
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader",
1049
1194
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Abstractions",
1050
1195
  "isExtensionMethod": false,
@@ -1065,6 +1210,7 @@
1065
1210
  "isVirtual": true,
1066
1211
  "isOverride": false,
1067
1212
  "isSealed": false,
1213
+ "visibility": "Public",
1068
1214
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader",
1069
1215
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Abstractions",
1070
1216
  "isExtensionMethod": false,
@@ -1085,6 +1231,7 @@
1085
1231
  "isVirtual": true,
1086
1232
  "isOverride": false,
1087
1233
  "isSealed": false,
1234
+ "visibility": "Public",
1088
1235
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader",
1089
1236
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Abstractions",
1090
1237
  "isExtensionMethod": false,
@@ -1105,6 +1252,7 @@
1105
1252
  "isVirtual": true,
1106
1253
  "isOverride": false,
1107
1254
  "isSealed": false,
1255
+ "visibility": "Public",
1108
1256
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader",
1109
1257
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Abstractions",
1110
1258
  "isExtensionMethod": false,
@@ -1125,6 +1273,7 @@
1125
1273
  "isVirtual": true,
1126
1274
  "isOverride": false,
1127
1275
  "isSealed": false,
1276
+ "visibility": "Public",
1128
1277
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader",
1129
1278
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Abstractions",
1130
1279
  "isExtensionMethod": false,
@@ -1145,6 +1294,7 @@
1145
1294
  "isVirtual": true,
1146
1295
  "isOverride": false,
1147
1296
  "isSealed": false,
1297
+ "visibility": "Public",
1148
1298
  "declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IInjectableService",
1149
1299
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1150
1300
  "isExtensionMethod": false,
@@ -1165,6 +1315,7 @@
1165
1315
  "isVirtual": true,
1166
1316
  "isOverride": false,
1167
1317
  "isSealed": false,
1318
+ "visibility": "Public",
1168
1319
  "declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IInjectableService",
1169
1320
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1170
1321
  "isExtensionMethod": false,
@@ -1185,13 +1336,53 @@
1185
1336
  "isVirtual": true,
1186
1337
  "isOverride": false,
1187
1338
  "isSealed": false,
1339
+ "visibility": "Public",
1188
1340
  "declaringClrType": "Microsoft.EntityFrameworkCore.Internal.IInjectableService",
1189
1341
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1190
1342
  "isExtensionMethod": false,
1191
1343
  "sourceInterface": "Microsoft.EntityFrameworkCore.Internal.IInjectableService"
1192
1344
  }
1193
1345
  ],
1194
- "properties": [],
1346
+ "properties": [
1347
+ {
1348
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader::Logger:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1349
+ "clrName": "Logger",
1350
+ "metadataToken": 385877743,
1351
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1352
+ "normalizedSignature": "Logger|:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
1353
+ "emitScope": "ClassSurface",
1354
+ "provenance": "Original",
1355
+ "isIndexer": false,
1356
+ "hasGetter": true,
1357
+ "hasSetter": false,
1358
+ "isStatic": false,
1359
+ "isAbstract": false,
1360
+ "isVirtual": true,
1361
+ "isOverride": false,
1362
+ "visibility": "Protected",
1363
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
1364
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1365
+ },
1366
+ {
1367
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader::Context:Microsoft.EntityFrameworkCore.DbContext",
1368
+ "clrName": "Context",
1369
+ "metadataToken": 385877744,
1370
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.DbContext",
1371
+ "normalizedSignature": "Context|:Microsoft.EntityFrameworkCore.DbContext|static=false|accessor=getset",
1372
+ "emitScope": "ClassSurface",
1373
+ "provenance": "Original",
1374
+ "isIndexer": false,
1375
+ "hasGetter": true,
1376
+ "hasSetter": true,
1377
+ "isStatic": false,
1378
+ "isAbstract": false,
1379
+ "isVirtual": true,
1380
+ "isOverride": false,
1381
+ "visibility": "Protected",
1382
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
1383
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1384
+ }
1385
+ ],
1195
1386
  "fields": [],
1196
1387
  "events": [],
1197
1388
  "constructors": [
@@ -1202,6 +1393,7 @@
1202
1393
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
1203
1394
  "isStatic": false,
1204
1395
  "parameterCount": 2,
1396
+ "visibility": "Public",
1205
1397
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoader",
1206
1398
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1207
1399
  }
@@ -1218,6 +1410,24 @@
1218
1410
  "isSealed": false,
1219
1411
  "isStatic": false,
1220
1412
  "arity": 0,
1413
+ "baseType": {
1414
+ "stableId": "System.Private.CoreLib:System.Object",
1415
+ "clrName": "System.Object"
1416
+ },
1417
+ "interfaces": [
1418
+ {
1419
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.ILazyLoaderFactory",
1420
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.ILazyLoaderFactory"
1421
+ },
1422
+ {
1423
+ "stableId": "System.Private.CoreLib:System.IDisposable",
1424
+ "clrName": "System.IDisposable"
1425
+ },
1426
+ {
1427
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
1428
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
1429
+ }
1430
+ ],
1221
1431
  "methods": [
1222
1432
  {
1223
1433
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoaderFactory::Create():Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader",
@@ -1234,6 +1444,7 @@
1234
1444
  "isVirtual": true,
1235
1445
  "isOverride": false,
1236
1446
  "isSealed": false,
1447
+ "visibility": "Public",
1237
1448
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoaderFactory",
1238
1449
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1239
1450
  "isExtensionMethod": false
@@ -1253,6 +1464,7 @@
1253
1464
  "isVirtual": true,
1254
1465
  "isOverride": false,
1255
1466
  "isSealed": true,
1467
+ "visibility": "Public",
1256
1468
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoaderFactory",
1257
1469
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1258
1470
  "isExtensionMethod": false
@@ -1272,6 +1484,7 @@
1272
1484
  "isVirtual": true,
1273
1485
  "isOverride": false,
1274
1486
  "isSealed": true,
1487
+ "visibility": "Public",
1275
1488
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoaderFactory",
1276
1489
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1277
1490
  "isExtensionMethod": false
@@ -1291,6 +1504,7 @@
1291
1504
  "isVirtual": true,
1292
1505
  "isOverride": false,
1293
1506
  "isSealed": true,
1507
+ "visibility": "Public",
1294
1508
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoaderFactory",
1295
1509
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1296
1510
  "isExtensionMethod": false
@@ -1310,6 +1524,7 @@
1310
1524
  "isVirtual": true,
1311
1525
  "isOverride": false,
1312
1526
  "isSealed": false,
1527
+ "visibility": "Public",
1313
1528
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.ILazyLoaderFactory",
1314
1529
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1315
1530
  "isExtensionMethod": false,
@@ -1330,6 +1545,7 @@
1330
1545
  "isVirtual": true,
1331
1546
  "isOverride": false,
1332
1547
  "isSealed": false,
1548
+ "visibility": "Public",
1333
1549
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
1334
1550
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1335
1551
  "isExtensionMethod": false,
@@ -1350,6 +1566,7 @@
1350
1566
  "isVirtual": true,
1351
1567
  "isOverride": false,
1352
1568
  "isSealed": false,
1569
+ "visibility": "Public",
1353
1570
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
1354
1571
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1355
1572
  "isExtensionMethod": false,
@@ -1367,6 +1584,7 @@
1367
1584
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
1368
1585
  "isStatic": false,
1369
1586
  "parameterCount": 2,
1587
+ "visibility": "Public",
1370
1588
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.LazyLoaderFactory",
1371
1589
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1372
1590
  }
@@ -1383,6 +1601,19 @@
1383
1601
  "isSealed": true,
1384
1602
  "isStatic": false,
1385
1603
  "arity": 0,
1604
+ "baseType": {
1605
+ "stableId": "System.Private.CoreLib:System.Object",
1606
+ "clrName": "System.Object"
1607
+ },
1608
+ "interfaces": [
1609
+ {
1610
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601",
1611
+ "clrName": "System.Collections.Generic.IComparer\u00601",
1612
+ "typeArguments": [
1613
+ "MemberInfo"
1614
+ ]
1615
+ }
1616
+ ],
1386
1617
  "methods": [
1387
1618
  {
1388
1619
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.MemberInfoNameComparer::Compare(System.Reflection.MemberInfo,System.Reflection.MemberInfo):System.Int32",
@@ -1399,6 +1630,7 @@
1399
1630
  "isVirtual": true,
1400
1631
  "isOverride": false,
1401
1632
  "isSealed": true,
1633
+ "visibility": "Public",
1402
1634
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.MemberInfoNameComparer",
1403
1635
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1404
1636
  "isExtensionMethod": false
@@ -1414,6 +1646,7 @@
1414
1646
  "isStatic": true,
1415
1647
  "isReadOnly": true,
1416
1648
  "isLiteral": false,
1649
+ "visibility": "Public",
1417
1650
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.MemberInfoNameComparer",
1418
1651
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1419
1652
  }
@@ -1432,6 +1665,10 @@
1432
1665
  "isSealed": true,
1433
1666
  "isStatic": true,
1434
1667
  "arity": 0,
1668
+ "baseType": {
1669
+ "stableId": "System.Private.CoreLib:System.Object",
1670
+ "clrName": "System.Object"
1671
+ },
1435
1672
  "methods": [
1436
1673
  {
1437
1674
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbContextOptionsExtensions::BuildOptionsFragment(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.String",
@@ -1448,6 +1685,7 @@
1448
1685
  "isVirtual": false,
1449
1686
  "isOverride": false,
1450
1687
  "isSealed": false,
1688
+ "visibility": "Public",
1451
1689
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbContextOptionsExtensions",
1452
1690
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1453
1691
  "isExtensionMethod": true
@@ -1469,6 +1707,10 @@
1469
1707
  "isSealed": true,
1470
1708
  "isStatic": true,
1471
1709
  "arity": 0,
1710
+ "baseType": {
1711
+ "stableId": "System.Private.CoreLib:System.Object",
1712
+ "clrName": "System.Object"
1713
+ },
1472
1714
  "methods": [
1473
1715
  {
1474
1716
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Internal.InfrastructureExtensions::GetService(Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure_1[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):TService",
@@ -1485,6 +1727,7 @@
1485
1727
  "isVirtual": false,
1486
1728
  "isOverride": false,
1487
1729
  "isSealed": false,
1730
+ "visibility": "Public",
1488
1731
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InfrastructureExtensions",
1489
1732
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1490
1733
  "isExtensionMethod": false
@@ -1504,6 +1747,7 @@
1504
1747
  "isVirtual": false,
1505
1748
  "isOverride": false,
1506
1749
  "isSealed": false,
1750
+ "visibility": "Public",
1507
1751
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Internal.InfrastructureExtensions",
1508
1752
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1509
1753
  "isExtensionMethod": false