@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.
Files changed (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -8220,46 +8220,6 @@
8220
8220
  "declaringAssemblyName": "System.Private.CoreLib",
8221
8221
  "isExtensionMethod": false,
8222
8222
  "sourceInterface": "System.IDisposable"
8223
- },
8224
- {
8225
- "stableId": "System.Diagnostics.TextWriterTraceListener:System.Diagnostics.ConsoleTraceListener::Dispose(System.Boolean):System.Void",
8226
- "clrName": "Dispose",
8227
- "metadataToken": 0,
8228
- "canonicalSignature": "(System.Boolean):System.Void",
8229
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
8230
- "emitScope": "ClassSurface",
8231
- "provenance": "BaseOverload",
8232
- "arity": 0,
8233
- "parameterCount": 1,
8234
- "isStatic": false,
8235
- "isAbstract": false,
8236
- "isVirtual": true,
8237
- "isOverride": false,
8238
- "isSealed": false,
8239
- "visibility": "Protected",
8240
- "declaringClrType": "System.Diagnostics.ConsoleTraceListener",
8241
- "declaringAssemblyName": "System.Diagnostics.TextWriterTraceListener",
8242
- "isExtensionMethod": false
8243
- },
8244
- {
8245
- "stableId": "System.Diagnostics.TextWriterTraceListener:System.Diagnostics.ConsoleTraceListener::Dispose():System.Void",
8246
- "clrName": "Dispose",
8247
- "metadataToken": 0,
8248
- "canonicalSignature": "():System.Void",
8249
- "normalizedSignature": "Dispose|():System.Void|static=false",
8250
- "emitScope": "ClassSurface",
8251
- "provenance": "BaseOverload",
8252
- "arity": 0,
8253
- "parameterCount": 0,
8254
- "isStatic": false,
8255
- "isAbstract": false,
8256
- "isVirtual": true,
8257
- "isOverride": false,
8258
- "isSealed": false,
8259
- "visibility": "Public",
8260
- "declaringClrType": "System.Diagnostics.ConsoleTraceListener",
8261
- "declaringAssemblyName": "System.Diagnostics.TextWriterTraceListener",
8262
- "isExtensionMethod": false
8263
8223
  }
8264
8224
  ],
8265
8225
  "properties": [],
@@ -9484,46 +9444,6 @@
9484
9444
  "isExtensionMethod": false,
9485
9445
  "sourceInterface": "System.IDisposable"
9486
9446
  },
9487
- {
9488
- "stableId": "System.Diagnostics.TraceSource:System.Diagnostics.DefaultTraceListener::Dispose():System.Void",
9489
- "clrName": "Dispose",
9490
- "metadataToken": 0,
9491
- "canonicalSignature": "():System.Void",
9492
- "normalizedSignature": "Dispose|():System.Void|static=false",
9493
- "emitScope": "ClassSurface",
9494
- "provenance": "BaseOverload",
9495
- "arity": 0,
9496
- "parameterCount": 0,
9497
- "isStatic": false,
9498
- "isAbstract": false,
9499
- "isVirtual": true,
9500
- "isOverride": false,
9501
- "isSealed": false,
9502
- "visibility": "Public",
9503
- "declaringClrType": "System.Diagnostics.DefaultTraceListener",
9504
- "declaringAssemblyName": "System.Diagnostics.TraceSource",
9505
- "isExtensionMethod": false
9506
- },
9507
- {
9508
- "stableId": "System.Diagnostics.TraceSource:System.Diagnostics.DefaultTraceListener::Dispose(System.Boolean):System.Void",
9509
- "clrName": "Dispose",
9510
- "metadataToken": 0,
9511
- "canonicalSignature": "(System.Boolean):System.Void",
9512
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
9513
- "emitScope": "ClassSurface",
9514
- "provenance": "BaseOverload",
9515
- "arity": 0,
9516
- "parameterCount": 1,
9517
- "isStatic": false,
9518
- "isAbstract": false,
9519
- "isVirtual": true,
9520
- "isOverride": false,
9521
- "isSealed": false,
9522
- "visibility": "Protected",
9523
- "declaringClrType": "System.Diagnostics.DefaultTraceListener",
9524
- "declaringAssemblyName": "System.Diagnostics.TraceSource",
9525
- "isExtensionMethod": false
9526
- },
9527
9447
  {
9528
9448
  "stableId": "System.Diagnostics.TraceSource:System.Diagnostics.DefaultTraceListener::Write(System.Object):System.Void",
9529
9449
  "clrName": "Write",
@@ -9844,46 +9764,6 @@
9844
9764
  "isExtensionMethod": false,
9845
9765
  "sourceInterface": "System.IDisposable"
9846
9766
  },
