@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
@@ -16,7 +16,40 @@
16
16
  "isSealed": false,
17
17
  "isStatic": false,
18
18
  "arity": 0,
19
+ "baseType": {
20
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
21
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
22
+ "typeArguments": [
23
+ "IDbCommandInterceptor"
24
+ ]
25
+ },
26
+ "interfaces": [
27
+ {
28
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
29
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
30
+ }
31
+ ],
19
32
  "methods": [
33
+ {
34
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbCommandInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbCommandInterceptor",
35
+ "clrName": "CreateChain",
36
+ "metadataToken": 100672216,
37
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbCommandInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbCommandInterceptor",
38
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbCommandInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbCommandInterceptor|static=false",
39
+ "emitScope": "ClassSurface",
40
+ "provenance": "Original",
41
+ "arity": 0,
42
+ "parameterCount": 1,
43
+ "isStatic": false,
44
+ "isAbstract": false,
45
+ "isVirtual": true,
46
+ "isOverride": true,
47
+ "isSealed": false,
48
+ "visibility": "Protected",
49
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator",
50
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
51
+ "isExtensionMethod": false
52
+ },
20
53
  {
21
54
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
22
55
  "clrName": "AggregateInterceptors",
@@ -32,6 +65,7 @@
32
65
  "isVirtual": true,
33
66
  "isOverride": false,
34
67
  "isSealed": false,
68
+ "visibility": "Public",
35
69
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
36
70
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
37
71
  "isExtensionMethod": false,
@@ -52,6 +86,27 @@
52
86
  "isVirtual": true,
53
87
  "isOverride": false,
54
88
  "isSealed": false,
89
+ "visibility": "Public",
90
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator",
91
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
92
+ "isExtensionMethod": false
93
+ },
94
+ {
95
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
96
+ "clrName": "CreateChain",
97
+ "metadataToken": 0,
98
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
99
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
100
+ "emitScope": "ClassSurface",
101
+ "provenance": "BaseOverload",
102
+ "arity": 0,
103
+ "parameterCount": 1,
104
+ "isStatic": false,
105
+ "isAbstract": true,
106
+ "isVirtual": true,
107
+ "isOverride": false,
108
+ "isSealed": false,
109
+ "visibility": "Protected",
55
110
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator",
56
111
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
57
112
  "isExtensionMethod": false
@@ -73,6 +128,7 @@
73
128
  "isAbstract": false,
74
129
  "isVirtual": true,
75
130
  "isOverride": false,
131
+ "visibility": "Public",
76
132
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
77
133
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
78
134
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -88,6 +144,7 @@
88
144
  "normalizedSignature": "constructor|():void|static=false",
89
145
  "isStatic": false,
90
146
  "parameterCount": 0,
147
+ "visibility": "Public",
91
148
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbCommandInterceptorAggregator",
92
149
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
93
150
  }
@@ -104,7 +161,40 @@
104
161
  "isSealed": false,
105
162
  "isStatic": false,
106
163
  "arity": 0,
164
+ "baseType": {
165
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
166
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
167
+ "typeArguments": [
168
+ "IDbConnectionInterceptor"
169
+ ]
170
+ },
171
+ "interfaces": [
172
+ {
173
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
174
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
175
+ }
176
+ ],
107
177
  "methods": [
178
+ {
179
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbConnectionInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbConnectionInterceptor",
180
+ "clrName": "CreateChain",
181
+ "metadataToken": 100672218,
182
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbConnectionInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbConnectionInterceptor",
183
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbConnectionInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbConnectionInterceptor|static=false",
184
+ "emitScope": "ClassSurface",
185
+ "provenance": "Original",
186
+ "arity": 0,
187
+ "parameterCount": 1,
188
+ "isStatic": false,
189
+ "isAbstract": false,
190
+ "isVirtual": true,
191
+ "isOverride": true,
192
+ "isSealed": false,
193
+ "visibility": "Protected",
194
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator",
195
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
196
+ "isExtensionMethod": false
197
+ },
108
198
  {
109
199
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
110
200
  "clrName": "AggregateInterceptors",
@@ -120,6 +210,7 @@
120
210
  "isVirtual": true,
121
211
  "isOverride": false,
122
212
  "isSealed": false,
213
+ "visibility": "Public",
123
214
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
124
215
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
125
216
  "isExtensionMethod": false,
@@ -140,6 +231,27 @@
140
231
  "isVirtual": true,
141
232
  "isOverride": false,
142
233
  "isSealed": false,
234
+ "visibility": "Public",
235
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator",
236
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
237
+ "isExtensionMethod": false
238
+ },
239
+ {
240
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
241
+ "clrName": "CreateChain",
242
+ "metadataToken": 0,
243
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
244
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
245
+ "emitScope": "ClassSurface",
246
+ "provenance": "BaseOverload",
247
+ "arity": 0,
248
+ "parameterCount": 1,
249
+ "isStatic": false,
250
+ "isAbstract": true,
251
+ "isVirtual": true,
252
+ "isOverride": false,
253
+ "isSealed": false,
254
+ "visibility": "Protected",
143
255
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator",
144
256
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
145
257
  "isExtensionMethod": false
@@ -161,6 +273,7 @@
161
273
  "isAbstract": false,
162
274
  "isVirtual": true,
163
275
  "isOverride": false,
276
+ "visibility": "Public",
164
277
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
165
278
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
166
279
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -176,6 +289,7 @@
176
289
  "normalizedSignature": "constructor|():void|static=false",
177
290
  "isStatic": false,
178
291
  "parameterCount": 0,
292
+ "visibility": "Public",
179
293
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbConnectionInterceptorAggregator",
180
294
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
181
295
  }
@@ -192,7 +306,40 @@
192
306
  "isSealed": false,
193
307
  "isStatic": false,
194
308
  "arity": 0,
309
+ "baseType": {
310
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
311
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
312
+ "typeArguments": [
313
+ "IDbTransactionInterceptor"
314
+ ]
315
+ },
316
+ "interfaces": [
317
+ {
318
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
319
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
320
+ }
321
+ ],
195
322
  "methods": [
323
+ {
324
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbTransactionInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbTransactionInterceptor",
325
+ "clrName": "CreateChain",
326
+ "metadataToken": 100672220,
327
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbTransactionInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbTransactionInterceptor",
328
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IDbTransactionInterceptor,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IDbTransactionInterceptor|static=false",
329
+ "emitScope": "ClassSurface",
330
+ "provenance": "Original",
331
+ "arity": 0,
332
+ "parameterCount": 1,
333
+ "isStatic": false,
334
+ "isAbstract": false,
335
+ "isVirtual": true,
336
+ "isOverride": true,
337
+ "isSealed": false,
338
+ "visibility": "Protected",
339
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator",
340
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
341
+ "isExtensionMethod": false
342
+ },
196
343
  {
197
344
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
198
345
  "clrName": "AggregateInterceptors",
@@ -208,6 +355,7 @@
208
355
  "isVirtual": true,
209
356
  "isOverride": false,
210
357
  "isSealed": false,
358
+ "visibility": "Public",
211
359
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
212
360
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
213
361
  "isExtensionMethod": false,
@@ -228,6 +376,27 @@
228
376
  "isVirtual": true,
229
377
  "isOverride": false,
230
378
  "isSealed": false,
379
+ "visibility": "Public",
380
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator",
381
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
382
+ "isExtensionMethod": false
383
+ },
384
+ {
385
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
386
+ "clrName": "CreateChain",
387
+ "metadataToken": 0,
388
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
389
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
390
+ "emitScope": "ClassSurface",
391
+ "provenance": "BaseOverload",
392
+ "arity": 0,
393
+ "parameterCount": 1,
394
+ "isStatic": false,
395
+ "isAbstract": true,
396
+ "isVirtual": true,
397
+ "isOverride": false,
398
+ "isSealed": false,
399
+ "visibility": "Protected",
231
400
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator",
232
401
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
233
402
  "isExtensionMethod": false
@@ -249,6 +418,7 @@
249
418
  "isAbstract": false,
250
419
  "isVirtual": true,
251
420
  "isOverride": false,
421
+ "visibility": "Public",
252
422
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
253
423
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
254
424
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -264,6 +434,7 @@
264
434
  "normalizedSignature": "constructor|():void|static=false",
265
435
  "isStatic": false,
266
436
  "parameterCount": 0,
437
+ "visibility": "Public",
267
438
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DbTransactionInterceptorAggregator",
268
439
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
269
440
  }
@@ -280,6 +451,16 @@
280
451
  "isSealed": false,
281
452
  "isStatic": false,
282
453
  "arity": 0,
454
+ "baseType": {
455
+ "stableId": "System.Private.CoreLib:System.Object",
456
+ "clrName": "System.Object"
457
+ },
458
+ "interfaces": [
459
+ {
460
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
461
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger"
462
+ }
463
+ ],
283
464
  "methods": [
284
465
  {
285
466
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DelegatingDbContextLogger::Log(Microsoft.EntityFrameworkCore.Diagnostics.EventData):System.Void",
@@ -296,6 +477,7 @@
296
477
  "isVirtual": true,
297
478
  "isOverride": false,
298
479
  "isSealed": false,
480
+ "visibility": "Public",
299
481
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DelegatingDbContextLogger",
300
482
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
301
483
  "isExtensionMethod": false
@@ -315,6 +497,7 @@
315
497
  "isVirtual": true,
316
498
  "isOverride": false,
317
499
  "isSealed": false,
500
+ "visibility": "Public",
318
501
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DelegatingDbContextLogger",
319
502
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
320
503
  "isExtensionMethod": false
@@ -334,6 +517,7 @@
334
517
  "isVirtual": true,
335
518
  "isOverride": false,
336
519
  "isSealed": false,
520
+ "visibility": "Public",
337
521
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
338
522
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
339
523
  "isExtensionMethod": false,
@@ -354,6 +538,7 @@
354
538
  "isVirtual": true,
355
539
  "isOverride": false,
356
540
  "isSealed": false,
541
+ "visibility": "Public",
357
542
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
358
543
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
359
544
  "isExtensionMethod": false,
@@ -371,6 +556,7 @@
371
556
  "normalizedSignature": "constructor|(System.Action_1[[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Func_3[[Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
372
557
  "isStatic": false,
373
558
  "parameterCount": 2,
559
+ "visibility": "Public",
374
560
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DelegatingDbContextLogger",
375
561
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
376
562
  }
@@ -387,6 +573,26 @@
387
573
  "isSealed": false,
388
574
  "isStatic": false,
389
575
  "arity": 1,
576
+ "baseType": {
577
+ "stableId": "System.Private.CoreLib:System.Object",
578
+ "clrName": "System.Object"
579
+ },
580
+ "interfaces": [
581
+ {
582
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger\u00601",
583
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger\u00601",
584
+ "typeArguments": [
585
+ "TLoggerCategory"
586
+ ]
587
+ },
588
+ {
589
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
590
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
591
+ }
592
+ ],
593
+ "typeParameters": [
594
+ "TLoggerCategory"
595
+ ],
390
596
  "methods": [
391
597
  {
392
598
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601::ShouldLogSensitiveData():System.Boolean",
@@ -403,49 +609,84 @@
403
609
  "isVirtual": true,
404
610
  "isOverride": false,
405
611
  "isSealed": false,
612
+ "visibility": "Public",
406
613
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
407
614
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
408
615
  "isExtensionMethod": false
409
616
  },
410
617
  {
411
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger::ShouldLog(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
618
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601::DispatchEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
619
+ "clrName": "DispatchEventData",
620
+ "metadataToken": 100674738,
621
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
622
+ "normalizedSignature": "DispatchEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void|static=false",
623
+ "emitScope": "ClassSurface",
624
+ "provenance": "Original",
625
+ "arity": 0,
626
+ "parameterCount": 4,
627
+ "isStatic": false,
628
+ "isAbstract": false,
629
+ "isVirtual": false,
630
+ "isOverride": false,
631
+ "isSealed": false,
632
+ "visibility": "Protected",
633
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
634
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
635
+ "isExtensionMethod": false
636
+ },
637
+ {
638
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601::ShouldLog(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
412
639
  "clrName": "ShouldLog",
413
- "metadataToken": 100674107,
640
+ "metadataToken": 100674739,
414
641
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
415
642
  "normalizedSignature": "ShouldLog|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean|static=false",
416
- "emitScope": "ViewOnly",
417
- "provenance": "ExplicitView",
643
+ "emitScope": "ClassSurface",
644
+ "provenance": "Original",
418
645
  "arity": 0,
419
646
  "parameterCount": 1,
420
647
  "isStatic": false,
421
648
  "isAbstract": false,
422
- "isVirtual": true,
649
+ "isVirtual": false,
423
650
  "isOverride": false,
424
651
  "isSealed": false,
425
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
652
+ "visibility": "Protected",
653
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
426
654
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
427
- "isExtensionMethod": false,
428
- "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
655
+ "isExtensionMethod": false
429
656
  },
430
657
  {
431
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger::DispatchEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
432
- "clrName": "DispatchEventData",
433
- "metadataToken": 100674108,
434
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
435
- "normalizedSignature": "DispatchEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void|static=false",
436
- "emitScope": "ViewOnly",
437
- "provenance": "ExplicitView",
438
- "arity": 0,
658
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
659
+ "clrName": "NeedsEventData",
660
+ "metadataToken": 100674740,
661
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
662
+ "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
663
+ "emitScope": "ClassSurface",
664
+ "provenance": "Original",
665
+ "arity": 1,
439
666
  "parameterCount": 4,
440
667
  "isStatic": false,
441
668
  "isAbstract": false,
442
- "isVirtual": true,
669
+ "isVirtual": false,
443
670
  "isOverride": false,
444
671
  "isSealed": false,
445
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
672
+ "visibility": "Protected",
673
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
446
674
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
447
675
  "isExtensionMethod": false,
448
- "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
676
+ "parameterModifiers": [
677
+ {
678
+ "index": 1,
679
+ "modifier": "out"
680
+ },
681
+ {
682
+ "index": 2,
683
+ "modifier": "out"
684
+ },
685
+ {
686
+ "index": 3,
687
+ "modifier": "out"
688
+ }
689
+ ]
449
690
  },
450
691
  {
451
692
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
@@ -462,6 +703,7 @@
462
703
  "isVirtual": true,
463
704
  "isOverride": false,
464
705
  "isSealed": false,
706
+ "visibility": "Public",
465
707
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
466
708
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
467
709
  "isExtensionMethod": false,
@@ -477,6 +719,69 @@
477
719
  }
478
720
  ]
479
721
  },
722
+ {
723
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger::ShouldLogSensitiveData():System.Boolean",
724
+ "clrName": "ShouldLogSensitiveData",
725
+ "metadataToken": 100674102,
726
+ "canonicalSignature": "():System.Boolean",
727
+ "normalizedSignature": "ShouldLogSensitiveData|():System.Boolean|static=false",
728
+ "emitScope": "ViewOnly",
729
+ "provenance": "ExplicitView",
730
+ "arity": 0,
731
+ "parameterCount": 0,
732
+ "isStatic": false,
733
+ "isAbstract": false,
734
+ "isVirtual": true,
735
+ "isOverride": false,
736
+ "isSealed": false,
737
+ "visibility": "Public",
738
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
739
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
740
+ "isExtensionMethod": false,
741
+ "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
742
+ },
743
+ {
744
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger::ShouldLog(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
745
+ "clrName": "ShouldLog",
746
+ "metadataToken": 100674107,
747
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean",
748
+ "normalizedSignature": "ShouldLog|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase):System.Boolean|static=false",
749
+ "emitScope": "ViewOnly",
750
+ "provenance": "ExplicitView",
751
+ "arity": 0,
752
+ "parameterCount": 1,
753
+ "isStatic": false,
754
+ "isAbstract": false,
755
+ "isVirtual": true,
756
+ "isOverride": false,
757
+ "isSealed": false,
758
+ "visibility": "Public",
759
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
760
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
761
+ "isExtensionMethod": false,
762
+ "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
763
+ },
764
+ {
765
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger::DispatchEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
766
+ "clrName": "DispatchEventData",
767
+ "metadataToken": 100674108,
768
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void",
769
+ "normalizedSignature": "DispatchEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,System.Boolean,System.Boolean):System.Void|static=false",
770
+ "emitScope": "ViewOnly",
771
+ "provenance": "ExplicitView",
772
+ "arity": 0,
773
+ "parameterCount": 4,
774
+ "isStatic": false,
775
+ "isAbstract": false,
776
+ "isVirtual": true,
777
+ "isOverride": false,
778
+ "isSealed": false,
779
+ "visibility": "Public",
780
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
781
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
782
+ "isExtensionMethod": false,
783
+ "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
784
+ },
480
785
  {
481
786
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
482
787
  "clrName": "NeedsEventData",
@@ -492,6 +797,7 @@
492
797
  "isVirtual": true,
493
798
  "isOverride": false,
494
799
  "isSealed": false,
800
+ "visibility": "Public",
495
801
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
496
802
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
497
803
  "isExtensionMethod": false,
@@ -510,26 +816,6 @@
510
816
  "modifier": "out"
511
817
  }
512
818
  ]
513
- },
514
- {
515
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger::ShouldLogSensitiveData():System.Boolean",
516
- "clrName": "ShouldLogSensitiveData",
517
- "metadataToken": 100674102,
518
- "canonicalSignature": "():System.Boolean",
519
- "normalizedSignature": "ShouldLogSensitiveData|():System.Boolean|static=false",
520
- "emitScope": "ViewOnly",
521
- "provenance": "ExplicitView",
522
- "arity": 0,
523
- "parameterCount": 0,
524
- "isStatic": false,
525
- "isAbstract": false,
526
- "isVirtual": true,
527
- "isOverride": false,
528
- "isSealed": false,
529
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
530
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
531
- "isExtensionMethod": false,
532
- "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
533
819
  }
534
820
  ],
535
821
  "properties": [
@@ -548,6 +834,7 @@
548
834
  "isAbstract": false,
549
835
  "isVirtual": true,
550
836
  "isOverride": false,
837
+ "visibility": "Public",
551
838
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
552
839
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
553
840
  },
@@ -566,6 +853,7 @@
566
853
  "isAbstract": false,
567
854
  "isVirtual": true,
568
855
  "isOverride": false,
856
+ "visibility": "Public",
569
857
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
570
858
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
571
859
  },
@@ -584,6 +872,7 @@
584
872
  "isAbstract": false,
585
873
  "isVirtual": true,
586
874
  "isOverride": false,
875
+ "visibility": "Public",
587
876
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
588
877
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
589
878
  },
@@ -602,6 +891,7 @@
602
891
  "isAbstract": false,
603
892
  "isVirtual": true,
604
893
  "isOverride": false,
894
+ "visibility": "Public",
605
895
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
606
896
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
607
897
  },
