@tsonic/dotnet 0.7.4 → 0.7.7
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/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -11433,7 +11433,17 @@
|
|
|
11433
11433
|
"parameterCount": 4,
|
|
11434
11434
|
"declaringClrType": "System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback",
|
|
11435
11435
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
11436
|
-
"isExtensionMethod": false
|
|
11436
|
+
"isExtensionMethod": false,
|
|
11437
|
+
"parameterModifiers": [
|
|
11438
|
+
{
|
|
11439
|
+
"index": 2,
|
|
11440
|
+
"modifier": "out"
|
|
11441
|
+
},
|
|
11442
|
+
{
|
|
11443
|
+
"index": 3,
|
|
11444
|
+
"modifier": "out"
|
|
11445
|
+
}
|
|
11446
|
+
]
|
|
11437
11447
|
},
|
|
11438
11448
|
{
|
|
11439
11449
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback::BeginInvoke(System.Object,System.String,System.String\u0026,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -11447,7 +11457,17 @@
|
|
|
11447
11457
|
"parameterCount": 6,
|
|
11448
11458
|
"declaringClrType": "System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback",
|
|
11449
11459
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
11450
|
-
"isExtensionMethod": false
|
|
11460
|
+
"isExtensionMethod": false,
|
|
11461
|
+
"parameterModifiers": [
|
|
11462
|
+
{
|
|
11463
|
+
"index": 2,
|
|
11464
|
+
"modifier": "out"
|
|
11465
|
+
},
|
|
11466
|
+
{
|
|
11467
|
+
"index": 3,
|
|
11468
|
+
"modifier": "out"
|
|
11469
|
+
}
|
|
11470
|
+
]
|
|
11451
11471
|
},
|
|
11452
11472
|
{
|
|
11453
11473
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback::EndInvoke(System.String\u0026,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.IAsyncResult):System.Void",
|
|
@@ -11461,7 +11481,17 @@
|
|
|
11461
11481
|
"parameterCount": 3,
|
|
11462
11482
|
"declaringClrType": "System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback",
|
|
11463
11483
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
11464
|
-
"isExtensionMethod": false
|
|
11484
|
+
"isExtensionMethod": false,
|
|
11485
|
+
"parameterModifiers": [
|
|
11486
|
+
{
|
|
11487
|
+
"index": 0,
|
|
11488
|
+
"modifier": "out"
|
|
11489
|
+
},
|
|
11490
|
+
{
|
|
11491
|
+
"index": 1,
|
|
11492
|
+
"modifier": "out"
|
|
11493
|
+
}
|
|
11494
|
+
]
|
|
11465
11495
|
}
|
|
11466
11496
|
],
|
|
11467
11497
|
"properties": [],
|
|
@@ -12135,7 +12165,13 @@
|
|
|
12135
12165
|
"parameterCount": 3,
|
|
12136
12166
|
"declaringClrType": "System.Diagnostics.ExceptionRecorder",
|
|
12137
12167
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12138
|
-
"isExtensionMethod": false
|
|
12168
|
+
"isExtensionMethod": false,
|
|
12169
|
+
"parameterModifiers": [
|
|
12170
|
+
{
|
|
12171
|
+
"index": 2,
|
|
12172
|
+
"modifier": "ref"
|
|
12173
|
+
}
|
|
12174
|
+
]
|
|
12139
12175
|
},
|
|
12140
12176
|
{
|
|
12141
12177
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ExceptionRecorder::BeginInvoke(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -12149,7 +12185,13 @@
|
|
|
12149
12185
|
"parameterCount": 5,
|
|
12150
12186
|
"declaringClrType": "System.Diagnostics.ExceptionRecorder",
|
|
12151
12187
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12152
|
-
"isExtensionMethod": false
|
|
12188
|
+
"isExtensionMethod": false,
|
|
12189
|
+
"parameterModifiers": [
|
|
12190
|
+
{
|
|
12191
|
+
"index": 2,
|
|
12192
|
+
"modifier": "ref"
|
|
12193
|
+
}
|
|
12194
|
+
]
|
|
12153
12195
|
},
|
|
12154
12196
|
{
|
|
12155
12197
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ExceptionRecorder::EndInvoke(System.Diagnostics.TagList\u0026,System.IAsyncResult):System.Void",
|
|
@@ -12163,7 +12205,13 @@
|
|
|
12163
12205
|
"parameterCount": 2,
|
|
12164
12206
|
"declaringClrType": "System.Diagnostics.ExceptionRecorder",
|
|
12165
12207
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12166
|
-
"isExtensionMethod": false
|
|
12208
|
+
"isExtensionMethod": false,
|
|
12209
|
+
"parameterModifiers": [
|
|
12210
|
+
{
|
|
12211
|
+
"index": 0,
|
|
12212
|
+
"modifier": "ref"
|
|
12213
|
+
}
|
|
12214
|
+
]
|
|
12167
12215
|
}
|
|
12168
12216
|
],
|
|
12169
12217
|
"properties": [],
|
|
@@ -12486,7 +12534,13 @@
|
|
|
12486
12534
|
"parameterCount": 1,
|
|
12487
12535
|
"declaringClrType": "System.Diagnostics.SampleActivity\u00601",
|
|
12488
12536
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12489
|
-
"isExtensionMethod": false
|
|
12537
|
+
"isExtensionMethod": false,
|
|
12538
|
+
"parameterModifiers": [
|
|
12539
|
+
{
|
|
12540
|
+
"index": 0,
|
|
12541
|
+
"modifier": "ref"
|
|
12542
|
+
}
|
|
12543
|
+
]
|
|
12490
12544
|
},
|
|
12491
12545
|
{
|
|
12492
12546
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.SampleActivity\u00601::BeginInvoke(ActivityCreationOptions_1\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -12500,7 +12554,13 @@
|
|
|
12500
12554
|
"parameterCount": 3,
|
|
12501
12555
|
"declaringClrType": "System.Diagnostics.SampleActivity\u00601",
|
|
12502
12556
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12503
|
-
"isExtensionMethod": false
|
|
12557
|
+
"isExtensionMethod": false,
|
|
12558
|
+
"parameterModifiers": [
|
|
12559
|
+
{
|
|
12560
|
+
"index": 0,
|
|
12561
|
+
"modifier": "ref"
|
|
12562
|
+
}
|
|
12563
|
+
]
|
|
12504
12564
|
},
|
|
12505
12565
|
{
|
|
12506
12566
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.SampleActivity\u00601::EndInvoke(ActivityCreationOptions_1\u0026,System.IAsyncResult):System.Diagnostics.ActivitySamplingResult",
|
|
@@ -12514,7 +12574,13 @@
|
|
|
12514
12574
|
"parameterCount": 2,
|
|
12515
12575
|
"declaringClrType": "System.Diagnostics.SampleActivity\u00601",
|
|
12516
12576
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
12517
|
-
"isExtensionMethod": false
|
|
12577
|
+
"isExtensionMethod": false,
|
|
12578
|
+
"parameterModifiers": [
|
|
12579
|
+
{
|
|
12580
|
+
"index": 0,
|
|
12581
|
+
"modifier": "ref"
|
|
12582
|
+
}
|
|
12583
|
+
]
|
|
12518
12584
|
}
|
|
12519
12585
|
],
|
|
12520
12586
|
"properties": [],
|
|
@@ -13112,7 +13178,13 @@
|
|
|
13112
13178
|
"parameterCount": 4,
|
|
13113
13179
|
"declaringClrType": "System.Diagnostics.ActivityContext",
|
|
13114
13180
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
13115
|
-
"isExtensionMethod": false
|
|
13181
|
+
"isExtensionMethod": false,
|
|
13182
|
+
"parameterModifiers": [
|
|
13183
|
+
{
|
|
13184
|
+
"index": 3,
|
|
13185
|
+
"modifier": "out"
|
|
13186
|
+
}
|
|
13187
|
+
]
|
|
13116
13188
|
},
|
|
13117
13189
|
{
|
|
13118
13190
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityContext::TryParse(System.String,System.String,System.Diagnostics.ActivityContext\u0026):System.Boolean",
|
|
@@ -13126,7 +13198,13 @@
|
|
|
13126
13198
|
"parameterCount": 3,
|
|
13127
13199
|
"declaringClrType": "System.Diagnostics.ActivityContext",
|
|
13128
13200
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
13129
|
-
"isExtensionMethod": false
|
|
13201
|
+
"isExtensionMethod": false,
|
|
13202
|
+
"parameterModifiers": [
|
|
13203
|
+
{
|
|
13204
|
+
"index": 2,
|
|
13205
|
+
"modifier": "out"
|
|
13206
|
+
}
|
|
13207
|
+
]
|
|
13130
13208
|
},
|
|
13131
13209
|
{
|
|
13132
13210
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityContext::Parse(System.String,System.String):System.Diagnostics.ActivityContext",
|
|
@@ -15265,7 +15343,13 @@
|
|
|
15265
15343
|
"isStatic": false,
|
|
15266
15344
|
"parameterCount": 4,
|
|
15267
15345
|
"declaringClrType": "System.Diagnostics.Debug\u002BAssertInterpolatedStringHandler",
|
|
15268
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
15346
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15347
|
+
"parameterModifiers": [
|
|
15348
|
+
{
|
|
15349
|
+
"index": 3,
|
|
15350
|
+
"modifier": "out"
|
|
15351
|
+
}
|
|
15352
|
+
]
|
|
15269
15353
|
}
|
|
15270
15354
|
],
|
|
15271
15355
|
"exposedMethods": [
|
|
@@ -15602,7 +15686,13 @@
|
|
|
15602
15686
|
"isStatic": false,
|
|
15603
15687
|
"parameterCount": 4,
|
|
15604
15688
|
"declaringClrType": "System.Diagnostics.Debug\u002BWriteIfInterpolatedStringHandler",
|
|
15605
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
15689
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15690
|
+
"parameterModifiers": [
|
|
15691
|
+
{
|
|
15692
|
+
"index": 3,
|
|
15693
|
+
"modifier": "out"
|
|
15694
|
+
}
|
|
15695
|
+
]
|
|
15606
15696
|
}
|
|
15607
15697
|
],
|
|
15608
15698
|
"exposedMethods": [
|
|
@@ -16956,7 +17046,13 @@
|
|
|
16956
17046
|
"parameterCount": 3,
|
|
16957
17047
|
"declaringClrType": "System.Diagnostics.Activity",
|
|
16958
17048
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
16959
|
-
"isExtensionMethod": false
|
|
17049
|
+
"isExtensionMethod": false,
|
|
17050
|
+
"parameterModifiers": [
|
|
17051
|
+
{
|
|
17052
|
+
"index": 1,
|
|
17053
|
+
"modifier": "in"
|
|
17054
|
+
}
|
|
17055
|
+
]
|
|
16960
17056
|
},
|
|
16961
17057
|
{
|
|
16962
17058
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.Activity::AddLink(System.Diagnostics.ActivityLink):System.Diagnostics.Activity",
|
|
@@ -19437,7 +19533,13 @@
|
|
|
19437
19533
|
"parameterCount": 2,
|
|
19438
19534
|
"declaringClrType": "System.Diagnostics.ActivityTagsCollection",
|
|
19439
19535
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
19440
|
-
"isExtensionMethod": false
|
|
19536
|
+
"isExtensionMethod": false,
|
|
19537
|
+
"parameterModifiers": [
|
|
19538
|
+
{
|
|
19539
|
+
"index": 1,
|
|
19540
|
+
"modifier": "out"
|
|
19541
|
+
}
|
|
19542
|
+
]
|
|
19441
19543
|
},
|
|
19442
19544
|
{
|
|
19443
19545
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
@@ -19479,7 +19581,13 @@
|
|
|
19479
19581
|
"parameterCount": 2,
|
|
19480
19582
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
19481
19583
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19482
|
-
"isExtensionMethod": false
|
|
19584
|
+
"isExtensionMethod": false,
|
|
19585
|
+
"parameterModifiers": [
|
|
19586
|
+
{
|
|
19587
|
+
"index": 1,
|
|
19588
|
+
"modifier": "out"
|
|
19589
|
+
}
|
|
19590
|
+
]
|
|
19483
19591
|
},
|
|
19484
19592
|
{
|
|
19485
19593
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -26357,7 +26465,17 @@
|
|
|
26357
26465
|
"parameterCount": 4,
|
|
26358
26466
|
"declaringClrType": "System.Diagnostics.DistributedContextPropagator",
|
|
26359
26467
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
26360
|
-
"isExtensionMethod": false
|
|
26468
|
+
"isExtensionMethod": false,
|
|
26469
|
+
"parameterModifiers": [
|
|
26470
|
+
{
|
|
26471
|
+
"index": 2,
|
|
26472
|
+
"modifier": "out"
|
|
26473
|
+
},
|
|
26474
|
+
{
|
|
26475
|
+
"index": 3,
|
|
26476
|
+
"modifier": "out"
|
|
26477
|
+
}
|
|
26478
|
+
]
|
|
26361
26479
|
},
|
|
26362
26480
|
{
|
|
26363
26481
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.DistributedContextPropagator::ExtractBaggage(System.Object,System.Diagnostics.DistributedContextPropagator\u002BPropagatorGetterCallback):System.Collections.Generic.IEnumerable_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -40890,7 +41008,13 @@
|
|
|
40890
41008
|
"parameterCount": 2,
|
|
40891
41009
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
40892
41010
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
40893
|
-
"isExtensionMethod": false
|
|
41011
|
+
"isExtensionMethod": false,
|
|
41012
|
+
"parameterModifiers": [
|
|
41013
|
+
{
|
|
41014
|
+
"index": 1,
|
|
41015
|
+
"modifier": "ref"
|
|
41016
|
+
}
|
|
41017
|
+
]
|
|
40894
41018
|
},
|
|
40895
41019
|
{
|
|
40896
41020
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String,System.String):System.Void",
|
|
@@ -40918,7 +41042,17 @@
|
|
|
40918
41042
|
"parameterCount": 3,
|
|
40919
41043
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
40920
41044
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
40921
|
-
"isExtensionMethod": false
|
|
41045
|
+
"isExtensionMethod": false,
|
|
41046
|
+
"parameterModifiers": [
|
|
41047
|
+
{
|
|
41048
|
+
"index": 1,
|
|
41049
|
+
"modifier": "ref"
|
|
41050
|
+
},
|
|
41051
|
+
{
|
|
41052
|
+
"index": 2,
|
|
41053
|
+
"modifier": "ref"
|
|
41054
|
+
}
|
|
41055
|
+
]
|
|
40922
41056
|
},
|
|
40923
41057
|
{
|
|
40924
41058
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String,System.String,System.Object[]):System.Void",
|
|
@@ -41114,7 +41248,13 @@
|
|
|
41114
41248
|
"parameterCount": 2,
|
|
41115
41249
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
41116
41250
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
41117
|
-
"isExtensionMethod": false
|
|
41251
|
+
"isExtensionMethod": false,
|
|
41252
|
+
"parameterModifiers": [
|
|
41253
|
+
{
|
|
41254
|
+
"index": 1,
|
|
41255
|
+
"modifier": "ref"
|
|
41256
|
+
}
|
|
41257
|
+
]
|
|
41118
41258
|
},
|
|
41119
41259
|
{
|
|
41120
41260
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Object):System.Void",
|
|
@@ -41156,7 +41296,13 @@
|
|
|
41156
41296
|
"parameterCount": 3,
|
|
41157
41297
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
41158
41298
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
41159
|
-
"isExtensionMethod": false
|
|
41299
|
+
"isExtensionMethod": false,
|
|
41300
|
+
"parameterModifiers": [
|
|
41301
|
+
{
|
|
41302
|
+
"index": 1,
|
|
41303
|
+
"modifier": "ref"
|
|
41304
|
+
}
|
|
41305
|
+
]
|
|
41160
41306
|
},
|
|
41161
41307
|
{
|
|
41162
41308
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Object,System.String):System.Void",
|
|
@@ -41226,7 +41372,13 @@
|
|
|
41226
41372
|
"parameterCount": 2,
|
|
41227
41373
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
41228
41374
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
41229
|
-
"isExtensionMethod": false
|
|
41375
|
+
"isExtensionMethod": false,
|
|
41376
|
+
"parameterModifiers": [
|
|
41377
|
+
{
|
|
41378
|
+
"index": 1,
|
|
41379
|
+
"modifier": "ref"
|
|
41380
|
+
}
|
|
41381
|
+
]
|
|
41230
41382
|
},
|
|
41231
41383
|
{
|
|
41232
41384
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.String,System.String):System.Void",
|
|
@@ -41254,7 +41406,13 @@
|
|
|
41254
41406
|
"parameterCount": 3,
|
|
41255
41407
|
"declaringClrType": "System.Diagnostics.Debug",
|
|
41256
41408
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
41257
|
-
"isExtensionMethod": false
|
|
41409
|
+
"isExtensionMethod": false,
|
|
41410
|
+
"parameterModifiers": [
|
|
41411
|
+
{
|
|
41412
|
+
"index": 1,
|
|
41413
|
+
"modifier": "ref"
|
|
41414
|
+
}
|
|
41415
|
+
]
|
|
41258
41416
|
}
|
|
41259
41417
|
],
|
|
41260
41418
|
"properties": [
|