9847
- {
9848
- "stableId": "System.Diagnostics.TextWriterTraceListener:System.Diagnostics.DelimitedListTraceListener::Dispose(System.Boolean):System.Void",
9849
- "clrName": "Dispose",
9850
- "metadataToken": 0,
9851
- "canonicalSignature": "(System.Boolean):System.Void",
9852
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
9853
- "emitScope": "ClassSurface",
9854
- "provenance": "BaseOverload",
9855
- "arity": 0,
9856
- "parameterCount": 1,
9857
- "isStatic": false,
9858
- "isAbstract": false,
9859
- "isVirtual": true,
9860
- "isOverride": false,
9861
- "isSealed": false,
9862
- "visibility": "Protected",
9863
- "declaringClrType": "System.Diagnostics.DelimitedListTraceListener",
9864
- "declaringAssemblyName": "System.Diagnostics.TextWriterTraceListener",
9865
- "isExtensionMethod": false
9866
- },
9867
- {
9868
- "stableId": "System.Diagnostics.TextWriterTraceListener:System.Diagnostics.DelimitedListTraceListener::Dispose():System.Void",
9869
- "clrName": "Dispose",
9870
- "metadataToken": 0,
9871
- "canonicalSignature": "():System.Void",
9872
- "normalizedSignature": "Dispose|():System.Void|static=false",
9873
- "emitScope": "ClassSurface",
9874
- "provenance": "BaseOverload",
9875
- "arity": 0,
9876
- "parameterCount": 0,
9877
- "isStatic": false,
9878
- "isAbstract": false,
9879
- "isVirtual": true,
9880
- "isOverride": false,
9881
- "isSealed": false,
9882
- "visibility": "Public",
9883
- "declaringClrType": "System.Diagnostics.DelimitedListTraceListener",
9884
- "declaringAssemblyName": "System.Diagnostics.TextWriterTraceListener",
9885
- "isExtensionMethod": false
9886
- },
9887
9767
  {
9888
9768
  "stableId": "System.Diagnostics.TextWriterTraceListener:System.Diagnostics.DelimitedListTraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32):System.Void",
9889
9769
  "clrName": "TraceEvent",
@@ -12571,7 +12451,7 @@
12571
12451
  "isAbstract": false,
12572
12452
  "isVirtual": true,
12573
12453
  "isOverride": false,
12574
- "isSealed": false,
12454
+ "isSealed": true,
12575
12455
  "visibility": "Public",
12576
12456
  "declaringClrType": "System.Diagnostics.Process",
12577
12457
  "declaringAssemblyName": "System.Diagnostics.Process",
@@ -13663,46 +13543,6 @@
13663
13543
  "declaringAssemblyName": "System.Private.CoreLib",
13664
13544
  "isExtensionMethod": false,
13665
13545
  "sourceInterface": "System.IDisposable"
13666
- },
13667
- {
13668
- "stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessModule::Dispose():System.Void",
13669
- "clrName": "Dispose",
13670
- "metadataToken": 0,
13671
- "canonicalSignature": "():System.Void",
13672
- "normalizedSignature": "Dispose|():System.Void|static=false",
13673
- "emitScope": "ClassSurface",
13674
- "provenance": "BaseOverload",
13675
- "arity": 0,
13676
- "parameterCount": 0,
13677
- "isStatic": false,
13678
- "isAbstract": false,
13679
- "isVirtual": true,
13680
- "isOverride": false,
13681
- "isSealed": false,
13682
- "visibility": "Public",
13683
- "declaringClrType": "System.Diagnostics.ProcessModule",
13684
- "declaringAssemblyName": "System.Diagnostics.Process",
13685
- "isExtensionMethod": false
13686
- },
13687
- {
13688
- "stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessModule::Dispose(System.Boolean):System.Void",
13689
- "clrName": "Dispose",
13690
- "metadataToken": 0,
13691
- "canonicalSignature": "(System.Boolean):System.Void",
13692
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
13693
- "emitScope": "ClassSurface",
13694
- "provenance": "BaseOverload",
13695
- "arity": 0,
13696
- "parameterCount": 1,
13697
- "isStatic": false,
13698
- "isAbstract": false,
13699
- "isVirtual": true,
13700
- "isOverride": false,
13701
- "isSealed": false,
13702
- "visibility": "Protected",
13703
- "declaringClrType": "System.Diagnostics.ProcessModule",
13704
- "declaringAssemblyName": "System.Diagnostics.Process",
13705
- "isExtensionMethod": false
13706
13546
  }
