@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +38 -7
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -0
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +11 -3
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -15,6 +15,37 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
25
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
26
|
+
"typeArguments": [
|
|
27
|
+
"KeyValuePair_2[[String,Object]]"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
32
|
+
"clrName": "System.Collections.IEnumerable"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
36
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
37
|
+
"typeArguments": [
|
|
38
|
+
"KeyValuePair_2[[String,Object]]"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
43
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
44
|
+
"typeArguments": [
|
|
45
|
+
"KeyValuePair_2[[String,Object]]"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
],
|
|
18
49
|
"methods": [
|
|
19
50
|
{
|
|
20
51
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -31,6 +62,7 @@
|
|
|
31
62
|
"isVirtual": true,
|
|
32
63
|
"isOverride": false,
|
|
33
64
|
"isSealed": true,
|
|
65
|
+
"visibility": "Public",
|
|
34
66
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
35
67
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
36
68
|
"isExtensionMethod": false
|
|
@@ -52,6 +84,7 @@
|
|
|
52
84
|
"isAbstract": false,
|
|
53
85
|
"isVirtual": false,
|
|
54
86
|
"isOverride": false,
|
|
87
|
+
"visibility": "Public",
|
|
55
88
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
56
89
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
57
90
|
},
|
|
@@ -70,6 +103,7 @@
|
|
|
70
103
|
"isAbstract": false,
|
|
71
104
|
"isVirtual": false,
|
|
72
105
|
"isOverride": false,
|
|
106
|
+
"visibility": "Public",
|
|
73
107
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
74
108
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
75
109
|
},
|
|
@@ -88,6 +122,7 @@
|
|
|
88
122
|
"isAbstract": false,
|
|
89
123
|
"isVirtual": true,
|
|
90
124
|
"isOverride": false,
|
|
125
|
+
"visibility": "Public",
|
|
91
126
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
92
127
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
93
128
|
},
|
|
@@ -106,6 +141,7 @@
|
|
|
106
141
|
"isAbstract": false,
|
|
107
142
|
"isVirtual": true,
|
|
108
143
|
"isOverride": false,
|
|
144
|
+
"visibility": "Public",
|
|
109
145
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
110
146
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
111
147
|
},
|
|
@@ -124,6 +160,7 @@
|
|
|
124
160
|
"isAbstract": false,
|
|
125
161
|
"isVirtual": false,
|
|
126
162
|
"isOverride": false,
|
|
163
|
+
"visibility": "Public",
|
|
127
164
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
128
165
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
129
166
|
},
|
|
@@ -142,6 +179,7 @@
|
|
|
142
179
|
"isAbstract": false,
|
|
143
180
|
"isVirtual": false,
|
|
144
181
|
"isOverride": false,
|
|
182
|
+
"visibility": "Public",
|
|
145
183
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
146
184
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
147
185
|
},
|
|
@@ -160,6 +198,7 @@
|
|
|
160
198
|
"isAbstract": false,
|
|
161
199
|
"isVirtual": false,
|
|
162
200
|
"isOverride": false,
|
|
201
|
+
"visibility": "Public",
|
|
163
202
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
164
203
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
165
204
|
},
|
|
@@ -178,6 +217,7 @@
|
|
|
178
217
|
"isAbstract": false,
|
|
179
218
|
"isVirtual": false,
|
|
180
219
|
"isOverride": false,
|
|
220
|
+
"visibility": "Public",
|
|
181
221
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
182
222
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
183
223
|
},
|
|
@@ -196,6 +236,7 @@
|
|
|
196
236
|
"isAbstract": false,
|
|
197
237
|
"isVirtual": false,
|
|
198
238
|
"isOverride": false,
|
|
239
|
+
"visibility": "Public",
|
|
199
240
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
200
241
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
201
242
|
}
|
|
@@ -209,6 +250,7 @@
|
|
|
209
250
|
"isStatic": true,
|
|
210
251
|
"isReadOnly": false,
|
|
211
252
|
"isLiteral": true,
|
|
253
|
+
"visibility": "Public",
|
|
212
254
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
213
255
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
214
256
|
}
|
|
@@ -222,6 +264,7 @@
|
|
|
222
264
|
"normalizedSignature": "constructor|():void|static=false",
|
|
223
265
|
"isStatic": false,
|
|
224
266
|
"parameterCount": 0,
|
|
267
|
+
"visibility": "Public",
|
|
225
268
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandAfter",
|
|
226
269
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
227
270
|
}
|
|
@@ -238,6 +281,37 @@
|
|
|
238
281
|
"isSealed": true,
|
|
239
282
|
"isStatic": false,
|
|
240
283
|
"arity": 0,
|
|
284
|
+
"baseType": {
|
|
285
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
286
|
+
"clrName": "System.Object"
|
|
287
|
+
},
|
|
288
|
+
"interfaces": [
|
|
289
|
+
{
|
|
290
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
291
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
292
|
+
"typeArguments": [
|
|
293
|
+
"KeyValuePair_2[[String,Object]]"
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
298
|
+
"clrName": "System.Collections.IEnumerable"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
302
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
303
|
+
"typeArguments": [
|
|
304
|
+
"KeyValuePair_2[[String,Object]]"
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
309
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
310
|
+
"typeArguments": [
|
|
311
|
+
"KeyValuePair_2[[String,Object]]"
|
|
312
|
+
]
|
|
313
|
+
}
|
|
314
|
+
],
|
|
241
315
|
"methods": [
|
|
242
316
|
{
|
|
243
317
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -254,6 +328,7 @@
|
|
|
254
328
|
"isVirtual": true,
|
|
255
329
|
"isOverride": false,
|
|
256
330
|
"isSealed": true,
|
|
331
|
+
"visibility": "Public",
|
|
257
332
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
258
333
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
259
334
|
"isExtensionMethod": false
|
|
@@ -275,6 +350,7 @@
|
|
|
275
350
|
"isAbstract": false,
|
|
276
351
|
"isVirtual": false,
|
|
277
352
|
"isOverride": false,
|
|
353
|
+
"visibility": "Public",
|
|
278
354
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
279
355
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
280
356
|
},
|
|
@@ -293,6 +369,7 @@
|
|
|
293
369
|
"isAbstract": false,
|
|
294
370
|
"isVirtual": false,
|
|
295
371
|
"isOverride": false,
|
|
372
|
+
"visibility": "Public",
|
|
296
373
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
297
374
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
298
375
|
},
|
|
@@ -311,6 +388,7 @@
|
|
|
311
388
|
"isAbstract": false,
|
|
312
389
|
"isVirtual": true,
|
|
313
390
|
"isOverride": false,
|
|
391
|
+
"visibility": "Public",
|
|
314
392
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
315
393
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
316
394
|
},
|
|
@@ -329,6 +407,7 @@
|
|
|
329
407
|
"isAbstract": false,
|
|
330
408
|
"isVirtual": true,
|
|
331
409
|
"isOverride": false,
|
|
410
|
+
"visibility": "Public",
|
|
332
411
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
333
412
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
334
413
|
},
|
|
@@ -347,6 +426,7 @@
|
|
|
347
426
|
"isAbstract": false,
|
|
348
427
|
"isVirtual": false,
|
|
349
428
|
"isOverride": false,
|
|
429
|
+
"visibility": "Public",
|
|
350
430
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
351
431
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
352
432
|
},
|
|
@@ -365,6 +445,7 @@
|
|
|
365
445
|
"isAbstract": false,
|
|
366
446
|
"isVirtual": false,
|
|
367
447
|
"isOverride": false,
|
|
448
|
+
"visibility": "Public",
|
|
368
449
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
369
450
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
370
451
|
},
|
|
@@ -383,6 +464,7 @@
|
|
|
383
464
|
"isAbstract": false,
|
|
384
465
|
"isVirtual": false,
|
|
385
466
|
"isOverride": false,
|
|
467
|
+
"visibility": "Public",
|
|
386
468
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
387
469
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
388
470
|
},
|
|
@@ -401,6 +483,7 @@
|
|
|
401
483
|
"isAbstract": false,
|
|
402
484
|
"isVirtual": false,
|
|
403
485
|
"isOverride": false,
|
|
486
|
+
"visibility": "Public",
|
|
404
487
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
405
488
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
406
489
|
}
|
|
@@ -414,6 +497,7 @@
|
|
|
414
497
|
"isStatic": true,
|
|
415
498
|
"isReadOnly": false,
|
|
416
499
|
"isLiteral": true,
|
|
500
|
+
"visibility": "Public",
|
|
417
501
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
418
502
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
419
503
|
}
|
|
@@ -427,6 +511,7 @@
|
|
|
427
511
|
"normalizedSignature": "constructor|():void|static=false",
|
|
428
512
|
"isStatic": false,
|
|
429
513
|
"parameterCount": 0,
|
|
514
|
+
"visibility": "Public",
|
|
430
515
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandBefore",
|
|
431
516
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
432
517
|
}
|
|
@@ -443,6 +528,37 @@
|
|
|
443
528
|
"isSealed": true,
|
|
444
529
|
"isStatic": false,
|
|
445
530
|
"arity": 0,
|
|
531
|
+
"baseType": {
|
|
532
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
533
|
+
"clrName": "System.Object"
|
|
534
|
+
},
|
|
535
|
+
"interfaces": [
|
|
536
|
+
{
|
|
537
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
538
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
539
|
+
"typeArguments": [
|
|
540
|
+
"KeyValuePair_2[[String,Object]]"
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
545
|
+
"clrName": "System.Collections.IEnumerable"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
549
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
550
|
+
"typeArguments": [
|
|
551
|
+
"KeyValuePair_2[[String,Object]]"
|
|
552
|
+
]
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
556
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
557
|
+
"typeArguments": [
|
|
558
|
+
"KeyValuePair_2[[String,Object]]"
|
|
559
|
+
]
|
|
560
|
+
}
|
|
561
|
+
],
|
|
446
562
|
"methods": [
|
|
447
563
|
{
|
|
448
564
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -459,6 +575,7 @@
|
|
|
459
575
|
"isVirtual": true,
|
|
460
576
|
"isOverride": false,
|
|
461
577
|
"isSealed": true,
|
|
578
|
+
"visibility": "Public",
|
|
462
579
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
463
580
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
464
581
|
"isExtensionMethod": false
|
|
@@ -480,6 +597,7 @@
|
|
|
480
597
|
"isAbstract": false,
|
|
481
598
|
"isVirtual": false,
|
|
482
599
|
"isOverride": false,
|
|
600
|
+
"visibility": "Public",
|
|
483
601
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
484
602
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
485
603
|
},
|
|
@@ -498,6 +616,7 @@
|
|
|
498
616
|
"isAbstract": false,
|
|
499
617
|
"isVirtual": false,
|
|
500
618
|
"isOverride": false,
|
|
619
|
+
"visibility": "Public",
|
|
501
620
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
502
621
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
503
622
|
},
|
|
@@ -516,6 +635,7 @@
|
|
|
516
635
|
"isAbstract": false,
|
|
517
636
|
"isVirtual": true,
|
|
518
637
|
"isOverride": false,
|
|
638
|
+
"visibility": "Public",
|
|
519
639
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
520
640
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
521
641
|
},
|
|
@@ -534,6 +654,7 @@
|
|
|
534
654
|
"isAbstract": false,
|
|
535
655
|
"isVirtual": false,
|
|
536
656
|
"isOverride": false,
|
|
657
|
+
"visibility": "Public",
|
|
537
658
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
538
659
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
539
660
|
},
|
|
@@ -552,6 +673,7 @@
|
|
|
552
673
|
"isAbstract": false,
|
|
553
674
|
"isVirtual": true,
|
|
554
675
|
"isOverride": false,
|
|
676
|
+
"visibility": "Public",
|
|
555
677
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
556
678
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
557
679
|
},
|
|
@@ -570,6 +692,7 @@
|
|
|
570
692
|
"isAbstract": false,
|
|
571
693
|
"isVirtual": false,
|
|
572
694
|
"isOverride": false,
|
|
695
|
+
"visibility": "Public",
|
|
573
696
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
574
697
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
575
698
|
},
|
|
@@ -588,6 +711,7 @@
|
|
|
588
711
|
"isAbstract": false,
|
|
589
712
|
"isVirtual": false,
|
|
590
713
|
"isOverride": false,
|
|
714
|
+
"visibility": "Public",
|
|
591
715
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
592
716
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
593
717
|
},
|
|
@@ -606,6 +730,7 @@
|
|
|
606
730
|
"isAbstract": false,
|
|
607
731
|
"isVirtual": false,
|
|
608
732
|
"isOverride": false,
|
|
733
|
+
"visibility": "Public",
|
|
609
734
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
610
735
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
611
736
|
},
|
|
@@ -624,6 +749,7 @@
|
|
|
624
749
|
"isAbstract": false,
|
|
625
750
|
"isVirtual": false,
|
|
626
751
|
"isOverride": false,
|
|
752
|
+
"visibility": "Public",
|
|
627
753
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
628
754
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
629
755
|
}
|
|
@@ -637,6 +763,7 @@
|
|
|
637
763
|
"isStatic": true,
|
|
638
764
|
"isReadOnly": false,
|
|
639
765
|
"isLiteral": true,
|
|
766
|
+
"visibility": "Public",
|
|
640
767
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
641
768
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
642
769
|
}
|
|
@@ -650,6 +777,7 @@
|
|
|
650
777
|
"normalizedSignature": "constructor|():void|static=false",
|
|
651
778
|
"isStatic": false,
|
|
652
779
|
"parameterCount": 0,
|
|
780
|
+
"visibility": "Public",
|
|
653
781
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientCommandError",
|
|
654
782
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
655
783
|
}
|
|
@@ -666,6 +794,37 @@
|
|
|
666
794
|
"isSealed": true,
|
|
667
795
|
"isStatic": false,
|
|
668
796
|
"arity": 0,
|
|
797
|
+
"baseType": {
|
|
798
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
799
|
+
"clrName": "System.Object"
|
|
800
|
+
},
|
|
801
|
+
"interfaces": [
|
|
802
|
+
{
|
|
803
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
804
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
805
|
+
"typeArguments": [
|
|
806
|
+
"KeyValuePair_2[[String,Object]]"
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
811
|
+
"clrName": "System.Collections.IEnumerable"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
815
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
816
|
+
"typeArguments": [
|
|
817
|
+
"KeyValuePair_2[[String,Object]]"
|
|
818
|
+
]
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
822
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
823
|
+
"typeArguments": [
|
|
824
|
+
"KeyValuePair_2[[String,Object]]"
|
|
825
|
+
]
|
|
826
|
+
}
|
|
827
|
+
],
|
|
669
828
|
"methods": [
|
|
670
829
|
{
|
|
671
830
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -682,6 +841,7 @@
|
|
|
682
841
|
"isVirtual": true,
|
|
683
842
|
"isOverride": false,
|
|
684
843
|
"isSealed": true,
|
|
844
|
+
"visibility": "Public",
|
|
685
845
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
686
846
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
687
847
|
"isExtensionMethod": false
|
|
@@ -703,6 +863,7 @@
|
|
|
703
863
|
"isAbstract": false,
|
|
704
864
|
"isVirtual": false,
|
|
705
865
|
"isOverride": false,
|
|
866
|
+
"visibility": "Public",
|
|
706
867
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
707
868
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
708
869
|
},
|
|
@@ -721,6 +882,7 @@
|
|
|
721
882
|
"isAbstract": false,
|
|
722
883
|
"isVirtual": false,
|
|
723
884
|
"isOverride": false,
|
|
885
|
+
"visibility": "Public",
|
|
724
886
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
725
887
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
726
888
|
},
|
|
@@ -739,6 +901,7 @@
|
|
|
739
901
|
"isAbstract": false,
|
|
740
902
|
"isVirtual": true,
|
|
741
903
|
"isOverride": false,
|
|
904
|
+
"visibility": "Public",
|
|
742
905
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
743
906
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
744
907
|
},
|
|
@@ -757,6 +920,7 @@
|
|
|
757
920
|
"isAbstract": false,
|
|
758
921
|
"isVirtual": true,
|
|
759
922
|
"isOverride": false,
|
|
923
|
+
"visibility": "Public",
|
|
760
924
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
761
925
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
762
926
|
},
|
|
@@ -775,6 +939,7 @@
|
|
|
775
939
|
"isAbstract": false,
|
|
776
940
|
"isVirtual": false,
|
|
777
941
|
"isOverride": false,
|
|
942
|
+
"visibility": "Public",
|
|
778
943
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
779
944
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
780
945
|
},
|
|
@@ -793,6 +958,7 @@
|
|
|
793
958
|
"isAbstract": false,
|
|
794
959
|
"isVirtual": false,
|
|
795
960
|
"isOverride": false,
|
|
961
|
+
"visibility": "Public",
|
|
796
962
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
797
963
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
798
964
|
},
|
|
@@ -811,6 +977,7 @@
|
|
|
811
977
|
"isAbstract": false,
|
|
812
978
|
"isVirtual": false,
|
|
813
979
|
"isOverride": false,
|
|
980
|
+
"visibility": "Public",
|
|
814
981
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
815
982
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
816
983
|
},
|
|
@@ -829,6 +996,7 @@
|
|
|
829
996
|
"isAbstract": false,
|
|
830
997
|
"isVirtual": false,
|
|
831
998
|
"isOverride": false,
|
|
999
|
+
"visibility": "Public",
|
|
832
1000
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
833
1001
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
834
1002
|
}
|
|
@@ -842,6 +1010,7 @@
|
|
|
842
1010
|
"isStatic": true,
|
|
843
1011
|
"isReadOnly": false,
|
|
844
1012
|
"isLiteral": true,
|
|
1013
|
+
"visibility": "Public",
|
|
845
1014
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
846
1015
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
847
1016
|
}
|
|
@@ -855,6 +1024,7 @@
|
|
|
855
1024
|
"normalizedSignature": "constructor|():void|static=false",
|
|
856
1025
|
"isStatic": false,
|
|
857
1026
|
"parameterCount": 0,
|
|
1027
|
+
"visibility": "Public",
|
|
858
1028
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseAfter",
|
|
859
1029
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
860
1030
|
}
|
|
@@ -871,6 +1041,37 @@
|
|
|
871
1041
|
"isSealed": true,
|
|
872
1042
|
"isStatic": false,
|
|
873
1043
|
"arity": 0,
|
|
1044
|
+
"baseType": {
|
|
1045
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1046
|
+
"clrName": "System.Object"
|
|
1047
|
+
},
|
|
1048
|
+
"interfaces": [
|
|
1049
|
+
{
|
|
1050
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
1051
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
1052
|
+
"typeArguments": [
|
|
1053
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1054
|
+
]
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1058
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1062
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1063
|
+
"typeArguments": [
|
|
1064
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1065
|
+
]
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
1069
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1070
|
+
"typeArguments": [
|
|
1071
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1072
|
+
]
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
874
1075
|
"methods": [
|
|
875
1076
|
{
|
|
876
1077
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -887,6 +1088,7 @@
|
|
|
887
1088
|
"isVirtual": true,
|
|
888
1089
|
"isOverride": false,
|
|
889
1090
|
"isSealed": true,
|
|
1091
|
+
"visibility": "Public",
|
|
890
1092
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
891
1093
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
892
1094
|
"isExtensionMethod": false
|
|
@@ -908,6 +1110,7 @@
|
|
|
908
1110
|
"isAbstract": false,
|
|
909
1111
|
"isVirtual": false,
|
|
910
1112
|
"isOverride": false,
|
|
1113
|
+
"visibility": "Public",
|
|
911
1114
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
912
1115
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
913
1116
|
},
|
|
@@ -926,6 +1129,7 @@
|
|
|
926
1129
|
"isAbstract": false,
|
|
927
1130
|
"isVirtual": false,
|
|
928
1131
|
"isOverride": false,
|
|
1132
|
+
"visibility": "Public",
|
|
929
1133
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
930
1134
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
931
1135
|
},
|
|
@@ -944,6 +1148,7 @@
|
|
|
944
1148
|
"isAbstract": false,
|
|
945
1149
|
"isVirtual": true,
|
|
946
1150
|
"isOverride": false,
|
|
1151
|
+
"visibility": "Public",
|
|
947
1152
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
948
1153
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
949
1154
|
},
|
|
@@ -962,6 +1167,7 @@
|
|
|
962
1167
|
"isAbstract": false,
|
|
963
1168
|
"isVirtual": true,
|
|
964
1169
|
"isOverride": false,
|
|
1170
|
+
"visibility": "Public",
|
|
965
1171
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
966
1172
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
967
1173
|
},
|
|
@@ -980,6 +1186,7 @@
|
|
|
980
1186
|
"isAbstract": false,
|
|
981
1187
|
"isVirtual": false,
|
|
982
1188
|
"isOverride": false,
|
|
1189
|
+
"visibility": "Public",
|
|
983
1190
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
984
1191
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
985
1192
|
},
|
|
@@ -998,6 +1205,7 @@
|
|
|
998
1205
|
"isAbstract": false,
|
|
999
1206
|
"isVirtual": false,
|
|
1000
1207
|
"isOverride": false,
|
|
1208
|
+
"visibility": "Public",
|
|
1001
1209
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
1002
1210
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1003
1211
|
},
|
|
@@ -1016,6 +1224,7 @@
|
|
|
1016
1224
|
"isAbstract": false,
|
|
1017
1225
|
"isVirtual": false,
|
|
1018
1226
|
"isOverride": false,
|
|
1227
|
+
"visibility": "Public",
|
|
1019
1228
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
1020
1229
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1021
1230
|
},
|
|
@@ -1034,6 +1243,7 @@
|
|
|
1034
1243
|
"isAbstract": false,
|
|
1035
1244
|
"isVirtual": false,
|
|
1036
1245
|
"isOverride": false,
|
|
1246
|
+
"visibility": "Public",
|
|
1037
1247
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
1038
1248
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1039
1249
|
}
|
|
@@ -1047,6 +1257,7 @@
|
|
|
1047
1257
|
"isStatic": true,
|
|
1048
1258
|
"isReadOnly": false,
|
|
1049
1259
|
"isLiteral": true,
|
|
1260
|
+
"visibility": "Public",
|
|
1050
1261
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
1051
1262
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1052
1263
|
}
|
|
@@ -1060,6 +1271,7 @@
|
|
|
1060
1271
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1061
1272
|
"isStatic": false,
|
|
1062
1273
|
"parameterCount": 0,
|
|
1274
|
+
"visibility": "Public",
|
|
1063
1275
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseBefore",
|
|
1064
1276
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1065
1277
|
}
|
|
@@ -1076,6 +1288,37 @@
|
|
|
1076
1288
|
"isSealed": true,
|
|
1077
1289
|
"isStatic": false,
|
|
1078
1290
|
"arity": 0,
|
|
1291
|
+
"baseType": {
|
|
1292
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1293
|
+
"clrName": "System.Object"
|
|
1294
|
+
},
|
|
1295
|
+
"interfaces": [
|
|
1296
|
+
{
|
|
1297
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
1298
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
1299
|
+
"typeArguments": [
|
|
1300
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1305
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1309
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1310
|
+
"typeArguments": [
|
|
1311
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1312
|
+
]
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
1316
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1317
|
+
"typeArguments": [
|
|
1318
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1319
|
+
]
|
|
1320
|
+
}
|
|
1321
|
+
],
|
|
1079
1322
|
"methods": [
|
|
1080
1323
|
{
|
|
1081
1324
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -1092,6 +1335,7 @@
|
|
|
1092
1335
|
"isVirtual": true,
|
|
1093
1336
|
"isOverride": false,
|
|
1094
1337
|
"isSealed": true,
|
|
1338
|
+
"visibility": "Public",
|
|
1095
1339
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1096
1340
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
1097
1341
|
"isExtensionMethod": false
|
|
@@ -1113,6 +1357,7 @@
|
|
|
1113
1357
|
"isAbstract": false,
|
|
1114
1358
|
"isVirtual": false,
|
|
1115
1359
|
"isOverride": false,
|
|
1360
|
+
"visibility": "Public",
|
|
1116
1361
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1117
1362
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1118
1363
|
},
|
|
@@ -1131,6 +1376,7 @@
|
|
|
1131
1376
|
"isAbstract": false,
|
|
1132
1377
|
"isVirtual": false,
|
|
1133
1378
|
"isOverride": false,
|
|
1379
|
+
"visibility": "Public",
|
|
1134
1380
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1135
1381
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1136
1382
|
},
|
|
@@ -1149,6 +1395,7 @@
|
|
|
1149
1395
|
"isAbstract": false,
|
|
1150
1396
|
"isVirtual": true,
|
|
1151
1397
|
"isOverride": false,
|
|
1398
|
+
"visibility": "Public",
|
|
1152
1399
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1153
1400
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1154
1401
|
},
|
|
@@ -1167,6 +1414,7 @@
|
|
|
1167
1414
|
"isAbstract": false,
|
|
1168
1415
|
"isVirtual": false,
|
|
1169
1416
|
"isOverride": false,
|
|
1417
|
+
"visibility": "Public",
|
|
1170
1418
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1171
1419
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1172
1420
|
},
|
|
@@ -1185,6 +1433,7 @@
|
|
|
1185
1433
|
"isAbstract": false,
|
|
1186
1434
|
"isVirtual": true,
|
|
1187
1435
|
"isOverride": false,
|
|
1436
|
+
"visibility": "Public",
|
|
1188
1437
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1189
1438
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1190
1439
|
},
|
|
@@ -1203,6 +1452,7 @@
|
|
|
1203
1452
|
"isAbstract": false,
|
|
1204
1453
|
"isVirtual": false,
|
|
1205
1454
|
"isOverride": false,
|
|
1455
|
+
"visibility": "Public",
|
|
1206
1456
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1207
1457
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1208
1458
|
},
|
|
@@ -1221,6 +1471,7 @@
|
|
|
1221
1471
|
"isAbstract": false,
|
|
1222
1472
|
"isVirtual": false,
|
|
1223
1473
|
"isOverride": false,
|
|
1474
|
+
"visibility": "Public",
|
|
1224
1475
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1225
1476
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1226
1477
|
},
|
|
@@ -1239,6 +1490,7 @@
|
|
|
1239
1490
|
"isAbstract": false,
|
|
1240
1491
|
"isVirtual": false,
|
|
1241
1492
|
"isOverride": false,
|
|
1493
|
+
"visibility": "Public",
|
|
1242
1494
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1243
1495
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1244
1496
|
},
|
|
@@ -1257,6 +1509,7 @@
|
|
|
1257
1509
|
"isAbstract": false,
|
|
1258
1510
|
"isVirtual": false,
|
|
1259
1511
|
"isOverride": false,
|
|
1512
|
+
"visibility": "Public",
|
|
1260
1513
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1261
1514
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1262
1515
|
}
|
|
@@ -1270,6 +1523,7 @@
|
|
|
1270
1523
|
"isStatic": true,
|
|
1271
1524
|
"isReadOnly": false,
|
|
1272
1525
|
"isLiteral": true,
|
|
1526
|
+
"visibility": "Public",
|
|
1273
1527
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1274
1528
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1275
1529
|
}
|
|
@@ -1283,6 +1537,7 @@
|
|
|
1283
1537
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1284
1538
|
"isStatic": false,
|
|
1285
1539
|
"parameterCount": 0,
|
|
1540
|
+
"visibility": "Public",
|
|
1286
1541
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionCloseError",
|
|
1287
1542
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1288
1543
|
}
|
|
@@ -1299,6 +1554,37 @@
|
|
|
1299
1554
|
"isSealed": true,
|
|
1300
1555
|
"isStatic": false,
|
|
1301
1556
|
"arity": 0,
|
|
1557
|
+
"baseType": {
|
|
1558
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1559
|
+
"clrName": "System.Object"
|
|
1560
|
+
},
|
|
1561
|
+
"interfaces": [
|
|
1562
|
+
{
|
|
1563
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
1564
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
1565
|
+
"typeArguments": [
|
|
1566
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1567
|
+
]
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1571
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1575
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1576
|
+
"typeArguments": [
|
|
1577
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1578
|
+
]
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
1582
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1583
|
+
"typeArguments": [
|
|
1584
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1585
|
+
]
|
|
1586
|
+
}
|
|
1587
|
+
],
|
|
1302
1588
|
"methods": [
|
|
1303
1589
|
{
|
|
1304
1590
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -1315,6 +1601,7 @@
|
|
|
1315
1601
|
"isVirtual": true,
|
|
1316
1602
|
"isOverride": false,
|
|
1317
1603
|
"isSealed": true,
|
|
1604
|
+
"visibility": "Public",
|
|
1318
1605
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1319
1606
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
1320
1607
|
"isExtensionMethod": false
|
|
@@ -1336,6 +1623,7 @@
|
|
|
1336
1623
|
"isAbstract": false,
|
|
1337
1624
|
"isVirtual": false,
|
|
1338
1625
|
"isOverride": false,
|
|
1626
|
+
"visibility": "Public",
|
|
1339
1627
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1340
1628
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1341
1629
|
},
|
|
@@ -1354,6 +1642,7 @@
|
|
|
1354
1642
|
"isAbstract": false,
|
|
1355
1643
|
"isVirtual": false,
|
|
1356
1644
|
"isOverride": false,
|
|
1645
|
+
"visibility": "Public",
|
|
1357
1646
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1358
1647
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1359
1648
|
},
|
|
@@ -1372,6 +1661,7 @@
|
|
|
1372
1661
|
"isAbstract": false,
|
|
1373
1662
|
"isVirtual": false,
|
|
1374
1663
|
"isOverride": false,
|
|
1664
|
+
"visibility": "Public",
|
|
1375
1665
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1376
1666
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1377
1667
|
},
|
|
@@ -1390,6 +1680,7 @@
|
|
|
1390
1680
|
"isAbstract": false,
|
|
1391
1681
|
"isVirtual": true,
|
|
1392
1682
|
"isOverride": false,
|
|
1683
|
+
"visibility": "Public",
|
|
1393
1684
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1394
1685
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1395
1686
|
},
|
|
@@ -1408,6 +1699,7 @@
|
|
|
1408
1699
|
"isAbstract": false,
|
|
1409
1700
|
"isVirtual": true,
|
|
1410
1701
|
"isOverride": false,
|
|
1702
|
+
"visibility": "Public",
|
|
1411
1703
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1412
1704
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1413
1705
|
},
|
|
@@ -1426,6 +1718,7 @@
|
|
|
1426
1718
|
"isAbstract": false,
|
|
1427
1719
|
"isVirtual": false,
|
|
1428
1720
|
"isOverride": false,
|
|
1721
|
+
"visibility": "Public",
|
|
1429
1722
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1430
1723
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1431
1724
|
},
|
|
@@ -1444,6 +1737,7 @@
|
|
|
1444
1737
|
"isAbstract": false,
|
|
1445
1738
|
"isVirtual": false,
|
|
1446
1739
|
"isOverride": false,
|
|
1740
|
+
"visibility": "Public",
|
|
1447
1741
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1448
1742
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1449
1743
|
},
|
|
@@ -1462,6 +1756,7 @@
|
|
|
1462
1756
|
"isAbstract": false,
|
|
1463
1757
|
"isVirtual": false,
|
|
1464
1758
|
"isOverride": false,
|
|
1759
|
+
"visibility": "Public",
|
|
1465
1760
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1466
1761
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1467
1762
|
},
|
|
@@ -1480,6 +1775,7 @@
|
|
|
1480
1775
|
"isAbstract": false,
|
|
1481
1776
|
"isVirtual": false,
|
|
1482
1777
|
"isOverride": false,
|
|
1778
|
+
"visibility": "Public",
|
|
1483
1779
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1484
1780
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1485
1781
|
}
|
|
@@ -1493,6 +1789,7 @@
|
|
|
1493
1789
|
"isStatic": true,
|
|
1494
1790
|
"isReadOnly": false,
|
|
1495
1791
|
"isLiteral": true,
|
|
1792
|
+
"visibility": "Public",
|
|
1496
1793
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1497
1794
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1498
1795
|
}
|
|
@@ -1506,6 +1803,7 @@
|
|
|
1506
1803
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1507
1804
|
"isStatic": false,
|
|
1508
1805
|
"parameterCount": 0,
|
|
1806
|
+
"visibility": "Public",
|
|
1509
1807
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenAfter",
|
|
1510
1808
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1511
1809
|
}
|
|
@@ -1522,6 +1820,37 @@
|
|
|
1522
1820
|
"isSealed": true,
|
|
1523
1821
|
"isStatic": false,
|
|
1524
1822
|
"arity": 0,
|
|
1823
|
+
"baseType": {
|
|
1824
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1825
|
+
"clrName": "System.Object"
|
|
1826
|
+
},
|
|
1827
|
+
"interfaces": [
|
|
1828
|
+
{
|
|
1829
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
1830
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
1831
|
+
"typeArguments": [
|
|
1832
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1837
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1841
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1842
|
+
"typeArguments": [
|
|
1843
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1844
|
+
]
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
1848
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1849
|
+
"typeArguments": [
|
|
1850
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1851
|
+
]
|
|
1852
|
+
}
|
|
1853
|
+
],
|
|
1525
1854
|
"methods": [
|
|
1526
1855
|
{
|
|
1527
1856
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -1538,6 +1867,7 @@
|
|
|
1538
1867
|
"isVirtual": true,
|
|
1539
1868
|
"isOverride": false,
|
|
1540
1869
|
"isSealed": true,
|
|
1870
|
+
"visibility": "Public",
|
|
1541
1871
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1542
1872
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
1543
1873
|
"isExtensionMethod": false
|
|
@@ -1559,6 +1889,7 @@
|
|
|
1559
1889
|
"isAbstract": false,
|
|
1560
1890
|
"isVirtual": false,
|
|
1561
1891
|
"isOverride": false,
|
|
1892
|
+
"visibility": "Public",
|
|
1562
1893
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1563
1894
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1564
1895
|
},
|
|
@@ -1577,6 +1908,7 @@
|
|
|
1577
1908
|
"isAbstract": false,
|
|
1578
1909
|
"isVirtual": false,
|
|
1579
1910
|
"isOverride": false,
|
|
1911
|
+
"visibility": "Public",
|
|
1580
1912
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1581
1913
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1582
1914
|
},
|
|
@@ -1595,6 +1927,7 @@
|
|
|
1595
1927
|
"isAbstract": false,
|
|
1596
1928
|
"isVirtual": true,
|
|
1597
1929
|
"isOverride": false,
|
|
1930
|
+
"visibility": "Public",
|
|
1598
1931
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1599
1932
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1600
1933
|
},
|
|
@@ -1613,6 +1946,7 @@
|
|
|
1613
1946
|
"isAbstract": false,
|
|
1614
1947
|
"isVirtual": true,
|
|
1615
1948
|
"isOverride": false,
|
|
1949
|
+
"visibility": "Public",
|
|
1616
1950
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1617
1951
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1618
1952
|
},
|
|
@@ -1631,6 +1965,7 @@
|
|
|
1631
1965
|
"isAbstract": false,
|
|
1632
1966
|
"isVirtual": false,
|
|
1633
1967
|
"isOverride": false,
|
|
1968
|
+
"visibility": "Public",
|
|
1634
1969
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1635
1970
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1636
1971
|
},
|
|
@@ -1649,6 +1984,7 @@
|
|
|
1649
1984
|
"isAbstract": false,
|
|
1650
1985
|
"isVirtual": false,
|
|
1651
1986
|
"isOverride": false,
|
|
1987
|
+
"visibility": "Public",
|
|
1652
1988
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1653
1989
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1654
1990
|
},
|
|
@@ -1667,6 +2003,7 @@
|
|
|
1667
2003
|
"isAbstract": false,
|
|
1668
2004
|
"isVirtual": false,
|
|
1669
2005
|
"isOverride": false,
|
|
2006
|
+
"visibility": "Public",
|
|
1670
2007
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1671
2008
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1672
2009
|
}
|
|
@@ -1680,6 +2017,7 @@
|
|
|
1680
2017
|
"isStatic": true,
|
|
1681
2018
|
"isReadOnly": false,
|
|
1682
2019
|
"isLiteral": true,
|
|
2020
|
+
"visibility": "Public",
|
|
1683
2021
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1684
2022
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1685
2023
|
}
|
|
@@ -1693,6 +2031,7 @@
|
|
|
1693
2031
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1694
2032
|
"isStatic": false,
|
|
1695
2033
|
"parameterCount": 0,
|
|
2034
|
+
"visibility": "Public",
|
|
1696
2035
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenBefore",
|
|
1697
2036
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1698
2037
|
}
|
|
@@ -1709,6 +2048,37 @@
|
|
|
1709
2048
|
"isSealed": true,
|
|
1710
2049
|
"isStatic": false,
|
|
1711
2050
|
"arity": 0,
|
|
2051
|
+
"baseType": {
|
|
2052
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2053
|
+
"clrName": "System.Object"
|
|
2054
|
+
},
|
|
2055
|
+
"interfaces": [
|
|
2056
|
+
{
|
|
2057
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2058
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2059
|
+
"typeArguments": [
|
|
2060
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2061
|
+
]
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2065
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2069
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2070
|
+
"typeArguments": [
|
|
2071
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2072
|
+
]
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
2076
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2077
|
+
"typeArguments": [
|
|
2078
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2079
|
+
]
|
|
2080
|
+
}
|
|
2081
|
+
],
|
|
1712
2082
|
"methods": [
|
|
1713
2083
|
{
|
|
1714
2084
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -1725,6 +2095,7 @@
|
|
|
1725
2095
|
"isVirtual": true,
|
|
1726
2096
|
"isOverride": false,
|
|
1727
2097
|
"isSealed": true,
|
|
2098
|
+
"visibility": "Public",
|
|
1728
2099
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1729
2100
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
1730
2101
|
"isExtensionMethod": false
|
|
@@ -1746,6 +2117,7 @@
|
|
|
1746
2117
|
"isAbstract": false,
|
|
1747
2118
|
"isVirtual": false,
|
|
1748
2119
|
"isOverride": false,
|
|
2120
|
+
"visibility": "Public",
|
|
1749
2121
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1750
2122
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1751
2123
|
},
|
|
@@ -1764,6 +2136,7 @@
|
|
|
1764
2136
|
"isAbstract": false,
|
|
1765
2137
|
"isVirtual": false,
|
|
1766
2138
|
"isOverride": false,
|
|
2139
|
+
"visibility": "Public",
|
|
1767
2140
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1768
2141
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1769
2142
|
},
|
|
@@ -1782,6 +2155,7 @@
|
|
|
1782
2155
|
"isAbstract": false,
|
|
1783
2156
|
"isVirtual": false,
|
|
1784
2157
|
"isOverride": false,
|
|
2158
|
+
"visibility": "Public",
|
|
1785
2159
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1786
2160
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1787
2161
|
},
|
|
@@ -1800,6 +2174,7 @@
|
|
|
1800
2174
|
"isAbstract": false,
|
|
1801
2175
|
"isVirtual": true,
|
|
1802
2176
|
"isOverride": false,
|
|
2177
|
+
"visibility": "Public",
|
|
1803
2178
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1804
2179
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1805
2180
|
},
|
|
@@ -1818,6 +2193,7 @@
|
|
|
1818
2193
|
"isAbstract": false,
|
|
1819
2194
|
"isVirtual": false,
|
|
1820
2195
|
"isOverride": false,
|
|
2196
|
+
"visibility": "Public",
|
|
1821
2197
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1822
2198
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1823
2199
|
},
|
|
@@ -1836,6 +2212,7 @@
|
|
|
1836
2212
|
"isAbstract": false,
|
|
1837
2213
|
"isVirtual": true,
|
|
1838
2214
|
"isOverride": false,
|
|
2215
|
+
"visibility": "Public",
|
|
1839
2216
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1840
2217
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1841
2218
|
},
|
|
@@ -1854,6 +2231,7 @@
|
|
|
1854
2231
|
"isAbstract": false,
|
|
1855
2232
|
"isVirtual": false,
|
|
1856
2233
|
"isOverride": false,
|
|
2234
|
+
"visibility": "Public",
|
|
1857
2235
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1858
2236
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1859
2237
|
},
|
|
@@ -1872,6 +2250,7 @@
|
|
|
1872
2250
|
"isAbstract": false,
|
|
1873
2251
|
"isVirtual": false,
|
|
1874
2252
|
"isOverride": false,
|
|
2253
|
+
"visibility": "Public",
|
|
1875
2254
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1876
2255
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1877
2256
|
},
|
|
@@ -1890,6 +2269,7 @@
|
|
|
1890
2269
|
"isAbstract": false,
|
|
1891
2270
|
"isVirtual": false,
|
|
1892
2271
|
"isOverride": false,
|
|
2272
|
+
"visibility": "Public",
|
|
1893
2273
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1894
2274
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1895
2275
|
}
|
|
@@ -1903,6 +2283,7 @@
|
|
|
1903
2283
|
"isStatic": true,
|
|
1904
2284
|
"isReadOnly": false,
|
|
1905
2285
|
"isLiteral": true,
|
|
2286
|
+
"visibility": "Public",
|
|
1906
2287
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1907
2288
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1908
2289
|
}
|
|
@@ -1916,6 +2297,7 @@
|
|
|
1916
2297
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1917
2298
|
"isStatic": false,
|
|
1918
2299
|
"parameterCount": 0,
|
|
2300
|
+
"visibility": "Public",
|
|
1919
2301
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientConnectionOpenError",
|
|
1920
2302
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1921
2303
|
}
|
|
@@ -1932,6 +2314,37 @@
|
|
|
1932
2314
|
"isSealed": true,
|
|
1933
2315
|
"isStatic": false,
|
|
1934
2316
|
"arity": 0,
|
|
2317
|
+
"baseType": {
|
|
2318
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2319
|
+
"clrName": "System.Object"
|
|
2320
|
+
},
|
|
2321
|
+
"interfaces": [
|
|
2322
|
+
{
|
|
2323
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2324
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2325
|
+
"typeArguments": [
|
|
2326
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2327
|
+
]
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2331
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2335
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2336
|
+
"typeArguments": [
|
|
2337
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2338
|
+
]
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
2342
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2343
|
+
"typeArguments": [
|
|
2344
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2345
|
+
]
|
|
2346
|
+
}
|
|
2347
|
+
],
|
|
1935
2348
|
"methods": [
|
|
1936
2349
|
{
|
|
1937
2350
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -1948,6 +2361,7 @@
|
|
|
1948
2361
|
"isVirtual": true,
|
|
1949
2362
|
"isOverride": false,
|
|
1950
2363
|
"isSealed": true,
|
|
2364
|
+
"visibility": "Public",
|
|
1951
2365
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
1952
2366
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
1953
2367
|
"isExtensionMethod": false
|
|
@@ -1969,6 +2383,7 @@
|
|
|
1969
2383
|
"isAbstract": false,
|
|
1970
2384
|
"isVirtual": false,
|
|
1971
2385
|
"isOverride": false,
|
|
2386
|
+
"visibility": "Public",
|
|
1972
2387
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
1973
2388
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1974
2389
|
},
|
|
@@ -1987,6 +2402,7 @@
|
|
|
1987
2402
|
"isAbstract": false,
|
|
1988
2403
|
"isVirtual": true,
|
|
1989
2404
|
"isOverride": false,
|
|
2405
|
+
"visibility": "Public",
|
|
1990
2406
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
1991
2407
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
1992
2408
|
},
|
|
@@ -2005,6 +2421,7 @@
|
|
|
2005
2421
|
"isAbstract": false,
|
|
2006
2422
|
"isVirtual": false,
|
|
2007
2423
|
"isOverride": false,
|
|
2424
|
+
"visibility": "Public",
|
|
2008
2425
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
2009
2426
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2010
2427
|
},
|
|
@@ -2023,6 +2440,7 @@
|
|
|
2023
2440
|
"isAbstract": false,
|
|
2024
2441
|
"isVirtual": true,
|
|
2025
2442
|
"isOverride": false,
|
|
2443
|
+
"visibility": "Public",
|
|
2026
2444
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
2027
2445
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2028
2446
|
},
|
|
@@ -2041,6 +2459,7 @@
|
|
|
2041
2459
|
"isAbstract": false,
|
|
2042
2460
|
"isVirtual": false,
|
|
2043
2461
|
"isOverride": false,
|
|
2462
|
+
"visibility": "Public",
|
|
2044
2463
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
2045
2464
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2046
2465
|
},
|
|
@@ -2059,6 +2478,7 @@
|
|
|
2059
2478
|
"isAbstract": false,
|
|
2060
2479
|
"isVirtual": false,
|
|
2061
2480
|
"isOverride": false,
|
|
2481
|
+
"visibility": "Public",
|
|
2062
2482
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
2063
2483
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2064
2484
|
},
|
|
@@ -2077,6 +2497,7 @@
|
|
|
2077
2497
|
"isAbstract": false,
|
|
2078
2498
|
"isVirtual": false,
|
|
2079
2499
|
"isOverride": false,
|
|
2500
|
+
"visibility": "Public",
|
|
2080
2501
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
2081
2502
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2082
2503
|
},
|
|
@@ -2095,6 +2516,7 @@
|
|
|
2095
2516
|
"isAbstract": false,
|
|
2096
2517
|
"isVirtual": false,
|
|
2097
2518
|
"isOverride": false,
|
|
2519
|
+
"visibility": "Public",
|
|
2098
2520
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
2099
2521
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2100
2522
|
}
|
|
@@ -2108,6 +2530,7 @@
|
|
|
2108
2530
|
"isStatic": true,
|
|
2109
2531
|
"isReadOnly": false,
|
|
2110
2532
|
"isLiteral": true,
|
|
2533
|
+
"visibility": "Public",
|
|
2111
2534
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
2112
2535
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2113
2536
|
}
|
|
@@ -2121,6 +2544,7 @@
|
|
|
2121
2544
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2122
2545
|
"isStatic": false,
|
|
2123
2546
|
"parameterCount": 0,
|
|
2547
|
+
"visibility": "Public",
|
|
2124
2548
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitAfter",
|
|
2125
2549
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2126
2550
|
}
|
|
@@ -2137,6 +2561,37 @@
|
|
|
2137
2561
|
"isSealed": true,
|
|
2138
2562
|
"isStatic": false,
|
|
2139
2563
|
"arity": 0,
|
|
2564
|
+
"baseType": {
|
|
2565
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2566
|
+
"clrName": "System.Object"
|
|
2567
|
+
},
|
|
2568
|
+
"interfaces": [
|
|
2569
|
+
{
|
|
2570
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2571
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2572
|
+
"typeArguments": [
|
|
2573
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2574
|
+
]
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2578
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2582
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2583
|
+
"typeArguments": [
|
|
2584
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2585
|
+
]
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
2589
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2590
|
+
"typeArguments": [
|
|
2591
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2592
|
+
]
|
|
2593
|
+
}
|
|
2594
|
+
],
|
|
2140
2595
|
"methods": [
|
|
2141
2596
|
{
|
|
2142
2597
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -2153,6 +2608,7 @@
|
|
|
2153
2608
|
"isVirtual": true,
|
|
2154
2609
|
"isOverride": false,
|
|
2155
2610
|
"isSealed": true,
|
|
2611
|
+
"visibility": "Public",
|
|
2156
2612
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2157
2613
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
2158
2614
|
"isExtensionMethod": false
|
|
@@ -2174,6 +2630,7 @@
|
|
|
2174
2630
|
"isAbstract": false,
|
|
2175
2631
|
"isVirtual": false,
|
|
2176
2632
|
"isOverride": false,
|
|
2633
|
+
"visibility": "Public",
|
|
2177
2634
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2178
2635
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2179
2636
|
},
|
|
@@ -2192,6 +2649,7 @@
|
|
|
2192
2649
|
"isAbstract": false,
|
|
2193
2650
|
"isVirtual": true,
|
|
2194
2651
|
"isOverride": false,
|
|
2652
|
+
"visibility": "Public",
|
|
2195
2653
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2196
2654
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2197
2655
|
},
|
|
@@ -2210,6 +2668,7 @@
|
|
|
2210
2668
|
"isAbstract": false,
|
|
2211
2669
|
"isVirtual": false,
|
|
2212
2670
|
"isOverride": false,
|
|
2671
|
+
"visibility": "Public",
|
|
2213
2672
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2214
2673
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2215
2674
|
},
|
|
@@ -2228,6 +2687,7 @@
|
|
|
2228
2687
|
"isAbstract": false,
|
|
2229
2688
|
"isVirtual": true,
|
|
2230
2689
|
"isOverride": false,
|
|
2690
|
+
"visibility": "Public",
|
|
2231
2691
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2232
2692
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2233
2693
|
},
|
|
@@ -2246,6 +2706,7 @@
|
|
|
2246
2706
|
"isAbstract": false,
|
|
2247
2707
|
"isVirtual": false,
|
|
2248
2708
|
"isOverride": false,
|
|
2709
|
+
"visibility": "Public",
|
|
2249
2710
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2250
2711
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2251
2712
|
},
|
|
@@ -2264,6 +2725,7 @@
|
|
|
2264
2725
|
"isAbstract": false,
|
|
2265
2726
|
"isVirtual": false,
|
|
2266
2727
|
"isOverride": false,
|
|
2728
|
+
"visibility": "Public",
|
|
2267
2729
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2268
2730
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2269
2731
|
},
|
|
@@ -2282,6 +2744,7 @@
|
|
|
2282
2744
|
"isAbstract": false,
|
|
2283
2745
|
"isVirtual": false,
|
|
2284
2746
|
"isOverride": false,
|
|
2747
|
+
"visibility": "Public",
|
|
2285
2748
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2286
2749
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2287
2750
|
},
|
|
@@ -2300,6 +2763,7 @@
|
|
|
2300
2763
|
"isAbstract": false,
|
|
2301
2764
|
"isVirtual": false,
|
|
2302
2765
|
"isOverride": false,
|
|
2766
|
+
"visibility": "Public",
|
|
2303
2767
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2304
2768
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2305
2769
|
}
|
|
@@ -2313,6 +2777,7 @@
|
|
|
2313
2777
|
"isStatic": true,
|
|
2314
2778
|
"isReadOnly": false,
|
|
2315
2779
|
"isLiteral": true,
|
|
2780
|
+
"visibility": "Public",
|
|
2316
2781
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2317
2782
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2318
2783
|
}
|
|
@@ -2326,6 +2791,7 @@
|
|
|
2326
2791
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2327
2792
|
"isStatic": false,
|
|
2328
2793
|
"parameterCount": 0,
|
|
2794
|
+
"visibility": "Public",
|
|
2329
2795
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitBefore",
|
|
2330
2796
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2331
2797
|
}
|
|
@@ -2342,6 +2808,37 @@
|
|
|
2342
2808
|
"isSealed": true,
|
|
2343
2809
|
"isStatic": false,
|
|
2344
2810
|
"arity": 0,
|
|
2811
|
+
"baseType": {
|
|
2812
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2813
|
+
"clrName": "System.Object"
|
|
2814
|
+
},
|
|
2815
|
+
"interfaces": [
|
|
2816
|
+
{
|
|
2817
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2818
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2819
|
+
"typeArguments": [
|
|
2820
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2821
|
+
]
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2825
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2829
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2830
|
+
"typeArguments": [
|
|
2831
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2832
|
+
]
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
2836
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2837
|
+
"typeArguments": [
|
|
2838
|
+
"KeyValuePair_2[[String,Object]]"
|
|
2839
|
+
]
|
|
2840
|
+
}
|
|
2841
|
+
],
|
|
2345
2842
|
"methods": [
|
|
2346
2843
|
{
|
|
2347
2844
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -2358,6 +2855,7 @@
|
|
|
2358
2855
|
"isVirtual": true,
|
|
2359
2856
|
"isOverride": false,
|
|
2360
2857
|
"isSealed": true,
|
|
2858
|
+
"visibility": "Public",
|
|
2361
2859
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2362
2860
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
2363
2861
|
"isExtensionMethod": false
|
|
@@ -2379,6 +2877,7 @@
|
|
|
2379
2877
|
"isAbstract": false,
|
|
2380
2878
|
"isVirtual": false,
|
|
2381
2879
|
"isOverride": false,
|
|
2880
|
+
"visibility": "Public",
|
|
2382
2881
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2383
2882
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2384
2883
|
},
|
|
@@ -2397,6 +2896,7 @@
|
|
|
2397
2896
|
"isAbstract": false,
|
|
2398
2897
|
"isVirtual": true,
|
|
2399
2898
|
"isOverride": false,
|
|
2899
|
+
"visibility": "Public",
|
|
2400
2900
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2401
2901
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2402
2902
|
},
|
|
@@ -2415,6 +2915,7 @@
|
|
|
2415
2915
|
"isAbstract": false,
|
|
2416
2916
|
"isVirtual": false,
|
|
2417
2917
|
"isOverride": false,
|
|
2918
|
+
"visibility": "Public",
|
|
2418
2919
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2419
2920
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2420
2921
|
},
|
|
@@ -2433,6 +2934,7 @@
|
|
|
2433
2934
|
"isAbstract": false,
|
|
2434
2935
|
"isVirtual": false,
|
|
2435
2936
|
"isOverride": false,
|
|
2937
|
+
"visibility": "Public",
|
|
2436
2938
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2437
2939
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2438
2940
|
},
|
|
@@ -2451,6 +2953,7 @@
|
|
|
2451
2953
|
"isAbstract": false,
|
|
2452
2954
|
"isVirtual": true,
|
|
2453
2955
|
"isOverride": false,
|
|
2956
|
+
"visibility": "Public",
|
|
2454
2957
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2455
2958
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2456
2959
|
},
|
|
@@ -2469,6 +2972,7 @@
|
|
|
2469
2972
|
"isAbstract": false,
|
|
2470
2973
|
"isVirtual": false,
|
|
2471
2974
|
"isOverride": false,
|
|
2975
|
+
"visibility": "Public",
|
|
2472
2976
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2473
2977
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2474
2978
|
},
|
|
@@ -2487,6 +2991,7 @@
|
|
|
2487
2991
|
"isAbstract": false,
|
|
2488
2992
|
"isVirtual": false,
|
|
2489
2993
|
"isOverride": false,
|
|
2994
|
+
"visibility": "Public",
|
|
2490
2995
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2491
2996
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2492
2997
|
},
|
|
@@ -2505,6 +3010,7 @@
|
|
|
2505
3010
|
"isAbstract": false,
|
|
2506
3011
|
"isVirtual": false,
|
|
2507
3012
|
"isOverride": false,
|
|
3013
|
+
"visibility": "Public",
|
|
2508
3014
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2509
3015
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2510
3016
|
},
|
|
@@ -2523,6 +3029,7 @@
|
|
|
2523
3029
|
"isAbstract": false,
|
|
2524
3030
|
"isVirtual": false,
|
|
2525
3031
|
"isOverride": false,
|
|
3032
|
+
"visibility": "Public",
|
|
2526
3033
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2527
3034
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2528
3035
|
}
|
|
@@ -2536,6 +3043,7 @@
|
|
|
2536
3043
|
"isStatic": true,
|
|
2537
3044
|
"isReadOnly": false,
|
|
2538
3045
|
"isLiteral": true,
|
|
3046
|
+
"visibility": "Public",
|
|
2539
3047
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2540
3048
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2541
3049
|
}
|
|
@@ -2549,6 +3057,7 @@
|
|
|
2549
3057
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2550
3058
|
"isStatic": false,
|
|
2551
3059
|
"parameterCount": 0,
|
|
3060
|
+
"visibility": "Public",
|
|
2552
3061
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionCommitError",
|
|
2553
3062
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2554
3063
|
}
|
|
@@ -2565,6 +3074,37 @@
|
|
|
2565
3074
|
"isSealed": true,
|
|
2566
3075
|
"isStatic": false,
|
|
2567
3076
|
"arity": 0,
|
|
3077
|
+
"baseType": {
|
|
3078
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3079
|
+
"clrName": "System.Object"
|
|
3080
|
+
},
|
|
3081
|
+
"interfaces": [
|
|
3082
|
+
{
|
|
3083
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
3084
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
3085
|
+
"typeArguments": [
|
|
3086
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3087
|
+
]
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
3091
|
+
"clrName": "System.Collections.IEnumerable"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3095
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3096
|
+
"typeArguments": [
|
|
3097
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3098
|
+
]
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
3102
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
3103
|
+
"typeArguments": [
|
|
3104
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3105
|
+
]
|
|
3106
|
+
}
|
|
3107
|
+
],
|
|
2568
3108
|
"methods": [
|
|
2569
3109
|
{
|
|
2570
3110
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -2581,6 +3121,7 @@
|
|
|
2581
3121
|
"isVirtual": true,
|
|
2582
3122
|
"isOverride": false,
|
|
2583
3123
|
"isSealed": true,
|
|
3124
|
+
"visibility": "Public",
|
|
2584
3125
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2585
3126
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
2586
3127
|
"isExtensionMethod": false
|
|
@@ -2602,6 +3143,7 @@
|
|
|
2602
3143
|
"isAbstract": false,
|
|
2603
3144
|
"isVirtual": false,
|
|
2604
3145
|
"isOverride": false,
|
|
3146
|
+
"visibility": "Public",
|
|
2605
3147
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2606
3148
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2607
3149
|
},
|
|
@@ -2620,6 +3162,7 @@
|
|
|
2620
3162
|
"isAbstract": false,
|
|
2621
3163
|
"isVirtual": true,
|
|
2622
3164
|
"isOverride": false,
|
|
3165
|
+
"visibility": "Public",
|
|
2623
3166
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2624
3167
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2625
3168
|
},
|
|
@@ -2638,6 +3181,7 @@
|
|
|
2638
3181
|
"isAbstract": false,
|
|
2639
3182
|
"isVirtual": false,
|
|
2640
3183
|
"isOverride": false,
|
|
3184
|
+
"visibility": "Public",
|
|
2641
3185
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2642
3186
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2643
3187
|
},
|
|
@@ -2656,6 +3200,7 @@
|
|
|
2656
3200
|
"isAbstract": false,
|
|
2657
3201
|
"isVirtual": true,
|
|
2658
3202
|
"isOverride": false,
|
|
3203
|
+
"visibility": "Public",
|
|
2659
3204
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2660
3205
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2661
3206
|
},
|
|
@@ -2674,6 +3219,7 @@
|
|
|
2674
3219
|
"isAbstract": false,
|
|
2675
3220
|
"isVirtual": false,
|
|
2676
3221
|
"isOverride": false,
|
|
3222
|
+
"visibility": "Public",
|
|
2677
3223
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2678
3224
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2679
3225
|
},
|
|
@@ -2692,6 +3238,7 @@
|
|
|
2692
3238
|
"isAbstract": false,
|
|
2693
3239
|
"isVirtual": false,
|
|
2694
3240
|
"isOverride": false,
|
|
3241
|
+
"visibility": "Public",
|
|
2695
3242
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2696
3243
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2697
3244
|
},
|
|
@@ -2710,6 +3257,7 @@
|
|
|
2710
3257
|
"isAbstract": false,
|
|
2711
3258
|
"isVirtual": false,
|
|
2712
3259
|
"isOverride": false,
|
|
3260
|
+
"visibility": "Public",
|
|
2713
3261
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2714
3262
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2715
3263
|
},
|
|
@@ -2728,6 +3276,7 @@
|
|
|
2728
3276
|
"isAbstract": false,
|
|
2729
3277
|
"isVirtual": false,
|
|
2730
3278
|
"isOverride": false,
|
|
3279
|
+
"visibility": "Public",
|
|
2731
3280
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2732
3281
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2733
3282
|
},
|
|
@@ -2746,6 +3295,7 @@
|
|
|
2746
3295
|
"isAbstract": false,
|
|
2747
3296
|
"isVirtual": false,
|
|
2748
3297
|
"isOverride": false,
|
|
3298
|
+
"visibility": "Public",
|
|
2749
3299
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2750
3300
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2751
3301
|
}
|
|
@@ -2759,6 +3309,7 @@
|
|
|
2759
3309
|
"isStatic": true,
|
|
2760
3310
|
"isReadOnly": false,
|
|
2761
3311
|
"isLiteral": true,
|
|
3312
|
+
"visibility": "Public",
|
|
2762
3313
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2763
3314
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2764
3315
|
}
|
|
@@ -2772,6 +3323,7 @@
|
|
|
2772
3323
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2773
3324
|
"isStatic": false,
|
|
2774
3325
|
"parameterCount": 0,
|
|
3326
|
+
"visibility": "Public",
|
|
2775
3327
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackAfter",
|
|
2776
3328
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2777
3329
|
}
|
|
@@ -2788,6 +3340,37 @@
|
|
|
2788
3340
|
"isSealed": true,
|
|
2789
3341
|
"isStatic": false,
|
|
2790
3342
|
"arity": 0,
|
|
3343
|
+
"baseType": {
|
|
3344
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3345
|
+
"clrName": "System.Object"
|
|
3346
|
+
},
|
|
3347
|
+
"interfaces": [
|
|
3348
|
+
{
|
|
3349
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
3350
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
3351
|
+
"typeArguments": [
|
|
3352
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3353
|
+
]
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
3357
|
+
"clrName": "System.Collections.IEnumerable"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3361
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3362
|
+
"typeArguments": [
|
|
3363
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3364
|
+
]
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
3368
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
3369
|
+
"typeArguments": [
|
|
3370
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3371
|
+
]
|
|
3372
|
+
}
|
|
3373
|
+
],
|
|
2791
3374
|
"methods": [
|
|
2792
3375
|
{
|
|
2793
3376
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -2804,6 +3387,7 @@
|
|
|
2804
3387
|
"isVirtual": true,
|
|
2805
3388
|
"isOverride": false,
|
|
2806
3389
|
"isSealed": true,
|
|
3390
|
+
"visibility": "Public",
|
|
2807
3391
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2808
3392
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
2809
3393
|
"isExtensionMethod": false
|
|
@@ -2825,6 +3409,7 @@
|
|
|
2825
3409
|
"isAbstract": false,
|
|
2826
3410
|
"isVirtual": false,
|
|
2827
3411
|
"isOverride": false,
|
|
3412
|
+
"visibility": "Public",
|
|
2828
3413
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2829
3414
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2830
3415
|
},
|
|
@@ -2843,6 +3428,7 @@
|
|
|
2843
3428
|
"isAbstract": false,
|
|
2844
3429
|
"isVirtual": true,
|
|
2845
3430
|
"isOverride": false,
|
|
3431
|
+
"visibility": "Public",
|
|
2846
3432
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2847
3433
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2848
3434
|
},
|
|
@@ -2861,6 +3447,7 @@
|
|
|
2861
3447
|
"isAbstract": false,
|
|
2862
3448
|
"isVirtual": false,
|
|
2863
3449
|
"isOverride": false,
|
|
3450
|
+
"visibility": "Public",
|
|
2864
3451
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2865
3452
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2866
3453
|
},
|
|
@@ -2879,6 +3466,7 @@
|
|
|
2879
3466
|
"isAbstract": false,
|
|
2880
3467
|
"isVirtual": true,
|
|
2881
3468
|
"isOverride": false,
|
|
3469
|
+
"visibility": "Public",
|
|
2882
3470
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2883
3471
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2884
3472
|
},
|
|
@@ -2897,6 +3485,7 @@
|
|
|
2897
3485
|
"isAbstract": false,
|
|
2898
3486
|
"isVirtual": false,
|
|
2899
3487
|
"isOverride": false,
|
|
3488
|
+
"visibility": "Public",
|
|
2900
3489
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2901
3490
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2902
3491
|
},
|
|
@@ -2915,6 +3504,7 @@
|
|
|
2915
3504
|
"isAbstract": false,
|
|
2916
3505
|
"isVirtual": false,
|
|
2917
3506
|
"isOverride": false,
|
|
3507
|
+
"visibility": "Public",
|
|
2918
3508
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2919
3509
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2920
3510
|
},
|
|
@@ -2933,6 +3523,7 @@
|
|
|
2933
3523
|
"isAbstract": false,
|
|
2934
3524
|
"isVirtual": false,
|
|
2935
3525
|
"isOverride": false,
|
|
3526
|
+
"visibility": "Public",
|
|
2936
3527
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2937
3528
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2938
3529
|
},
|
|
@@ -2951,6 +3542,7 @@
|
|
|
2951
3542
|
"isAbstract": false,
|
|
2952
3543
|
"isVirtual": false,
|
|
2953
3544
|
"isOverride": false,
|
|
3545
|
+
"visibility": "Public",
|
|
2954
3546
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2955
3547
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2956
3548
|
},
|
|
@@ -2969,6 +3561,7 @@
|
|
|
2969
3561
|
"isAbstract": false,
|
|
2970
3562
|
"isVirtual": false,
|
|
2971
3563
|
"isOverride": false,
|
|
3564
|
+
"visibility": "Public",
|
|
2972
3565
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2973
3566
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2974
3567
|
}
|
|
@@ -2982,6 +3575,7 @@
|
|
|
2982
3575
|
"isStatic": true,
|
|
2983
3576
|
"isReadOnly": false,
|
|
2984
3577
|
"isLiteral": true,
|
|
3578
|
+
"visibility": "Public",
|
|
2985
3579
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2986
3580
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
2987
3581
|
}
|
|
@@ -2995,6 +3589,7 @@
|
|
|
2995
3589
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2996
3590
|
"isStatic": false,
|
|
2997
3591
|
"parameterCount": 0,
|
|
3592
|
+
"visibility": "Public",
|
|
2998
3593
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore",
|
|
2999
3594
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3000
3595
|
}
|
|
@@ -3011,6 +3606,37 @@
|
|
|
3011
3606
|
"isSealed": true,
|
|
3012
3607
|
"isStatic": false,
|
|
3013
3608
|
"arity": 0,
|
|
3609
|
+
"baseType": {
|
|
3610
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3611
|
+
"clrName": "System.Object"
|
|
3612
|
+
},
|
|
3613
|
+
"interfaces": [
|
|
3614
|
+
{
|
|
3615
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
3616
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
3617
|
+
"typeArguments": [
|
|
3618
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3619
|
+
]
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
3623
|
+
"clrName": "System.Collections.IEnumerable"
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3627
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3628
|
+
"typeArguments": [
|
|
3629
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3630
|
+
]
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
|
|
3634
|
+
"clrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
3635
|
+
"typeArguments": [
|
|
3636
|
+
"KeyValuePair_2[[String,Object]]"
|
|
3637
|
+
]
|
|
3638
|
+
}
|
|
3639
|
+
],
|
|
3014
3640
|
"methods": [
|
|
3015
3641
|
{
|
|
3016
3642
|
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -3027,6 +3653,7 @@
|
|
|
3027
3653
|
"isVirtual": true,
|
|
3028
3654
|
"isOverride": false,
|
|
3029
3655
|
"isSealed": true,
|
|
3656
|
+
"visibility": "Public",
|
|
3030
3657
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3031
3658
|
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
3032
3659
|
"isExtensionMethod": false
|
|
@@ -3048,6 +3675,7 @@
|
|
|
3048
3675
|
"isAbstract": false,
|
|
3049
3676
|
"isVirtual": false,
|
|
3050
3677
|
"isOverride": false,
|
|
3678
|
+
"visibility": "Public",
|
|
3051
3679
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3052
3680
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3053
3681
|
},
|
|
@@ -3066,6 +3694,7 @@
|
|
|
3066
3694
|
"isAbstract": false,
|
|
3067
3695
|
"isVirtual": true,
|
|
3068
3696
|
"isOverride": false,
|
|
3697
|
+
"visibility": "Public",
|
|
3069
3698
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3070
3699
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3071
3700
|
},
|
|
@@ -3084,6 +3713,7 @@
|
|
|
3084
3713
|
"isAbstract": false,
|
|
3085
3714
|
"isVirtual": false,
|
|
3086
3715
|
"isOverride": false,
|
|
3716
|
+
"visibility": "Public",
|
|
3087
3717
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3088
3718
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3089
3719
|
},
|
|
@@ -3102,6 +3732,7 @@
|
|
|
3102
3732
|
"isAbstract": false,
|
|
3103
3733
|
"isVirtual": false,
|
|
3104
3734
|
"isOverride": false,
|
|
3735
|
+
"visibility": "Public",
|
|
3105
3736
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3106
3737
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3107
3738
|
},
|
|
@@ -3120,6 +3751,7 @@
|
|
|
3120
3751
|
"isAbstract": false,
|
|
3121
3752
|
"isVirtual": true,
|
|
3122
3753
|
"isOverride": false,
|
|
3754
|
+
"visibility": "Public",
|
|
3123
3755
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3124
3756
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3125
3757
|
},
|
|
@@ -3138,6 +3770,7 @@
|
|
|
3138
3770
|
"isAbstract": false,
|
|
3139
3771
|
"isVirtual": false,
|
|
3140
3772
|
"isOverride": false,
|
|
3773
|
+
"visibility": "Public",
|
|
3141
3774
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3142
3775
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3143
3776
|
},
|
|
@@ -3156,6 +3789,7 @@
|
|
|
3156
3789
|
"isAbstract": false,
|
|
3157
3790
|
"isVirtual": false,
|
|
3158
3791
|
"isOverride": false,
|
|
3792
|
+
"visibility": "Public",
|
|
3159
3793
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3160
3794
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3161
3795
|
},
|
|
@@ -3174,6 +3808,7 @@
|
|
|
3174
3808
|
"isAbstract": false,
|
|
3175
3809
|
"isVirtual": false,
|
|
3176
3810
|
"isOverride": false,
|
|
3811
|
+
"visibility": "Public",
|
|
3177
3812
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3178
3813
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3179
3814
|
},
|
|
@@ -3192,6 +3827,7 @@
|
|
|
3192
3827
|
"isAbstract": false,
|
|
3193
3828
|
"isVirtual": false,
|
|
3194
3829
|
"isOverride": false,
|
|
3830
|
+
"visibility": "Public",
|
|
3195
3831
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3196
3832
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3197
3833
|
},
|
|
@@ -3210,6 +3846,7 @@
|
|
|
3210
3846
|
"isAbstract": false,
|
|
3211
3847
|
"isVirtual": false,
|
|
3212
3848
|
"isOverride": false,
|
|
3849
|
+
"visibility": "Public",
|
|
3213
3850
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3214
3851
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3215
3852
|
}
|
|
@@ -3223,6 +3860,7 @@
|
|
|
3223
3860
|
"isStatic": true,
|
|
3224
3861
|
"isReadOnly": false,
|
|
3225
3862
|
"isLiteral": true,
|
|
3863
|
+
"visibility": "Public",
|
|
3226
3864
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3227
3865
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3228
3866
|
}
|
|
@@ -3236,6 +3874,7 @@
|
|
|
3236
3874
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3237
3875
|
"isStatic": false,
|
|
3238
3876
|
"parameterCount": 0,
|
|
3877
|
+
"visibility": "Public",
|
|
3239
3878
|
"declaringClrType": "Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError",
|
|
3240
3879
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
3241
3880
|
}
|