@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
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 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- 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.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- 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.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- 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 +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- 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.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- 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 +33 -3
- 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 +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -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 +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- 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 -1
- 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/internal/index.d.ts +0 -1
- 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 +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -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 +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -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 +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -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 +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- 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 +6 -2
- 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 +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
package/System/bindings.json
CHANGED
|
@@ -22,6 +22,28 @@
|
|
|
22
22
|
"isSealed": true,
|
|
23
23
|
"isStatic": false,
|
|
24
24
|
"arity": 0,
|
|
25
|
+
"baseType": {
|
|
26
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
27
|
+
"clrName": "System.Enum"
|
|
28
|
+
},
|
|
29
|
+
"interfaces": [
|
|
30
|
+
{
|
|
31
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
32
|
+
"clrName": "System.IComparable"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
36
|
+
"clrName": "System.ISpanFormattable"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
40
|
+
"clrName": "System.IFormattable"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
44
|
+
"clrName": "System.IConvertible"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
25
47
|
"methods": [],
|
|
26
48
|
"properties": [],
|
|
27
49
|
"fields": [
|
|
@@ -33,6 +55,7 @@
|
|
|
33
55
|
"isStatic": false,
|
|
34
56
|
"isReadOnly": false,
|
|
35
57
|
"isLiteral": false,
|
|
58
|
+
"visibility": "Public",
|
|
36
59
|
"declaringClrType": "System.UriIdnScope",
|
|
37
60
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
38
61
|
},
|
|
@@ -44,6 +67,7 @@
|
|
|
44
67
|
"isStatic": true,
|
|
45
68
|
"isReadOnly": false,
|
|
46
69
|
"isLiteral": true,
|
|
70
|
+
"visibility": "Public",
|
|
47
71
|
"declaringClrType": "System.UriIdnScope",
|
|
48
72
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
49
73
|
},
|
|
@@ -55,6 +79,7 @@
|
|
|
55
79
|
"isStatic": true,
|
|
56
80
|
"isReadOnly": false,
|
|
57
81
|
"isLiteral": true,
|
|
82
|
+
"visibility": "Public",
|
|
58
83
|
"declaringClrType": "System.UriIdnScope",
|
|
59
84
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
60
85
|
},
|
|
@@ -66,6 +91,7 @@
|
|
|
66
91
|
"isStatic": true,
|
|
67
92
|
"isReadOnly": false,
|
|
68
93
|
"isLiteral": true,
|
|
94
|
+
"visibility": "Public",
|
|
69
95
|
"declaringClrType": "System.UriIdnScope",
|
|
70
96
|
"declaringAssemblyName": "System.Configuration.ConfigurationManager"
|
|
71
97
|
}
|
|
@@ -84,6 +110,10 @@
|
|
|
84
110
|
"isSealed": false,
|
|
85
111
|
"isStatic": false,
|
|
86
112
|
"arity": 0,
|
|
113
|
+
"baseType": {
|
|
114
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
115
|
+
"clrName": "System.Object"
|
|
116
|
+
},
|
|
87
117
|
"methods": [
|
|
88
118
|
{
|
|
89
119
|
"stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData",
|
|
@@ -100,6 +130,7 @@
|
|
|
100
130
|
"isVirtual": false,
|
|
101
131
|
"isOverride": false,
|
|
102
132
|
"isSealed": false,
|
|
133
|
+
"visibility": "Public",
|
|
103
134
|
"declaringClrType": "System.BinaryData",
|
|
104
135
|
"declaringAssemblyName": "System.Memory.Data",
|
|
105
136
|
"isExtensionMethod": false
|
|
@@ -119,6 +150,7 @@
|
|
|
119
150
|
"isVirtual": false,
|
|
120
151
|
"isOverride": false,
|
|
121
152
|
"isSealed": false,
|
|
153
|
+
"visibility": "Public",
|
|
122
154
|
"declaringClrType": "System.BinaryData",
|
|
123
155
|
"declaringAssemblyName": "System.Memory.Data",
|
|
124
156
|
"isExtensionMethod": false
|
|
@@ -138,6 +170,7 @@
|
|
|
138
170
|
"isVirtual": false,
|
|
139
171
|
"isOverride": false,
|
|
140
172
|
"isSealed": false,
|
|
173
|
+
"visibility": "Public",
|
|
141
174
|
"declaringClrType": "System.BinaryData",
|
|
142
175
|
"declaringAssemblyName": "System.Memory.Data",
|
|
143
176
|
"isExtensionMethod": false
|
|
@@ -157,6 +190,7 @@
|
|
|
157
190
|
"isVirtual": false,
|
|
158
191
|
"isOverride": false,
|
|
159
192
|
"isSealed": false,
|
|
193
|
+
"visibility": "Public",
|
|
160
194
|
"declaringClrType": "System.BinaryData",
|
|
161
195
|
"declaringAssemblyName": "System.Memory.Data",
|
|
162
196
|
"isExtensionMethod": false
|
|
@@ -176,6 +210,7 @@
|
|
|
176
210
|
"isVirtual": false,
|
|
177
211
|
"isOverride": false,
|
|
178
212
|
"isSealed": false,
|
|
213
|
+
"visibility": "Public",
|
|
179
214
|
"declaringClrType": "System.BinaryData",
|
|
180
215
|
"declaringAssemblyName": "System.Memory.Data",
|
|
181
216
|
"isExtensionMethod": false
|
|
@@ -195,6 +230,7 @@
|
|
|
195
230
|
"isVirtual": false,
|
|
196
231
|
"isOverride": false,
|
|
197
232
|
"isSealed": false,
|
|
233
|
+
"visibility": "Public",
|
|
198
234
|
"declaringClrType": "System.BinaryData",
|
|
199
235
|
"declaringAssemblyName": "System.Memory.Data",
|
|
200
236
|
"isExtensionMethod": false
|
|
@@ -214,6 +250,7 @@
|
|
|
214
250
|
"isVirtual": false,
|
|
215
251
|
"isOverride": false,
|
|
216
252
|
"isSealed": false,
|
|
253
|
+
"visibility": "Public",
|
|
217
254
|
"declaringClrType": "System.BinaryData",
|
|
218
255
|
"declaringAssemblyName": "System.Memory.Data",
|
|
219
256
|
"isExtensionMethod": false
|
|
@@ -233,6 +270,7 @@
|
|
|
233
270
|
"isVirtual": false,
|
|
234
271
|
"isOverride": false,
|
|
235
272
|
"isSealed": false,
|
|
273
|
+
"visibility": "Public",
|
|
236
274
|
"declaringClrType": "System.BinaryData",
|
|
237
275
|
"declaringAssemblyName": "System.Memory.Data",
|
|
238
276
|
"isExtensionMethod": false
|
|
@@ -252,6 +290,7 @@
|
|
|
252
290
|
"isVirtual": false,
|
|
253
291
|
"isOverride": false,
|
|
254
292
|
"isSealed": false,
|
|
293
|
+
"visibility": "Public",
|
|
255
294
|
"declaringClrType": "System.BinaryData",
|
|
256
295
|
"declaringAssemblyName": "System.Memory.Data",
|
|
257
296
|
"isExtensionMethod": false
|
|
@@ -271,6 +310,7 @@
|
|
|
271
310
|
"isVirtual": false,
|
|
272
311
|
"isOverride": false,
|
|
273
312
|
"isSealed": false,
|
|
313
|
+
"visibility": "Public",
|
|
274
314
|
"declaringClrType": "System.BinaryData",
|
|
275
315
|
"declaringAssemblyName": "System.Memory.Data",
|
|
276
316
|
"isExtensionMethod": false
|
|
@@ -290,6 +330,7 @@
|
|
|
290
330
|
"isVirtual": false,
|
|
291
331
|
"isOverride": false,
|
|
292
332
|
"isSealed": false,
|
|
333
|
+
"visibility": "Public",
|
|
293
334
|
"declaringClrType": "System.BinaryData",
|
|
294
335
|
"declaringAssemblyName": "System.Memory.Data",
|
|
295
336
|
"isExtensionMethod": false
|
|
@@ -309,6 +350,7 @@
|
|
|
309
350
|
"isVirtual": false,
|
|
310
351
|
"isOverride": false,
|
|
311
352
|
"isSealed": false,
|
|
353
|
+
"visibility": "Public",
|
|
312
354
|
"declaringClrType": "System.BinaryData",
|
|
313
355
|
"declaringAssemblyName": "System.Memory.Data",
|
|
314
356
|
"isExtensionMethod": false
|
|
@@ -328,6 +370,7 @@
|
|
|
328
370
|
"isVirtual": false,
|
|
329
371
|
"isOverride": false,
|
|
330
372
|
"isSealed": false,
|
|
373
|
+
"visibility": "Public",
|
|
331
374
|
"declaringClrType": "System.BinaryData",
|
|
332
375
|
"declaringAssemblyName": "System.Memory.Data",
|
|
333
376
|
"isExtensionMethod": false
|
|
@@ -347,6 +390,7 @@
|
|
|
347
390
|
"isVirtual": true,
|
|
348
391
|
"isOverride": true,
|
|
349
392
|
"isSealed": false,
|
|
393
|
+
"visibility": "Public",
|
|
350
394
|
"declaringClrType": "System.BinaryData",
|
|
351
395
|
"declaringAssemblyName": "System.Memory.Data",
|
|
352
396
|
"isExtensionMethod": false
|
|
@@ -366,6 +410,7 @@
|
|
|
366
410
|
"isVirtual": false,
|
|
367
411
|
"isOverride": false,
|
|
368
412
|
"isSealed": false,
|
|
413
|
+
"visibility": "Public",
|
|
369
414
|
"declaringClrType": "System.BinaryData",
|
|
370
415
|
"declaringAssemblyName": "System.Memory.Data",
|
|
371
416
|
"isExtensionMethod": false
|
|
@@ -385,6 +430,7 @@
|
|
|
385
430
|
"isVirtual": false,
|
|
386
431
|
"isOverride": false,
|
|
387
432
|
"isSealed": false,
|
|
433
|
+
"visibility": "Public",
|
|
388
434
|
"declaringClrType": "System.BinaryData",
|
|
389
435
|
"declaringAssemblyName": "System.Memory.Data",
|
|
390
436
|
"isExtensionMethod": false
|
|
@@ -404,6 +450,7 @@
|
|
|
404
450
|
"isVirtual": false,
|
|
405
451
|
"isOverride": false,
|
|
406
452
|
"isSealed": false,
|
|
453
|
+
"visibility": "Public",
|
|
407
454
|
"declaringClrType": "System.BinaryData",
|
|
408
455
|
"declaringAssemblyName": "System.Memory.Data",
|
|
409
456
|
"isExtensionMethod": false
|
|
@@ -423,6 +470,7 @@
|
|
|
423
470
|
"isVirtual": false,
|
|
424
471
|
"isOverride": false,
|
|
425
472
|
"isSealed": false,
|
|
473
|
+
"visibility": "Public",
|
|
426
474
|
"declaringClrType": "System.BinaryData",
|
|
427
475
|
"declaringAssemblyName": "System.Memory.Data",
|
|
428
476
|
"isExtensionMethod": false
|
|
@@ -442,6 +490,7 @@
|
|
|
442
490
|
"isVirtual": false,
|
|
443
491
|
"isOverride": false,
|
|
444
492
|
"isSealed": false,
|
|
493
|
+
"visibility": "Public",
|
|
445
494
|
"declaringClrType": "System.BinaryData",
|
|
446
495
|
"declaringAssemblyName": "System.Memory.Data",
|
|
447
496
|
"isExtensionMethod": false
|
|
@@ -461,6 +510,7 @@
|
|
|
461
510
|
"isVirtual": true,
|
|
462
511
|
"isOverride": true,
|
|
463
512
|
"isSealed": false,
|
|
513
|
+
"visibility": "Public",
|
|
464
514
|
"declaringClrType": "System.BinaryData",
|
|
465
515
|
"declaringAssemblyName": "System.Memory.Data",
|
|
466
516
|
"isExtensionMethod": false
|
|
@@ -480,6 +530,7 @@
|
|
|
480
530
|
"isVirtual": true,
|
|
481
531
|
"isOverride": true,
|
|
482
532
|
"isSealed": false,
|
|
533
|
+
"visibility": "Public",
|
|
483
534
|
"declaringClrType": "System.BinaryData",
|
|
484
535
|
"declaringAssemblyName": "System.Memory.Data",
|
|
485
536
|
"isExtensionMethod": false
|
|
@@ -501,6 +552,7 @@
|
|
|
501
552
|
"isAbstract": false,
|
|
502
553
|
"isVirtual": false,
|
|
503
554
|
"isOverride": false,
|
|
555
|
+
"visibility": "Public",
|
|
504
556
|
"declaringClrType": "System.BinaryData",
|
|
505
557
|
"declaringAssemblyName": "System.Memory.Data"
|
|
506
558
|
},
|
|
@@ -519,6 +571,7 @@
|
|
|
519
571
|
"isAbstract": false,
|
|
520
572
|
"isVirtual": false,
|
|
521
573
|
"isOverride": false,
|
|
574
|
+
"visibility": "Public",
|
|
522
575
|
"declaringClrType": "System.BinaryData",
|
|
523
576
|
"declaringAssemblyName": "System.Memory.Data"
|
|
524
577
|
},
|
|
@@ -537,6 +590,7 @@
|
|
|
537
590
|
"isAbstract": false,
|
|
538
591
|
"isVirtual": false,
|
|
539
592
|
"isOverride": false,
|
|
593
|
+
"visibility": "Public",
|
|
540
594
|
"declaringClrType": "System.BinaryData",
|
|
541
595
|
"declaringAssemblyName": "System.Memory.Data"
|
|
542
596
|
},
|
|
@@ -555,6 +609,7 @@
|
|
|
555
609
|
"isAbstract": false,
|
|
556
610
|
"isVirtual": false,
|
|
557
611
|
"isOverride": false,
|
|
612
|
+
"visibility": "Public",
|
|
558
613
|
"declaringClrType": "System.BinaryData",
|
|
559
614
|
"declaringAssemblyName": "System.Memory.Data"
|
|
560
615
|
}
|
|
@@ -569,6 +624,7 @@
|
|
|
569
624
|
"normalizedSignature": "constructor|(System.Byte[]):void|static=false",
|
|
570
625
|
"isStatic": false,
|
|
571
626
|
"parameterCount": 1,
|
|
627
|
+
"visibility": "Public",
|
|
572
628
|
"declaringClrType": "System.BinaryData",
|
|
573
629
|
"declaringAssemblyName": "System.Memory.Data"
|
|
574
630
|
},
|
|
@@ -579,6 +635,7 @@
|
|
|
579
635
|
"normalizedSignature": "constructor|(System.Byte[],System.String):void|static=false",
|
|
580
636
|
"isStatic": false,
|
|
581
637
|
"parameterCount": 2,
|
|
638
|
+
"visibility": "Public",
|
|
582
639
|
"declaringClrType": "System.BinaryData",
|
|
583
640
|
"declaringAssemblyName": "System.Memory.Data"
|
|
584
641
|
},
|
|
@@ -589,6 +646,7 @@
|
|
|
589
646
|
"normalizedSignature": "constructor|(System.Object,System.Text.Json.JsonSerializerOptions,System.Type):void|static=false",
|
|
590
647
|
"isStatic": false,
|
|
591
648
|
"parameterCount": 3,
|
|
649
|
+
"visibility": "Public",
|
|
592
650
|
"declaringClrType": "System.BinaryData",
|
|
593
651
|
"declaringAssemblyName": "System.Memory.Data"
|
|
594
652
|
},
|
|
@@ -599,6 +657,7 @@
|
|
|
599
657
|
"normalizedSignature": "constructor|(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type):void|static=false",
|
|
600
658
|
"isStatic": false,
|
|
601
659
|
"parameterCount": 3,
|
|
660
|
+
"visibility": "Public",
|
|
602
661
|
"declaringClrType": "System.BinaryData",
|
|
603
662
|
"declaringAssemblyName": "System.Memory.Data"
|
|
604
663
|
},
|
|
@@ -609,6 +668,7 @@
|
|
|
609
668
|
"normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
610
669
|
"isStatic": false,
|
|
611
670
|
"parameterCount": 1,
|
|
671
|
+
"visibility": "Public",
|
|
612
672
|
"declaringClrType": "System.BinaryData",
|
|
613
673
|
"declaringAssemblyName": "System.Memory.Data"
|
|
614
674
|
},
|
|
@@ -619,6 +679,7 @@
|
|
|
619
679
|
"normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):void|static=false",
|
|
620
680
|
"isStatic": false,
|
|
621
681
|
"parameterCount": 2,
|
|
682
|
+
"visibility": "Public",
|
|
622
683
|
"declaringClrType": "System.BinaryData",
|
|
623
684
|
"declaringAssemblyName": "System.Memory.Data"
|
|
624
685
|
},
|
|
@@ -629,6 +690,7 @@
|
|
|
629
690
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
630
691
|
"isStatic": false,
|
|
631
692
|
"parameterCount": 1,
|
|
693
|
+
"visibility": "Public",
|
|
632
694
|
"declaringClrType": "System.BinaryData",
|
|
633
695
|
"declaringAssemblyName": "System.Memory.Data"
|
|
634
696
|
},
|
|
@@ -639,6 +701,7 @@
|
|
|
639
701
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
640
702
|
"isStatic": false,
|
|
641
703
|
"parameterCount": 2,
|
|
704
|
+
"visibility": "Public",
|
|
642
705
|
"declaringClrType": "System.BinaryData",
|
|
643
706
|
"declaringAssemblyName": "System.Memory.Data"
|
|
644
707
|
}
|