13707
13547
  ],
13708
13548
  "properties": [
@@ -13972,46 +13812,6 @@
13972
13812
  "declaringAssemblyName": "System.Private.CoreLib",
13973
13813
  "isExtensionMethod": false,
13974
13814
  "sourceInterface": "System.Collections.IEnumerable"
13975
- },
13976
- {
13977
- "stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessModuleCollection::CopyTo(System.Array,System.Int32):System.Void",
13978
- "clrName": "CopyTo",
13979
- "metadataToken": 0,
13980
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
13981
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
13982
- "emitScope": "ClassSurface",
13983
- "provenance": "BaseOverload",
13984
- "arity": 0,
13985
- "parameterCount": 2,
13986
- "isStatic": false,
13987
- "isAbstract": false,
13988
- "isVirtual": true,
13989
- "isOverride": false,
13990
- "isSealed": false,
13991
- "visibility": "Public",
13992
- "declaringClrType": "System.Diagnostics.ProcessModuleCollection",
13993
- "declaringAssemblyName": "System.Diagnostics.Process",
13994
- "isExtensionMethod": false
13995
- },
13996
- {
13997
- "stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessModuleCollection::GetEnumerator():System.Collections.IEnumerator",
13998
- "clrName": "GetEnumerator",
13999
- "metadataToken": 0,
14000
- "canonicalSignature": "():System.Collections.IEnumerator",
14001
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
14002
- "emitScope": "ClassSurface",
14003
- "provenance": "BaseOverload",
14004
- "arity": 0,
14005
- "parameterCount": 0,
14006
- "isStatic": false,
14007
- "isAbstract": false,
14008
- "isVirtual": true,
14009
- "isOverride": false,
14010
- "isSealed": false,
14011
- "visibility": "Public",
14012
- "declaringClrType": "System.Diagnostics.ProcessModuleCollection",
14013
- "declaringAssemblyName": "System.Diagnostics.Process",
14014
- "isExtensionMethod": false
14015
13815
  }
14016
13816
  ],
