@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
|
@@ -1367,7 +1367,17 @@
|
|
|
1367
1367
|
"isSealed": false,
|
|
1368
1368
|
"arity": 0,
|
|
1369
1369
|
"parameterCount": 4,
|
|
1370
|
-
"isExtensionMethod": false
|
|
1370
|
+
"isExtensionMethod": false,
|
|
1371
|
+
"parameterModifiers": [
|
|
1372
|
+
{
|
|
1373
|
+
"index": 2,
|
|
1374
|
+
"modifier": "out"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"index": 3,
|
|
1378
|
+
"modifier": "out"
|
|
1379
|
+
}
|
|
1380
|
+
]
|
|
1371
1381
|
},
|
|
1372
1382
|
{
|
|
1373
1383
|
"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",
|
|
@@ -1383,7 +1393,17 @@
|
|
|
1383
1393
|
"isSealed": false,
|
|
1384
1394
|
"arity": 0,
|
|
1385
1395
|
"parameterCount": 6,
|
|
1386
|
-
"isExtensionMethod": false
|
|
1396
|
+
"isExtensionMethod": false,
|
|
1397
|
+
"parameterModifiers": [
|
|
1398
|
+
{
|
|
1399
|
+
"index": 2,
|
|
1400
|
+
"modifier": "out"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"index": 3,
|
|
1404
|
+
"modifier": "out"
|
|
1405
|
+
}
|
|
1406
|
+
]
|
|
1387
1407
|
},
|
|
1388
1408
|
{
|
|
1389
1409
|
"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",
|
|
@@ -1399,7 +1419,17 @@
|
|
|
1399
1419
|
"isSealed": false,
|
|
1400
1420
|
"arity": 0,
|
|
1401
1421
|
"parameterCount": 3,
|
|
1402
|
-
"isExtensionMethod": false
|
|
1422
|
+
"isExtensionMethod": false,
|
|
1423
|
+
"parameterModifiers": [
|
|
1424
|
+
{
|
|
1425
|
+
"index": 0,
|
|
1426
|
+
"modifier": "out"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"index": 1,
|
|
1430
|
+
"modifier": "out"
|
|
1431
|
+
}
|
|
1432
|
+
]
|
|
1403
1433
|
}
|
|
1404
1434
|
],
|
|
1405
1435
|
"properties": [],
|
|
@@ -1509,7 +1539,13 @@
|
|
|
1509
1539
|
"isSealed": false,
|
|
1510
1540
|
"arity": 0,
|
|
1511
1541
|
"parameterCount": 3,
|
|
1512
|
-
"isExtensionMethod": false
|
|
1542
|
+
"isExtensionMethod": false,
|
|
1543
|
+
"parameterModifiers": [
|
|
1544
|
+
{
|
|
1545
|
+
"index": 2,
|
|
1546
|
+
"modifier": "ref"
|
|
1547
|
+
}
|
|
1548
|
+
]
|
|
1513
1549
|
},
|
|
1514
1550
|
{
|
|
1515
1551
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ExceptionRecorder::BeginInvoke(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -1525,7 +1561,13 @@
|
|
|
1525
1561
|
"isSealed": false,
|
|
1526
1562
|
"arity": 0,
|
|
1527
1563
|
"parameterCount": 5,
|
|
1528
|
-
"isExtensionMethod": false
|
|
1564
|
+
"isExtensionMethod": false,
|
|
1565
|
+
"parameterModifiers": [
|
|
1566
|
+
{
|
|
1567
|
+
"index": 2,
|
|
1568
|
+
"modifier": "ref"
|
|
1569
|
+
}
|
|
1570
|
+
]
|
|
1529
1571
|
},
|
|
1530
1572
|
{
|
|
1531
1573
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ExceptionRecorder::EndInvoke(System.Diagnostics.TagList\u0026,System.IAsyncResult):System.Void",
|
|
@@ -1541,7 +1583,13 @@
|
|
|
1541
1583
|
"isSealed": false,
|
|
1542
1584
|
"arity": 0,
|
|
1543
1585
|
"parameterCount": 2,
|
|
1544
|
-
"isExtensionMethod": false
|
|
1586
|
+
"isExtensionMethod": false,
|
|
1587
|
+
"parameterModifiers": [
|
|
1588
|
+
{
|
|
1589
|
+
"index": 0,
|
|
1590
|
+
"modifier": "ref"
|
|
1591
|
+
}
|
|
1592
|
+
]
|
|
1545
1593
|
}
|
|
1546
1594
|
],
|
|
1547
1595
|
"properties": [],
|
|
@@ -1580,7 +1628,13 @@
|
|
|
1580
1628
|
"isSealed": false,
|
|
1581
1629
|
"arity": 0,
|
|
1582
1630
|
"parameterCount": 1,
|
|
1583
|
-
"isExtensionMethod": false
|
|
1631
|
+
"isExtensionMethod": false,
|
|
1632
|
+
"parameterModifiers": [
|
|
1633
|
+
{
|
|
1634
|
+
"index": 0,
|
|
1635
|
+
"modifier": "ref"
|
|
1636
|
+
}
|
|
1637
|
+
]
|
|
1584
1638
|
},
|
|
1585
1639
|
{
|
|
1586
1640
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.SampleActivity\u00601::BeginInvoke(ActivityCreationOptions_1\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
@@ -1596,7 +1650,13 @@
|
|
|
1596
1650
|
"isSealed": false,
|
|
1597
1651
|
"arity": 0,
|
|
1598
1652
|
"parameterCount": 3,
|
|
1599
|
-
"isExtensionMethod": false
|
|
1653
|
+
"isExtensionMethod": false,
|
|
1654
|
+
"parameterModifiers": [
|
|
1655
|
+
{
|
|
1656
|
+
"index": 0,
|
|
1657
|
+
"modifier": "ref"
|
|
1658
|
+
}
|
|
1659
|
+
]
|
|
1600
1660
|
},
|
|
1601
1661
|
{
|
|
1602
1662
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.SampleActivity\u00601::EndInvoke(ActivityCreationOptions_1\u0026,System.IAsyncResult):System.Diagnostics.ActivitySamplingResult",
|
|
@@ -1612,7 +1672,13 @@
|
|
|
1612
1672
|
"isSealed": false,
|
|
1613
1673
|
"arity": 0,
|
|
1614
1674
|
"parameterCount": 2,
|
|
1615
|
-
"isExtensionMethod": false
|
|
1675
|
+
"isExtensionMethod": false,
|
|
1676
|
+
"parameterModifiers": [
|
|
1677
|
+
{
|
|
1678
|
+
"index": 0,
|
|
1679
|
+
"modifier": "ref"
|
|
1680
|
+
}
|
|
1681
|
+
]
|
|
1616
1682
|
}
|
|
1617
1683
|
],
|
|
1618
1684
|
"properties": [],
|
|
@@ -1763,7 +1829,13 @@
|
|
|
1763
1829
|
"isSealed": false,
|
|
1764
1830
|
"arity": 0,
|
|
1765
1831
|
"parameterCount": 4,
|
|
1766
|
-
"isExtensionMethod": false
|
|
1832
|
+
"isExtensionMethod": false,
|
|
1833
|
+
"parameterModifiers": [
|
|
1834
|
+
{
|
|
1835
|
+
"index": 3,
|
|
1836
|
+
"modifier": "out"
|
|
1837
|
+
}
|
|
1838
|
+
]
|
|
1767
1839
|
},
|
|
1768
1840
|
{
|
|
1769
1841
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityContext::TryParse(System.String,System.String,System.Diagnostics.ActivityContext\u0026):System.Boolean",
|
|
@@ -1779,7 +1851,13 @@
|
|
|
1779
1851
|
"isSealed": false,
|
|
1780
1852
|
"arity": 0,
|
|
1781
1853
|
"parameterCount": 3,
|
|
1782
|
-
"isExtensionMethod": false
|
|
1854
|
+
"isExtensionMethod": false,
|
|
1855
|
+
"parameterModifiers": [
|
|
1856
|
+
{
|
|
1857
|
+
"index": 2,
|
|
1858
|
+
"modifier": "out"
|
|
1859
|
+
}
|
|
1860
|
+
]
|
|
1783
1861
|
},
|
|
1784
1862
|
{
|
|
1785
1863
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityContext::Parse(System.String,System.String):System.Diagnostics.ActivityContext",
|
|
@@ -3041,7 +3119,13 @@
|
|
|
3041
3119
|
{
|
|
3042
3120
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Boolean,System.Boolean\u0026):void|static=false",
|
|
3043
3121
|
"isStatic": false,
|
|
3044
|
-
"parameterCount": 4
|
|
3122
|
+
"parameterCount": 4,
|
|
3123
|
+
"parameterModifiers": [
|
|
3124
|
+
{
|
|
3125
|
+
"index": 3,
|
|
3126
|
+
"modifier": "out"
|
|
3127
|
+
}
|
|
3128
|
+
]
|
|
3045
3129
|
}
|
|
3046
3130
|
]
|
|
3047
3131
|
},
|
|
@@ -3224,7 +3308,13 @@
|
|
|
3224
3308
|
{
|
|
3225
3309
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Boolean,System.Boolean\u0026):void|static=false",
|
|
3226
3310
|
"isStatic": false,
|
|
3227
|
-
"parameterCount": 4
|
|
3311
|
+
"parameterCount": 4,
|
|
3312
|
+
"parameterModifiers": [
|
|
3313
|
+
{
|
|
3314
|
+
"index": 3,
|
|
3315
|
+
"modifier": "out"
|
|
3316
|
+
}
|
|
3317
|
+
]
|
|
3228
3318
|
}
|
|
3229
3319
|
]
|
|
3230
3320
|
},
|
|
@@ -4023,7 +4113,13 @@
|
|
|
4023
4113
|
"isSealed": false,
|
|
4024
4114
|
"arity": 0,
|
|
4025
4115
|
"parameterCount": 3,
|
|
4026
|
-
"isExtensionMethod": false
|
|
4116
|
+
"isExtensionMethod": false,
|
|
4117
|
+
"parameterModifiers": [
|
|
4118
|
+
{
|
|
4119
|
+
"index": 1,
|
|
4120
|
+
"modifier": "in"
|
|
4121
|
+
}
|
|
4122
|
+
]
|
|
4027
4123
|
},
|
|
4028
4124
|
{
|
|
4029
4125
|
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.Activity::AddLink(System.Diagnostics.ActivityLink):System.Diagnostics.Activity",
|
|
@@ -5426,7 +5522,13 @@
|
|
|
5426
5522
|
"isSealed": true,
|
|
5427
5523
|
"arity": 0,
|
|
5428
5524
|
"parameterCount": 2,
|
|
5429
|
-
"isExtensionMethod": false
|
|
5525
|
+
"isExtensionMethod": false,
|
|
5526
|
+
"parameterModifiers": [
|
|
5527
|
+
{
|
|
5528
|
+
"index": 1,
|
|
5529
|
+
"modifier": "out"
|
|
5530
|
+
}
|
|
5531
|
+
]
|
|
5430
5532
|
},
|
|
5431
5533
|
{
|
|
5432
5534
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
@@ -5477,7 +5579,13 @@
|
|
|
5477
5579
|
"arity": 0,
|
|
5478
5580
|
"parameterCount": 2,
|
|
5479
5581
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
5480
|
-
"isExtensionMethod": false
|
|
5582
|
+
"isExtensionMethod": false,
|
|
5583
|
+
"parameterModifiers": [
|
|
5584
|
+
{
|
|
5585
|
+
"index": 1,
|
|
5586
|
+
"modifier": "out"
|
|
5587
|
+
}
|
|
5588
|
+
]
|
|
5481
5589
|
},
|
|
5482
5590
|
{
|
|
5483
5591
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -7707,7 +7815,17 @@
|
|
|
7707
7815
|
"isSealed": false,
|
|
7708
7816
|
"arity": 0,
|
|
7709
7817
|
"parameterCount": 4,
|
|
7710
|
-
"isExtensionMethod": false
|
|
7818
|
+
"isExtensionMethod": false,
|
|
7819
|
+
"parameterModifiers": [
|
|
7820
|
+
{
|
|
7821
|
+
"index": 2,
|
|
7822
|
+
"modifier": "out"
|
|
7823
|
+
},
|
|
7824
|
+
{
|
|
7825
|
+
"index": 3,
|
|
7826
|
+
"modifier": "out"
|
|
7827
|
+
}
|
|
7828
|
+
]
|
|
7711
7829
|
},
|
|
7712
7830
|
{
|
|
7713
7831
|
"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]]",
|
|
@@ -15066,7 +15184,13 @@
|
|
|
15066
15184
|
"isSealed": false,
|
|
15067
15185
|
"arity": 0,
|
|
15068
15186
|
"parameterCount": 2,
|
|
15069
|
-
"isExtensionMethod": false
|
|
15187
|
+
"isExtensionMethod": false,
|
|
15188
|
+
"parameterModifiers": [
|
|
15189
|
+
{
|
|
15190
|
+
"index": 1,
|
|
15191
|
+
"modifier": "ref"
|
|
15192
|
+
}
|
|
15193
|
+
]
|
|
15070
15194
|
},
|
|
15071
15195
|
{
|
|
15072
15196
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String,System.String):System.Void",
|
|
@@ -15098,7 +15222,17 @@
|
|
|
15098
15222
|
"isSealed": false,
|
|
15099
15223
|
"arity": 0,
|
|
15100
15224
|
"parameterCount": 3,
|
|
15101
|
-
"isExtensionMethod": false
|
|
15225
|
+
"isExtensionMethod": false,
|
|
15226
|
+
"parameterModifiers": [
|
|
15227
|
+
{
|
|
15228
|
+
"index": 1,
|
|
15229
|
+
"modifier": "ref"
|
|
15230
|
+
},
|
|
15231
|
+
{
|
|
15232
|
+
"index": 2,
|
|
15233
|
+
"modifier": "ref"
|
|
15234
|
+
}
|
|
15235
|
+
]
|
|
15102
15236
|
},
|
|
15103
15237
|
{
|
|
15104
15238
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::Assert(System.Boolean,System.String,System.String,System.Object[]):System.Void",
|
|
@@ -15322,7 +15456,13 @@
|
|
|
15322
15456
|
"isSealed": false,
|
|
15323
15457
|
"arity": 0,
|
|
15324
15458
|
"parameterCount": 2,
|
|
15325
|
-
"isExtensionMethod": false
|
|
15459
|
+
"isExtensionMethod": false,
|
|
15460
|
+
"parameterModifiers": [
|
|
15461
|
+
{
|
|
15462
|
+
"index": 1,
|
|
15463
|
+
"modifier": "ref"
|
|
15464
|
+
}
|
|
15465
|
+
]
|
|
15326
15466
|
},
|
|
15327
15467
|
{
|
|
15328
15468
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Object):System.Void",
|
|
@@ -15370,7 +15510,13 @@
|
|
|
15370
15510
|
"isSealed": false,
|
|
15371
15511
|
"arity": 0,
|
|
15372
15512
|
"parameterCount": 3,
|
|
15373
|
-
"isExtensionMethod": false
|
|
15513
|
+
"isExtensionMethod": false,
|
|
15514
|
+
"parameterModifiers": [
|
|
15515
|
+
{
|
|
15516
|
+
"index": 1,
|
|
15517
|
+
"modifier": "ref"
|
|
15518
|
+
}
|
|
15519
|
+
]
|
|
15374
15520
|
},
|
|
15375
15521
|
{
|
|
15376
15522
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteIf(System.Boolean,System.Object,System.String):System.Void",
|
|
@@ -15450,7 +15596,13 @@
|
|
|
15450
15596
|
"isSealed": false,
|
|
15451
15597
|
"arity": 0,
|
|
15452
15598
|
"parameterCount": 2,
|
|
15453
|
-
"isExtensionMethod": false
|
|
15599
|
+
"isExtensionMethod": false,
|
|
15600
|
+
"parameterModifiers": [
|
|
15601
|
+
{
|
|
15602
|
+
"index": 1,
|
|
15603
|
+
"modifier": "ref"
|
|
15604
|
+
}
|
|
15605
|
+
]
|
|
15454
15606
|
},
|
|
15455
15607
|
{
|
|
15456
15608
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Debug::WriteLineIf(System.Boolean,System.String,System.String):System.Void",
|
|
@@ -15482,7 +15634,13 @@
|
|
|
15482
15634
|
"isSealed": false,
|
|
15483
15635
|
"arity": 0,
|
|
15484
15636
|
"parameterCount": 3,
|
|
15485
|
-
"isExtensionMethod": false
|
|
15637
|
+
"isExtensionMethod": false,
|
|
15638
|
+
"parameterModifiers": [
|
|
15639
|
+
{
|
|
15640
|
+
"index": 1,
|
|
15641
|
+
"modifier": "ref"
|
|
15642
|
+
}
|
|
15643
|
+
]
|
|
15486
15644
|
}
|
|
15487
15645
|
],
|
|
15488
15646
|
"properties": [
|
|
@@ -9,31 +9,6 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "../../System/internal/index.js";
|
|
10
10
|
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
13
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
14
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
15
|
-
export type CLROf<T> =
|
|
16
|
-
T extends sbyte ? System_Internal.SByte :
|
|
17
|
-
T extends short ? System_Internal.Int16 :
|
|
18
|
-
T extends int ? System_Internal.Int32 :
|
|
19
|
-
T extends long ? System_Internal.Int64 :
|
|
20
|
-
T extends int128 ? System_Internal.Int128 :
|
|
21
|
-
T extends nint ? System_Internal.IntPtr :
|
|
22
|
-
T extends byte ? System_Internal.Byte :
|
|
23
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
24
|
-
T extends uint ? System_Internal.UInt32 :
|
|
25
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
26
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
27
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
28
|
-
T extends half ? System_Internal.Half :
|
|
29
|
-
T extends float ? System_Internal.Single :
|
|
30
|
-
T extends double ? System_Internal.Double :
|
|
31
|
-
T extends decimal ? System_Internal.Decimal :
|
|
32
|
-
T extends char ? System_Internal.Char :
|
|
33
|
-
T extends boolean ? System_Internal.Boolean :
|
|
34
|
-
T extends string ? System_Internal.String :
|
|
35
|
-
T; // Identity fallback for non-primitive types
|
|
36
|
-
|
|
37
12
|
export enum DynamicallyAccessedMemberTypes {
|
|
38
13
|
none = 0,
|
|
39
14
|
publicParameterlessConstructor = 1,
|
|
@@ -3888,7 +3888,13 @@
|
|
|
3888
3888
|
"parameterCount": 1,
|
|
3889
3889
|
"declaringClrType": "System.Diagnostics.Contracts.Contract",
|
|
3890
3890
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3891
|
-
"isExtensionMethod": false
|
|
3891
|
+
"isExtensionMethod": false,
|
|
3892
|
+
"parameterModifiers": [
|
|
3893
|
+
{
|
|
3894
|
+
"index": 0,
|
|
3895
|
+
"modifier": "out"
|
|
3896
|
+
}
|
|
3897
|
+
]
|
|
3892
3898
|
},
|
|
3893
3899
|
{
|
|
3894
3900
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::OldValue(T):T",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { IEnumerable_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -17,31 +17,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
|
|
|
17
17
|
import * as System_Internal from "../../System/internal/index.js";
|
|
18
18
|
import type { Attribute, Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, Predicate_1, String as ClrString, Type, TypeCode, Void } from "../../System/internal/index.js";
|
|
19
19
|
|
|
20
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
21
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
22
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
23
|
-
export type CLROf<T> =
|
|
24
|
-
T extends sbyte ? System_Internal.SByte :
|
|
25
|
-
T extends short ? System_Internal.Int16 :
|
|
26
|
-
T extends int ? System_Internal.Int32 :
|
|
27
|
-
T extends long ? System_Internal.Int64 :
|
|
28
|
-
T extends int128 ? System_Internal.Int128 :
|
|
29
|
-
T extends nint ? System_Internal.IntPtr :
|
|
30
|
-
T extends byte ? System_Internal.Byte :
|
|
31
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
32
|
-
T extends uint ? System_Internal.UInt32 :
|
|
33
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
34
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
35
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
36
|
-
T extends half ? System_Internal.Half :
|
|
37
|
-
T extends float ? System_Internal.Single :
|
|
38
|
-
T extends double ? System_Internal.Double :
|
|
39
|
-
T extends decimal ? System_Internal.Decimal :
|
|
40
|
-
T extends char ? System_Internal.Char :
|
|
41
|
-
T extends boolean ? System_Internal.Boolean :
|
|
42
|
-
T extends string ? System_Internal.String :
|
|
43
|
-
T; // Identity fallback for non-primitive types
|
|
44
|
-
|
|
45
20
|
export enum ContractFailureKind {
|
|
46
21
|
precondition = 0,
|
|
47
22
|
postcondition = 1,
|
|
@@ -233,16 +208,16 @@ export abstract class Contract$instance {
|
|
|
233
208
|
static ensuresOnThrow<TException extends Exception>(condition: boolean, userMessage: string): void;
|
|
234
209
|
static ensuresOnThrow<TException extends Exception>(condition: boolean): void;
|
|
235
210
|
static exists<T>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
|
|
236
|
-
static exists(fromInclusive: int, toExclusive: int, predicate: Predicate_1<
|
|
211
|
+
static exists(fromInclusive: int, toExclusive: int, predicate: Predicate_1<System_Internal.Int32>): boolean;
|
|
237
212
|
static forAll<T>(collection: IEnumerable_1<T>, predicate: Predicate_1<T>): boolean;
|
|
238
|
-
static forAll(fromInclusive: int, toExclusive: int, predicate: Predicate_1<
|
|
213
|
+
static forAll(fromInclusive: int, toExclusive: int, predicate: Predicate_1<System_Internal.Int32>): boolean;
|
|
239
214
|
static invariant(condition: boolean, userMessage: string): void;
|
|
240
215
|
static invariant(condition: boolean): void;
|
|
241
216
|
static oldValue<T>(value: T): T;
|
|
242
217
|
static requires(condition: boolean, userMessage: string): void;
|
|
243
218
|
static requires(condition: boolean): void;
|
|
244
219
|
static result<T>(): T;
|
|
245
|
-
static valueAtReturn<T>(value:
|
|
220
|
+
static valueAtReturn<T>(value: T): T;
|
|
246
221
|
}
|
|
247
222
|
|
|
248
223
|
|
|
@@ -920,7 +920,13 @@
|
|
|
920
920
|
"isSealed": false,
|
|
921
921
|
"arity": 1,
|
|
922
922
|
"parameterCount": 1,
|
|
923
|
-
"isExtensionMethod": false
|
|
923
|
+
"isExtensionMethod": false,
|
|
924
|
+
"parameterModifiers": [
|
|
925
|
+
{
|
|
926
|
+
"index": 0,
|
|
927
|
+
"modifier": "out"
|
|
928
|
+
}
|
|
929
|
+
]
|
|
924
930
|
},
|
|
925
931
|
{
|
|
926
932
|
"stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.Contract::OldValue(T):T",
|
|
@@ -503,7 +503,13 @@
|
|
|
503
503
|
"isStatic": false,
|
|
504
504
|
"parameterCount": 2,
|
|
505
505
|
"declaringClrType": "System.Diagnostics.Metrics.Measurement\u00601",
|
|
506
|
-
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource"
|
|
506
|
+
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
507
|
+
"parameterModifiers": [
|
|
508
|
+
{
|
|
509
|
+
"index": 1,
|
|
510
|
+
"modifier": "in"
|
|
511
|
+
}
|
|
512
|
+
]
|
|
507
513
|
}
|
|
508
514
|
],
|
|
509
515
|
"exposedMethods": [
|
|
@@ -741,7 +747,13 @@
|
|
|
741
747
|
"parameterCount": 2,
|
|
742
748
|
"declaringClrType": "System.Diagnostics.Metrics.Counter\u00601",
|
|
743
749
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
744
|
-
"isExtensionMethod": false
|
|
750
|
+
"isExtensionMethod": false,
|
|
751
|
+
"parameterModifiers": [
|
|
752
|
+
{
|
|
753
|
+
"index": 1,
|
|
754
|
+
"modifier": "in"
|
|
755
|
+
}
|
|
756
|
+
]
|
|
745
757
|
}
|
|
746
758
|
],
|
|
747
759
|
"properties": [],
|
|
@@ -1066,7 +1078,13 @@
|
|
|
1066
1078
|
"parameterCount": 2,
|
|
1067
1079
|
"declaringClrType": "System.Diagnostics.Metrics.Gauge\u00601",
|
|
1068
1080
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
1069
|
-
"isExtensionMethod": false
|
|
1081
|
+
"isExtensionMethod": false,
|
|
1082
|
+
"parameterModifiers": [
|
|
1083
|
+
{
|
|
1084
|
+
"index": 1,
|
|
1085
|
+
"modifier": "in"
|
|
1086
|
+
}
|
|
1087
|
+
]
|
|
1070
1088
|
}
|
|
1071
1089
|
],
|
|
1072
1090
|
"properties": [],
|
|
@@ -1391,7 +1409,13 @@
|
|
|
1391
1409
|
"parameterCount": 2,
|
|
1392
1410
|
"declaringClrType": "System.Diagnostics.Metrics.Histogram\u00601",
|
|
1393
1411
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
1394
|
-
"isExtensionMethod": false
|
|
1412
|
+
"isExtensionMethod": false,
|
|
1413
|
+
"parameterModifiers": [
|
|
1414
|
+
{
|
|
1415
|
+
"index": 1,
|
|
1416
|
+
"modifier": "in"
|
|
1417
|
+
}
|
|
1418
|
+
]
|
|
1395
1419
|
}
|
|
1396
1420
|
],
|
|
1397
1421
|
"properties": [],
|
|
@@ -4098,7 +4122,13 @@
|
|
|
4098
4122
|
"parameterCount": 2,
|
|
4099
4123
|
"declaringClrType": "System.Diagnostics.Metrics.UpDownCounter\u00601",
|
|
4100
4124
|
"declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
|
|
4101
|
-
"isExtensionMethod": false
|
|
4125
|
+
"isExtensionMethod": false,
|
|
4126
|
+
"parameterModifiers": [
|
|
4127
|
+
{
|
|
4128
|
+
"index": 1,
|
|
4129
|
+
"modifier": "in"
|
|
4130
|
+
}
|
|
4131
|
+
]
|
|
4102
4132
|
}
|
|
4103
4133
|
],
|
|
4104
4134
|
"properties": [],
|