@@ -620,6 +910,7 @@
620
910
  "isAbstract": false,
621
911
  "isVirtual": true,
622
912
  "isOverride": false,
913
+ "visibility": "Public",
623
914
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
624
915
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
625
916
  },
@@ -638,6 +929,7 @@
638
929
  "isAbstract": false,
639
930
  "isVirtual": true,
640
931
  "isOverride": false,
932
+ "visibility": "Public",
641
933
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
642
934
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
643
935
  },
@@ -656,6 +948,7 @@
656
948
  "isAbstract": false,
657
949
  "isVirtual": true,
658
950
  "isOverride": false,
951
+ "visibility": "Public",
659
952
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
660
953
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
661
954
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -675,6 +968,7 @@
675
968
  "isAbstract": false,
676
969
  "isVirtual": true,
677
970
  "isOverride": false,
971
+ "visibility": "Public",
678
972
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
679
973
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
680
974
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -694,6 +988,7 @@
694
988
  "isAbstract": false,
695
989
  "isVirtual": true,
696
990
  "isOverride": false,
991
+ "visibility": "Public",
697
992
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
698
993
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
699
994
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -713,6 +1008,7 @@
713
1008
  "isAbstract": false,
714
1009
  "isVirtual": true,
715
1010
  "isOverride": false,
1011
+ "visibility": "Public",
716
1012
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
717
1013
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
718
1014
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -732,6 +1028,7 @@
732
1028
  "isAbstract": false,
733
1029
  "isVirtual": true,
734
1030
  "isOverride": false,
1031
+ "visibility": "Public",
735
1032
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
736
1033
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
737
1034
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -751,6 +1048,7 @@
751
1048
  "isAbstract": false,
752
1049
  "isVirtual": true,
753
1050
  "isOverride": false,
1051
+ "visibility": "Public",
754
1052
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
755
1053
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
756
1054
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -766,6 +1064,7 @@
766
1064
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions,System.Diagnostics.DiagnosticSource,Microsoft.EntityFrameworkCore.Diagnostics.LoggingDefinitions,Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger,Microsoft.EntityFrameworkCore.Diagnostics.IInterceptors):void|static=false",
767
1065
  "isStatic": false,
768
1066
  "parameterCount": 6,
1067
+ "visibility": "Public",
769
1068
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
770
1069
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
771
1070
  }
@@ -782,6 +1081,16 @@
782
1081
  "isSealed": false,
783
1082
  "isStatic": false,
784
1083
  "arity": 0,