14017
13817
  "properties": [
@@ -14749,46 +14549,6 @@
14749
14549
  "declaringAssemblyName": "System.Private.CoreLib",
14750
14550
  "isExtensionMethod": false,
14751
14551
  "sourceInterface": "System.IDisposable"
14752
- },
14753
- {
14754
- "stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessThread::Dispose():System.Void",
14755
- "clrName": "Dispose",
14756
- "metadataToken": 0,
14757
- "canonicalSignature": "():System.Void",
14758
- "normalizedSignature": "Dispose|():System.Void|static=false",
14759
- "emitScope": "ClassSurface",
14760
- "provenance": "BaseOverload",
14761
- "arity": 0,
14762
- "parameterCount": 0,
14763
- "isStatic": false,
14764
- "isAbstract": false,
14765
- "isVirtual": true,
14766
- "isOverride": false,
14767
- "isSealed": false,
14768
- "visibility": "Public",
14769
- "declaringClrType": "System.Diagnostics.ProcessThread",
14770
- "declaringAssemblyName": "System.Diagnostics.Process",
14771
- "isExtensionMethod": false
14772
- },
14773
- {
14774
- "stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessThread::Dispose(System.Boolean):System.Void",
14775
- "clrName": "Dispose",
14776
- "metadataToken": 0,
14777
- "canonicalSignature": "(System.Boolean):System.Void",
14778
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
14779
- "emitScope": "ClassSurface",
14780
- "provenance": "BaseOverload",
14781
- "arity": 0,
14782
- "parameterCount": 1,
14783
- "isStatic": false,
14784
- "isAbstract": false,
14785
- "isVirtual": true,
14786
- "isOverride": false,
14787
- "isSealed": false,
14788
- "visibility": "Protected",
14789
- "declaringClrType": "System.Diagnostics.ProcessThread",
14790
- "declaringAssemblyName": "System.Diagnostics.Process",
14791
- "isExtensionMethod": false
14792
14552
  }
14793
14553
  ],
14794
14554
  "properties": [
@@ -15270,46 +15030,6 @@
15270
15030
  "declaringAssemblyName": "System.Private.CoreLib",
15271
15031
  "isExtensionMethod": false,
15272
15032
  "sourceInterface": "System.Collections.IEnumerable"
15273
- },
15274
- {
15275
- "stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessThreadCollection::CopyTo(System.Array,System.Int32):System.Void",
15276
- "clrName": "CopyTo",
15277
- "metadataToken": 0,
15278
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
15279
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
15280
- "emitScope": "ClassSurface",
15281
- "provenance": "BaseOverload",
15282
- "arity": 0,
15283
- "parameterCount": 2,
15284
- "isStatic": false,
15285
- "isAbstract": false,
15286
- "isVirtual": true,
15287
- "isOverride": false,
15288
- "isSealed": false,
15289
- "visibility": "Public",
15290
- "declaringClrType": "System.Diagnostics.ProcessThreadCollection",
15291
- "declaringAssemblyName": "System.Diagnostics.Process",
15292
- "isExtensionMethod": false
15293
- },
15294
- {
15295
- "stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessThreadCollection::GetEnumerator():System.Collections.IEnumerator",
15296
- "clrName": "GetEnumerator",
15297
- "metadataToken": 0,
15298
- "canonicalSignature": "():System.Collections.IEnumerator",
15299
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
15300
- "emitScope": "ClassSurface",
15301
- "provenance": "BaseOverload",
15302
- "arity": 0,
15303
- "parameterCount": 0,
15304
- "isStatic": false,
15305
- "isAbstract": false,
15306
- "isVirtual": true,
15307
- "isOverride": false,
15308
- "isSealed": false,
15309
- "visibility": "Public",
15310
- "declaringClrType": "System.Diagnostics.ProcessThreadCollection",
15311
- "declaringAssemblyName": "System.Diagnostics.Process",
15312
- "isExtensionMethod": false
15313
15033
  }
15314
15034
  ],
