@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
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "System.ClientModel:System.ClientModel.ApiKeyCredential::Deconstruct(System.String\u0026):System.Void",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "System.ClientModel.ApiKeyCredential",
|
|
35
40
|
"declaringAssemblyName": "System.ClientModel",
|
|
36
41
|
"isExtensionMethod": false,
|
|
@@ -56,6 +61,7 @@
|
|
|
56
61
|
"isVirtual": false,
|
|
57
62
|
"isOverride": false,
|
|
58
63
|
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
59
65
|
"declaringClrType": "System.ClientModel.ApiKeyCredential",
|
|
60
66
|
"declaringAssemblyName": "System.ClientModel",
|
|
61
67
|
"isExtensionMethod": false
|
|
@@ -72,6 +78,7 @@
|
|
|
72
78
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
73
79
|
"isStatic": false,
|
|
74
80
|
"parameterCount": 1,
|
|
81
|
+
"visibility": "Public",
|
|
75
82
|
"declaringClrType": "System.ClientModel.ApiKeyCredential",
|
|
76
83
|
"declaringAssemblyName": "System.ClientModel"
|
|
77
84
|
}
|
|
@@ -88,6 +95,22 @@
|
|
|
88
95
|
"isSealed": false,
|
|
89
96
|
"isStatic": false,
|
|
90
97
|
"arity": 1,
|
|
98
|
+
"baseType": {
|
|
99
|
+
"stableId": "System.ClientModel:System.ClientModel.Primitives.AsyncCollectionResult",
|
|
100
|
+
"clrName": "System.ClientModel.Primitives.AsyncCollectionResult"
|
|
101
|
+
},
|
|
102
|
+
"interfaces": [
|
|
103
|
+
{
|
|
104
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerable\u00601",
|
|
105
|
+
"clrName": "System.Collections.Generic.IAsyncEnumerable\u00601",
|
|
106
|
+
"typeArguments": [
|
|
107
|
+
"T"
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"typeParameters": [
|
|
112
|
+
"T"
|
|
113
|
+
],
|
|
91
114
|
"methods": [
|
|
92
115
|
{
|
|
93
116
|
"stableId": "System.ClientModel:System.ClientModel.AsyncCollectionResult\u00601::GetAsyncEnumerator(System.Threading.CancellationToken):IAsyncEnumerator_1",
|
|
@@ -104,6 +127,27 @@
|
|
|
104
127
|
"isVirtual": true,
|
|
105
128
|
"isOverride": false,
|
|
106
129
|
"isSealed": true,
|
|
130
|
+
"visibility": "Public",
|
|
131
|
+
"declaringClrType": "System.ClientModel.AsyncCollectionResult\u00601",
|
|
132
|
+
"declaringAssemblyName": "System.ClientModel",
|
|
133
|
+
"isExtensionMethod": false
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"stableId": "System.ClientModel:System.ClientModel.AsyncCollectionResult\u00601::GetValuesFromPageAsync(System.ClientModel.ClientResult):IAsyncEnumerable_1",
|
|
137
|
+
"clrName": "GetValuesFromPageAsync",
|
|
138
|
+
"metadataToken": 100663307,
|
|
139
|
+
"canonicalSignature": "(System.ClientModel.ClientResult):IAsyncEnumerable_1",
|
|
140
|
+
"normalizedSignature": "GetValuesFromPageAsync|(System.ClientModel.ClientResult):IAsyncEnumerable_1|static=false",
|
|
141
|
+
"emitScope": "ClassSurface",
|
|
142
|
+
"provenance": "Original",
|
|
143
|
+
"arity": 0,
|
|
144
|
+
"parameterCount": 1,
|
|
145
|
+
"isStatic": false,
|
|
146
|
+
"isAbstract": true,
|
|
147
|
+
"isVirtual": true,
|
|
148
|
+
"isOverride": false,
|
|
149
|
+
"isSealed": false,
|
|
150
|
+
"visibility": "Protected",
|
|
107
151
|
"declaringClrType": "System.ClientModel.AsyncCollectionResult\u00601",
|
|
108
152
|
"declaringAssemblyName": "System.ClientModel",
|
|
109
153
|
"isExtensionMethod": false
|
|
@@ -112,7 +156,19 @@
|
|
|
112
156
|
"properties": [],
|
|
113
157
|
"fields": [],
|
|
114
158
|
"events": [],
|
|
115
|
-
"constructors": [
|
|
159
|
+
"constructors": [
|
|
160
|
+
{
|
|
161
|
+
"stableId": "System.ClientModel:System.ClientModel.AsyncCollectionResult\u00601::.ctor():void",
|
|
162
|
+
"metadataToken": 100663305,
|
|
163
|
+
"canonicalSignature": "():void",
|
|
164
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
165
|
+
"isStatic": false,
|
|
166
|
+
"parameterCount": 0,
|
|
167
|
+
"visibility": "ProtectedInternal",
|
|
168
|
+
"declaringClrType": "System.ClientModel.AsyncCollectionResult\u00601",
|
|
169
|
+
"declaringAssemblyName": "System.ClientModel"
|
|
170
|
+
}
|
|
171
|
+
]
|
|
116
172
|
},
|
|
117
173
|
{
|
|
118
174
|
"stableId": "System.ClientModel:System.ClientModel.AuthenticationTokenProvider",
|
|
@@ -125,6 +181,10 @@
|
|
|
125
181
|
"isSealed": false,
|
|
126
182
|
"isStatic": false,
|
|
127
183
|
"arity": 0,
|
|
184
|
+
"baseType": {
|
|
185
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
186
|
+
"clrName": "System.Object"
|
|
187
|
+
},
|
|
128
188
|
"methods": [
|
|
129
189
|
{
|
|
130
190
|
"stableId": "System.ClientModel:System.ClientModel.AuthenticationTokenProvider::CreateTokenOptions(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.ClientModel.Primitives.GetTokenOptions",
|
|
@@ -141,6 +201,7 @@
|
|
|
141
201
|
"isVirtual": true,
|
|
142
202
|
"isOverride": false,
|
|
143
203
|
"isSealed": false,
|
|
204
|
+
"visibility": "Public",
|
|
144
205
|
"declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
|
|
145
206
|
"declaringAssemblyName": "System.ClientModel",
|
|
146
207
|
"isExtensionMethod": false
|
|
@@ -160,6 +221,7 @@
|
|
|
160
221
|
"isVirtual": true,
|
|
161
222
|
"isOverride": false,
|
|
162
223
|
"isSealed": false,
|
|
224
|
+
"visibility": "Public",
|
|
163
225
|
"declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
|
|
164
226
|
"declaringAssemblyName": "System.ClientModel",
|
|
165
227
|
"isExtensionMethod": false
|
|
@@ -179,6 +241,7 @@
|
|
|
179
241
|
"isVirtual": true,
|
|
180
242
|
"isOverride": false,
|
|
181
243
|
"isSealed": false,
|
|
244
|
+
"visibility": "Public",
|
|
182
245
|
"declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
|
|
183
246
|
"declaringAssemblyName": "System.ClientModel",
|
|
184
247
|
"isExtensionMethod": false
|
|
@@ -187,7 +250,19 @@
|
|
|
187
250
|
"properties": [],
|
|
188
251
|
"fields": [],
|
|
189
252
|
"events": [],
|
|
190
|
-
"constructors": [
|
|
253
|
+
"constructors": [
|
|
254
|
+
{
|
|
255
|
+
"stableId": "System.ClientModel:System.ClientModel.AuthenticationTokenProvider::.ctor():void",
|
|
256
|
+
"metadataToken": 100663301,
|
|
257
|
+
"canonicalSignature": "():void",
|
|
258
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
259
|
+
"isStatic": false,
|
|
260
|
+
"parameterCount": 0,
|
|
261
|
+
"visibility": "Protected",
|
|
262
|
+
"declaringClrType": "System.ClientModel.AuthenticationTokenProvider",
|
|
263
|
+
"declaringAssemblyName": "System.ClientModel"
|
|
264
|
+
}
|
|
265
|
+
]
|
|
191
266
|
},
|
|
192
267
|
{
|
|
193
268
|
"stableId": "System.ClientModel:System.ClientModel.BinaryContent",
|
|
@@ -200,6 +275,16 @@
|
|
|
200
275
|
"isSealed": false,
|
|
201
276
|
"isStatic": false,
|
|
202
277
|
"arity": 0,
|
|
278
|
+
"baseType": {
|
|
279
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
280
|
+
"clrName": "System.Object"
|
|
281
|
+
},
|
|
282
|
+
"interfaces": [
|
|
283
|
+
{
|
|
284
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
285
|
+
"clrName": "System.IDisposable"
|
|
286
|
+
}
|
|
287
|
+
],
|
|
203
288
|
"methods": [
|
|
204
289
|
{
|
|
205
290
|
"stableId": "System.ClientModel:System.ClientModel.BinaryContent::Create(System.BinaryData):System.ClientModel.BinaryContent",
|
|
@@ -216,6 +301,7 @@
|
|
|
216
301
|
"isVirtual": false,
|
|
217
302
|
"isOverride": false,
|
|
218
303
|
"isSealed": false,
|
|
304
|
+
"visibility": "Public",
|
|
219
305
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
220
306
|
"declaringAssemblyName": "System.ClientModel",
|
|
221
307
|
"isExtensionMethod": false
|
|
@@ -235,6 +321,7 @@
|
|
|
235
321
|
"isVirtual": false,
|
|
236
322
|
"isOverride": false,
|
|
237
323
|
"isSealed": false,
|
|
324
|
+
"visibility": "Public",
|
|
238
325
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
239
326
|
"declaringAssemblyName": "System.ClientModel",
|
|
240
327
|
"isExtensionMethod": false
|
|
@@ -254,6 +341,7 @@
|
|
|
254
341
|
"isVirtual": false,
|
|
255
342
|
"isOverride": false,
|
|
256
343
|
"isSealed": false,
|
|
344
|
+
"visibility": "Public",
|
|
257
345
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
258
346
|
"declaringAssemblyName": "System.ClientModel",
|
|
259
347
|
"isExtensionMethod": false
|
|
@@ -273,6 +361,7 @@
|
|
|
273
361
|
"isVirtual": false,
|
|
274
362
|
"isOverride": false,
|
|
275
363
|
"isSealed": false,
|
|
364
|
+
"visibility": "Public",
|
|
276
365
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
277
366
|
"declaringAssemblyName": "System.ClientModel",
|
|
278
367
|
"isExtensionMethod": false
|
|
@@ -292,6 +381,7 @@
|
|
|
292
381
|
"isVirtual": false,
|
|
293
382
|
"isOverride": false,
|
|
294
383
|
"isSealed": false,
|
|
384
|
+
"visibility": "Public",
|
|
295
385
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
296
386
|
"declaringAssemblyName": "System.ClientModel",
|
|
297
387
|
"isExtensionMethod": false
|
|
@@ -311,6 +401,7 @@
|
|
|
311
401
|
"isVirtual": false,
|
|
312
402
|
"isOverride": false,
|
|
313
403
|
"isSealed": false,
|
|
404
|
+
"visibility": "Public",
|
|
314
405
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
315
406
|
"declaringAssemblyName": "System.ClientModel",
|
|
316
407
|
"isExtensionMethod": false
|
|
@@ -330,6 +421,7 @@
|
|
|
330
421
|
"isVirtual": true,
|
|
331
422
|
"isOverride": false,
|
|
332
423
|
"isSealed": false,
|
|
424
|
+
"visibility": "Public",
|
|
333
425
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
334
426
|
"declaringAssemblyName": "System.ClientModel",
|
|
335
427
|
"isExtensionMethod": false,
|
|
@@ -355,6 +447,7 @@
|
|
|
355
447
|
"isVirtual": true,
|
|
356
448
|
"isOverride": false,
|
|
357
449
|
"isSealed": false,
|
|
450
|
+
"visibility": "Public",
|
|
358
451
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
359
452
|
"declaringAssemblyName": "System.ClientModel",
|
|
360
453
|
"isExtensionMethod": false
|
|
@@ -374,6 +467,7 @@
|
|
|
374
467
|
"isVirtual": true,
|
|
375
468
|
"isOverride": false,
|
|
376
469
|
"isSealed": false,
|
|
470
|
+
"visibility": "Public",
|
|
377
471
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
378
472
|
"declaringAssemblyName": "System.ClientModel",
|
|
379
473
|
"isExtensionMethod": false
|
|
@@ -393,6 +487,7 @@
|
|
|
393
487
|
"isVirtual": true,
|
|
394
488
|
"isOverride": false,
|
|
395
489
|
"isSealed": false,
|
|
490
|
+
"visibility": "Public",
|
|
396
491
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
397
492
|
"declaringAssemblyName": "System.ClientModel",
|
|
398
493
|
"isExtensionMethod": false
|
|
@@ -404,23 +499,36 @@
|
|
|
404
499
|
"clrName": "MediaType",
|
|
405
500
|
"metadataToken": 385875971,
|
|
406
501
|
"canonicalSignature": ":System.String",
|
|
407
|
-
"normalizedSignature": "MediaType|:System.String|static=false|accessor=
|
|
502
|
+
"normalizedSignature": "MediaType|:System.String|static=false|accessor=getset",
|
|
408
503
|
"emitScope": "ClassSurface",
|
|
409
504
|
"provenance": "Original",
|
|
410
505
|
"isIndexer": false,
|
|
411
506
|
"hasGetter": true,
|
|
412
|
-
"hasSetter":
|
|
507
|
+
"hasSetter": true,
|
|
413
508
|
"isStatic": false,
|
|
414
509
|
"isAbstract": false,
|
|
415
510
|
"isVirtual": false,
|
|
416
511
|
"isOverride": false,
|
|
512
|
+
"visibility": "Public",
|
|
417
513
|
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
418
514
|
"declaringAssemblyName": "System.ClientModel"
|
|
419
515
|
}
|
|
420
516
|
],
|
|
421
517
|
"fields": [],
|
|
422
518
|
"events": [],
|
|
423
|
-
"constructors": [
|
|
519
|
+
"constructors": [
|
|
520
|
+
{
|
|
521
|
+
"stableId": "System.ClientModel:System.ClientModel.BinaryContent::.ctor():void",
|
|
522
|
+
"metadataToken": 100663346,
|
|
523
|
+
"canonicalSignature": "():void",
|
|
524
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
525
|
+
"isStatic": false,
|
|
526
|
+
"parameterCount": 0,
|
|
527
|
+
"visibility": "Protected",
|
|
528
|
+
"declaringClrType": "System.ClientModel.BinaryContent",
|
|
529
|
+
"declaringAssemblyName": "System.ClientModel"
|
|
530
|
+
}
|
|
531
|
+
]
|
|
424
532
|
},
|
|
425
533
|
{
|
|
426
534
|
"stableId": "System.ClientModel:System.ClientModel.ClientResult",
|
|
@@ -433,6 +541,10 @@
|
|
|
433
541
|
"isSealed": false,
|
|
434
542
|
"isStatic": false,
|
|
435
543
|
"arity": 0,
|
|
544
|
+
"baseType": {
|
|
545
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
546
|
+
"clrName": "System.Object"
|
|
547
|
+
},
|
|
436
548
|
"methods": [
|
|
437
549
|
{
|
|
438
550
|
"stableId": "System.ClientModel:System.ClientModel.ClientResult::GetRawResponse():System.ClientModel.Primitives.PipelineResponse",
|
|
@@ -449,6 +561,7 @@
|
|
|
449
561
|
"isVirtual": false,
|
|
450
562
|
"isOverride": false,
|
|
451
563
|
"isSealed": false,
|
|
564
|
+
"visibility": "Public",
|
|
452
565
|
"declaringClrType": "System.ClientModel.ClientResult",
|
|
453
566
|
"declaringAssemblyName": "System.ClientModel",
|
|
454
567
|
"isExtensionMethod": false
|
|
@@ -468,6 +581,7 @@
|
|
|
468
581
|
"isVirtual": false,
|
|
469
582
|
"isOverride": false,
|
|
470
583
|
"isSealed": false,
|
|
584
|
+
"visibility": "Public",
|
|
471
585
|
"declaringClrType": "System.ClientModel.ClientResult",
|
|
472
586
|
"declaringAssemblyName": "System.ClientModel",
|
|
473
587
|
"isExtensionMethod": false
|
|
@@ -487,6 +601,7 @@
|
|
|
487
601
|
"isVirtual": false,
|
|
488
602
|
"isOverride": false,
|
|
489
603
|
"isSealed": false,
|
|
604
|
+
"visibility": "Public",
|
|
490
605
|
"declaringClrType": "System.ClientModel.ClientResult",
|
|
491
606
|
"declaringAssemblyName": "System.ClientModel",
|
|
492
607
|
"isExtensionMethod": false
|
|
@@ -506,6 +621,7 @@
|
|
|
506
621
|
"isVirtual": false,
|
|
507
622
|
"isOverride": false,
|
|
508
623
|
"isSealed": false,
|
|
624
|
+
"visibility": "Public",
|
|
509
625
|
"declaringClrType": "System.ClientModel.ClientResult",
|
|
510
626
|
"declaringAssemblyName": "System.ClientModel",
|
|
511
627
|
"isExtensionMethod": false
|
|
@@ -514,7 +630,19 @@
|
|
|
514
630
|
"properties": [],
|
|
515
631
|
"fields": [],
|
|
516
632
|
"events": [],
|
|
517
|
-
"constructors": [
|
|
633
|
+
"constructors": [
|
|
634
|
+
{
|
|
635
|
+
"stableId": "System.ClientModel:System.ClientModel.ClientResult::.ctor(System.ClientModel.Primitives.PipelineResponse):void",
|
|
636
|
+
"metadataToken": 100663308,
|
|
637
|
+
"canonicalSignature": "(System.ClientModel.Primitives.PipelineResponse):void",
|
|
638
|
+
"normalizedSignature": "constructor|(System.ClientModel.Primitives.PipelineResponse):void|static=false",
|
|
639
|
+
"isStatic": false,
|
|
640
|
+
"parameterCount": 1,
|
|
641
|
+
"visibility": "Protected",
|
|
642
|
+
"declaringClrType": "System.ClientModel.ClientResult",
|
|
643
|
+
"declaringAssemblyName": "System.ClientModel"
|
|
644
|
+
}
|
|
645
|
+
]
|
|
518
646
|
},
|
|
519
647
|
{
|
|
520
648
|
"stableId": "System.ClientModel:System.ClientModel.ClientResult\u00601",
|
|
@@ -527,6 +655,13 @@
|
|
|
527
655
|
"isSealed": false,
|
|
528
656
|
"isStatic": false,
|
|
529
657
|
"arity": 1,
|
|
658
|
+
"baseType": {
|
|
659
|
+
"stableId": "System.ClientModel:System.ClientModel.ClientResult",
|
|
660
|
+
"clrName": "System.ClientModel.ClientResult"
|
|
661
|
+
},
|
|
662
|
+
"typeParameters": [
|
|
663
|
+
"T"
|
|
664
|
+
],
|
|
530
665
|
"methods": [],
|
|
531
666
|
"properties": [
|
|
532
667
|
{
|
|
@@ -544,13 +679,26 @@
|
|
|
544
679
|
"isAbstract": false,
|
|
545
680
|
"isVirtual": true,
|
|
546
681
|
"isOverride": false,
|
|
682
|
+
"visibility": "Public",
|
|
547
683
|
"declaringClrType": "System.ClientModel.ClientResult\u00601",
|
|
548
684
|
"declaringAssemblyName": "System.ClientModel"
|
|
549
685
|
}
|
|
550
686
|
],
|
|
551
687
|
"fields": [],
|
|
552
688
|
"events": [],
|
|
553
|
-
"constructors": [
|
|
689
|
+
"constructors": [
|
|
690
|
+
{
|
|
691
|
+
"stableId": "System.ClientModel:System.ClientModel.ClientResult\u00601::.ctor(T,System.ClientModel.Primitives.PipelineResponse):void",
|
|
692
|
+
"metadataToken": 100663322,
|
|
693
|
+
"canonicalSignature": "(T,System.ClientModel.Primitives.PipelineResponse):void",
|
|
694
|
+
"normalizedSignature": "constructor|(T,System.ClientModel.Primitives.PipelineResponse):void|static=false",
|
|
695
|
+
"isStatic": false,
|
|
696
|
+
"parameterCount": 2,
|
|
697
|
+
"visibility": "ProtectedInternal",
|
|
698
|
+
"declaringClrType": "System.ClientModel.ClientResult\u00601",
|
|
699
|
+
"declaringAssemblyName": "System.ClientModel"
|
|
700
|
+
}
|
|
701
|
+
]
|
|
554
702
|
},
|
|
555
703
|
{
|
|
556
704
|
"stableId": "System.ClientModel:System.ClientModel.ClientResultException",
|
|
@@ -563,6 +711,16 @@
|
|
|
563
711
|
"isSealed": false,
|
|
564
712
|
"isStatic": false,
|
|
565
713
|
"arity": 0,
|
|
714
|
+
"baseType": {
|
|
715
|
+
"stableId": "System.Private.CoreLib:System.Exception",
|
|
716
|
+
"clrName": "System.Exception"
|
|
717
|
+
},
|
|
718
|
+
"interfaces": [
|
|
719
|
+
{
|
|
720
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
721
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
722
|
+
}
|
|
723
|
+
],
|
|
566
724
|
"methods": [
|
|
567
725
|
{
|
|
568
726
|
"stableId": "System.ClientModel:System.ClientModel.ClientResultException::CreateAsync(System.ClientModel.Primitives.PipelineResponse,System.Exception):System.Threading.Tasks.Task_1[[System.ClientModel.ClientResultException,System.ClientModel,Version=1.5.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
@@ -579,6 +737,7 @@
|
|
|
579
737
|
"isVirtual": false,
|
|
580
738
|
"isOverride": false,
|
|
581
739
|
"isSealed": false,
|
|
740
|
+
"visibility": "Public",
|
|
582
741
|
"declaringClrType": "System.ClientModel.ClientResultException",
|
|
583
742
|
"declaringAssemblyName": "System.ClientModel",
|
|
584
743
|
"isExtensionMethod": false
|
|
@@ -598,6 +757,7 @@
|
|
|
598
757
|
"isVirtual": false,
|
|
599
758
|
"isOverride": false,
|
|
600
759
|
"isSealed": false,
|
|
760
|
+
"visibility": "Public",
|
|
601
761
|
"declaringClrType": "System.ClientModel.ClientResultException",
|
|
602
762
|
"declaringAssemblyName": "System.ClientModel",
|
|
603
763
|
"isExtensionMethod": false
|
|
@@ -609,16 +769,17 @@
|
|
|
609
769
|
"clrName": "Status",
|
|
610
770
|
"metadataToken": 385875969,
|
|
611
771
|
"canonicalSignature": ":System.Int32",
|
|
612
|
-
"normalizedSignature": "Status|:System.Int32|static=false|accessor=
|
|
772
|
+
"normalizedSignature": "Status|:System.Int32|static=false|accessor=getset",
|
|
613
773
|
"emitScope": "ClassSurface",
|
|
614
774
|
"provenance": "Original",
|
|
615
775
|
"isIndexer": false,
|
|
616
776
|
"hasGetter": true,
|
|
617
|
-
"hasSetter":
|
|
777
|
+
"hasSetter": true,
|
|
618
778
|
"isStatic": false,
|
|
619
779
|
"isAbstract": false,
|
|
620
780
|
"isVirtual": false,
|
|
621
781
|
"isOverride": false,
|
|
782
|
+
"visibility": "Public",
|
|
622
783
|
"declaringClrType": "System.ClientModel.ClientResultException",
|
|
623
784
|
"declaringAssemblyName": "System.ClientModel"
|
|
624
785
|
}
|
|
@@ -633,6 +794,7 @@
|
|
|
633
794
|
"normalizedSignature": "constructor|(System.ClientModel.Primitives.PipelineResponse,System.Exception):void|static=false",
|
|
634
795
|
"isStatic": false,
|
|
635
796
|
"parameterCount": 2,
|
|
797
|
+
"visibility": "Public",
|
|
636
798
|
"declaringClrType": "System.ClientModel.ClientResultException",
|
|
637
799
|
"declaringAssemblyName": "System.ClientModel"
|
|
638
800
|
},
|
|
@@ -643,6 +805,7 @@
|
|
|
643
805
|
"normalizedSignature": "constructor|(System.String,System.ClientModel.Primitives.PipelineResponse,System.Exception):void|static=false",
|
|
644
806
|
"isStatic": false,
|
|
645
807
|
"parameterCount": 3,
|
|
808
|
+
"visibility": "Public",
|
|
646
809
|
"declaringClrType": "System.ClientModel.ClientResultException",
|
|
647
810
|
"declaringAssemblyName": "System.ClientModel"
|
|
648
811
|
}
|
|
@@ -659,6 +822,26 @@
|
|
|
659
822
|
"isSealed": false,
|
|
660
823
|
"isStatic": false,
|
|
661
824
|
"arity": 1,
|
|
825
|
+
"baseType": {
|
|
826
|
+
"stableId": "System.ClientModel:System.ClientModel.Primitives.CollectionResult",
|
|
827
|
+
"clrName": "System.ClientModel.Primitives.CollectionResult"
|
|
828
|
+
},
|
|
829
|
+
"interfaces": [
|
|
830
|
+
{
|
|
831
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
832
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
833
|
+
"typeArguments": [
|
|
834
|
+
"T"
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
839
|
+
"clrName": "System.Collections.IEnumerable"
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"typeParameters": [
|
|
843
|
+
"T"
|
|
844
|
+
],
|
|
662
845
|
"methods": [
|
|
663
846
|
{
|
|
664
847
|
"stableId": "System.ClientModel:System.ClientModel.CollectionResult\u00601::GetEnumerator():IEnumerator_1",
|
|
@@ -675,6 +858,27 @@
|
|
|
675
858
|
"isVirtual": true,
|
|
676
859
|
"isOverride": false,
|
|
677
860
|
"isSealed": true,
|
|
861
|
+
"visibility": "Public",
|
|
862
|
+
"declaringClrType": "System.ClientModel.CollectionResult\u00601",
|
|
863
|
+
"declaringAssemblyName": "System.ClientModel",
|
|
864
|
+
"isExtensionMethod": false
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"stableId": "System.ClientModel:System.ClientModel.CollectionResult\u00601::GetValuesFromPage(System.ClientModel.ClientResult):IEnumerable_1",
|
|
868
|
+
"clrName": "GetValuesFromPage",
|
|
869
|
+
"metadataToken": 100663327,
|
|
870
|
+
"canonicalSignature": "(System.ClientModel.ClientResult):IEnumerable_1",
|
|
871
|
+
"normalizedSignature": "GetValuesFromPage|(System.ClientModel.ClientResult):IEnumerable_1|static=false",
|
|
872
|
+
"emitScope": "ClassSurface",
|
|
873
|
+
"provenance": "Original",
|
|
874
|
+
"arity": 0,
|
|
875
|
+
"parameterCount": 1,
|
|
876
|
+
"isStatic": false,
|
|
877
|
+
"isAbstract": true,
|
|
878
|
+
"isVirtual": true,
|
|
879
|
+
"isOverride": false,
|
|
880
|
+
"isSealed": false,
|
|
881
|
+
"visibility": "Protected",
|
|
678
882
|
"declaringClrType": "System.ClientModel.CollectionResult\u00601",
|
|
679
883
|
"declaringAssemblyName": "System.ClientModel",
|
|
680
884
|
"isExtensionMethod": false
|
|
@@ -683,7 +887,19 @@
|
|
|
683
887
|
"properties": [],
|
|
684
888
|
"fields": [],
|
|
685
889
|
"events": [],
|
|
686
|
-
"constructors": [
|
|
890
|
+
"constructors": [
|
|
891
|
+
{
|
|
892
|
+
"stableId": "System.ClientModel:System.ClientModel.CollectionResult\u00601::.ctor():void",
|
|
893
|
+
"metadataToken": 100663325,
|
|
894
|
+
"canonicalSignature": "():void",
|
|
895
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
896
|
+
"isStatic": false,
|
|
897
|
+
"parameterCount": 0,
|
|
898
|
+
"visibility": "ProtectedInternal",
|
|
899
|
+
"declaringClrType": "System.ClientModel.CollectionResult\u00601",
|
|
900
|
+
"declaringAssemblyName": "System.ClientModel"
|
|
901
|
+
}
|
|
902
|
+
]
|
|
687
903
|
},
|
|
688
904
|
{
|
|
689
905
|
"stableId": "System.ClientModel:System.ClientModel.ContinuationToken",
|
|
@@ -696,6 +912,10 @@
|
|
|
696
912
|
"isSealed": false,
|
|
697
913
|
"isStatic": false,
|
|
698
914
|
"arity": 0,
|
|
915
|
+
"baseType": {
|
|
916
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
917
|
+
"clrName": "System.Object"
|
|
918
|
+
},
|
|
699
919
|
"methods": [
|
|
700
920
|
{
|
|
701
921
|
"stableId": "System.ClientModel:System.ClientModel.ContinuationToken::FromBytes(System.BinaryData):System.ClientModel.ContinuationToken",
|
|
@@ -712,6 +932,7 @@
|
|
|
712
932
|
"isVirtual": false,
|
|
713
933
|
"isOverride": false,
|
|
714
934
|
"isSealed": false,
|
|
935
|
+
"visibility": "Public",
|
|
715
936
|
"declaringClrType": "System.ClientModel.ContinuationToken",
|
|
716
937
|
"declaringAssemblyName": "System.ClientModel",
|
|
717
938
|
"isExtensionMethod": false
|
|
@@ -731,6 +952,7 @@
|
|
|
731
952
|
"isVirtual": true,
|
|
732
953
|
"isOverride": false,
|
|
733
954
|
"isSealed": false,
|
|
955
|
+
"visibility": "Public",
|
|
734
956
|
"declaringClrType": "System.ClientModel.ContinuationToken",
|
|
735
957
|
"declaringAssemblyName": "System.ClientModel",
|
|
736
958
|
"isExtensionMethod": false
|
|
@@ -739,7 +961,30 @@
|
|
|
739
961
|
"properties": [],
|
|
740
962
|
"fields": [],
|
|
741
963
|
"events": [],
|
|
742
|
-
"constructors": [
|
|
964
|
+
"constructors": [
|
|
965
|
+
{
|
|
966
|
+
"stableId": "System.ClientModel:System.ClientModel.ContinuationToken::.ctor():void",
|
|
967
|
+
"metadataToken": 100663329,
|
|
968
|
+
"canonicalSignature": "():void",
|
|
969
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
970
|
+
"isStatic": false,
|
|
971
|
+
"parameterCount": 0,
|
|
972
|
+
"visibility": "Protected",
|
|
973
|
+
"declaringClrType": "System.ClientModel.ContinuationToken",
|
|
974
|
+
"declaringAssemblyName": "System.ClientModel"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"stableId": "System.ClientModel:System.ClientModel.ContinuationToken::.ctor(System.BinaryData):void",
|
|
978
|
+
"metadataToken": 100663330,
|
|
979
|
+
"canonicalSignature": "(System.BinaryData):void",
|
|
980
|
+
"normalizedSignature": "constructor|(System.BinaryData):void|static=false",
|
|
981
|
+
"isStatic": false,
|
|
982
|
+
"parameterCount": 1,
|
|
983
|
+
"visibility": "Protected",
|
|
984
|
+
"declaringClrType": "System.ClientModel.ContinuationToken",
|
|
985
|
+
"declaringAssemblyName": "System.ClientModel"
|
|
986
|
+
}
|
|
987
|
+
]
|
|
743
988
|
}
|
|
744
989
|
]
|
|
745
990
|
}
|