1084
+ "baseType": {
1085
+ "stableId": "System.Private.CoreLib:System.Object",
1086
+ "clrName": "System.Object"
1087
+ },
1088
+ "interfaces": [
1089
+ {
1090
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
1091
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger"
1092
+ }
1093
+ ],
785
1094
  "methods": [
786
1095
  {
787
1096
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.FormattingDbContextLogger::Log(Microsoft.EntityFrameworkCore.Diagnostics.EventData):System.Void",
@@ -798,6 +1107,7 @@
798
1107
  "isVirtual": true,
799
1108
  "isOverride": false,
800
1109
  "isSealed": false,
1110
+ "visibility": "Public",
801
1111
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.FormattingDbContextLogger",
802
1112
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
803
1113
  "isExtensionMethod": false
@@ -817,6 +1127,7 @@
817
1127
  "isVirtual": true,
818
1128
  "isOverride": false,
819
1129
  "isSealed": false,
1130
+ "visibility": "Public",
820
1131
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.FormattingDbContextLogger",
821
1132
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
822
1133
  "isExtensionMethod": false
@@ -836,6 +1147,7 @@
836
1147
  "isVirtual": true,
837
1148
  "isOverride": false,
838
1149
  "isSealed": false,
1150
+ "visibility": "Public",
839
1151
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
840
1152
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
841
1153
  "isExtensionMethod": false,
@@ -856,6 +1168,7 @@
856
1168
  "isVirtual": true,
857
1169
  "isOverride": false,
858
1170
  "isSealed": false,
1171
+ "visibility": "Public",
859
1172
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
860
1173
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
861
1174
  "isExtensionMethod": false,
@@ -873,6 +1186,7 @@
873
1186
  "normalizedSignature": "constructor|(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Func_3[[Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Diagnostics.DbContextLoggerOptions):void|static=false",
874
1187
  "isStatic": false,
875
1188
  "parameterCount": 3,
1189
+ "visibility": "Public",
876
1190
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.FormattingDbContextLogger",
877
1191
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
878
1192
  }
@@ -889,7 +1203,40 @@
889
1203
  "isSealed": false,
890
1204
  "isStatic": false,
891
1205
  "arity": 0,
1206
+ "baseType": {
1207
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
1208
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
1209
+ "typeArguments": [
1210
+ "IIdentityResolutionInterceptor"
1211
+ ]
1212
+ },
1213
+ "interfaces": [
1214
+ {
1215
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
1216
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
1217
+ }
1218
+ ],
892
1219
  "methods": [
1220
+ {
1221
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor",
1222
+ "clrName": "CreateChain",
1223
+ "metadataToken": 100674745,
1224
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor",
1225
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor|static=false",
1226
+ "emitScope": "ClassSurface",
1227
+ "provenance": "Original",
1228
+ "arity": 0,
1229
+ "parameterCount": 1,
1230
+ "isStatic": false,
1231
+ "isAbstract": false,
1232
+ "isVirtual": true,
1233
+ "isOverride": true,
1234
+ "isSealed": false,
1235
+ "visibility": "Protected",
1236
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator",
1237
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1238
+ "isExtensionMethod": false
1239
+ },
893
1240
  {
894
1241
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
895
1242
  "clrName": "AggregateInterceptors",
@@ -905,6 +1252,7 @@
905
1252
  "isVirtual": true,
906
1253
  "isOverride": false,
907
1254
  "isSealed": false,
1255
+ "visibility": "Public",
908
1256
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
909
1257
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
910
1258
  "isExtensionMethod": false,
@@ -925,6 +1273,27 @@
925
1273
  "isVirtual": true,
926
1274
  "isOverride": false,
927
1275
  "isSealed": false,
1276
+ "visibility": "Public",
1277
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator",
1278
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1279
+ "isExtensionMethod": false
1280
+ },
1281
+ {
1282
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
1283
+ "clrName": "CreateChain",
1284
+ "metadataToken": 0,
1285
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
1286
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
1287
+ "emitScope": "ClassSurface",
1288
+ "provenance": "BaseOverload",
1289
+ "arity": 0,
1290
+ "parameterCount": 1,
1291
+ "isStatic": false,
1292
+ "isAbstract": true,
1293
+ "isVirtual": true,
1294
+ "isOverride": false,
1295
+ "isSealed": false,
1296
+ "visibility": "Protected",
928
1297
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator",
929
1298
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
930
1299
  "isExtensionMethod": false
@@ -946,6 +1315,7 @@
946
1315
  "isAbstract": false,
947
1316
  "isVirtual": true,
948
1317
  "isOverride": false,
1318
+ "visibility": "Public",
949
1319
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
950
1320
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
951
1321
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -961,6 +1331,7 @@
961
1331
  "normalizedSignature": "constructor|():void|static=false",
962
1332
  "isStatic": false,
963
1333
  "parameterCount": 0,
1334
+ "visibility": "Public",
964
1335
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.IdentityResolutionInterceptorAggregator",
965
1336
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
966
1337
  }
@@ -977,6 +1348,16 @@
977
1348
  "isSealed": false,
978
1349
  "isStatic": false,
979
1350
  "arity": 0,
1351
+ "baseType": {
1352
+ "stableId": "System.Private.CoreLib:System.Object",
1353
+ "clrName": "System.Object"
1354
+ },
1355
+ "interfaces": [
1356
+ {
1357
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptors",
1358
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptors"
1359
+ }
1360
+ ],
980
1361
  "methods": [
981
1362
  {
982
1363
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.Interceptors::Aggregate():TInterceptor",
@@ -993,6 +1374,7 @@
993
1374
  "isVirtual": true,
994
1375
  "isOverride": false,
995
1376
  "isSealed": false,
1377
+ "visibility": "Public",
996
1378
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.Interceptors",
997
1379
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
998
1380
  "isExtensionMethod": false
@@ -1012,6 +1394,7 @@
1012
1394
  "isVirtual": true,
1013
1395
  "isOverride": false,
1014
1396
  "isSealed": false,
1397
+ "visibility": "Public",
1015
1398
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptors",
1016
1399
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1017
1400
  "isExtensionMethod": false,
@@ -1029,6 +1412,7 @@
1029
1412
  "normalizedSignature": "constructor|(System.IServiceProvider,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
1030
1413
  "isStatic": false,
1031
1414
  "parameterCount": 3,
1415
+ "visibility": "Public",
1032
1416
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.Interceptors",
1033
1417
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1034
1418
  }
@@ -1045,6 +1429,20 @@
1045
1429
  "isSealed": false,
1046
1430
  "isStatic": false,
1047
1431
  "arity": 0,
1432
+ "baseType": {
1433
+ "stableId": "System.Private.CoreLib:System.Object",
1434
+ "clrName": "System.Object"
1435
+ },
1436
+ "interfaces": [
1437
+ {
1438
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1439
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions"
1440
+ },
1441
+ {
1442
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions",
1443
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions"
1444
+ }
1445
+ ],
1048
1446
  "methods": [
1049
1447
  {
1050
1448
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions::Initialize(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
@@ -1061,6 +1459,7 @@
1061
1459
  "isVirtual": true,
1062
1460
  "isOverride": false,
1063
1461
  "isSealed": false,
1462
+ "visibility": "Public",
1064
1463
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions",
1065
1464
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1066
1465
  "isExtensionMethod": false
@@ -1080,6 +1479,7 @@
1080
1479
  "isVirtual": true,
1081
1480
  "isOverride": false,
1082
1481
  "isSealed": false,
1482
+ "visibility": "Public",
1083
1483
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions",
1084
1484
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1085
1485
  "isExtensionMethod": false
@@ -1099,6 +1499,7 @@
1099
1499
  "isVirtual": true,
1100
1500
  "isOverride": false,
1101
1501
  "isSealed": false,
1502
+ "visibility": "Public",
1102
1503
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions",
1103
1504
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1104
1505
  "isExtensionMethod": false
@@ -1118,6 +1519,7 @@
1118
1519
  "isVirtual": true,
1119
1520
  "isOverride": false,
1120
1521
  "isSealed": false,
1522
+ "visibility": "Public",
1121
1523
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1122
1524
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1123
1525
  "isExtensionMethod": false,
@@ -1138,6 +1540,7 @@
1138
1540
  "isVirtual": true,
1139
1541
  "isOverride": false,
1140
1542
  "isSealed": false,
1543
+ "visibility": "Public",
1141
1544
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions",
1142
1545
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1143
1546
  "isExtensionMethod": false,
@@ -1150,16 +1553,17 @@
1150
1553
  "clrName": "IsSensitiveDataLoggingEnabled",
1151
1554
  "metadataToken": 385877998,
1152
1555
  "canonicalSignature": ":System.Boolean",
1153
- "normalizedSignature": "IsSensitiveDataLoggingEnabled|:System.Boolean|static=false|accessor=get",
1556
+ "normalizedSignature": "IsSensitiveDataLoggingEnabled|:System.Boolean|static=false|accessor=getset",
1154
1557
  "emitScope": "ClassSurface",
1155
1558
  "provenance": "Original",
1156
1559
  "isIndexer": false,
1157
1560
  "hasGetter": true,
1158
- "hasSetter": false,
1561
+ "hasSetter": true,
1159
1562
  "isStatic": false,
1160
1563
  "isAbstract": false,
1161
1564
  "isVirtual": true,
1162
1565
  "isOverride": false,
1566
+ "visibility": "Public",
1163
1567
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions",
1164
1568
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1165
1569
  },
@@ -1178,6 +1582,7 @@
1178
1582
  "isAbstract": false,
1179
1583
  "isVirtual": true,
1180
1584
  "isOverride": false,
1585
+ "visibility": "Public",
1181
1586
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions",
1182
1587
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1183
1588
  },
@@ -1196,6 +1601,7 @@
1196
1601
  "isAbstract": false,
1197
1602
  "isVirtual": true,
1198
1603
  "isOverride": false,
1604
+ "visibility": "Public",
1199
1605
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions",
1200
1606
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1201
1607
  },
@@ -1204,16 +1610,17 @@
1204
1610
  "clrName": "WarningsConfiguration",
1205
1611
  "metadataToken": 385878001,
1206
1612
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration",
1207
- "normalizedSignature": "WarningsConfiguration|:Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration|static=false|accessor=get",
1613
+ "normalizedSignature": "WarningsConfiguration|:Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration|static=false|accessor=getset",
1208
1614
  "emitScope": "ClassSurface",
1209
1615
  "provenance": "Original",
1210
1616
  "isIndexer": false,
1211
1617
  "hasGetter": true,
1212
- "hasSetter": false,
1618
+ "hasSetter": true,
1213
1619
  "isStatic": false,
1214
1620
  "isAbstract": false,
1215
1621
  "isVirtual": true,
1216
1622
  "isOverride": false,
1623
+ "visibility": "Public",
1217
1624
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions",
1218
1625
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1219
1626
  },
@@ -1232,6 +1639,7 @@
1232
1639
  "isAbstract": false,
1233
1640
  "isVirtual": true,
1234
1641
  "isOverride": false,
1642
+ "visibility": "Public",
1235
1643
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1236
1644
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1237
1645
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1251,6 +1659,7 @@
1251
1659
  "isAbstract": false,
1252
1660
  "isVirtual": true,
1253
1661
  "isOverride": false,
1662
+ "visibility": "Public",
1254
1663
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1255
1664
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1256
1665
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1270,6 +1679,7 @@
1270
1679
  "isAbstract": false,
1271
1680
  "isVirtual": true,
1272
1681
  "isOverride": false,
1682
+ "visibility": "Public",
1273
1683
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1274
1684
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1275
1685
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1289,6 +1699,7 @@
1289
1699
  "isAbstract": false,
1290
1700
  "isVirtual": true,
1291
1701
  "isOverride": false,
1702
+ "visibility": "Public",
1292
1703
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1293
1704
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions",
1294
1705
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1304,6 +1715,7 @@
1304
1715
  "normalizedSignature": "constructor|():void|static=false",
1305
1716
  "isStatic": false,
1306
1717
  "parameterCount": 0,
1718
+ "visibility": "Public",
1307
1719
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.LoggingOptions",
1308
1720
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1309
1721
  }
@@ -1320,7 +1732,40 @@
1320
1732
  "isSealed": false,
1321
1733
  "isStatic": false,
1322
1734
  "arity": 0,
1735
+ "baseType": {
1736
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
1737
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
1738
+ "typeArguments": [
1739
+ "IMaterializationInterceptor"
1740
+ ]
1741
+ },
1742
+ "interfaces": [
1743
+ {
1744
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
1745
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
1746
+ }
1747
+ ],
1323
1748
  "methods": [
1749
+ {
1750
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IMaterializationInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IMaterializationInterceptor",
1751
+ "clrName": "CreateChain",
1752
+ "metadataToken": 100674763,
1753
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IMaterializationInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IMaterializationInterceptor",
1754
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IMaterializationInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IMaterializationInterceptor|static=false",
1755
+ "emitScope": "ClassSurface",
1756
+ "provenance": "Original",
1757
+ "arity": 0,
1758
+ "parameterCount": 1,
1759
+ "isStatic": false,
1760
+ "isAbstract": false,
1761
+ "isVirtual": true,
1762
+ "isOverride": true,
1763
+ "isSealed": false,
1764
+ "visibility": "Protected",
1765
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator",
1766
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1767
+ "isExtensionMethod": false
1768
+ },
1324
1769
  {
1325
1770
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
1326
1771
  "clrName": "AggregateInterceptors",
@@ -1336,6 +1781,7 @@
1336
1781
  "isVirtual": true,
1337
1782
  "isOverride": false,
1338
1783
  "isSealed": false,
1784
+ "visibility": "Public",
1339
1785
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
1340
1786
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1341
1787
  "isExtensionMethod": false,
@@ -1356,6 +1802,27 @@
1356
1802
  "isVirtual": true,
1357
1803
  "isOverride": false,
1358
1804
  "isSealed": false,
1805
+ "visibility": "Public",
1806
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator",
1807
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1808
+ "isExtensionMethod": false
1809
+ },
1810
+ {
1811
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
1812
+ "clrName": "CreateChain",
1813
+ "metadataToken": 0,
1814
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
1815
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
1816
+ "emitScope": "ClassSurface",
1817
+ "provenance": "BaseOverload",
1818
+ "arity": 0,
1819
+ "parameterCount": 1,
1820
+ "isStatic": false,
1821
+ "isAbstract": true,
1822
+ "isVirtual": true,
1823
+ "isOverride": false,
1824
+ "isSealed": false,
1825
+ "visibility": "Protected",
1359
1826
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator",
1360
1827
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1361
1828
  "isExtensionMethod": false
@@ -1377,6 +1844,7 @@
1377
1844
  "isAbstract": false,
1378
1845
  "isVirtual": true,
1379
1846
  "isOverride": false,
1847
+ "visibility": "Public",
1380
1848
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
1381
1849
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
1382
1850
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1392,6 +1860,7 @@
1392
1860
  "normalizedSignature": "constructor|():void|static=false",
1393
1861
  "isStatic": false,
1394
1862
  "parameterCount": 0,
1863
+ "visibility": "Public",
1395
1864
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.MaterializationInterceptorAggregator",
1396
1865
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1397
1866
  }
@@ -1408,6 +1877,16 @@
1408
1877
  "isSealed": false,
1409
1878
  "isStatic": false,
1410
1879
  "arity": 0,
1880
+ "baseType": {
1881
+ "stableId": "System.Private.CoreLib:System.Object",
1882
+ "clrName": "System.Object"
1883
+ },
1884
+ "interfaces": [
1885
+ {
1886
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
1887
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger"
1888
+ }
1889
+ ],
1411
1890
  "methods": [
1412
1891
  {
1413
1892
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.NullDbContextLogger::Log(Microsoft.EntityFrameworkCore.Diagnostics.EventData):System.Void",
@@ -1424,6 +1903,7 @@
1424
1903
  "isVirtual": true,
1425
1904
  "isOverride": false,
1426
1905
  "isSealed": false,
1906
+ "visibility": "Public",
1427
1907
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.NullDbContextLogger",
1428
1908
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1429
1909
  "isExtensionMethod": false
@@ -1443,6 +1923,7 @@
1443
1923
  "isVirtual": true,
1444
1924
  "isOverride": false,
1445
1925
  "isSealed": false,
1926
+ "visibility": "Public",
1446
1927
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.NullDbContextLogger",
1447
1928
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1448
1929
  "isExtensionMethod": false
@@ -1462,6 +1943,7 @@
1462
1943
  "isVirtual": true,
1463
1944
  "isOverride": false,
1464
1945
  "isSealed": false,
1946
+ "visibility": "Public",
1465
1947
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
1466
1948
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1467
1949
  "isExtensionMethod": false,
@@ -1482,6 +1964,7 @@
1482
1964
  "isVirtual": true,
1483
1965
  "isOverride": false,
1484
1966
  "isSealed": false,
1967
+ "visibility": "Public",
1485
1968
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger",
1486
1969
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1487
1970
  "isExtensionMethod": false,
@@ -1499,6 +1982,7 @@
1499
1982
  "normalizedSignature": "constructor|():void|static=false",
1500
1983
  "isStatic": false,
1501
1984
  "parameterCount": 0,
1985
+ "visibility": "Public",
1502
1986
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.NullDbContextLogger",
1503
1987
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1504
1988
  }
@@ -1515,7 +1999,40 @@
1515
1999
  "isSealed": false,
1516
2000
  "isStatic": false,
1517
2001
  "arity": 0,
2002
+ "baseType": {
2003
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
2004
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
2005
+ "typeArguments": [
2006
+ "IQueryExpressionInterceptor"
2007
+ ]
2008
+ },
2009
+ "interfaces": [
2010
+ {
2011
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
2012
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
2013
+ }
2014
+ ],
1518
2015
  "methods": [
2016
+ {
2017
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IQueryExpressionInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IQueryExpressionInterceptor",
2018
+ "clrName": "CreateChain",
2019
+ "metadataToken": 100674768,
2020
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IQueryExpressionInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IQueryExpressionInterceptor",
2021
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.IQueryExpressionInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IQueryExpressionInterceptor|static=false",
2022
+ "emitScope": "ClassSurface",
2023
+ "provenance": "Original",
2024
+ "arity": 0,
2025
+ "parameterCount": 1,
2026
+ "isStatic": false,
2027
+ "isAbstract": false,
2028
+ "isVirtual": true,
2029
+ "isOverride": true,
2030
+ "isSealed": false,
2031
+ "visibility": "Protected",
2032
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator",
2033
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2034
+ "isExtensionMethod": false
2035
+ },
1519
2036
  {
1520
2037
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
1521
2038
  "clrName": "AggregateInterceptors",
@@ -1531,6 +2048,7 @@
1531
2048
  "isVirtual": true,
1532
2049
  "isOverride": false,
1533
2050
  "isSealed": false,
2051
+ "visibility": "Public",
1534
2052
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
1535
2053
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1536
2054
  "isExtensionMethod": false,
@@ -1551,6 +2069,27 @@
1551
2069
  "isVirtual": true,
1552
2070
  "isOverride": false,
1553
2071
  "isSealed": false,
2072
+ "visibility": "Public",
2073
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator",
2074
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2075
+ "isExtensionMethod": false
2076
+ },
2077
+ {
2078
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
2079
+ "clrName": "CreateChain",
2080
+ "metadataToken": 0,
2081
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
2082
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
2083
+ "emitScope": "ClassSurface",
2084
+ "provenance": "BaseOverload",
2085
+ "arity": 0,
2086
+ "parameterCount": 1,
2087
+ "isStatic": false,
2088
+ "isAbstract": true,
2089
+ "isVirtual": true,
2090
+ "isOverride": false,
2091
+ "isSealed": false,
2092
+ "visibility": "Protected",
1554
2093
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator",
1555
2094
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1556
2095
  "isExtensionMethod": false
@@ -1572,6 +2111,7 @@
1572
2111
  "isAbstract": false,
1573
2112
  "isVirtual": true,
1574
2113
  "isOverride": false,
2114
+ "visibility": "Public",
1575
2115
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
1576
2116
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
1577
2117
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -1587,6 +2127,7 @@
1587
2127
  "normalizedSignature": "constructor|():void|static=false",
1588
2128
  "isStatic": false,
1589
2129
  "parameterCount": 0,
2130
+ "visibility": "Public",
1590
2131
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.QueryExpressionInterceptorAggregator",
1591
2132
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
1592
2133
  }
@@ -1603,6 +2144,30 @@
1603
2144
  "isSealed": false,
1604
2145
  "isStatic": false,
1605
2146
  "arity": 0,
2147
+ "baseType": {
2148
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
2149
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
2150
+ "typeArguments": [
2151
+ "Command"
2152
+ ]
2153
+ },
2154
+ "interfaces": [
2155
+ {
2156
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger\u00601",
2157
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger\u00601",
2158
+ "typeArguments": [
2159
+ "Command"
2160
+ ]
2161
+ },
2162
+ {
2163
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2164
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
2165
+ },
2166
+ {
2167
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2168
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger"
2169
+ }
2170
+ ],
1606
2171
  "methods": [
1607
2172
  {
1608
2173
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::CommandCreating(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,Microsoft.EntityFrameworkCore.Diagnostics.DbCommandMethod,Microsoft.EntityFrameworkCore.DbContext,System.Guid,System.Guid,System.DateTimeOffset,Microsoft.EntityFrameworkCore.Diagnostics.CommandSource):Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult_1[[System.Data.Common.DbCommand,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
@@ -1619,6 +2184,7 @@
1619
2184
  "isVirtual": true,
1620
2185
  "isOverride": false,
1621
2186
  "isSealed": false,
2187
+ "visibility": "Public",
1622
2188
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1623
2189
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1624
2190
  "isExtensionMethod": false
@@ -1638,6 +2204,7 @@
1638
2204
  "isVirtual": true,
1639
2205
  "isOverride": false,
1640
2206
  "isSealed": false,
2207
+ "visibility": "Public",
1641
2208
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1642
2209
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1643
2210
  "isExtensionMethod": false
@@ -1657,6 +2224,7 @@
1657
2224
  "isVirtual": true,
1658
2225
  "isOverride": false,
1659
2226
  "isSealed": false,
2227
+ "visibility": "Public",
1660
2228
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1661
2229
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1662
2230
  "isExtensionMethod": false
@@ -1676,6 +2244,7 @@
1676
2244
  "isVirtual": true,
1677
2245
  "isOverride": false,
1678
2246
  "isSealed": false,
2247
+ "visibility": "Public",
1679
2248
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1680
2249
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1681
2250
  "isExtensionMethod": false
@@ -1695,6 +2264,7 @@
1695
2264
  "isVirtual": true,
1696
2265
  "isOverride": false,
1697
2266
  "isSealed": false,
2267
+ "visibility": "Public",
1698
2268
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1699
2269
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1700
2270
  "isExtensionMethod": false
@@ -1714,6 +2284,7 @@
1714
2284
  "isVirtual": true,
1715
2285
  "isOverride": false,
1716
2286
  "isSealed": false,
2287
+ "visibility": "Public",
1717
2288
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1718
2289
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1719
2290
  "isExtensionMethod": false
@@ -1733,6 +2304,7 @@
1733
2304
  "isVirtual": true,
1734
2305
  "isOverride": false,
1735
2306
  "isSealed": false,
2307
+ "visibility": "Public",
1736
2308
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1737
2309
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1738
2310
  "isExtensionMethod": false
@@ -1752,6 +2324,7 @@
1752
2324
  "isVirtual": true,
1753
2325
  "isOverride": false,
1754
2326
  "isSealed": false,
2327
+ "visibility": "Public",
1755
2328
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1756
2329
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1757
2330
  "isExtensionMethod": false
@@ -1771,6 +2344,7 @@
1771
2344
  "isVirtual": true,
1772
2345
  "isOverride": false,
1773
2346
  "isSealed": false,
2347
+ "visibility": "Public",
1774
2348
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1775
2349
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1776
2350
  "isExtensionMethod": false
@@ -1790,6 +2364,7 @@
1790
2364
  "isVirtual": true,
1791
2365
  "isOverride": false,
1792
2366
  "isSealed": false,
2367
+ "visibility": "Public",
1793
2368
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1794
2369
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1795
2370
  "isExtensionMethod": false
@@ -1809,6 +2384,7 @@
1809
2384
  "isVirtual": true,
1810
2385
  "isOverride": false,
1811
2386
  "isSealed": false,
2387
+ "visibility": "Public",
1812
2388
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1813
2389
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1814
2390
  "isExtensionMethod": false
@@ -1828,6 +2404,7 @@
1828
2404
  "isVirtual": true,
1829
2405
  "isOverride": false,
1830
2406
  "isSealed": false,
2407
+ "visibility": "Public",
1831
2408
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1832
2409
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1833
2410
  "isExtensionMethod": false
@@ -1847,6 +2424,7 @@
1847
2424
  "isVirtual": true,
1848
2425
  "isOverride": false,
1849
2426
  "isSealed": false,
2427
+ "visibility": "Public",
1850
2428
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1851
2429
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1852
2430
  "isExtensionMethod": false
@@ -1866,6 +2444,7 @@
1866
2444
  "isVirtual": true,
1867
2445
  "isOverride": false,
1868
2446
  "isSealed": false,
2447
+ "visibility": "Public",
1869
2448
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1870
2449
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1871
2450
  "isExtensionMethod": false
@@ -1885,6 +2464,7 @@
1885
2464
  "isVirtual": true,
1886
2465
  "isOverride": false,
1887
2466
  "isSealed": false,
2467
+ "visibility": "Public",
1888
2468
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1889
2469
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1890
2470
  "isExtensionMethod": false
@@ -1904,6 +2484,7 @@
1904
2484
  "isVirtual": true,
1905
2485
  "isOverride": false,
1906
2486
  "isSealed": false,
2487
+ "visibility": "Public",
1907
2488
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1908
2489
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1909
2490
  "isExtensionMethod": false
@@ -1923,6 +2504,7 @@
1923
2504
  "isVirtual": true,
1924
2505
  "isOverride": false,
1925
2506
  "isSealed": false,
2507
+ "visibility": "Public",
1926
2508
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1927
2509
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1928
2510
  "isExtensionMethod": false
@@ -1942,6 +2524,7 @@
1942
2524
  "isVirtual": true,
1943
2525
  "isOverride": false,
1944
2526
  "isSealed": false,
2527
+ "visibility": "Public",
1945
2528
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1946
2529
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1947
2530
  "isExtensionMethod": false
@@ -1961,6 +2544,7 @@
1961
2544
  "isVirtual": true,
1962
2545
  "isOverride": false,
1963
2546
  "isSealed": false,
2547
+ "visibility": "Public",
1964
2548
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1965
2549
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1966
2550
  "isExtensionMethod": false
@@ -1980,6 +2564,7 @@
1980
2564
  "isVirtual": true,
1981
2565
  "isOverride": false,
1982
2566
  "isSealed": false,
2567
+ "visibility": "Public",
1983
2568
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
1984
2569
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1985
2570
  "isExtensionMethod": false
@@ -1999,6 +2584,7 @@
1999
2584
  "isVirtual": true,
2000
2585
  "isOverride": false,
2001
2586
  "isSealed": false,
2587
+ "visibility": "Public",
2002
2588
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2003
2589
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2004
2590
  "isExtensionMethod": false
@@ -2018,6 +2604,7 @@
2018
2604
  "isVirtual": true,
2019
2605
  "isOverride": false,
2020
2606
  "isSealed": false,
2607
+ "visibility": "Public",
2021
2608
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2022
2609
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2023
2610
  "isExtensionMethod": false
@@ -2037,6 +2624,7 @@
2037
2624
  "isVirtual": true,
2038
2625
  "isOverride": false,
2039
2626
  "isSealed": false,
2627
+ "visibility": "Public",
2040
2628
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2041
2629
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2042
2630
  "isExtensionMethod": false
@@ -2056,6 +2644,7 @@
2056
2644
  "isVirtual": true,
2057
2645
  "isOverride": false,
2058
2646
  "isSealed": false,
2647
+ "visibility": "Public",
2059
2648
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2060
2649
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2061
2650
  "isExtensionMethod": false
@@ -2075,6 +2664,7 @@
2075
2664
  "isVirtual": true,
2076
2665
  "isOverride": false,
2077
2666
  "isSealed": false,
2667
+ "visibility": "Public",
2078
2668
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2079
2669
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2080
2670
  "isExtensionMethod": false
@@ -2094,6 +2684,7 @@
2094
2684
  "isVirtual": true,
2095
2685
  "isOverride": false,
2096
2686
  "isSealed": false,
2687
+ "visibility": "Public",
2097
2688
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2098
2689
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2099
2690
  "isExtensionMethod": false
@@ -2113,6 +2704,7 @@
2113
2704
  "isVirtual": true,
2114
2705
  "isOverride": false,
2115
2706
  "isSealed": false,
2707
+ "visibility": "Public",
2116
2708
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2117
2709
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2118
2710
  "isExtensionMethod": false,
@@ -2133,6 +2725,7 @@
2133
2725
  "isVirtual": true,
2134
2726
  "isOverride": false,
2135
2727
  "isSealed": false,
2728
+ "visibility": "Public",
2136
2729
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2137
2730
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2138
2731
  "isExtensionMethod": false,
@@ -2153,6 +2746,7 @@
2153
2746
  "isVirtual": true,
2154
2747
  "isOverride": false,
2155
2748
  "isSealed": false,
2749
+ "visibility": "Public",
2156
2750
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2157
2751
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2158
2752
  "isExtensionMethod": false,
@@ -2173,6 +2767,7 @@
2173
2767
  "isVirtual": true,
2174
2768
  "isOverride": false,
2175
2769
  "isSealed": false,
2770
+ "visibility": "Public",
2176
2771
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2177
2772
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2178
2773
  "isExtensionMethod": false,
@@ -2203,6 +2798,7 @@
2203
2798
  "isVirtual": true,
2204
2799
  "isOverride": false,
2205
2800
  "isSealed": false,
2801
+ "visibility": "Public",
2206
2802
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2207
2803
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2208
2804
  "isExtensionMethod": false,
@@ -2237,6 +2833,7 @@
2237
2833
  "isVirtual": true,
2238
2834
  "isOverride": false,
2239
2835
  "isSealed": false,
2836
+ "visibility": "Public",
2240
2837
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2241
2838
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2242
2839
  "isExtensionMethod": false,
@@ -2257,6 +2854,7 @@
2257
2854
  "isVirtual": true,
2258
2855
  "isOverride": false,
2259
2856
  "isSealed": false,
2857
+ "visibility": "Public",
2260
2858
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2261
2859
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2262
2860
  "isExtensionMethod": false,
@@ -2277,6 +2875,7 @@
2277
2875
  "isVirtual": true,
2278
2876
  "isOverride": false,
2279
2877
  "isSealed": false,
2878
+ "visibility": "Public",
2280
2879
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2281
2880
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2282
2881
  "isExtensionMethod": false,
@@ -2297,6 +2896,7 @@
2297
2896
  "isVirtual": true,
2298
2897
  "isOverride": false,
2299
2898
  "isSealed": false,
2899
+ "visibility": "Public",
2300
2900
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2301
2901
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2302
2902
  "isExtensionMethod": false,
@@ -2317,6 +2917,7 @@
2317
2917
  "isVirtual": true,
2318
2918
  "isOverride": false,
2319
2919
  "isSealed": false,
2920
+ "visibility": "Public",
2320
2921
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2321
2922
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2322
2923
  "isExtensionMethod": false,
@@ -2337,6 +2938,7 @@
2337
2938
  "isVirtual": true,
2338
2939
  "isOverride": false,
2339
2940
  "isSealed": false,
2941
+ "visibility": "Public",
2340
2942
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2341
2943
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2342
2944
  "isExtensionMethod": false,
@@ -2357,6 +2959,7 @@
2357
2959
  "isVirtual": true,
2358
2960
  "isOverride": false,
2359
2961
  "isSealed": false,
2962
+ "visibility": "Public",
2360
2963
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2361
2964
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2362
2965
  "isExtensionMethod": false,
@@ -2377,6 +2980,7 @@
2377
2980
  "isVirtual": true,
2378
2981
  "isOverride": false,
2379
2982
  "isSealed": false,
2983
+ "visibility": "Public",
2380
2984
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2381
2985
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2382
2986
  "isExtensionMethod": false,
@@ -2397,6 +3001,7 @@
2397
3001
  "isVirtual": true,
2398
3002
  "isOverride": false,
2399
3003
  "isSealed": false,
3004
+ "visibility": "Public",
2400
3005
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2401
3006
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2402
3007
  "isExtensionMethod": false,
@@ -2417,6 +3022,7 @@
2417
3022
  "isVirtual": true,
2418
3023
  "isOverride": false,
2419
3024
  "isSealed": false,
3025
+ "visibility": "Public",
2420
3026
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2421
3027
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2422
3028
  "isExtensionMethod": false,
@@ -2437,6 +3043,7 @@
2437
3043
  "isVirtual": true,
2438
3044
  "isOverride": false,
2439
3045
  "isSealed": false,
3046
+ "visibility": "Public",
2440
3047
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2441
3048
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2442
3049
  "isExtensionMethod": false,
@@ -2457,6 +3064,7 @@
2457
3064
  "isVirtual": true,
2458
3065
  "isOverride": false,
2459
3066
  "isSealed": false,
3067
+ "visibility": "Public",
2460
3068
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2461
3069
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2462
3070
  "isExtensionMethod": false,
@@ -2477,6 +3085,7 @@
2477
3085
  "isVirtual": true,
2478
3086
  "isOverride": false,
2479
3087
  "isSealed": false,
3088
+ "visibility": "Public",
2480
3089
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2481
3090
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2482
3091
  "isExtensionMethod": false,
@@ -2497,6 +3106,7 @@
2497
3106
  "isVirtual": true,
2498
3107
  "isOverride": false,
2499
3108
  "isSealed": false,
3109
+ "visibility": "Public",
2500
3110
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2501
3111
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2502
3112
  "isExtensionMethod": false,
@@ -2517,6 +3127,7 @@
2517
3127
  "isVirtual": true,
2518
3128
  "isOverride": false,
2519
3129
  "isSealed": false,
3130
+ "visibility": "Public",
2520
3131
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2521
3132
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2522
3133
  "isExtensionMethod": false,
@@ -2537,6 +3148,7 @@
2537
3148
  "isVirtual": true,
2538
3149
  "isOverride": false,
2539
3150
  "isSealed": false,
3151
+ "visibility": "Public",
2540
3152
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2541
3153
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2542
3154
  "isExtensionMethod": false,
@@ -2557,6 +3169,7 @@
2557
3169
  "isVirtual": true,
2558
3170
  "isOverride": false,
2559
3171
  "isSealed": false,
3172
+ "visibility": "Public",
2560
3173
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2561
3174
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2562
3175
  "isExtensionMethod": false,
@@ -2577,6 +3190,7 @@
2577
3190
  "isVirtual": true,
2578
3191
  "isOverride": false,
2579
3192
  "isSealed": false,
3193
+ "visibility": "Public",
2580
3194
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger",
2581
3195
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2582
3196
  "isExtensionMethod": false,
@@ -2594,28 +3208,30 @@
2594
3208
  "parameterCount": 4,
2595
3209
  "isStatic": false,
2596
3210
  "isAbstract": false,
2597
- "isVirtual": true,
3211
+ "isVirtual": false,
2598
3212
  "isOverride": false,
2599
3213
  "isSealed": false,
3214
+ "visibility": "Protected",
2600
3215
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2601
3216
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2602
3217
  "isExtensionMethod": false
2603
3218
  },
2604
3219
  {
2605
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3220
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
2606
3221
  "clrName": "NeedsEventData",
2607
3222
  "metadataToken": 0,
2608
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
2609
- "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
3223
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3224
+ "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
2610
3225
  "emitScope": "ClassSurface",
2611
3226
  "provenance": "BaseOverload",
2612
- "arity": 0,
2613
- "parameterCount": 3,
3227
+ "arity": 1,
3228
+ "parameterCount": 4,
2614
3229
  "isStatic": false,
2615
3230
  "isAbstract": false,
2616
- "isVirtual": true,
3231
+ "isVirtual": false,
2617
3232
  "isOverride": false,
2618
3233
  "isSealed": false,
3234
+ "visibility": "Protected",
2619
3235
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2620
3236
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2621
3237
  "isExtensionMethod": false,
@@ -2627,24 +3243,29 @@
2627
3243
  {
2628
3244
  "index": 2,
2629
3245
  "modifier": "out"
3246
+ },
3247
+ {
3248
+ "index": 3,
3249
+ "modifier": "out"
2630
3250
  }
2631
3251
  ]
2632
3252
  },
2633
3253
  {
2634
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3254
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
2635
3255
  "clrName": "NeedsEventData",
2636
3256
  "metadataToken": 0,
2637
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
2638
- "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
3257
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3258
+ "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
2639
3259
  "emitScope": "ClassSurface",
2640
3260
  "provenance": "BaseOverload",
2641
- "arity": 1,
2642
- "parameterCount": 4,
3261
+ "arity": 0,
3262
+ "parameterCount": 3,
2643
3263
  "isStatic": false,
2644
3264
  "isAbstract": false,
2645
3265
  "isVirtual": true,
2646
3266
  "isOverride": false,
2647
3267
  "isSealed": false,
3268
+ "visibility": "Public",
2648
3269
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2649
3270
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2650
3271
  "isExtensionMethod": false,
@@ -2656,10 +3277,6 @@
2656
3277
  {
2657
3278
  "index": 2,
2658
3279
  "modifier": "out"
2659
- },
2660
- {
2661
- "index": 3,
2662
- "modifier": "out"
2663
3280
  }
2664
3281
  ]
2665
3282
  },
@@ -2675,9 +3292,10 @@
2675
3292
  "parameterCount": 1,
2676
3293
  "isStatic": false,
2677
3294
  "isAbstract": false,
2678
- "isVirtual": true,
3295
+ "isVirtual": false,
2679
3296
  "isOverride": false,
2680
3297
  "isSealed": false,
3298
+ "visibility": "Protected",
2681
3299
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2682
3300
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2683
3301
  "isExtensionMethod": false
@@ -2697,6 +3315,7 @@
2697
3315
  "isVirtual": true,
2698
3316
  "isOverride": false,
2699
3317
  "isSealed": false,
3318
+ "visibility": "Public",
2700
3319
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2701
3320
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2702
3321
  "isExtensionMethod": false
@@ -2718,6 +3337,7 @@
2718
3337
  "isAbstract": false,
2719
3338
  "isVirtual": true,
2720
3339
  "isOverride": false,
3340
+ "visibility": "Public",
2721
3341
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2722
3342
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2723
3343
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -2737,6 +3357,7 @@
2737
3357
  "isAbstract": false,
2738
3358
  "isVirtual": true,
2739
3359
  "isOverride": false,
3360
+ "visibility": "Public",
2740
3361
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2741
3362
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2742
3363
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -2756,6 +3377,7 @@
2756
3377
  "isAbstract": false,
2757
3378
  "isVirtual": true,
2758
3379
  "isOverride": false,
3380
+ "visibility": "Public",
2759
3381
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2760
3382
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2761
3383
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -2775,6 +3397,7 @@
2775
3397
  "isAbstract": false,
2776
3398
  "isVirtual": true,
2777
3399
  "isOverride": false,
3400
+ "visibility": "Public",
2778
3401
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2779
3402
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2780
3403
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -2794,6 +3417,7 @@
2794
3417
  "isAbstract": false,
2795
3418
  "isVirtual": true,
2796
3419
  "isOverride": false,
3420
+ "visibility": "Public",
2797
3421
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2798
3422
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2799
3423
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -2813,6 +3437,7 @@
2813
3437
  "isAbstract": false,
2814
3438
  "isVirtual": true,
2815
3439
  "isOverride": false,
3440
+ "visibility": "Public",
2816
3441
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2817
3442
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
2818
3443
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -2828,6 +3453,7 @@
2828
3453
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions,System.Diagnostics.DiagnosticSource,Microsoft.EntityFrameworkCore.Diagnostics.LoggingDefinitions,Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions,Microsoft.EntityFrameworkCore.Diagnostics.IInterceptors):void|static=false",
2829
3454
  "isStatic": false,
2830
3455
  "parameterCount": 7,
3456
+ "visibility": "Public",
2831
3457
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalCommandDiagnosticsLogger",
2832
3458
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2833
3459
  }
@@ -2844,6 +3470,30 @@
2844
3470
  "isSealed": false,
2845
3471
  "isStatic": false,
2846
3472
  "arity": 0,
3473
+ "baseType": {
3474
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
3475
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.DiagnosticsLogger\u00601",
3476
+ "typeArguments": [
3477
+ "Connection"
3478
+ ]
3479
+ },
3480
+ "interfaces": [
3481
+ {
3482
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger\u00601",
3483
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger\u00601",
3484
+ "typeArguments": [
3485
+ "Connection"
3486
+ ]
3487
+ },
3488
+ {
3489
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3490
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
3491
+ },
3492
+ {
3493
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3494
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger"
3495
+ }
3496
+ ],
2847
3497
  "methods": [
2848
3498
  {
2849
3499
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::ConnectionOpening(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.DateTimeOffset):Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult",
@@ -2860,6 +3510,7 @@
2860
3510
  "isVirtual": true,
2861
3511
  "isOverride": false,
2862
3512
  "isSealed": false,
3513
+ "visibility": "Public",
2863
3514
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
2864
3515
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2865
3516
  "isExtensionMethod": false
@@ -2879,6 +3530,7 @@
2879
3530
  "isVirtual": true,
2880
3531
  "isOverride": false,
2881
3532
  "isSealed": false,
3533
+ "visibility": "Public",
2882
3534
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
2883
3535
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2884
3536
  "isExtensionMethod": false
@@ -2898,6 +3550,7 @@
2898
3550
  "isVirtual": true,
2899
3551
  "isOverride": false,
2900
3552
  "isSealed": false,
3553
+ "visibility": "Public",
2901
3554
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
2902
3555
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2903
3556
  "isExtensionMethod": false
@@ -2917,6 +3570,7 @@
2917
3570
  "isVirtual": true,
2918
3571
  "isOverride": false,
2919
3572
  "isSealed": false,
3573
+ "visibility": "Public",
2920
3574
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
2921
3575
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2922
3576
  "isExtensionMethod": false
@@ -2936,6 +3590,7 @@
2936
3590
  "isVirtual": true,
2937
3591
  "isOverride": false,
2938
3592
  "isSealed": false,
3593
+ "visibility": "Public",
2939
3594
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
2940
3595
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2941
3596
  "isExtensionMethod": false
@@ -2955,6 +3610,7 @@
2955
3610
  "isVirtual": true,
2956
3611
  "isOverride": false,
2957
3612
  "isSealed": false,
3613
+ "visibility": "Public",
2958
3614
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
2959
3615
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2960
3616
  "isExtensionMethod": false
@@ -2974,6 +3630,7 @@
2974
3630
  "isVirtual": true,
2975
3631
  "isOverride": false,
2976
3632
  "isSealed": false,
3633
+ "visibility": "Public",
2977
3634
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
2978
3635
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2979
3636
  "isExtensionMethod": false
@@ -2993,6 +3650,7 @@
2993
3650
  "isVirtual": true,
2994
3651
  "isOverride": false,
2995
3652
  "isSealed": false,
3653
+ "visibility": "Public",
2996
3654
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
2997
3655
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2998
3656
  "isExtensionMethod": false
@@ -3012,6 +3670,7 @@
3012
3670
  "isVirtual": true,
3013
3671
  "isOverride": false,
3014
3672
  "isSealed": false,
3673
+ "visibility": "Public",
3015
3674
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3016
3675
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3017
3676
  "isExtensionMethod": false
@@ -3031,6 +3690,7 @@
3031
3690
  "isVirtual": true,
3032
3691
  "isOverride": false,
3033
3692
  "isSealed": false,
3693
+ "visibility": "Public",
3034
3694
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3035
3695
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3036
3696
  "isExtensionMethod": false
@@ -3050,6 +3710,7 @@
3050
3710
  "isVirtual": true,
3051
3711
  "isOverride": false,
3052
3712
  "isSealed": false,
3713
+ "visibility": "Public",
3053
3714
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3054
3715
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3055
3716
  "isExtensionMethod": false
@@ -3069,6 +3730,7 @@
3069
3730
  "isVirtual": true,
3070
3731
  "isOverride": false,
3071
3732
  "isSealed": false,
3733
+ "visibility": "Public",
3072
3734
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3073
3735
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3074
3736
  "isExtensionMethod": false
@@ -3088,6 +3750,7 @@
3088
3750
  "isVirtual": true,
3089
3751
  "isOverride": false,
3090
3752
  "isSealed": false,
3753
+ "visibility": "Public",
3091
3754
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3092
3755
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3093
3756
  "isExtensionMethod": false
@@ -3107,6 +3770,7 @@
3107
3770
  "isVirtual": true,
3108
3771
  "isOverride": false,
3109
3772
  "isSealed": false,
3773
+ "visibility": "Public",
3110
3774
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3111
3775
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3112
3776
  "isExtensionMethod": false
@@ -3126,6 +3790,7 @@
3126
3790
  "isVirtual": true,
3127
3791
  "isOverride": false,
3128
3792
  "isSealed": false,
3793
+ "visibility": "Public",
3129
3794
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3130
3795
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3131
3796
  "isExtensionMethod": false
@@ -3145,6 +3810,7 @@
3145
3810
  "isVirtual": true,
3146
3811
  "isOverride": false,
3147
3812
  "isSealed": false,
3813
+ "visibility": "Public",
3148
3814
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3149
3815
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3150
3816
  "isExtensionMethod": false
@@ -3164,6 +3830,7 @@
3164
3830
  "isVirtual": true,
3165
3831
  "isOverride": false,
3166
3832
  "isSealed": false,
3833
+ "visibility": "Public",
3167
3834
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3168
3835
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3169
3836
  "isExtensionMethod": false
@@ -3183,6 +3850,7 @@
3183
3850
  "isVirtual": true,
3184
3851
  "isOverride": false,
3185
3852
  "isSealed": false,
3853
+ "visibility": "Public",
3186
3854
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3187
3855
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3188
3856
  "isExtensionMethod": false
@@ -3202,6 +3870,7 @@
3202
3870
  "isVirtual": true,
3203
3871
  "isOverride": false,
3204
3872
  "isSealed": false,
3873
+ "visibility": "Public",
3205
3874
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3206
3875
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3207
3876
  "isExtensionMethod": false
@@ -3221,6 +3890,7 @@
3221
3890
  "isVirtual": true,
3222
3891
  "isOverride": false,
3223
3892
  "isSealed": false,
3893
+ "visibility": "Public",
3224
3894
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3225
3895
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3226
3896
  "isExtensionMethod": false
@@ -3240,6 +3910,7 @@
3240
3910
  "isVirtual": true,
3241
3911
  "isOverride": false,
3242
3912
  "isSealed": false,
3913
+ "visibility": "Public",
3243
3914
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3244
3915
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3245
3916
  "isExtensionMethod": false
@@ -3259,6 +3930,7 @@
3259
3930
  "isVirtual": true,
3260
3931
  "isOverride": false,
3261
3932
  "isSealed": false,
3933
+ "visibility": "Public",
3262
3934
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3263
3935
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3264
3936
  "isExtensionMethod": false
@@ -3278,6 +3950,7 @@
3278
3950
  "isVirtual": true,
3279
3951
  "isOverride": false,
3280
3952
  "isSealed": false,
3953
+ "visibility": "Public",
3281
3954
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3282
3955
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3283
3956
  "isExtensionMethod": false,
@@ -3298,6 +3971,7 @@
3298
3971
  "isVirtual": true,
3299
3972
  "isOverride": false,
3300
3973
  "isSealed": false,
3974
+ "visibility": "Public",
3301
3975
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3302
3976
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3303
3977
  "isExtensionMethod": false,
@@ -3318,6 +3992,7 @@
3318
3992
  "isVirtual": true,
3319
3993
  "isOverride": false,
3320
3994
  "isSealed": false,
3995
+ "visibility": "Public",
3321
3996
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3322
3997
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3323
3998
  "isExtensionMethod": false,
@@ -3338,6 +4013,7 @@
3338
4013
  "isVirtual": true,
3339
4014
  "isOverride": false,
3340
4015
  "isSealed": false,
4016
+ "visibility": "Public",
3341
4017
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3342
4018
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3343
4019
  "isExtensionMethod": false,
@@ -3368,6 +4044,7 @@
3368
4044
  "isVirtual": true,
3369
4045
  "isOverride": false,
3370
4046
  "isSealed": false,
4047
+ "visibility": "Public",
3371
4048
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3372
4049
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3373
4050
  "isExtensionMethod": false,
@@ -3402,6 +4079,7 @@
3402
4079
  "isVirtual": true,
3403
4080
  "isOverride": false,
3404
4081
  "isSealed": false,
4082
+ "visibility": "Public",
3405
4083
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3406
4084
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3407
4085
  "isExtensionMethod": false,
@@ -3422,6 +4100,7 @@
3422
4100
  "isVirtual": true,
3423
4101
  "isOverride": false,
3424
4102
  "isSealed": false,
4103
+ "visibility": "Public",
3425
4104
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3426
4105
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3427
4106
  "isExtensionMethod": false,
@@ -3442,6 +4121,7 @@
3442
4121
  "isVirtual": true,
3443
4122
  "isOverride": false,
3444
4123
  "isSealed": false,
4124
+ "visibility": "Public",
3445
4125
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3446
4126
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3447
4127
  "isExtensionMethod": false,
@@ -3462,6 +4142,7 @@
3462
4142
  "isVirtual": true,
3463
4143
  "isOverride": false,
3464
4144
  "isSealed": false,
4145
+ "visibility": "Public",
3465
4146
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3466
4147
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3467
4148
  "isExtensionMethod": false,
@@ -3482,6 +4163,7 @@
3482
4163
  "isVirtual": true,
3483
4164
  "isOverride": false,
3484
4165
  "isSealed": false,
4166
+ "visibility": "Public",
3485
4167
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3486
4168
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3487
4169
  "isExtensionMethod": false,
@@ -3502,6 +4184,7 @@
3502
4184
  "isVirtual": true,
3503
4185
  "isOverride": false,
3504
4186
  "isSealed": false,
4187
+ "visibility": "Public",
3505
4188
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3506
4189
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3507
4190
  "isExtensionMethod": false,
@@ -3522,6 +4205,7 @@
3522
4205
  "isVirtual": true,
3523
4206
  "isOverride": false,
3524
4207
  "isSealed": false,
4208
+ "visibility": "Public",
3525
4209
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3526
4210
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3527
4211
  "isExtensionMethod": false,
@@ -3542,6 +4226,7 @@
3542
4226
  "isVirtual": true,
3543
4227
  "isOverride": false,
3544
4228
  "isSealed": false,
4229
+ "visibility": "Public",
3545
4230
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3546
4231
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3547
4232
  "isExtensionMethod": false,
@@ -3562,6 +4247,7 @@
3562
4247
  "isVirtual": true,
3563
4248
  "isOverride": false,
3564
4249
  "isSealed": false,
4250
+ "visibility": "Public",
3565
4251
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3566
4252
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3567
4253
  "isExtensionMethod": false,
@@ -3582,6 +4268,7 @@
3582
4268
  "isVirtual": true,
3583
4269
  "isOverride": false,
3584
4270
  "isSealed": false,
4271
+ "visibility": "Public",
3585
4272
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3586
4273
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3587
4274
  "isExtensionMethod": false,
@@ -3602,6 +4289,7 @@
3602
4289
  "isVirtual": true,
3603
4290
  "isOverride": false,
3604
4291
  "isSealed": false,
4292
+ "visibility": "Public",
3605
4293
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IRelationalConnectionDiagnosticsLogger",
3606
4294
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3607
4295
  "isExtensionMethod": false,
@@ -3619,28 +4307,30 @@
3619
4307
  "parameterCount": 4,
3620
4308
  "isStatic": false,
3621
4309
  "isAbstract": false,
3622
- "isVirtual": true,
4310
+ "isVirtual": false,
3623
4311
  "isOverride": false,
3624
4312
  "isSealed": false,
4313
+ "visibility": "Protected",
3625
4314
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3626
4315
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3627
4316
  "isExtensionMethod": false
3628
4317
  },
3629
4318
  {
3630
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
4319
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3631
4320
  "clrName": "NeedsEventData",
3632
4321
  "metadataToken": 0,
3633
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3634
- "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
4322
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
4323
+ "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
3635
4324
  "emitScope": "ClassSurface",
3636
4325
  "provenance": "BaseOverload",
3637
- "arity": 0,
3638
- "parameterCount": 3,
4326
+ "arity": 1,
4327
+ "parameterCount": 4,
3639
4328
  "isStatic": false,
3640
4329
  "isAbstract": false,
3641
- "isVirtual": true,
4330
+ "isVirtual": false,
3642
4331
  "isOverride": false,
3643
4332
  "isSealed": false,
4333
+ "visibility": "Protected",
3644
4334
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3645
4335
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3646
4336
  "isExtensionMethod": false,
@@ -3652,24 +4342,29 @@
3652
4342
  {
3653
4343
  "index": 2,
3654
4344
  "modifier": "out"
4345
+ },
4346
+ {
4347
+ "index": 3,
4348
+ "modifier": "out"
3655
4349
  }
3656
4350
  ]
3657
4351
  },
3658
4352
  {
3659
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
4353
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger::NeedsEventData(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3660
4354
  "clrName": "NeedsEventData",
3661
4355
  "metadataToken": 0,
3662
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
3663
- "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,TInterceptor\u0026,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
4356
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean",
4357
+ "normalizedSignature": "NeedsEventData|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Boolean\u0026,System.Boolean\u0026):System.Boolean|static=false",
3664
4358
  "emitScope": "ClassSurface",
3665
4359
  "provenance": "BaseOverload",
3666
- "arity": 1,
3667
- "parameterCount": 4,
4360
+ "arity": 0,
4361
+ "parameterCount": 3,
3668
4362
  "isStatic": false,
3669
4363
  "isAbstract": false,
3670
4364
  "isVirtual": true,
3671
4365
  "isOverride": false,
3672
4366
  "isSealed": false,
4367
+ "visibility": "Public",
3673
4368
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3674
4369
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3675
4370
  "isExtensionMethod": false,
@@ -3681,10 +4376,6 @@
3681
4376
  {
3682
4377
  "index": 2,
3683
4378
  "modifier": "out"
3684
- },
3685
- {
3686
- "index": 3,
3687
- "modifier": "out"
3688
4379
  }
3689
4380
  ]
3690
4381
  },
@@ -3700,9 +4391,10 @@
3700
4391
  "parameterCount": 1,
3701
4392
  "isStatic": false,
3702
4393
  "isAbstract": false,
3703
- "isVirtual": true,
4394
+ "isVirtual": false,
3704
4395
  "isOverride": false,
3705
4396
  "isSealed": false,
4397
+ "visibility": "Protected",
3706
4398
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3707
4399
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3708
4400
  "isExtensionMethod": false
@@ -3722,6 +4414,7 @@
3722
4414
  "isVirtual": true,
3723
4415
  "isOverride": false,
3724
4416
  "isSealed": false,
4417
+ "visibility": "Public",
3725
4418
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3726
4419
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3727
4420
  "isExtensionMethod": false
@@ -3743,6 +4436,7 @@
3743
4436
  "isAbstract": false,
3744
4437
  "isVirtual": true,
3745
4438
  "isOverride": false,
4439
+ "visibility": "Public",
3746
4440
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3747
4441
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3748
4442
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -3762,6 +4456,7 @@
3762
4456
  "isAbstract": false,
3763
4457
  "isVirtual": true,
3764
4458
  "isOverride": false,
4459
+ "visibility": "Public",
3765
4460
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3766
4461
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3767
4462
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -3781,6 +4476,7 @@
3781
4476
  "isAbstract": false,
3782
4477
  "isVirtual": true,
3783
4478
  "isOverride": false,
4479
+ "visibility": "Public",
3784
4480
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3785
4481
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3786
4482
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -3800,6 +4496,7 @@
3800
4496
  "isAbstract": false,
3801
4497
  "isVirtual": true,
3802
4498
  "isOverride": false,
4499
+ "visibility": "Public",
3803
4500
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3804
4501
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3805
4502
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -3819,6 +4516,7 @@
3819
4516
  "isAbstract": false,
3820
4517
  "isVirtual": true,
3821
4518
  "isOverride": false,
4519
+ "visibility": "Public",
3822
4520
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3823
4521
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3824
4522
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -3838,6 +4536,7 @@
3838
4536
  "isAbstract": false,
3839
4537
  "isVirtual": true,
3840
4538
  "isOverride": false,
4539
+ "visibility": "Public",
3841
4540
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3842
4541
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
3843
4542
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -3853,6 +4552,7 @@
3853
4552
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions,System.Diagnostics.DiagnosticSource,Microsoft.EntityFrameworkCore.Diagnostics.LoggingDefinitions,Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions,Microsoft.EntityFrameworkCore.Diagnostics.IInterceptors):void|static=false",
3854
4553
  "isStatic": false,
3855
4554
  "parameterCount": 7,
4555
+ "visibility": "Public",
3856
4556
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalConnectionDiagnosticsLogger",
3857
4557
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
3858
4558
  }
@@ -3869,7 +4569,40 @@
3869
4569
  "isSealed": false,
3870
4570
  "isStatic": false,
3871
4571
  "arity": 0,
4572
+ "baseType": {
4573
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
4574
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.InterceptorAggregator\u00601",
4575
+ "typeArguments": [
4576
+ "ISaveChangesInterceptor"
4577
+ ]
4578
+ },
4579
+ "interfaces": [
4580
+ {
4581
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
4582
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator"
4583
+ }
4584
+ ],
3872
4585
  "methods": [
4586
+ {
4587
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.ISaveChangesInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.ISaveChangesInterceptor",
4588
+ "clrName": "CreateChain",
4589
+ "metadataToken": 100674770,
4590
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.ISaveChangesInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.ISaveChangesInterceptor",
4591
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Diagnostics.ISaveChangesInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.ISaveChangesInterceptor|static=false",
4592
+ "emitScope": "ClassSurface",
4593
+ "provenance": "Original",
4594
+ "arity": 0,
4595
+ "parameterCount": 1,
4596
+ "isStatic": false,
4597
+ "isAbstract": false,
4598
+ "isVirtual": true,
4599
+ "isOverride": true,
4600
+ "isSealed": false,
4601
+ "visibility": "Protected",
4602
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator",
4603
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4604
+ "isExtensionMethod": false
4605
+ },
3873
4606
  {
3874
4607
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator::AggregateInterceptors(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor",
3875
4608
  "clrName": "AggregateInterceptors",
@@ -3885,6 +4618,7 @@
3885
4618
  "isVirtual": true,
3886
4619
  "isOverride": false,
3887
4620
  "isSealed": false,
4621
+ "visibility": "Public",
3888
4622
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
3889
4623
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3890
4624
  "isExtensionMethod": false,
@@ -3905,6 +4639,27 @@
3905
4639
  "isVirtual": true,
3906
4640
  "isOverride": false,
3907
4641
  "isSealed": false,
4642
+ "visibility": "Public",
4643
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator",
4644
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4645
+ "isExtensionMethod": false
4646
+ },
4647
+ {
4648
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator::CreateChain(System.Collections.Generic.IEnumerable_1):TInterceptor",
4649
+ "clrName": "CreateChain",
4650
+ "metadataToken": 0,
4651
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):TInterceptor",
4652
+ "normalizedSignature": "CreateChain|(System.Collections.Generic.IEnumerable_1):TInterceptor|static=false",
4653
+ "emitScope": "ClassSurface",
4654
+ "provenance": "BaseOverload",
4655
+ "arity": 0,
4656
+ "parameterCount": 1,
4657
+ "isStatic": false,
4658
+ "isAbstract": true,
4659
+ "isVirtual": true,
4660
+ "isOverride": false,
4661
+ "isSealed": false,
4662
+ "visibility": "Protected",
3908
4663
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator",
3909
4664
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3910
4665
  "isExtensionMethod": false
@@ -3926,6 +4681,7 @@
3926
4681
  "isAbstract": false,
3927
4682
  "isVirtual": true,
3928
4683
  "isOverride": false,
4684
+ "visibility": "Public",
3929
4685
  "sourceInterface": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
3930
4686
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator",
3931
4687
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
@@ -3941,6 +4697,7 @@
3941
4697
  "normalizedSignature": "constructor|():void|static=false",
3942
4698
  "isStatic": false,
3943
4699
  "parameterCount": 0,
4700
+ "visibility": "Public",
3944
4701
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.SaveChangesInterceptorAggregator",
3945
4702
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
3946
4703
  }
@@ -3957,6 +4714,20 @@
3957
4714
  "isSealed": false,
3958
4715
  "isStatic": false,
3959
4716
  "arity": 0,
4717
+ "baseType": {
4718
+ "stableId": "System.Private.CoreLib:System.Object",
4719
+ "clrName": "System.Object"
4720
+ },
4721
+ "interfaces": [
4722
+ {
4723
+ "stableId": "Microsoft.Extensions.Logging.Abstractions:Microsoft.Extensions.Logging.ILoggerFactory",
4724
+ "clrName": "Microsoft.Extensions.Logging.ILoggerFactory"
4725
+ },
4726
+ {
4727
+ "stableId": "System.Private.CoreLib:System.IDisposable",
4728
+ "clrName": "System.IDisposable"
4729
+ }
4730
+ ],
3960
4731
  "methods": [
3961
4732
  {
3962
4733
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.ScopedLoggerFactory::Create(System.IServiceProvider,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):Microsoft.EntityFrameworkCore.Diagnostics.Internal.ScopedLoggerFactory",
@@ -3973,6 +4744,7 @@
3973
4744
  "isVirtual": false,
3974
4745
  "isOverride": false,
3975
4746
  "isSealed": false,
4747
+ "visibility": "Public",
3976
4748
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.ScopedLoggerFactory",
3977
4749
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3978
4750
  "isExtensionMethod": false
@@ -3992,6 +4764,7 @@
3992
4764
  "isVirtual": true,
3993
4765
  "isOverride": false,
3994
4766
  "isSealed": false,
4767
+ "visibility": "Public",
3995
4768
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.ScopedLoggerFactory",
3996
4769
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3997
4770
  "isExtensionMethod": false
@@ -4011,6 +4784,7 @@
4011
4784
  "isVirtual": true,
4012
4785
  "isOverride": false,
4013
4786
  "isSealed": false,
4787
+ "visibility": "Public",
4014
4788
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.ScopedLoggerFactory",
4015
4789
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4016
4790
  "isExtensionMethod": false
@@ -4030,6 +4804,7 @@
4030
4804
  "isVirtual": true,
4031
4805
  "isOverride": false,
4032
4806
  "isSealed": false,
4807
+ "visibility": "Public",
4033
4808
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.ScopedLoggerFactory",
4034
4809
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4035
4810
  "isExtensionMethod": false
@@ -4046,6 +4821,7 @@
4046
4821
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,System.Boolean):void|static=false",
4047
4822
  "isStatic": false,
4048
4823
  "parameterCount": 2,
4824
+ "visibility": "Public",
4049
4825
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.ScopedLoggerFactory",
4050
4826
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore"
4051
4827
  }
@@ -4062,6 +4838,10 @@
4062
4838
  "isSealed": true,
4063
4839
  "isStatic": true,
4064
4840
  "arity": 0,
4841
+ "baseType": {
4842
+ "stableId": "System.Private.CoreLib:System.Object",
4843
+ "clrName": "System.Object"
4844
+ },
4065
4845
  "methods": [
4066
4846
  {
4067
4847
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources::LogAccidentalComplexPropertyCollection(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
@@ -4078,6 +4858,7 @@
4078
4858
  "isVirtual": false,
4079
4859
  "isOverride": false,
4080
4860
  "isSealed": false,
4861
+ "visibility": "Public",
4081
4862
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4082
4863
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4083
4864
  "isExtensionMethod": false
@@ -4097,6 +4878,7 @@
4097
4878
  "isVirtual": false,
4098
4879
  "isOverride": false,
4099
4880
  "isSealed": false,
4881
+ "visibility": "Public",
4100
4882
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4101
4883
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4102
4884
  "isExtensionMethod": false
@@ -4116,6 +4898,7 @@
4116
4898
  "isVirtual": false,
4117
4899
  "isOverride": false,
4118
4900
  "isSealed": false,
4901
+ "visibility": "Public",
4119
4902
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4120
4903
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4121
4904
  "isExtensionMethod": false
@@ -4135,6 +4918,7 @@
4135
4918
  "isVirtual": false,
4136
4919
  "isOverride": false,
4137
4920
  "isSealed": false,
4921
+ "visibility": "Public",
4138
4922
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4139
4923
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4140
4924
  "isExtensionMethod": false
@@ -4154,6 +4938,7 @@
4154
4938
  "isVirtual": false,
4155
4939
  "isOverride": false,
4156
4940
  "isSealed": false,
4941
+ "visibility": "Public",
4157
4942
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4158
4943
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4159
4944
  "isExtensionMethod": false
@@ -4173,6 +4958,7 @@
4173
4958
  "isVirtual": false,
4174
4959
  "isOverride": false,
4175
4960
  "isSealed": false,
4961
+ "visibility": "Public",
4176
4962
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4177
4963
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4178
4964
  "isExtensionMethod": false
@@ -4192,6 +4978,7 @@
4192
4978
  "isVirtual": false,
4193
4979
  "isOverride": false,
4194
4980
  "isSealed": false,
4981
+ "visibility": "Public",
4195
4982
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4196
4983
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4197
4984
  "isExtensionMethod": false
@@ -4211,6 +4998,7 @@
4211
4998
  "isVirtual": false,
4212
4999
  "isOverride": false,
4213
5000
  "isSealed": false,
5001
+ "visibility": "Public",
4214
5002
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4215
5003
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4216
5004
  "isExtensionMethod": false
@@ -4230,6 +5018,7 @@
4230
5018
  "isVirtual": false,
4231
5019
  "isOverride": false,
4232
5020
  "isSealed": false,
5021
+ "visibility": "Public",
4233
5022
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4234
5023
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4235
5024
  "isExtensionMethod": false
@@ -4249,6 +5038,7 @@
4249
5038
  "isVirtual": false,
4250
5039
  "isOverride": false,
4251
5040
  "isSealed": false,
5041
+ "visibility": "Public",
4252
5042
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4253
5043
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4254
5044
  "isExtensionMethod": false
@@ -4268,6 +5058,7 @@
4268
5058
  "isVirtual": false,
4269
5059
  "isOverride": false,
4270
5060
  "isSealed": false,
5061
+ "visibility": "Public",
4271
5062
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4272
5063
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4273
5064
  "isExtensionMethod": false
@@ -4287,6 +5078,7 @@
4287
5078
  "isVirtual": false,
4288
5079
  "isOverride": false,
4289
5080
  "isSealed": false,
5081
+ "visibility": "Public",
4290
5082
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4291
5083
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4292
5084
  "isExtensionMethod": false
@@ -4306,6 +5098,7 @@
4306
5098
  "isVirtual": false,
4307
5099
  "isOverride": false,
4308
5100
  "isSealed": false,
5101
+ "visibility": "Public",
4309
5102
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4310
5103
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4311
5104
  "isExtensionMethod": false
@@ -4325,6 +5118,7 @@
4325
5118
  "isVirtual": false,
4326
5119
  "isOverride": false,
4327
5120
  "isSealed": false,
5121
+ "visibility": "Public",
4328
5122
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4329
5123
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4330
5124
  "isExtensionMethod": false
@@ -4344,6 +5138,7 @@
4344
5138
  "isVirtual": false,
4345
5139
  "isOverride": false,
4346
5140
  "isSealed": false,
5141
+ "visibility": "Public",
4347
5142
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4348
5143
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4349
5144
  "isExtensionMethod": false
@@ -4363,6 +5158,7 @@
4363
5158
  "isVirtual": false,
4364
5159
  "isOverride": false,
4365
5160
  "isSealed": false,
5161
+ "visibility": "Public",
4366
5162
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4367
5163
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4368
5164
  "isExtensionMethod": false
@@ -4382,6 +5178,7 @@
4382
5178
  "isVirtual": false,
4383
5179
  "isOverride": false,
4384
5180
  "isSealed": false,
5181
+ "visibility": "Public",
4385
5182
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4386
5183
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4387
5184
  "isExtensionMethod": false
@@ -4401,6 +5198,7 @@
4401
5198
  "isVirtual": false,
4402
5199
  "isOverride": false,
4403
5200
  "isSealed": false,
5201
+ "visibility": "Public",
4404
5202
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4405
5203
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4406
5204
  "isExtensionMethod": false
@@ -4420,6 +5218,7 @@
4420
5218
  "isVirtual": false,
4421
5219
  "isOverride": false,
4422
5220
  "isSealed": false,
5221
+ "visibility": "Public",
4423
5222
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4424
5223
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4425
5224
  "isExtensionMethod": false
@@ -4439,6 +5238,7 @@
4439
5238
  "isVirtual": false,
4440
5239
  "isOverride": false,
4441
5240
  "isSealed": false,
5241
+ "visibility": "Public",
4442
5242
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4443
5243
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4444
5244
  "isExtensionMethod": false
@@ -4458,6 +5258,7 @@
4458
5258
  "isVirtual": false,
4459
5259
  "isOverride": false,
4460
5260
  "isSealed": false,
5261
+ "visibility": "Public",
4461
5262
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4462
5263
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4463
5264
  "isExtensionMethod": false
@@ -4477,6 +5278,7 @@
4477
5278
  "isVirtual": false,
4478
5279
  "isOverride": false,
4479
5280
  "isSealed": false,
5281
+ "visibility": "Public",
4480
5282
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4481
5283
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4482
5284
  "isExtensionMethod": false
@@ -4496,6 +5298,7 @@
4496
5298
  "isVirtual": false,
4497
5299
  "isOverride": false,
4498
5300
  "isSealed": false,
5301
+ "visibility": "Public",
4499
5302
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4500
5303
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4501
5304
  "isExtensionMethod": false
@@ -4515,6 +5318,7 @@
4515
5318
  "isVirtual": false,
4516
5319
  "isOverride": false,
4517
5320
  "isSealed": false,
5321
+ "visibility": "Public",
4518
5322
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4519
5323
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4520
5324
  "isExtensionMethod": false
@@ -4534,6 +5338,7 @@
4534
5338
  "isVirtual": false,
4535
5339
  "isOverride": false,
4536
5340
  "isSealed": false,
5341
+ "visibility": "Public",
4537
5342
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4538
5343
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4539
5344
  "isExtensionMethod": false
@@ -4553,6 +5358,7 @@
4553
5358
  "isVirtual": false,
4554
5359
  "isOverride": false,
4555
5360
  "isSealed": false,
5361
+ "visibility": "Public",
4556
5362
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4557
5363
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4558
5364
  "isExtensionMethod": false
@@ -4572,6 +5378,7 @@
4572
5378
  "isVirtual": false,
4573
5379
  "isOverride": false,
4574
5380
  "isSealed": false,
5381
+ "visibility": "Public",
4575
5382
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4576
5383
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4577
5384
  "isExtensionMethod": false
@@ -4591,6 +5398,7 @@
4591
5398
  "isVirtual": false,
4592
5399
  "isOverride": false,
4593
5400
  "isSealed": false,
5401
+ "visibility": "Public",
4594
5402
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4595
5403
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4596
5404
  "isExtensionMethod": false
@@ -4610,6 +5418,7 @@
4610
5418
  "isVirtual": false,
4611
5419
  "isOverride": false,
4612
5420
  "isSealed": false,
5421
+ "visibility": "Public",
4613
5422
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4614
5423
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4615
5424
  "isExtensionMethod": false
@@ -4629,6 +5438,7 @@
4629
5438
  "isVirtual": false,
4630
5439
  "isOverride": false,
4631
5440
  "isSealed": false,
5441
+ "visibility": "Public",
4632
5442
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4633
5443
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4634
5444
  "isExtensionMethod": false
@@ -4648,6 +5458,7 @@
4648
5458
  "isVirtual": false,
4649
5459
  "isOverride": false,
4650
5460
  "isSealed": false,
5461
+ "visibility": "Public",
4651
5462
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4652
5463
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4653
5464
  "isExtensionMethod": false
@@ -4667,6 +5478,7 @@
4667
5478
  "isVirtual": false,
4668
5479
  "isOverride": false,
4669
5480
  "isSealed": false,
5481
+ "visibility": "Public",
4670
5482
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4671
5483
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4672
5484
  "isExtensionMethod": false
@@ -4686,6 +5498,7 @@
4686
5498
  "isVirtual": false,
4687
5499
  "isOverride": false,
4688
5500
  "isSealed": false,
5501
+ "visibility": "Public",
4689
5502
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4690
5503
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4691
5504
  "isExtensionMethod": false
@@ -4705,6 +5518,7 @@
4705
5518
  "isVirtual": false,
4706
5519
  "isOverride": false,
4707
5520
  "isSealed": false,
5521
+ "visibility": "Public",
4708
5522
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4709
5523
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4710
5524
  "isExtensionMethod": false
@@ -4724,6 +5538,7 @@
4724
5538
  "isVirtual": false,
4725
5539
  "isOverride": false,
4726
5540
  "isSealed": false,
5541
+ "visibility": "Public",
4727
5542
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4728
5543
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4729
5544
  "isExtensionMethod": false
@@ -4743,6 +5558,7 @@
4743
5558
  "isVirtual": false,
4744
5559
  "isOverride": false,
4745
5560
  "isSealed": false,
5561
+ "visibility": "Public",
4746
5562
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4747
5563
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4748
5564
  "isExtensionMethod": false
@@ -4762,6 +5578,7 @@
4762
5578
  "isVirtual": false,
4763
5579
  "isOverride": false,
4764
5580
  "isSealed": false,
5581
+ "visibility": "Public",
4765
5582
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4766
5583
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4767
5584
  "isExtensionMethod": false
@@ -4781,6 +5598,7 @@
4781
5598
  "isVirtual": false,
4782
5599
  "isOverride": false,
4783
5600
  "isSealed": false,
5601
+ "visibility": "Public",
4784
5602
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4785
5603
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4786
5604
  "isExtensionMethod": false
@@ -4800,6 +5618,7 @@
4800
5618
  "isVirtual": false,
4801
5619
  "isOverride": false,
4802
5620
  "isSealed": false,
5621
+ "visibility": "Public",
4803
5622
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4804
5623
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4805
5624
  "isExtensionMethod": false
@@ -4819,6 +5638,7 @@
4819
5638
  "isVirtual": false,
4820
5639
  "isOverride": false,
4821
5640
  "isSealed": false,
5641
+ "visibility": "Public",
4822
5642
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4823
5643
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4824
5644
  "isExtensionMethod": false
@@ -4838,6 +5658,7 @@
4838
5658
  "isVirtual": false,
4839
5659
  "isOverride": false,
4840
5660
  "isSealed": false,
5661
+ "visibility": "Public",
4841
5662
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4842
5663
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4843
5664
  "isExtensionMethod": false
@@ -4857,6 +5678,7 @@
4857
5678
  "isVirtual": false,
4858
5679
  "isOverride": false,
4859
5680
  "isSealed": false,
5681
+ "visibility": "Public",
4860
5682
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4861
5683
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4862
5684
  "isExtensionMethod": false
@@ -4876,6 +5698,7 @@
4876
5698
  "isVirtual": false,
4877
5699
  "isOverride": false,
4878
5700
  "isSealed": false,
5701
+ "visibility": "Public",
4879
5702
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4880
5703
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4881
5704
  "isExtensionMethod": false
@@ -4895,6 +5718,7 @@
4895
5718
  "isVirtual": false,
4896
5719
  "isOverride": false,
4897
5720
  "isSealed": false,
5721
+ "visibility": "Public",
4898
5722
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4899
5723
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4900
5724
  "isExtensionMethod": false
@@ -4914,6 +5738,7 @@
4914
5738
  "isVirtual": false,
4915
5739
  "isOverride": false,
4916
5740
  "isSealed": false,
5741
+ "visibility": "Public",
4917
5742
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4918
5743
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4919
5744
  "isExtensionMethod": false
@@ -4933,6 +5758,7 @@
4933
5758
  "isVirtual": false,
4934
5759
  "isOverride": false,
4935
5760
  "isSealed": false,
5761
+ "visibility": "Public",
4936
5762
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4937
5763
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4938
5764
  "isExtensionMethod": false
@@ -4952,6 +5778,7 @@
4952
5778
  "isVirtual": false,
4953
5779
  "isOverride": false,
4954
5780
  "isSealed": false,
5781
+ "visibility": "Public",
4955
5782
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4956
5783
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4957
5784
  "isExtensionMethod": false
@@ -4971,6 +5798,7 @@
4971
5798
  "isVirtual": false,
4972
5799
  "isOverride": false,
4973
5800
  "isSealed": false,
5801
+ "visibility": "Public",
4974
5802
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4975
5803
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4976
5804
  "isExtensionMethod": false
@@ -4990,6 +5818,7 @@
4990
5818
  "isVirtual": false,
4991
5819
  "isOverride": false,
4992
5820
  "isSealed": false,
5821
+ "visibility": "Public",
4993
5822
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
4994
5823
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4995
5824
  "isExtensionMethod": false
@@ -5009,6 +5838,7 @@
5009
5838
  "isVirtual": false,
5010
5839
  "isOverride": false,
5011
5840
  "isSealed": false,
5841
+ "visibility": "Public",
5012
5842
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5013
5843
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5014
5844
  "isExtensionMethod": false
@@ -5028,6 +5858,7 @@
5028
5858
  "isVirtual": false,
5029
5859
  "isOverride": false,
5030
5860
  "isSealed": false,
5861
+ "visibility": "Public",
5031
5862
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5032
5863
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5033
5864
  "isExtensionMethod": false
@@ -5047,6 +5878,7 @@
5047
5878
  "isVirtual": false,
5048
5879
  "isOverride": false,
5049
5880
  "isSealed": false,
5881
+ "visibility": "Public",
5050
5882
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5051
5883
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5052
5884
  "isExtensionMethod": false
@@ -5066,6 +5898,7 @@
5066
5898
  "isVirtual": false,
5067
5899
  "isOverride": false,
5068
5900
  "isSealed": false,
5901
+ "visibility": "Public",
5069
5902
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5070
5903
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5071
5904
  "isExtensionMethod": false
@@ -5085,6 +5918,7 @@
5085
5918
  "isVirtual": false,
5086
5919
  "isOverride": false,
5087
5920
  "isSealed": false,
5921
+ "visibility": "Public",
5088
5922
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5089
5923
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5090
5924
  "isExtensionMethod": false
@@ -5104,6 +5938,7 @@
5104
5938
  "isVirtual": false,
5105
5939
  "isOverride": false,
5106
5940
  "isSealed": false,
5941
+ "visibility": "Public",
5107
5942
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5108
5943
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5109
5944
  "isExtensionMethod": false
@@ -5123,6 +5958,7 @@
5123
5958
  "isVirtual": false,
5124
5959
  "isOverride": false,
5125
5960
  "isSealed": false,
5961
+ "visibility": "Public",
5126
5962
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5127
5963
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5128
5964
  "isExtensionMethod": false
@@ -5142,6 +5978,7 @@
5142
5978
  "isVirtual": false,
5143
5979
  "isOverride": false,
5144
5980
  "isSealed": false,
5981
+ "visibility": "Public",
5145
5982
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5146
5983
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5147
5984
  "isExtensionMethod": false
@@ -5161,6 +5998,7 @@
5161
5998
  "isVirtual": false,
5162
5999
  "isOverride": false,
5163
6000
  "isSealed": false,
6001
+ "visibility": "Public",
5164
6002
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5165
6003
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5166
6004
  "isExtensionMethod": false
@@ -5180,6 +6018,7 @@
5180
6018
  "isVirtual": false,
5181
6019
  "isOverride": false,
5182
6020
  "isSealed": false,
6021
+ "visibility": "Public",
5183
6022
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5184
6023
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5185
6024
  "isExtensionMethod": false
@@ -5199,6 +6038,7 @@
5199
6038
  "isVirtual": false,
5200
6039
  "isOverride": false,
5201
6040
  "isSealed": false,
6041
+ "visibility": "Public",
5202
6042
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5203
6043
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5204
6044
  "isExtensionMethod": false
@@ -5218,6 +6058,7 @@
5218
6058
  "isVirtual": false,
5219
6059
  "isOverride": false,
5220
6060
  "isSealed": false,
6061
+ "visibility": "Public",
5221
6062
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5222
6063
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5223
6064
  "isExtensionMethod": false
@@ -5237,6 +6078,7 @@
5237
6078
  "isVirtual": false,
5238
6079
  "isOverride": false,
5239
6080
  "isSealed": false,
6081
+ "visibility": "Public",
5240
6082
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5241
6083
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5242
6084
  "isExtensionMethod": false
@@ -5256,6 +6098,7 @@
5256
6098
  "isVirtual": false,
5257
6099
  "isOverride": false,
5258
6100
  "isSealed": false,
6101
+ "visibility": "Public",
5259
6102
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5260
6103
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5261
6104
  "isExtensionMethod": false
@@ -5275,6 +6118,7 @@
5275
6118
  "isVirtual": false,
5276
6119
  "isOverride": false,
5277
6120
  "isSealed": false,
6121
+ "visibility": "Public",
5278
6122
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5279
6123
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5280
6124
  "isExtensionMethod": false
@@ -5294,6 +6138,7 @@
5294
6138
  "isVirtual": false,
5295
6139
  "isOverride": false,
5296
6140
  "isSealed": false,
6141
+ "visibility": "Public",
5297
6142
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5298
6143
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5299
6144
  "isExtensionMethod": false
@@ -5313,6 +6158,7 @@
5313
6158
  "isVirtual": false,
5314
6159
  "isOverride": false,
5315
6160
  "isSealed": false,
6161
+ "visibility": "Public",
5316
6162
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5317
6163
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5318
6164
  "isExtensionMethod": false
@@ -5332,6 +6178,7 @@
5332
6178
  "isVirtual": false,
5333
6179
  "isOverride": false,
5334
6180
  "isSealed": false,
6181
+ "visibility": "Public",
5335
6182
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5336
6183
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5337
6184
  "isExtensionMethod": false
@@ -5351,6 +6198,7 @@
5351
6198
  "isVirtual": false,
5352
6199
  "isOverride": false,
5353
6200
  "isSealed": false,
6201
+ "visibility": "Public",
5354
6202
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5355
6203
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5356
6204
  "isExtensionMethod": false
@@ -5370,6 +6218,7 @@
5370
6218
  "isVirtual": false,
5371
6219
  "isOverride": false,
5372
6220
  "isSealed": false,
6221
+ "visibility": "Public",
5373
6222
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5374
6223
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5375
6224
  "isExtensionMethod": false
@@ -5389,6 +6238,7 @@
5389
6238
  "isVirtual": false,
5390
6239
  "isOverride": false,
5391
6240
  "isSealed": false,
6241
+ "visibility": "Public",
5392
6242
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5393
6243
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5394
6244
  "isExtensionMethod": false
@@ -5408,6 +6258,7 @@
5408
6258
  "isVirtual": false,
5409
6259
  "isOverride": false,
5410
6260
  "isSealed": false,
6261
+ "visibility": "Public",
5411
6262
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5412
6263
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5413
6264
  "isExtensionMethod": false
@@ -5427,6 +6278,7 @@
5427
6278
  "isVirtual": false,
5428
6279
  "isOverride": false,
5429
6280
  "isSealed": false,
6281
+ "visibility": "Public",
5430
6282
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5431
6283
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5432
6284
  "isExtensionMethod": false
@@ -5446,6 +6298,7 @@
5446
6298
  "isVirtual": false,
5447
6299
  "isOverride": false,
5448
6300
  "isSealed": false,
6301
+ "visibility": "Public",
5449
6302
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5450
6303
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5451
6304
  "isExtensionMethod": false
@@ -5465,6 +6318,7 @@
5465
6318
  "isVirtual": false,
5466
6319
  "isOverride": false,
5467
6320
  "isSealed": false,
6321
+ "visibility": "Public",
5468
6322
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5469
6323
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5470
6324
  "isExtensionMethod": false
@@ -5484,6 +6338,7 @@
5484
6338
  "isVirtual": false,
5485
6339
  "isOverride": false,
5486
6340
  "isSealed": false,
6341
+ "visibility": "Public",
5487
6342
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5488
6343
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5489
6344
  "isExtensionMethod": false
@@ -5503,6 +6358,7 @@
5503
6358
  "isVirtual": false,
5504
6359
  "isOverride": false,
5505
6360
  "isSealed": false,
6361
+ "visibility": "Public",
5506
6362
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5507
6363
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5508
6364
  "isExtensionMethod": false
@@ -5522,6 +6378,7 @@
5522
6378
  "isVirtual": false,
5523
6379
  "isOverride": false,
5524
6380
  "isSealed": false,
6381
+ "visibility": "Public",
5525
6382
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5526
6383
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5527
6384
  "isExtensionMethod": false
@@ -5541,6 +6398,7 @@
5541
6398
  "isVirtual": false,
5542
6399
  "isOverride": false,
5543
6400
  "isSealed": false,
6401
+ "visibility": "Public",
5544
6402
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5545
6403
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5546
6404
  "isExtensionMethod": false
@@ -5560,6 +6418,7 @@
5560
6418
  "isVirtual": false,
5561
6419
  "isOverride": false,
5562
6420
  "isSealed": false,
6421
+ "visibility": "Public",
5563
6422
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5564
6423
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5565
6424
  "isExtensionMethod": false
@@ -5579,6 +6438,7 @@
5579
6438
  "isVirtual": false,
5580
6439
  "isOverride": false,
5581
6440
  "isSealed": false,
6441
+ "visibility": "Public",
5582
6442
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5583
6443
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5584
6444
  "isExtensionMethod": false
@@ -5598,6 +6458,7 @@
5598
6458
  "isVirtual": false,
5599
6459
  "isOverride": false,
5600
6460
  "isSealed": false,
6461
+ "visibility": "Public",
5601
6462
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5602
6463
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5603
6464
  "isExtensionMethod": false
@@ -5617,6 +6478,7 @@
5617
6478
  "isVirtual": false,
5618
6479
  "isOverride": false,
5619
6480
  "isSealed": false,
6481
+ "visibility": "Public",
5620
6482
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5621
6483
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5622
6484
  "isExtensionMethod": false
@@ -5636,6 +6498,7 @@
5636
6498
  "isVirtual": false,
5637
6499
  "isOverride": false,
5638
6500
  "isSealed": false,
6501
+ "visibility": "Public",
5639
6502
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5640
6503
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5641
6504
  "isExtensionMethod": false
@@ -5655,6 +6518,7 @@
5655
6518
  "isVirtual": false,
5656
6519
  "isOverride": false,
5657
6520
  "isSealed": false,
6521
+ "visibility": "Public",
5658
6522
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5659
6523
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5660
6524
  "isExtensionMethod": false
@@ -5674,6 +6538,7 @@
5674
6538
  "isVirtual": false,
5675
6539
  "isOverride": false,
5676
6540
  "isSealed": false,
6541
+ "visibility": "Public",
5677
6542
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.CoreResources",
5678
6543
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5679
6544
  "isExtensionMethod": false
@@ -5695,6 +6560,10 @@
5695
6560
  "isSealed": true,
5696
6561
  "isStatic": true,
5697
6562
  "arity": 0,
6563
+ "baseType": {
6564
+ "stableId": "System.Private.CoreLib:System.Object",
6565
+ "clrName": "System.Object"
6566
+ },
5698
6567
  "methods": [
5699
6568
  {
5700
6569
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources::LogAcquiringMigrationLock(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
@@ -5711,6 +6580,7 @@
5711
6580
  "isVirtual": false,
5712
6581
  "isOverride": false,
5713
6582
  "isSealed": false,
6583
+ "visibility": "Public",
5714
6584
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5715
6585
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5716
6586
  "isExtensionMethod": false
@@ -5730,6 +6600,7 @@
5730
6600
  "isVirtual": false,
5731
6601
  "isOverride": false,
5732
6602
  "isSealed": false,
6603
+ "visibility": "Public",
5733
6604
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5734
6605
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5735
6606
  "isExtensionMethod": false
@@ -5749,6 +6620,7 @@
5749
6620
  "isVirtual": false,
5750
6621
  "isOverride": false,
5751
6622
  "isSealed": false,
6623
+ "visibility": "Public",
5752
6624
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5753
6625
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5754
6626
  "isExtensionMethod": false
@@ -5768,6 +6640,7 @@
5768
6640
  "isVirtual": false,
5769
6641
  "isOverride": false,
5770
6642
  "isSealed": false,
6643
+ "visibility": "Public",
5771
6644
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5772
6645
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5773
6646
  "isExtensionMethod": false
@@ -5787,6 +6660,7 @@
5787
6660
  "isVirtual": false,
5788
6661
  "isOverride": false,
5789
6662
  "isSealed": false,
6663
+ "visibility": "Public",
5790
6664
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5791
6665
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5792
6666
  "isExtensionMethod": false
@@ -5806,6 +6680,7 @@
5806
6680
  "isVirtual": false,
5807
6681
  "isOverride": false,
5808
6682
  "isSealed": false,
6683
+ "visibility": "Public",
5809
6684
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5810
6685
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5811
6686
  "isExtensionMethod": false
@@ -5825,6 +6700,7 @@
5825
6700
  "isVirtual": false,
5826
6701
  "isOverride": false,
5827
6702
  "isSealed": false,
6703
+ "visibility": "Public",
5828
6704
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5829
6705
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5830
6706
  "isExtensionMethod": false
@@ -5844,6 +6720,7 @@
5844
6720
  "isVirtual": false,
5845
6721
  "isOverride": false,
5846
6722
  "isSealed": false,
6723
+ "visibility": "Public",
5847
6724
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5848
6725
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5849
6726
  "isExtensionMethod": false
@@ -5863,6 +6740,7 @@
5863
6740
  "isVirtual": false,
5864
6741
  "isOverride": false,
5865
6742
  "isSealed": false,
6743
+ "visibility": "Public",
5866
6744
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5867
6745
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5868
6746
  "isExtensionMethod": false
@@ -5882,6 +6760,7 @@
5882
6760
  "isVirtual": false,
5883
6761
  "isOverride": false,
5884
6762
  "isSealed": false,
6763
+ "visibility": "Public",
5885
6764
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5886
6765
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5887
6766
  "isExtensionMethod": false
@@ -5901,6 +6780,7 @@
5901
6780
  "isVirtual": false,
5902
6781
  "isOverride": false,
5903
6782
  "isSealed": false,
6783
+ "visibility": "Public",
5904
6784
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5905
6785
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5906
6786
  "isExtensionMethod": false
@@ -5920,6 +6800,7 @@
5920
6800
  "isVirtual": false,
5921
6801
  "isOverride": false,
5922
6802
  "isSealed": false,
6803
+ "visibility": "Public",
5923
6804
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5924
6805
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5925
6806
  "isExtensionMethod": false
@@ -5939,6 +6820,7 @@
5939
6820
  "isVirtual": false,
5940
6821
  "isOverride": false,
5941
6822
  "isSealed": false,
6823
+ "visibility": "Public",
5942
6824
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5943
6825
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5944
6826
  "isExtensionMethod": false
@@ -5958,6 +6840,7 @@
5958
6840
  "isVirtual": false,
5959
6841
  "isOverride": false,
5960
6842
  "isSealed": false,
6843
+ "visibility": "Public",
5961
6844
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5962
6845
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5963
6846
  "isExtensionMethod": false
@@ -5977,6 +6860,7 @@
5977
6860
  "isVirtual": false,
5978
6861
  "isOverride": false,
5979
6862
  "isSealed": false,
6863
+ "visibility": "Public",
5980
6864
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
5981
6865
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5982
6866
  "isExtensionMethod": false
@@ -5996,6 +6880,7 @@
5996
6880
  "isVirtual": false,
5997
6881
  "isOverride": false,
5998
6882
  "isSealed": false,
6883
+ "visibility": "Public",
5999
6884
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6000
6885
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6001
6886
  "isExtensionMethod": false
@@ -6015,6 +6900,7 @@
6015
6900
  "isVirtual": false,
6016
6901
  "isOverride": false,
6017
6902
  "isSealed": false,
6903
+ "visibility": "Public",
6018
6904
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6019
6905
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6020
6906
  "isExtensionMethod": false
@@ -6034,6 +6920,7 @@
6034
6920
  "isVirtual": false,
6035
6921
  "isOverride": false,
6036
6922
  "isSealed": false,
6923
+ "visibility": "Public",
6037
6924
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6038
6925
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6039
6926
  "isExtensionMethod": false
@@ -6053,6 +6940,7 @@
6053
6940
  "isVirtual": false,
6054
6941
  "isOverride": false,
6055
6942
  "isSealed": false,
6943
+ "visibility": "Public",
6056
6944
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6057
6945
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6058
6946
  "isExtensionMethod": false
@@ -6072,6 +6960,7 @@
6072
6960
  "isVirtual": false,
6073
6961
  "isOverride": false,
6074
6962
  "isSealed": false,
6963
+ "visibility": "Public",
6075
6964
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6076
6965
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6077
6966
  "isExtensionMethod": false
@@ -6091,6 +6980,7 @@
6091
6980
  "isVirtual": false,
6092
6981
  "isOverride": false,
6093
6982
  "isSealed": false,
6983
+ "visibility": "Public",
6094
6984
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6095
6985
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6096
6986
  "isExtensionMethod": false
@@ -6110,6 +7000,7 @@
6110
7000
  "isVirtual": false,
6111
7001
  "isOverride": false,
6112
7002
  "isSealed": false,
7003
+ "visibility": "Public",
6113
7004
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6114
7005
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6115
7006
  "isExtensionMethod": false
@@ -6129,6 +7020,7 @@
6129
7020
  "isVirtual": false,
6130
7021
  "isOverride": false,
6131
7022
  "isSealed": false,
7023
+ "visibility": "Public",
6132
7024
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6133
7025
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6134
7026
  "isExtensionMethod": false
@@ -6148,6 +7040,7 @@
6148
7040
  "isVirtual": false,
6149
7041
  "isOverride": false,
6150
7042
  "isSealed": false,
7043
+ "visibility": "Public",
6151
7044
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6152
7045
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6153
7046
  "isExtensionMethod": false
@@ -6167,6 +7060,7 @@
6167
7060
  "isVirtual": false,
6168
7061
  "isOverride": false,
6169
7062
  "isSealed": false,
7063
+ "visibility": "Public",
6170
7064
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6171
7065
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6172
7066
  "isExtensionMethod": false
@@ -6186,6 +7080,7 @@
6186
7080
  "isVirtual": false,
6187
7081
  "isOverride": false,
6188
7082
  "isSealed": false,
7083
+ "visibility": "Public",
6189
7084
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6190
7085
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6191
7086
  "isExtensionMethod": false
@@ -6205,6 +7100,7 @@
6205
7100
  "isVirtual": false,
6206
7101
  "isOverride": false,
6207
7102
  "isSealed": false,
7103
+ "visibility": "Public",
6208
7104
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6209
7105
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6210
7106
  "isExtensionMethod": false
@@ -6224,6 +7120,7 @@
6224
7120
  "isVirtual": false,
6225
7121
  "isOverride": false,
6226
7122
  "isSealed": false,
7123
+ "visibility": "Public",
6227
7124
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6228
7125
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6229
7126
  "isExtensionMethod": false
@@ -6243,6 +7140,7 @@
6243
7140
  "isVirtual": false,
6244
7141
  "isOverride": false,
6245
7142
  "isSealed": false,
7143
+ "visibility": "Public",
6246
7144
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6247
7145
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6248
7146
  "isExtensionMethod": false
@@ -6262,6 +7160,7 @@
6262
7160
  "isVirtual": false,
6263
7161
  "isOverride": false,
6264
7162
  "isSealed": false,
7163
+ "visibility": "Public",
6265
7164
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6266
7165
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6267
7166
  "isExtensionMethod": false
@@ -6281,6 +7180,7 @@
6281
7180
  "isVirtual": false,
6282
7181
  "isOverride": false,
6283
7182
  "isSealed": false,
7183
+ "visibility": "Public",
6284
7184
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6285
7185
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6286
7186
  "isExtensionMethod": false
@@ -6300,6 +7200,7 @@
6300
7200
  "isVirtual": false,
6301
7201
  "isOverride": false,
6302
7202
  "isSealed": false,
7203
+ "visibility": "Public",
6303
7204
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6304
7205
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6305
7206
  "isExtensionMethod": false
@@ -6319,6 +7220,7 @@
6319
7220
  "isVirtual": false,
6320
7221
  "isOverride": false,
6321
7222
  "isSealed": false,
7223
+ "visibility": "Public",
6322
7224
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6323
7225
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6324
7226
  "isExtensionMethod": false
@@ -6338,6 +7240,7 @@
6338
7240
  "isVirtual": false,
6339
7241
  "isOverride": false,
6340
7242
  "isSealed": false,
7243
+ "visibility": "Public",
6341
7244
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6342
7245
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6343
7246
  "isExtensionMethod": false
@@ -6357,6 +7260,7 @@
6357
7260
  "isVirtual": false,
6358
7261
  "isOverride": false,
6359
7262
  "isSealed": false,
7263
+ "visibility": "Public",
6360
7264
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6361
7265
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6362
7266
  "isExtensionMethod": false
@@ -6376,6 +7280,7 @@
6376
7280
  "isVirtual": false,
6377
7281
  "isOverride": false,
6378
7282
  "isSealed": false,
7283
+ "visibility": "Public",
6379
7284
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6380
7285
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6381
7286
  "isExtensionMethod": false
@@ -6395,6 +7300,7 @@
6395
7300
  "isVirtual": false,
6396
7301
  "isOverride": false,
6397
7302
  "isSealed": false,
7303
+ "visibility": "Public",
6398
7304
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6399
7305
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6400
7306
  "isExtensionMethod": false
@@ -6414,6 +7320,7 @@
6414
7320
  "isVirtual": false,
6415
7321
  "isOverride": false,
6416
7322
  "isSealed": false,
7323
+ "visibility": "Public",
6417
7324
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6418
7325
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6419
7326
  "isExtensionMethod": false
@@ -6433,6 +7340,7 @@
6433
7340
  "isVirtual": false,
6434
7341
  "isOverride": false,
6435
7342
  "isSealed": false,
7343
+ "visibility": "Public",
6436
7344
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6437
7345
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6438
7346
  "isExtensionMethod": false
@@ -6452,6 +7360,7 @@
6452
7360
  "isVirtual": false,
6453
7361
  "isOverride": false,
6454
7362
  "isSealed": false,
7363
+ "visibility": "Public",
6455
7364
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6456
7365
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6457
7366
  "isExtensionMethod": false
@@ -6471,6 +7380,7 @@
6471
7380
  "isVirtual": false,
6472
7381
  "isOverride": false,
6473
7382
  "isSealed": false,
7383
+ "visibility": "Public",
6474
7384
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6475
7385
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6476
7386
  "isExtensionMethod": false
@@ -6490,6 +7400,7 @@
6490
7400
  "isVirtual": false,
6491
7401
  "isOverride": false,
6492
7402
  "isSealed": false,
7403
+ "visibility": "Public",
6493
7404
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6494
7405
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6495
7406
  "isExtensionMethod": false
@@ -6509,6 +7420,7 @@
6509
7420
  "isVirtual": false,
6510
7421
  "isOverride": false,
6511
7422
  "isSealed": false,
7423
+ "visibility": "Public",
6512
7424
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6513
7425
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6514
7426
  "isExtensionMethod": false
@@ -6528,6 +7440,7 @@
6528
7440
  "isVirtual": false,
6529
7441
  "isOverride": false,
6530
7442
  "isSealed": false,
7443
+ "visibility": "Public",
6531
7444
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6532
7445
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6533
7446
  "isExtensionMethod": false
@@ -6547,6 +7460,7 @@
6547
7460
  "isVirtual": false,
6548
7461
  "isOverride": false,
6549
7462
  "isSealed": false,
7463
+ "visibility": "Public",
6550
7464
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6551
7465
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6552
7466
  "isExtensionMethod": false
@@ -6566,6 +7480,7 @@
6566
7480
  "isVirtual": false,
6567
7481
  "isOverride": false,
6568
7482
  "isSealed": false,
7483
+ "visibility": "Public",
6569
7484
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6570
7485
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6571
7486
  "isExtensionMethod": false
@@ -6585,6 +7500,7 @@
6585
7500
  "isVirtual": false,
6586
7501
  "isOverride": false,
6587
7502
  "isSealed": false,
7503
+ "visibility": "Public",
6588
7504
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6589
7505
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6590
7506
  "isExtensionMethod": false
@@ -6604,6 +7520,7 @@
6604
7520
  "isVirtual": false,
6605
7521
  "isOverride": false,
6606
7522
  "isSealed": false,
7523
+ "visibility": "Public",
6607
7524
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6608
7525
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6609
7526
  "isExtensionMethod": false
@@ -6623,6 +7540,7 @@
6623
7540
  "isVirtual": false,
6624
7541
  "isOverride": false,
6625
7542
  "isSealed": false,
7543
+ "visibility": "Public",
6626
7544
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6627
7545
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6628
7546
  "isExtensionMethod": false
@@ -6642,6 +7560,7 @@
6642
7560
  "isVirtual": false,
6643
7561
  "isOverride": false,
6644
7562
  "isSealed": false,
7563
+ "visibility": "Public",
6645
7564
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6646
7565
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6647
7566
  "isExtensionMethod": false
@@ -6661,6 +7580,7 @@
6661
7580
  "isVirtual": false,
6662
7581
  "isOverride": false,
6663
7582
  "isSealed": false,
7583
+ "visibility": "Public",
6664
7584
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6665
7585
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6666
7586
  "isExtensionMethod": false
@@ -6680,6 +7600,7 @@
6680
7600
  "isVirtual": false,
6681
7601
  "isOverride": false,
6682
7602
  "isSealed": false,
7603
+ "visibility": "Public",
6683
7604
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6684
7605
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6685
7606
  "isExtensionMethod": false
@@ -6699,6 +7620,7 @@
6699
7620
  "isVirtual": false,
6700
7621
  "isOverride": false,
6701
7622
  "isSealed": false,
7623
+ "visibility": "Public",
6702
7624
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6703
7625
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6704
7626
  "isExtensionMethod": false
@@ -6718,6 +7640,7 @@
6718
7640
  "isVirtual": false,
6719
7641
  "isOverride": false,
6720
7642
  "isSealed": false,
7643
+ "visibility": "Public",
6721
7644
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6722
7645
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6723
7646
  "isExtensionMethod": false
@@ -6737,6 +7660,7 @@
6737
7660
  "isVirtual": false,
6738
7661
  "isOverride": false,
6739
7662
  "isSealed": false,
7663
+ "visibility": "Public",
6740
7664
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6741
7665
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6742
7666
  "isExtensionMethod": false
@@ -6756,6 +7680,7 @@
6756
7680
  "isVirtual": false,
6757
7681
  "isOverride": false,
6758
7682
  "isSealed": false,
7683
+ "visibility": "Public",
6759
7684
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6760
7685
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6761
7686
  "isExtensionMethod": false
@@ -6775,6 +7700,7 @@
6775
7700
  "isVirtual": false,
6776
7701
  "isOverride": false,
6777
7702
  "isSealed": false,
7703
+ "visibility": "Public",
6778
7704
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6779
7705
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6780
7706
  "isExtensionMethod": false
@@ -6794,6 +7720,7 @@
6794
7720
  "isVirtual": false,
6795
7721
  "isOverride": false,
6796
7722
  "isSealed": false,
7723
+ "visibility": "Public",
6797
7724
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6798
7725
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6799
7726
  "isExtensionMethod": false
@@ -6813,6 +7740,7 @@
6813
7740
  "isVirtual": false,
6814
7741
  "isOverride": false,
6815
7742
  "isSealed": false,
7743
+ "visibility": "Public",
6816
7744
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6817
7745
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6818
7746
  "isExtensionMethod": false
@@ -6832,6 +7760,7 @@
6832
7760
  "isVirtual": false,
6833
7761
  "isOverride": false,
6834
7762
  "isSealed": false,
7763
+ "visibility": "Public",
6835
7764
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6836
7765
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6837
7766
  "isExtensionMethod": false
@@ -6851,6 +7780,7 @@
6851
7780
  "isVirtual": false,
6852
7781
  "isOverride": false,
6853
7782
  "isSealed": false,
7783
+ "visibility": "Public",
6854
7784
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6855
7785
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6856
7786
  "isExtensionMethod": false
@@ -6870,6 +7800,7 @@
6870
7800
  "isVirtual": false,
6871
7801
  "isOverride": false,
6872
7802
  "isSealed": false,
7803
+ "visibility": "Public",
6873
7804
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6874
7805
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6875
7806
  "isExtensionMethod": false
@@ -6889,6 +7820,7 @@
6889
7820
  "isVirtual": false,
6890
7821
  "isOverride": false,
6891
7822
  "isSealed": false,
7823
+ "visibility": "Public",
6892
7824
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6893
7825
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6894
7826
  "isExtensionMethod": false
@@ -6908,6 +7840,7 @@
6908
7840
  "isVirtual": false,
6909
7841
  "isOverride": false,
6910
7842
  "isSealed": false,
7843
+ "visibility": "Public",
6911
7844
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6912
7845
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6913
7846
  "isExtensionMethod": false
@@ -6927,6 +7860,7 @@
6927
7860
  "isVirtual": false,
6928
7861
  "isOverride": false,
6929
7862
  "isSealed": false,
7863
+ "visibility": "Public",
6930
7864
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6931
7865
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6932
7866
  "isExtensionMethod": false
@@ -6946,6 +7880,7 @@
6946
7880
  "isVirtual": false,
6947
7881
  "isOverride": false,
6948
7882
  "isSealed": false,
7883
+ "visibility": "Public",
6949
7884
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6950
7885
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6951
7886
  "isExtensionMethod": false
@@ -6965,6 +7900,7 @@
6965
7900
  "isVirtual": false,
6966
7901
  "isOverride": false,
6967
7902
  "isSealed": false,
7903
+ "visibility": "Public",
6968
7904
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6969
7905
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6970
7906
  "isExtensionMethod": false
@@ -6984,6 +7920,7 @@
6984
7920
  "isVirtual": false,
6985
7921
  "isOverride": false,
6986
7922
  "isSealed": false,
7923
+ "visibility": "Public",
6987
7924
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
6988
7925
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6989
7926
  "isExtensionMethod": false
@@ -7003,6 +7940,7 @@
7003
7940
  "isVirtual": false,
7004
7941
  "isOverride": false,
7005
7942
  "isSealed": false,
7943
+ "visibility": "Public",
7006
7944
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7007
7945
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7008
7946
  "isExtensionMethod": false
@@ -7022,6 +7960,7 @@
7022
7960
  "isVirtual": false,
7023
7961
  "isOverride": false,
7024
7962
  "isSealed": false,
7963
+ "visibility": "Public",
7025
7964
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7026
7965
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7027
7966
  "isExtensionMethod": false
@@ -7041,6 +7980,7 @@
7041
7980
  "isVirtual": false,
7042
7981
  "isOverride": false,
7043
7982
  "isSealed": false,
7983
+ "visibility": "Public",
7044
7984
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7045
7985
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7046
7986
  "isExtensionMethod": false
@@ -7060,6 +8000,7 @@
7060
8000
  "isVirtual": false,
7061
8001
  "isOverride": false,
7062
8002
  "isSealed": false,
8003
+ "visibility": "Public",
7063
8004
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7064
8005
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7065
8006
  "isExtensionMethod": false
@@ -7079,6 +8020,7 @@
7079
8020
  "isVirtual": false,
7080
8021
  "isOverride": false,
7081
8022
  "isSealed": false,
8023
+ "visibility": "Public",
7082
8024
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7083
8025
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7084
8026
  "isExtensionMethod": false
@@ -7098,6 +8040,7 @@
7098
8040
  "isVirtual": false,
7099
8041
  "isOverride": false,
7100
8042
  "isSealed": false,
8043
+ "visibility": "Public",
7101
8044
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7102
8045
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7103
8046
  "isExtensionMethod": false
@@ -7117,6 +8060,7 @@
7117
8060
  "isVirtual": false,
7118
8061
  "isOverride": false,
7119
8062
  "isSealed": false,
8063
+ "visibility": "Public",
7120
8064
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7121
8065
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7122
8066
  "isExtensionMethod": false
@@ -7136,6 +8080,7 @@
7136
8080
  "isVirtual": false,
7137
8081
  "isOverride": false,
7138
8082
  "isSealed": false,
8083
+ "visibility": "Public",
7139
8084
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7140
8085
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7141
8086
  "isExtensionMethod": false
@@ -7155,6 +8100,7 @@
7155
8100
  "isVirtual": false,
7156
8101
  "isOverride": false,
7157
8102
  "isSealed": false,
8103
+ "visibility": "Public",
7158
8104
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7159
8105
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7160
8106
  "isExtensionMethod": false
@@ -7174,6 +8120,7 @@
7174
8120
  "isVirtual": false,
7175
8121
  "isOverride": false,
7176
8122
  "isSealed": false,
8123
+ "visibility": "Public",
7177
8124
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7178
8125
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7179
8126
  "isExtensionMethod": false
@@ -7193,6 +8140,7 @@
7193
8140
  "isVirtual": false,
7194
8141
  "isOverride": false,
7195
8142
  "isSealed": false,
8143
+ "visibility": "Public",
7196
8144
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7197
8145
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7198
8146
  "isExtensionMethod": false
@@ -7212,6 +8160,7 @@
7212
8160
  "isVirtual": false,
7213
8161
  "isOverride": false,
7214
8162
  "isSealed": false,
8163
+ "visibility": "Public",
7215
8164
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7216
8165
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7217
8166
  "isExtensionMethod": false
@@ -7231,6 +8180,7 @@
7231
8180
  "isVirtual": false,
7232
8181
  "isOverride": false,
7233
8182
  "isSealed": false,
8183
+ "visibility": "Public",
7234
8184
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.Internal.RelationalResources",
7235
8185
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7236
8186
  "isExtensionMethod": false