15315
15035
  "properties": [
@@ -16989,7 +16709,7 @@
16989
16709
  "isAbstract": false,
16990
16710
  "isVirtual": true,
16991
16711
  "isOverride": false,
16992
- "isSealed": false,
16712
+ "isSealed": true,
16993
16713
  "visibility": "Public",
16994
16714
  "declaringClrType": "System.Diagnostics.TextWriterTraceListener",
16995
16715
  "declaringAssemblyName": "System.Diagnostics.TextWriterTraceListener",
@@ -20093,26 +19813,6 @@
20093
19813
  "declaringAssemblyName": "System.Private.CoreLib",
20094
19814
  "isExtensionMethod": false,
20095
19815
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
20096
- },
20097
- {
20098
- "stableId": "System.Private.CoreLib:System.Diagnostics.UnreachableException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
20099
- "clrName": "GetObjectData",
20100
- "metadataToken": 0,
20101
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
20102
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
20103
- "emitScope": "ClassSurface",
20104
- "provenance": "BaseOverload",
20105
- "arity": 0,
20106
- "parameterCount": 2,
20107
- "isStatic": false,
20108
- "isAbstract": false,
20109
- "isVirtual": true,
20110
- "isOverride": false,
20111
- "isSealed": false,
20112
- "visibility": "Public",
20113
- "declaringClrType": "System.Diagnostics.UnreachableException",
20114
- "declaringAssemblyName": "System.Private.CoreLib",
20115
- "isExtensionMethod": false
20116
19816
  }
20117
19817
  ],
20118
19818
  "properties": [],
@@ -20377,46 +20077,6 @@
20377
20077
  "isExtensionMethod": false,
20378
20078
  "sourceInterface": "System.IDisposable"
20379
20079
  },
20380
- {
20381
- "stableId": "System.Diagnostics.TextWriterTraceListener:System.Diagnostics.XmlWriterTraceListener::Dispose(System.Boolean):System.Void",
20382
- "clrName": "Dispose",
20383
- "metadataToken": 0,
20384
- "canonicalSignature": "(System.Boolean):System.Void",
20385
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
20386
- "emitScope": "ClassSurface",
20387
- "provenance": "BaseOverload",
20388
- "arity": 0,
20389
- "parameterCount": 1,
20390
- "isStatic": false,
20391
- "isAbstract": false,
20392
- "isVirtual": true,
20393
- "isOverride": false,
20394
- "isSealed": false,
20395
- "visibility": "Protected",
20396
- "declaringClrType": "System.Diagnostics.XmlWriterTraceListener",
20397
- "declaringAssemblyName": "System.Diagnostics.TextWriterTraceListener",
20398
- "isExtensionMethod": false
20399
- },
20400
- {
20401
- "stableId": "System.Diagnostics.TextWriterTraceListener:System.Diagnostics.XmlWriterTraceListener::Dispose():System.Void",
20402
- "clrName": "Dispose",
20403
- "metadataToken": 0,
20404
- "canonicalSignature": "():System.Void",
20405
- "normalizedSignature": "Dispose|():System.Void|static=false",
20406
- "emitScope": "ClassSurface",
20407
- "provenance": "BaseOverload",
20408
- "arity": 0,
20409
- "parameterCount": 0,
20410
- "isStatic": false,
20411
- "isAbstract": false,
20412
- "isVirtual": true,
20413
- "isOverride": false,
20414
- "isSealed": false,
20415
- "visibility": "Public",
20416
- "declaringClrType": "System.Diagnostics.XmlWriterTraceListener",
20417
- "declaringAssemblyName": "System.Diagnostics.TextWriterTraceListener",
20418
- "isExtensionMethod": false
20419
- },
20420
20080
  {
20421
20081
  "stableId": "System.Diagnostics.TextWriterTraceListener:System.Diagnostics.XmlWriterTraceListener::Fail(System.String):System.Void",
20422
20082
  "clrName": "Fail",
@@ -795,8 +795,6 @@ export interface ConsoleTraceListener$instance extends TextWriterTraceListener$i
795
795
  readonly __tsonic_iface_System_IDisposable: never;
796
796
 
797
797
  Close(): void;
798
- Dispose(disposing: boolean): void;
799
- Dispose(): void;
800
798
  }
801
799
 
802
800
 
