@tsonic/dotnet 10.0.12 → 10.0.16
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/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -2067,26 +2067,6 @@
|
|
|
2067
2067
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2068
2068
|
"isExtensionMethod": false,
|
|
2069
2069
|
"sourceInterface": "System.IDisposable"
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::Dispose():System.Void",
|
|
2073
|
-
"clrName": "Dispose",
|
|
2074
|
-
"metadataToken": 0,
|
|
2075
|
-
"canonicalSignature": "():System.Void",
|
|
2076
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
2077
|
-
"emitScope": "ClassSurface",
|
|
2078
|
-
"provenance": "BaseOverload",
|
|
2079
|
-
"arity": 0,
|
|
2080
|
-
"parameterCount": 0,
|
|
2081
|
-
"isStatic": false,
|
|
2082
|
-
"isAbstract": false,
|
|
2083
|
-
"isVirtual": true,
|
|
2084
|
-
"isOverride": false,
|
|
2085
|
-
"isSealed": false,
|
|
2086
|
-
"visibility": "Public",
|
|
2087
|
-
"declaringClrType": "System.Diagnostics.Tracing.EventCounter",
|
|
2088
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2089
|
-
"isExtensionMethod": false
|
|
2090
2070
|
}
|
|
2091
2071
|
],
|
|
2092
2072
|
"properties": [],
|
|
@@ -3860,26 +3840,6 @@
|
|
|
3860
3840
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3861
3841
|
"isExtensionMethod": false,
|
|
3862
3842
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
3863
|
-
},
|
|
3864
|
-
{
|
|
3865
|
-
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3866
|
-
"clrName": "GetObjectData",
|
|
3867
|
-
"metadataToken": 0,
|
|
3868
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3869
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
3870
|
-
"emitScope": "ClassSurface",
|
|
3871
|
-
"provenance": "BaseOverload",
|
|
3872
|
-
"arity": 0,
|
|
3873
|
-
"parameterCount": 2,
|
|
3874
|
-
"isStatic": false,
|
|
3875
|
-
"isAbstract": false,
|
|
3876
|
-
"isVirtual": true,
|
|
3877
|
-
"isOverride": false,
|
|
3878
|
-
"isSealed": false,
|
|
3879
|
-
"visibility": "Public",
|
|
3880
|
-
"declaringClrType": "System.Diagnostics.Tracing.EventSourceException",
|
|
3881
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3882
|
-
"isExtensionMethod": false
|
|
3883
3843
|
}
|
|
3884
3844
|
],
|
|
3885
3845
|
"properties": [],
|
|
@@ -4359,26 +4319,6 @@
|
|
|
4359
4319
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4360
4320
|
"isExtensionMethod": false,
|
|
4361
4321
|
"sourceInterface": "System.IDisposable"
|
|
4362
|
-
},
|
|
4363
|
-
{
|
|
4364
|
-
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::Dispose():System.Void",
|
|
4365
|
-
"clrName": "Dispose",
|
|
4366
|
-
"metadataToken": 0,
|
|
4367
|
-
"canonicalSignature": "():System.Void",
|
|
4368
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
4369
|
-
"emitScope": "ClassSurface",
|
|
4370
|
-
"provenance": "BaseOverload",
|
|
4371
|
-
"arity": 0,
|
|
4372
|
-
"parameterCount": 0,
|
|
4373
|
-
"isStatic": false,
|
|
4374
|
-
"isAbstract": false,
|
|
4375
|
-
"isVirtual": true,
|
|
4376
|
-
"isOverride": false,
|
|
4377
|
-
"isSealed": false,
|
|
4378
|
-
"visibility": "Public",
|
|
4379
|
-
"declaringClrType": "System.Diagnostics.Tracing.IncrementingEventCounter",
|
|
4380
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4381
|
-
"isExtensionMethod": false
|
|
4382
4322
|
}
|
|
4383
4323
|
],
|
|
4384
4324
|
"properties": [
|
|
@@ -4480,26 +4420,6 @@
|
|
|
4480
4420
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4481
4421
|
"isExtensionMethod": false,
|
|
4482
4422
|
"sourceInterface": "System.IDisposable"
|
|
4483
|
-
},
|
|
4484
|
-
{
|
|
4485
|
-
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingPollingCounter::Dispose():System.Void",
|
|
4486
|
-
"clrName": "Dispose",
|
|
4487
|
-
"metadataToken": 0,
|
|
4488
|
-
"canonicalSignature": "():System.Void",
|
|
4489
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
4490
|
-
"emitScope": "ClassSurface",
|
|
4491
|
-
"provenance": "BaseOverload",
|
|
4492
|
-
"arity": 0,
|
|
4493
|
-
"parameterCount": 0,
|
|
4494
|
-
"isStatic": false,
|
|
4495
|
-
"isAbstract": false,
|
|
4496
|
-
"isVirtual": true,
|
|
4497
|
-
"isOverride": false,
|
|
4498
|
-
"isSealed": false,
|
|
4499
|
-
"visibility": "Public",
|
|
4500
|
-
"declaringClrType": "System.Diagnostics.Tracing.IncrementingPollingCounter",
|
|
4501
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4502
|
-
"isExtensionMethod": false
|
|
4503
4423
|
}
|
|
4504
4424
|
],
|
|
4505
4425
|
"properties": [
|
|
@@ -4634,26 +4554,6 @@
|
|
|
4634
4554
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4635
4555
|
"isExtensionMethod": false,
|
|
4636
4556
|
"sourceInterface": "System.IDisposable"
|
|
4637
|
-
},
|
|
4638
|
-
{
|
|
4639
|
-
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.PollingCounter::Dispose():System.Void",
|
|
4640
|
-
"clrName": "Dispose",
|
|
4641
|
-
"metadataToken": 0,
|
|
4642
|
-
"canonicalSignature": "():System.Void",
|
|
4643
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
4644
|
-
"emitScope": "ClassSurface",
|
|
4645
|
-
"provenance": "BaseOverload",
|
|
4646
|
-
"arity": 0,
|
|
4647
|
-
"parameterCount": 0,
|
|
4648
|
-
"isStatic": false,
|
|
4649
|
-
"isAbstract": false,
|
|
4650
|
-
"isVirtual": true,
|
|
4651
|
-
"isOverride": false,
|
|
4652
|
-
"isSealed": false,
|
|
4653
|
-
"visibility": "Public",
|
|
4654
|
-
"declaringClrType": "System.Diagnostics.Tracing.PollingCounter",
|
|
4655
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4656
|
-
"isExtensionMethod": false
|
|
4657
4557
|
}
|
|
4658
4558
|
],
|
|
4659
4559
|
"properties": [],
|
|
@@ -222,12 +222,11 @@ export const EventCommandEventArgs: {
|
|
|
222
222
|
|
|
223
223
|
export type EventCommandEventArgs = EventCommandEventArgs$instance;
|
|
224
224
|
|
|
225
|
-
export interface EventCounter$instance extends DiagnosticCounter$instance {
|
|
225
|
+
export interface EventCounter$instance extends DiagnosticCounter$instance, System_Internal.IDisposable$instance {
|
|
226
226
|
readonly __tsonic_type_System_Diagnostics_Tracing_EventCounter: never;
|
|
227
227
|
|
|
228
228
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
229
229
|
|
|
230
|
-
Dispose(): void;
|
|
231
230
|
ToString(): string;
|
|
232
231
|
WriteMetric(value: float): void;
|
|
233
232
|
WriteMetric(value: double): void;
|
|
@@ -400,12 +399,11 @@ export const EventSourceCreatedEventArgs: {
|
|
|
400
399
|
|
|
401
400
|
export type EventSourceCreatedEventArgs = EventSourceCreatedEventArgs$instance;
|
|
402
401
|
|
|
403
|
-
export interface EventSourceException$instance extends Exception {
|
|
402
|
+
export interface EventSourceException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
404
403
|
readonly __tsonic_type_System_Diagnostics_Tracing_EventSourceException: never;
|
|
405
404
|
|
|
406
405
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
407
406
|
|
|
408
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
409
407
|
}
|
|
410
408
|
|
|
411
409
|
|
|
@@ -456,13 +454,12 @@ export const EventWrittenEventArgs: {
|
|
|
456
454
|
|
|
457
455
|
export type EventWrittenEventArgs = EventWrittenEventArgs$instance;
|
|
458
456
|
|
|
459
|
-
export interface IncrementingEventCounter$instance extends DiagnosticCounter$instance {
|
|
457
|
+
export interface IncrementingEventCounter$instance extends DiagnosticCounter$instance, System_Internal.IDisposable$instance {
|
|
460
458
|
readonly __tsonic_type_System_Diagnostics_Tracing_IncrementingEventCounter: never;
|
|
461
459
|
|
|
462
460
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
463
461
|
|
|
464
462
|
DisplayRateTimeScale: TimeSpan;
|
|
465
|
-
Dispose(): void;
|
|
466
463
|
Increment(increment?: double): void;
|
|
467
464
|
ToString(): string;
|
|
468
465
|
}
|
|
@@ -480,13 +477,12 @@ export interface __IncrementingEventCounter$views {
|
|
|
480
477
|
export type IncrementingEventCounter = IncrementingEventCounter$instance & __IncrementingEventCounter$views;
|
|
481
478
|
|
|
482
479
|
|
|
483
|
-
export interface IncrementingPollingCounter$instance extends DiagnosticCounter$instance {
|
|
480
|
+
export interface IncrementingPollingCounter$instance extends DiagnosticCounter$instance, System_Internal.IDisposable$instance {
|
|
484
481
|
readonly __tsonic_type_System_Diagnostics_Tracing_IncrementingPollingCounter: never;
|
|
485
482
|
|
|
486
483
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
487
484
|
|
|
488
485
|
DisplayRateTimeScale: TimeSpan;
|
|
489
|
-
Dispose(): void;
|
|
490
486
|
ToString(): string;
|
|
491
487
|
}
|
|
492
488
|
|
|
@@ -516,12 +512,11 @@ export const NonEventAttribute: {
|
|
|
516
512
|
|
|
517
513
|
export type NonEventAttribute = NonEventAttribute$instance;
|
|
518
514
|
|
|
519
|
-
export interface PollingCounter$instance extends DiagnosticCounter$instance {
|
|
515
|
+
export interface PollingCounter$instance extends DiagnosticCounter$instance, System_Internal.IDisposable$instance {
|
|
520
516
|
readonly __tsonic_type_System_Diagnostics_Tracing_PollingCounter: never;
|
|
521
517
|
|
|
522
518
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
523
519
|
|
|
524
|
-
Dispose(): void;
|
|
525
520
|
ToString(): string;
|
|
526
521
|
}
|
|
527
522
|
|
|
@@ -156,11 +156,11 @@
|
|
|
156
156
|
"isExtensionMethod": false
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.BinaryOperationBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
159
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.BinaryOperationBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
160
160
|
"clrName": "Bind",
|
|
161
161
|
"metadataToken": 0,
|
|
162
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
163
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
162
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
163
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
164
164
|
"emitScope": "ClassSurface",
|
|
165
165
|
"provenance": "BaseOverload",
|
|
166
166
|
"arity": 0,
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"isAbstract": false,
|
|
170
170
|
"isVirtual": true,
|
|
171
171
|
"isOverride": false,
|
|
172
|
-
"isSealed":
|
|
172
|
+
"isSealed": true,
|
|
173
173
|
"visibility": "Public",
|
|
174
174
|
"declaringClrType": "System.Dynamic.BinaryOperationBinder",
|
|
175
175
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -588,11 +588,11 @@
|
|
|
588
588
|
"isExtensionMethod": false
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.ConvertBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
591
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.ConvertBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
592
592
|
"clrName": "Bind",
|
|
593
593
|
"metadataToken": 0,
|
|
594
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
595
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
594
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
595
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
596
596
|
"emitScope": "ClassSurface",
|
|
597
597
|
"provenance": "BaseOverload",
|
|
598
598
|
"arity": 0,
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
"isAbstract": false,
|
|
602
602
|
"isVirtual": true,
|
|
603
603
|
"isOverride": false,
|
|
604
|
-
"isSealed":
|
|
604
|
+
"isSealed": true,
|
|
605
605
|
"visibility": "Public",
|
|
606
606
|
"declaringClrType": "System.Dynamic.ConvertBinder",
|
|
607
607
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -760,11 +760,11 @@
|
|
|
760
760
|
"isExtensionMethod": false
|
|
761
761
|
},
|
|
762
762
|
{
|
|
763
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.CreateInstanceBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
763
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.CreateInstanceBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
764
764
|
"clrName": "Bind",
|
|
765
765
|
"metadataToken": 0,
|
|
766
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
767
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
766
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
767
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
768
768
|
"emitScope": "ClassSurface",
|
|
769
769
|
"provenance": "BaseOverload",
|
|
770
770
|
"arity": 0,
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
"isAbstract": false,
|
|
774
774
|
"isVirtual": true,
|
|
775
775
|
"isOverride": false,
|
|
776
|
-
"isSealed":
|
|
776
|
+
"isSealed": true,
|
|
777
777
|
"visibility": "Public",
|
|
778
778
|
"declaringClrType": "System.Dynamic.CreateInstanceBinder",
|
|
779
779
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -913,11 +913,11 @@
|
|
|
913
913
|
"isExtensionMethod": false
|
|
914
914
|
},
|
|
915
915
|
{
|
|
916
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.DeleteIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
916
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.DeleteIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
917
917
|
"clrName": "Bind",
|
|
918
918
|
"metadataToken": 0,
|
|
919
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
920
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
919
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
920
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
921
921
|
"emitScope": "ClassSurface",
|
|
922
922
|
"provenance": "BaseOverload",
|
|
923
923
|
"arity": 0,
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
"isAbstract": false,
|
|
927
927
|
"isVirtual": true,
|
|
928
928
|
"isOverride": false,
|
|
929
|
-
"isSealed":
|
|
929
|
+
"isSealed": true,
|
|
930
930
|
"visibility": "Public",
|
|
931
931
|
"declaringClrType": "System.Dynamic.DeleteIndexBinder",
|
|
932
932
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -1066,11 +1066,11 @@
|
|
|
1066
1066
|
"isExtensionMethod": false
|
|
1067
1067
|
},
|
|
1068
1068
|
{
|
|
1069
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.DeleteMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
1069
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.DeleteMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
1070
1070
|
"clrName": "Bind",
|
|
1071
1071
|
"metadataToken": 0,
|
|
1072
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
1073
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
1072
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
1073
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
1074
1074
|
"emitScope": "ClassSurface",
|
|
1075
1075
|
"provenance": "BaseOverload",
|
|
1076
1076
|
"arity": 0,
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
"isAbstract": false,
|
|
1080
1080
|
"isVirtual": true,
|
|
1081
1081
|
"isOverride": false,
|
|
1082
|
-
"isSealed":
|
|
1082
|
+
"isSealed": true,
|
|
1083
1083
|
"visibility": "Public",
|
|
1084
1084
|
"declaringClrType": "System.Dynamic.DeleteMemberBinder",
|
|
1085
1085
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -1729,26 +1729,6 @@
|
|
|
1729
1729
|
"declaringClrType": "System.Dynamic.DynamicMetaObjectBinder",
|
|
1730
1730
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
1731
1731
|
"isExtensionMethod": false
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.DynamicMetaObjectBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
1735
|
-
"clrName": "Bind",
|
|
1736
|
-
"metadataToken": 0,
|
|
1737
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
1738
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
1739
|
-
"emitScope": "ClassSurface",
|
|
1740
|
-
"provenance": "BaseOverload",
|
|
1741
|
-
"arity": 0,
|
|
1742
|
-
"parameterCount": 3,
|
|
1743
|
-
"isStatic": false,
|
|
1744
|
-
"isAbstract": true,
|
|
1745
|
-
"isVirtual": true,
|
|
1746
|
-
"isOverride": false,
|
|
1747
|
-
"isSealed": false,
|
|
1748
|
-
"visibility": "Public",
|
|
1749
|
-
"declaringClrType": "System.Dynamic.DynamicMetaObjectBinder",
|
|
1750
|
-
"declaringAssemblyName": "System.Linq.Expressions",
|
|
1751
|
-
"isExtensionMethod": false
|
|
1752
1732
|
}
|
|
1753
1733
|
],
|
|
1754
1734
|
"properties": [
|
|
@@ -2621,11 +2601,11 @@
|
|
|
2621
2601
|
"isExtensionMethod": false
|
|
2622
2602
|
},
|
|
2623
2603
|
{
|
|
2624
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.GetIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2604
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.GetIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2625
2605
|
"clrName": "Bind",
|
|
2626
2606
|
"metadataToken": 0,
|
|
2627
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2628
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
2607
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2608
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
2629
2609
|
"emitScope": "ClassSurface",
|
|
2630
2610
|
"provenance": "BaseOverload",
|
|
2631
2611
|
"arity": 0,
|
|
@@ -2634,7 +2614,7 @@
|
|
|
2634
2614
|
"isAbstract": false,
|
|
2635
2615
|
"isVirtual": true,
|
|
2636
2616
|
"isOverride": false,
|
|
2637
|
-
"isSealed":
|
|
2617
|
+
"isSealed": true,
|
|
2638
2618
|
"visibility": "Public",
|
|
2639
2619
|
"declaringClrType": "System.Dynamic.GetIndexBinder",
|
|
2640
2620
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -2774,11 +2754,11 @@
|
|
|
2774
2754
|
"isExtensionMethod": false
|
|
2775
2755
|
},
|
|
2776
2756
|
{
|
|
2777
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.GetMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2757
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.GetMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2778
2758
|
"clrName": "Bind",
|
|
2779
2759
|
"metadataToken": 0,
|
|
2780
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2781
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
2760
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2761
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
2782
2762
|
"emitScope": "ClassSurface",
|
|
2783
2763
|
"provenance": "BaseOverload",
|
|
2784
2764
|
"arity": 0,
|
|
@@ -2787,7 +2767,7 @@
|
|
|
2787
2767
|
"isAbstract": false,
|
|
2788
2768
|
"isVirtual": true,
|
|
2789
2769
|
"isOverride": false,
|
|
2790
|
-
"isSealed":
|
|
2770
|
+
"isSealed": true,
|
|
2791
2771
|
"visibility": "Public",
|
|
2792
2772
|
"declaringClrType": "System.Dynamic.GetMemberBinder",
|
|
2793
2773
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -2946,11 +2926,11 @@
|
|
|
2946
2926
|
"isExtensionMethod": false
|
|
2947
2927
|
},
|
|
2948
2928
|
{
|
|
2949
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.InvokeBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2929
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.InvokeBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2950
2930
|
"clrName": "Bind",
|
|
2951
2931
|
"metadataToken": 0,
|
|
2952
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2953
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
2932
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
2933
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
2954
2934
|
"emitScope": "ClassSurface",
|
|
2955
2935
|
"provenance": "BaseOverload",
|
|
2956
2936
|
"arity": 0,
|
|
@@ -2959,7 +2939,7 @@
|
|
|
2959
2939
|
"isAbstract": false,
|
|
2960
2940
|
"isVirtual": true,
|
|
2961
2941
|
"isOverride": false,
|
|
2962
|
-
"isSealed":
|
|
2942
|
+
"isSealed": true,
|
|
2963
2943
|
"visibility": "Public",
|
|
2964
2944
|
"declaringClrType": "System.Dynamic.InvokeBinder",
|
|
2965
2945
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -3119,11 +3099,11 @@
|
|
|
3119
3099
|
"isExtensionMethod": false
|
|
3120
3100
|
},
|
|
3121
3101
|
{
|
|
3122
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.InvokeMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3102
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.InvokeMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3123
3103
|
"clrName": "Bind",
|
|
3124
3104
|
"metadataToken": 0,
|
|
3125
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3126
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
3105
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3106
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
3127
3107
|
"emitScope": "ClassSurface",
|
|
3128
3108
|
"provenance": "BaseOverload",
|
|
3129
3109
|
"arity": 0,
|
|
@@ -3132,7 +3112,7 @@
|
|
|
3132
3112
|
"isAbstract": false,
|
|
3133
3113
|
"isVirtual": true,
|
|
3134
3114
|
"isOverride": false,
|
|
3135
|
-
"isSealed":
|
|
3115
|
+
"isSealed": true,
|
|
3136
3116
|
"visibility": "Public",
|
|
3137
3117
|
"declaringClrType": "System.Dynamic.InvokeMemberBinder",
|
|
3138
3118
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -3310,11 +3290,11 @@
|
|
|
3310
3290
|
"isExtensionMethod": false
|
|
3311
3291
|
},
|
|
3312
3292
|
{
|
|
3313
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.SetIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3293
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.SetIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3314
3294
|
"clrName": "Bind",
|
|
3315
3295
|
"metadataToken": 0,
|
|
3316
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3317
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
3296
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3297
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
3318
3298
|
"emitScope": "ClassSurface",
|
|
3319
3299
|
"provenance": "BaseOverload",
|
|
3320
3300
|
"arity": 0,
|
|
@@ -3323,7 +3303,7 @@
|
|
|
3323
3303
|
"isAbstract": false,
|
|
3324
3304
|
"isVirtual": true,
|
|
3325
3305
|
"isOverride": false,
|
|
3326
|
-
"isSealed":
|
|
3306
|
+
"isSealed": true,
|
|
3327
3307
|
"visibility": "Public",
|
|
3328
3308
|
"declaringClrType": "System.Dynamic.SetIndexBinder",
|
|
3329
3309
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -3463,11 +3443,11 @@
|
|
|
3463
3443
|
"isExtensionMethod": false
|
|
3464
3444
|
},
|
|
3465
3445
|
{
|
|
3466
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.SetMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3446
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.SetMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3467
3447
|
"clrName": "Bind",
|
|
3468
3448
|
"metadataToken": 0,
|
|
3469
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3470
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
3449
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3450
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
3471
3451
|
"emitScope": "ClassSurface",
|
|
3472
3452
|
"provenance": "BaseOverload",
|
|
3473
3453
|
"arity": 0,
|
|
@@ -3476,7 +3456,7 @@
|
|
|
3476
3456
|
"isAbstract": false,
|
|
3477
3457
|
"isVirtual": true,
|
|
3478
3458
|
"isOverride": false,
|
|
3479
|
-
"isSealed":
|
|
3459
|
+
"isSealed": true,
|
|
3480
3460
|
"visibility": "Public",
|
|
3481
3461
|
"declaringClrType": "System.Dynamic.SetMemberBinder",
|
|
3482
3462
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -3635,11 +3615,11 @@
|
|
|
3635
3615
|
"isExtensionMethod": false
|
|
3636
3616
|
},
|
|
3637
3617
|
{
|
|
3638
|
-
"stableId": "System.Linq.Expressions:System.Dynamic.UnaryOperationBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3618
|
+
"stableId": "System.Linq.Expressions:System.Dynamic.UnaryOperationBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3639
3619
|
"clrName": "Bind",
|
|
3640
3620
|
"metadataToken": 0,
|
|
3641
|
-
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3642
|
-
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
3621
|
+
"canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
|
|
3622
|
+
"normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
|
|
3643
3623
|
"emitScope": "ClassSurface",
|
|
3644
3624
|
"provenance": "BaseOverload",
|
|
3645
3625
|
"arity": 0,
|
|
@@ -3648,7 +3628,7 @@
|
|
|
3648
3628
|
"isAbstract": false,
|
|
3649
3629
|
"isVirtual": true,
|
|
3650
3630
|
"isOverride": false,
|
|
3651
|
-
"isSealed":
|
|
3631
|
+
"isSealed": true,
|
|
3652
3632
|
"visibility": "Public",
|
|
3653
3633
|
"declaringClrType": "System.Dynamic.UnaryOperationBinder",
|
|
3654
3634
|
"declaringAssemblyName": "System.Linq.Expressions",
|
|
@@ -210,7 +210,6 @@ export interface DynamicMetaObjectBinder$instance extends CallSiteBinder {
|
|
|
210
210
|
readonly ReturnType: Type;
|
|
211
211
|
Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
212
212
|
Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
|
|
213
|
-
Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
214
213
|
Defer(target: DynamicMetaObject, ...args: DynamicMetaObject[]): DynamicMetaObject;
|
|
215
214
|
Defer(...args: DynamicMetaObject[]): DynamicMetaObject;
|
|
216
215
|
GetUpdateExpression(type: Type): Expression;
|
|
@@ -1459,26 +1459,6 @@
|
|
|
1459
1459
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1460
1460
|
"isExtensionMethod": false,
|
|
1461
1461
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnContentException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
1465
|
-
"clrName": "GetObjectData",
|
|
1466
|
-
"metadataToken": 0,
|
|
1467
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
1468
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
1469
|
-
"emitScope": "ClassSurface",
|
|
1470
|
-
"provenance": "BaseOverload",
|
|
1471
|
-
"arity": 0,
|
|
1472
|
-
"parameterCount": 2,
|
|
1473
|
-
"isStatic": false,
|
|
1474
|
-
"isAbstract": false,
|
|
1475
|
-
"isVirtual": true,
|
|
1476
|
-
"isOverride": false,
|
|
1477
|
-
"isSealed": false,
|
|
1478
|
-
"visibility": "Public",
|
|
1479
|
-
"declaringClrType": "System.Formats.Asn1.AsnContentException",
|
|
1480
|
-
"declaringAssemblyName": "System.Formats.Asn1",
|
|
1481
|
-
"isExtensionMethod": false
|
|
1482
1462
|
}
|
|
1483
1463
|
],
|
|
1484
1464
|
"properties": [],
|
|
@@ -165,12 +165,11 @@ export interface __AsnWriter_Scope$views {
|
|
|
165
165
|
export type AsnWriter_Scope = AsnWriter_Scope$instance & __AsnWriter_Scope$views;
|
|
166
166
|
|
|
167
167
|
|
|
168
|
-
export interface AsnContentException$instance extends Exception {
|
|
168
|
+
export interface AsnContentException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
169
169
|
readonly __tsonic_type_System_Formats_Asn1_AsnContentException: never;
|
|
170
170
|
|
|
171
171
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
172
172
|
|
|
173
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
174
173
|
}
|
|
175
174
|
|
|
176
175
|
|