@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
|
@@ -1644,46 +1644,6 @@
|
|
|
1644
1644
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1645
1645
|
"isExtensionMethod": false,
|
|
1646
1646
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"stableId": "System.Transactions.Local:System.Transactions.CommittableTransaction::Dispose():System.Void",
|
|
1650
|
-
"clrName": "Dispose",
|
|
1651
|
-
"metadataToken": 0,
|
|
1652
|
-
"canonicalSignature": "():System.Void",
|
|
1653
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1654
|
-
"emitScope": "ClassSurface",
|
|
1655
|
-
"provenance": "BaseOverload",
|
|
1656
|
-
"arity": 0,
|
|
1657
|
-
"parameterCount": 0,
|
|
1658
|
-
"isStatic": false,
|
|
1659
|
-
"isAbstract": false,
|
|
1660
|
-
"isVirtual": true,
|
|
1661
|
-
"isOverride": false,
|
|
1662
|
-
"isSealed": false,
|
|
1663
|
-
"visibility": "Public",
|
|
1664
|
-
"declaringClrType": "System.Transactions.CommittableTransaction",
|
|
1665
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
1666
|
-
"isExtensionMethod": false
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"stableId": "System.Transactions.Local:System.Transactions.CommittableTransaction::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
1670
|
-
"clrName": "GetObjectData",
|
|
1671
|
-
"metadataToken": 0,
|
|
1672
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
1673
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
1674
|
-
"emitScope": "ClassSurface",
|
|
1675
|
-
"provenance": "BaseOverload",
|
|
1676
|
-
"arity": 0,
|
|
1677
|
-
"parameterCount": 2,
|
|
1678
|
-
"isStatic": false,
|
|
1679
|
-
"isAbstract": false,
|
|
1680
|
-
"isVirtual": true,
|
|
1681
|
-
"isOverride": false,
|
|
1682
|
-
"isSealed": false,
|
|
1683
|
-
"visibility": "Public",
|
|
1684
|
-
"declaringClrType": "System.Transactions.CommittableTransaction",
|
|
1685
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
1686
|
-
"isExtensionMethod": false
|
|
1687
1647
|
}
|
|
1688
1648
|
],
|
|
1689
1649
|
"properties": [
|
|
@@ -1893,46 +1853,6 @@
|
|
|
1893
1853
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1894
1854
|
"isExtensionMethod": false,
|
|
1895
1855
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"stableId": "System.Transactions.Local:System.Transactions.DependentTransaction::Dispose():System.Void",
|
|
1899
|
-
"clrName": "Dispose",
|
|
1900
|
-
"metadataToken": 0,
|
|
1901
|
-
"canonicalSignature": "():System.Void",
|
|
1902
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1903
|
-
"emitScope": "ClassSurface",
|
|
1904
|
-
"provenance": "BaseOverload",
|
|
1905
|
-
"arity": 0,
|
|
1906
|
-
"parameterCount": 0,
|
|
1907
|
-
"isStatic": false,
|
|
1908
|
-
"isAbstract": false,
|
|
1909
|
-
"isVirtual": true,
|
|
1910
|
-
"isOverride": false,
|
|
1911
|
-
"isSealed": false,
|
|
1912
|
-
"visibility": "Public",
|
|
1913
|
-
"declaringClrType": "System.Transactions.DependentTransaction",
|
|
1914
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
1915
|
-
"isExtensionMethod": false
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"stableId": "System.Transactions.Local:System.Transactions.DependentTransaction::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
1919
|
-
"clrName": "GetObjectData",
|
|
1920
|
-
"metadataToken": 0,
|
|
1921
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
1922
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
1923
|
-
"emitScope": "ClassSurface",
|
|
1924
|
-
"provenance": "BaseOverload",
|
|
1925
|
-
"arity": 0,
|
|
1926
|
-
"parameterCount": 2,
|
|
1927
|
-
"isStatic": false,
|
|
1928
|
-
"isAbstract": false,
|
|
1929
|
-
"isVirtual": true,
|
|
1930
|
-
"isOverride": false,
|
|
1931
|
-
"isSealed": false,
|
|
1932
|
-
"visibility": "Public",
|
|
1933
|
-
"declaringClrType": "System.Transactions.DependentTransaction",
|
|
1934
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
1935
|
-
"isExtensionMethod": false
|
|
1936
1856
|
}
|
|
1937
1857
|
],
|
|
1938
1858
|
"properties": [],
|
|
@@ -2273,46 +2193,6 @@
|
|
|
2273
2193
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2274
2194
|
"isExtensionMethod": false,
|
|
2275
2195
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"stableId": "System.Transactions.Local:System.Transactions.SubordinateTransaction::Dispose():System.Void",
|
|
2279
|
-
"clrName": "Dispose",
|
|
2280
|
-
"metadataToken": 0,
|
|
2281
|
-
"canonicalSignature": "():System.Void",
|
|
2282
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
2283
|
-
"emitScope": "ClassSurface",
|
|
2284
|
-
"provenance": "BaseOverload",
|
|
2285
|
-
"arity": 0,
|
|
2286
|
-
"parameterCount": 0,
|
|
2287
|
-
"isStatic": false,
|
|
2288
|
-
"isAbstract": false,
|
|
2289
|
-
"isVirtual": true,
|
|
2290
|
-
"isOverride": false,
|
|
2291
|
-
"isSealed": false,
|
|
2292
|
-
"visibility": "Public",
|
|
2293
|
-
"declaringClrType": "System.Transactions.SubordinateTransaction",
|
|
2294
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
2295
|
-
"isExtensionMethod": false
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"stableId": "System.Transactions.Local:System.Transactions.SubordinateTransaction::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
2299
|
-
"clrName": "GetObjectData",
|
|
2300
|
-
"metadataToken": 0,
|
|
2301
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
2302
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
2303
|
-
"emitScope": "ClassSurface",
|
|
2304
|
-
"provenance": "BaseOverload",
|
|
2305
|
-
"arity": 0,
|
|
2306
|
-
"parameterCount": 2,
|
|
2307
|
-
"isStatic": false,
|
|
2308
|
-
"isAbstract": false,
|
|
2309
|
-
"isVirtual": true,
|
|
2310
|
-
"isOverride": false,
|
|
2311
|
-
"isSealed": false,
|
|
2312
|
-
"visibility": "Public",
|
|
2313
|
-
"declaringClrType": "System.Transactions.SubordinateTransaction",
|
|
2314
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
2315
|
-
"isExtensionMethod": false
|
|
2316
2196
|
}
|
|
2317
2197
|
],
|
|
2318
2198
|
"properties": [],
|
|
@@ -2856,26 +2736,6 @@
|
|
|
2856
2736
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2857
2737
|
"isExtensionMethod": false,
|
|
2858
2738
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
2859
|
-
},
|
|
2860
|
-
{
|
|
2861
|
-
"stableId": "System.Transactions.Local:System.Transactions.TransactionAbortedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
2862
|
-
"clrName": "GetObjectData",
|
|
2863
|
-
"metadataToken": 0,
|
|
2864
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
2865
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
2866
|
-
"emitScope": "ClassSurface",
|
|
2867
|
-
"provenance": "BaseOverload",
|
|
2868
|
-
"arity": 0,
|
|
2869
|
-
"parameterCount": 2,
|
|
2870
|
-
"isStatic": false,
|
|
2871
|
-
"isAbstract": false,
|
|
2872
|
-
"isVirtual": true,
|
|
2873
|
-
"isOverride": false,
|
|
2874
|
-
"isSealed": false,
|
|
2875
|
-
"visibility": "Public",
|
|
2876
|
-
"declaringClrType": "System.Transactions.TransactionAbortedException",
|
|
2877
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
2878
|
-
"isExtensionMethod": false
|
|
2879
2739
|
}
|
|
2880
2740
|
],
|
|
2881
2741
|
"properties": [],
|
|
@@ -3023,26 +2883,6 @@
|
|
|
3023
2883
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3024
2884
|
"isExtensionMethod": false,
|
|
3025
2885
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
3026
|
-
},
|
|
3027
|
-
{
|
|
3028
|
-
"stableId": "System.Transactions.Local:System.Transactions.TransactionException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3029
|
-
"clrName": "GetObjectData",
|
|
3030
|
-
"metadataToken": 0,
|
|
3031
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3032
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
3033
|
-
"emitScope": "ClassSurface",
|
|
3034
|
-
"provenance": "BaseOverload",
|
|
3035
|
-
"arity": 0,
|
|
3036
|
-
"parameterCount": 2,
|
|
3037
|
-
"isStatic": false,
|
|
3038
|
-
"isAbstract": false,
|
|
3039
|
-
"isVirtual": true,
|
|
3040
|
-
"isOverride": false,
|
|
3041
|
-
"isSealed": false,
|
|
3042
|
-
"visibility": "Public",
|
|
3043
|
-
"declaringClrType": "System.Transactions.TransactionException",
|
|
3044
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
3045
|
-
"isExtensionMethod": false
|
|
3046
2886
|
}
|
|
3047
2887
|
],
|
|
3048
2888
|
"properties": [],
|
|
@@ -3137,26 +2977,6 @@
|
|
|
3137
2977
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3138
2978
|
"isExtensionMethod": false,
|
|
3139
2979
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
"stableId": "System.Transactions.Local:System.Transactions.TransactionInDoubtException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3143
|
-
"clrName": "GetObjectData",
|
|
3144
|
-
"metadataToken": 0,
|
|
3145
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3146
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
3147
|
-
"emitScope": "ClassSurface",
|
|
3148
|
-
"provenance": "BaseOverload",
|
|
3149
|
-
"arity": 0,
|
|
3150
|
-
"parameterCount": 2,
|
|
3151
|
-
"isStatic": false,
|
|
3152
|
-
"isAbstract": false,
|
|
3153
|
-
"isVirtual": true,
|
|
3154
|
-
"isOverride": false,
|
|
3155
|
-
"isSealed": false,
|
|
3156
|
-
"visibility": "Public",
|
|
3157
|
-
"declaringClrType": "System.Transactions.TransactionInDoubtException",
|
|
3158
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
3159
|
-
"isExtensionMethod": false
|
|
3160
2980
|
}
|
|
3161
2981
|
],
|
|
3162
2982
|
"properties": [],
|
|
@@ -3349,26 +3169,6 @@
|
|
|
3349
3169
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3350
3170
|
"isExtensionMethod": false,
|
|
3351
3171
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"stableId": "System.Transactions.Local:System.Transactions.TransactionManagerCommunicationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3355
|
-
"clrName": "GetObjectData",
|
|
3356
|
-
"metadataToken": 0,
|
|
3357
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3358
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
3359
|
-
"emitScope": "ClassSurface",
|
|
3360
|
-
"provenance": "BaseOverload",
|
|
3361
|
-
"arity": 0,
|
|
3362
|
-
"parameterCount": 2,
|
|
3363
|
-
"isStatic": false,
|
|
3364
|
-
"isAbstract": false,
|
|
3365
|
-
"isVirtual": true,
|
|
3366
|
-
"isOverride": false,
|
|
3367
|
-
"isSealed": false,
|
|
3368
|
-
"visibility": "Public",
|
|
3369
|
-
"declaringClrType": "System.Transactions.TransactionManagerCommunicationException",
|
|
3370
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
3371
|
-
"isExtensionMethod": false
|
|
3372
3172
|
}
|
|
3373
3173
|
],
|
|
3374
3174
|
"properties": [],
|
|
@@ -3463,26 +3263,6 @@
|
|
|
3463
3263
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3464
3264
|
"isExtensionMethod": false,
|
|
3465
3265
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
3466
|
-
},
|
|
3467
|
-
{
|
|
3468
|
-
"stableId": "System.Transactions.Local:System.Transactions.TransactionPromotionException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3469
|
-
"clrName": "GetObjectData",
|
|
3470
|
-
"metadataToken": 0,
|
|
3471
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3472
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
3473
|
-
"emitScope": "ClassSurface",
|
|
3474
|
-
"provenance": "BaseOverload",
|
|
3475
|
-
"arity": 0,
|
|
3476
|
-
"parameterCount": 2,
|
|
3477
|
-
"isStatic": false,
|
|
3478
|
-
"isAbstract": false,
|
|
3479
|
-
"isVirtual": true,
|
|
3480
|
-
"isOverride": false,
|
|
3481
|
-
"isSealed": false,
|
|
3482
|
-
"visibility": "Public",
|
|
3483
|
-
"declaringClrType": "System.Transactions.TransactionPromotionException",
|
|
3484
|
-
"declaringAssemblyName": "System.Transactions.Local",
|
|
3485
|
-
"isExtensionMethod": false
|
|
3486
3266
|
}
|
|
3487
3267
|
],
|
|
3488
3268
|
"properties": [],
|
|
@@ -170,7 +170,7 @@ export interface __TransactionOptions$views {
|
|
|
170
170
|
export type TransactionOptions = TransactionOptions$instance & __TransactionOptions$views;
|
|
171
171
|
|
|
172
172
|
|
|
173
|
-
export interface CommittableTransaction$instance extends Transaction$instance, System_Internal.IAsyncResult$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
173
|
+
export interface CommittableTransaction$instance extends Transaction$instance, System_Internal.IAsyncResult$instance, System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
174
174
|
readonly __tsonic_type_System_Transactions_CommittableTransaction: never;
|
|
175
175
|
|
|
176
176
|
readonly __tsonic_iface_System_IAsyncResult: never;
|
|
@@ -179,9 +179,7 @@ export interface CommittableTransaction$instance extends Transaction$instance, S
|
|
|
179
179
|
|
|
180
180
|
BeginCommit(asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
181
181
|
Commit(): void;
|
|
182
|
-
Dispose(): void;
|
|
183
182
|
EndCommit(asyncResult: IAsyncResult): void;
|
|
184
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
185
183
|
}
|
|
186
184
|
|
|
187
185
|
|
|
@@ -201,15 +199,13 @@ export interface __CommittableTransaction$views {
|
|
|
201
199
|
export type CommittableTransaction = CommittableTransaction$instance & __CommittableTransaction$views;
|
|
202
200
|
|
|
203
201
|
|
|
204
|
-
export interface DependentTransaction$instance extends Transaction$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
202
|
+
export interface DependentTransaction$instance extends Transaction$instance, System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
205
203
|
readonly __tsonic_type_System_Transactions_DependentTransaction: never;
|
|
206
204
|
|
|
207
205
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
208
206
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
209
207
|
|
|
210
208
|
Complete(): void;
|
|
211
|
-
Dispose(): void;
|
|
212
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
213
209
|
}
|
|
214
210
|
|
|
215
211
|
|
|
@@ -271,14 +267,12 @@ export const SinglePhaseEnlistment: {
|
|
|
271
267
|
|
|
272
268
|
export type SinglePhaseEnlistment = SinglePhaseEnlistment$instance;
|
|
273
269
|
|
|
274
|
-
export interface SubordinateTransaction$instance extends Transaction$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
270
|
+
export interface SubordinateTransaction$instance extends Transaction$instance, System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
275
271
|
readonly __tsonic_type_System_Transactions_SubordinateTransaction: never;
|
|
276
272
|
|
|
277
273
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
278
274
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
279
275
|
|
|
280
|
-
Dispose(): void;
|
|
281
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
282
276
|
}
|
|
283
277
|
|
|
284
278
|
|
|
@@ -337,12 +331,11 @@ export interface __Transaction$views {
|
|
|
337
331
|
export type Transaction = Transaction$instance & __Transaction$views;
|
|
338
332
|
|
|
339
333
|
|
|
340
|
-
export interface TransactionAbortedException$instance extends TransactionException$instance {
|
|
334
|
+
export interface TransactionAbortedException$instance extends TransactionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
341
335
|
readonly __tsonic_type_System_Transactions_TransactionAbortedException: never;
|
|
342
336
|
|
|
343
337
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
344
338
|
|
|
345
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
346
339
|
}
|
|
347
340
|
|
|
348
341
|
|
|
@@ -374,12 +367,11 @@ export const TransactionEventArgs: {
|
|
|
374
367
|
|
|
375
368
|
export type TransactionEventArgs = TransactionEventArgs$instance;
|
|
376
369
|
|
|
377
|
-
export interface TransactionException$instance extends SystemException {
|
|
370
|
+
export interface TransactionException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
378
371
|
readonly __tsonic_type_System_Transactions_TransactionException: never;
|
|
379
372
|
|
|
380
373
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
381
374
|
|
|
382
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
383
375
|
}
|
|
384
376
|
|
|
385
377
|
|
|
@@ -397,12 +389,11 @@ export interface __TransactionException$views {
|
|
|
397
389
|
export type TransactionException = TransactionException$instance & __TransactionException$views;
|
|
398
390
|
|
|
399
391
|
|
|
400
|
-
export interface TransactionInDoubtException$instance extends TransactionException$instance {
|
|
392
|
+
export interface TransactionInDoubtException$instance extends TransactionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
401
393
|
readonly __tsonic_type_System_Transactions_TransactionInDoubtException: never;
|
|
402
394
|
|
|
403
395
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
404
396
|
|
|
405
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
406
397
|
}
|
|
407
398
|
|
|
408
399
|
|
|
@@ -436,12 +427,11 @@ export const TransactionInformation: {
|
|
|
436
427
|
|
|
437
428
|
export type TransactionInformation = TransactionInformation$instance;
|
|
438
429
|
|
|
439
|
-
export interface TransactionManagerCommunicationException$instance extends TransactionException$instance {
|
|
430
|
+
export interface TransactionManagerCommunicationException$instance extends TransactionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
440
431
|
readonly __tsonic_type_System_Transactions_TransactionManagerCommunicationException: never;
|
|
441
432
|
|
|
442
433
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
443
434
|
|
|
444
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
445
435
|
}
|
|
446
436
|
|
|
447
437
|
|
|
@@ -459,12 +449,11 @@ export interface __TransactionManagerCommunicationException$views {
|
|
|
459
449
|
export type TransactionManagerCommunicationException = TransactionManagerCommunicationException$instance & __TransactionManagerCommunicationException$views;
|
|
460
450
|
|
|
461
451
|
|
|
462
|
-
export interface TransactionPromotionException$instance extends TransactionException$instance {
|
|
452
|
+
export interface TransactionPromotionException$instance extends TransactionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
463
453
|
readonly __tsonic_type_System_Transactions_TransactionPromotionException: never;
|
|
464
454
|
|
|
465
455
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
466
456
|
|
|
467
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
468
457
|
}
|
|
469
458
|
|
|
470
459
|
|