@@ -1034,8 +1032,6 @@ export interface DefaultTraceListener$instance extends TraceListener$instance {
1034
1032
  AssertUiEnabled: boolean;
1035
1033
  get LogFileName(): string | undefined;
1036
1034
  set LogFileName(value: string | undefined);
1037
- Dispose(): void;
1038
- Dispose(disposing: boolean): void;
1039
1035
  Fail(message: string): void;
1040
1036
  Fail(message: string, detailMessage: string): void;
1041
1037
  Write(message: string): void;
@@ -1067,8 +1063,6 @@ export interface DelimitedListTraceListener$instance extends TextWriterTraceList
1067
1063
  readonly __tsonic_iface_System_IDisposable: never;
1068
1064
 
1069
1065
  Delimiter: string;
1070
- Dispose(disposing: boolean): void;
1071
- Dispose(): void;
1072
1066
  GetSupportedAttributes(): string[];
1073
1067
  TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
1074
1068
  TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
@@ -1103,6 +1097,7 @@ export interface DiagnosticListener$instance extends DiagnosticSource, System_In
1103
1097
 
1104
1098
  readonly Name: string;
1105
1099
  Dispose(): void;
1100
+ IsEnabled(): boolean;
1106
1101
  IsEnabled(name: string): boolean;
1107
1102
  IsEnabled(name: string, arg1: unknown, arg2?: unknown): boolean;
1108
1103
  OnActivityExport(activity: Activity, payload: unknown): void;
@@ -1411,8 +1406,6 @@ export interface ProcessModule$instance extends Component {
1411
1406
  readonly FileVersionInfo: FileVersionInfo;
1412
1407
  ModuleMemorySize: int;
1413
1408
  readonly ModuleName: string;
1414
- Dispose(): void;
1415
- Dispose(disposing: boolean): void;
1416
1409
  ToString(): string;
1417
1410
  }
1418
1411
 
@@ -1436,8 +1429,7 @@ export interface ProcessModuleCollection$instance extends ReadOnlyCollectionBase
1436
1429
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1437
1430
 
1438
1431
  Contains(module: ProcessModule): boolean;
1439
- CopyTo(array: ClrArray, index: int): void;
1440
- GetEnumerator(): IEnumerator;
1432
+ CopyTo(array: ProcessModule[], index: int): void;
1441
1433
  IndexOf(module: ProcessModule): int;
1442
1434
  }
1443
1435
 
@@ -1522,8 +1514,6 @@ export interface ProcessThread$instance extends Component {
1522
1514
  readonly TotalProcessorTime: TimeSpan;
1523
1515
  readonly UserProcessorTime: TimeSpan;
1524
1516
  readonly WaitReason: ThreadWaitReason;
1525
- Dispose(): void;
1526
- Dispose(disposing: boolean): void;
1527
1517
  ResetIdealProcessor(): void;
1528
1518
  }
1529
1519
 
@@ -1548,8 +1538,7 @@ export interface ProcessThreadCollection$instance extends ReadOnlyCollectionBase
1548
1538
 
1549
1539
  Add(thread: ProcessThread): int;
1550
1540
  Contains(thread: ProcessThread): boolean;
1551
- CopyTo(array: ClrArray, index: int): void;
1552
- GetEnumerator(): IEnumerator;
1541
+ CopyTo(array: ProcessThread[], index: int): void;
1553
1542
  IndexOf(thread: ProcessThread): int;
1554
1543
  Insert(index: int, thread: ProcessThread): void;
1555
1544
  Remove(thread: ProcessThread): void;
@@ -2009,12 +1998,11 @@ export const TraceSwitch: {
2009
1998
 
2010
1999
  export type TraceSwitch = TraceSwitch$instance;
2011
2000
 
2012
- export interface UnreachableException$instance extends Exception {
2001
+ export interface UnreachableException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
2013
2002
  readonly __tsonic_type_System_Diagnostics_UnreachableException: never;
2014
2003
 
2015
2004
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2016
2005
 
2017
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2018
2006
  }
2019
2007
 
2020
2008
 
@@ -2038,8 +2026,6 @@ export interface XmlWriterTraceListener$instance extends TextWriterTraceListener
2038
2026
  readonly __tsonic_iface_System_IDisposable: never;
2039
2027
 
2040
2028
  Close(): void;
2041
- Dispose(disposing: boolean): void;
2042
- Dispose(): void;
2043
2029
  Fail(message: string, detailMessage: string): void;
2044
2030
  Fail(message: string): void;
2045
2031
  TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
@@ -2244,26 +2244,6 @@
2244
2244
  "declaringClrType": "System.Diagnostics.Metrics.ObservableCounter\u00601",
2245
2245
  "declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
2246
2246
  "isExtensionMethod": false
2247
- },
2248
- {
2249
- "stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.Metrics.ObservableCounter\u00601::Observe():System.Collections.Generic.IEnumerable_1",
2250
- "clrName": "Observe",
2251
- "metadataToken": 0,
2252
- "canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
2253
- "normalizedSignature": "Observe|():System.Collections.Generic.IEnumerable_1|static=false",
2254
- "emitScope": "ClassSurface",
2255
- "provenance": "BaseOverload",
2256
- "arity": 0,
2257
- "parameterCount": 0,
2258
- "isStatic": false,
2259
- "isAbstract": true,
2260
- "isVirtual": true,
2261
- "isOverride": false,
2262
- "isSealed": false,
2263
- "visibility": "Protected",
2264
- "declaringClrType": "System.Diagnostics.Metrics.ObservableCounter\u00601",
2265
- "declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
2266
- "isExtensionMethod": false
2267
2247
  }
2268
2248
  ],
2269
2249
  "properties": [],
@@ -2312,26 +2292,6 @@
2312
2292
  "declaringClrType": "System.Diagnostics.Metrics.ObservableGauge\u00601",
2313
2293
  "declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
2314
2294
  "isExtensionMethod": false
2315
- },
2316
- {
2317
- "stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.Metrics.ObservableGauge\u00601::Observe():System.Collections.Generic.IEnumerable_1",
2318
- "clrName": "Observe",
2319
- "metadataToken": 0,
2320
- "canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
2321
- "normalizedSignature": "Observe|():System.Collections.Generic.IEnumerable_1|static=false",
2322
- "emitScope": "ClassSurface",
2323
- "provenance": "BaseOverload",
2324
- "arity": 0,
2325
- "parameterCount": 0,
2326
- "isStatic": false,
2327
- "isAbstract": true,
2328
- "isVirtual": true,
2329
- "isOverride": false,
2330
- "isSealed": false,
2331
- "visibility": "Protected",
2332
- "declaringClrType": "System.Diagnostics.Metrics.ObservableGauge\u00601",
2333
- "declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
2334
- "isExtensionMethod": false
2335
2295
  }
2336
2296
  ],
2337
2297
  "properties": [],
@@ -2468,26 +2428,6 @@
2468
2428
  "declaringClrType": "System.Diagnostics.Metrics.ObservableUpDownCounter\u00601",
2469
2429
  "declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
2470
2430
  "isExtensionMethod": false
2471
- },
2472
- {
2473
- "stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.Metrics.ObservableUpDownCounter\u00601::Observe():System.Collections.Generic.IEnumerable_1",
2474
- "clrName": "Observe",
2475
- "metadataToken": 0,
2476
- "canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
2477
- "normalizedSignature": "Observe|():System.Collections.Generic.IEnumerable_1|static=false",
2478
- "emitScope": "ClassSurface",
2479
- "provenance": "BaseOverload",
2480
- "arity": 0,
2481
- "parameterCount": 0,
2482
- "isStatic": false,
2483
- "isAbstract": true,
2484
- "isVirtual": true,
2485
- "isOverride": false,
2486
- "isSealed": false,
2487
- "visibility": "Protected",
2488
- "declaringClrType": "System.Diagnostics.Metrics.ObservableUpDownCounter\u00601",
2489
- "declaringAssemblyName": "System.Diagnostics.DiagnosticSource",
2490
- "isExtensionMethod": false
2491
2431
  }
2492
2432
  ],
2493
2433
  "properties": [],