@tsonic/dotnet 10.0.11 → 10.0.14

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 (132) 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 -32
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +39 -93
  9. package/System.CodeDom.Compiler/bindings.json +0 -120
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections.Concurrent/bindings.json +0 -40
  12. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  13. package/System.Collections.Generic/bindings.json +37 -777
  14. package/System.Collections.Generic/internal/index.d.ts +2 -33
  15. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  16. package/System.Collections.ObjectModel/internal/index.d.ts +0 -47
  17. package/System.Collections.Specialized/bindings.json +0 -60
  18. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  19. package/System.ComponentModel/bindings.json +2 -422
  20. package/System.ComponentModel/internal/index.d.ts +0 -21
  21. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  22. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  23. package/System.ComponentModel.Design/bindings.json +0 -200
  24. package/System.ComponentModel.Design/internal/index.d.ts +2 -12
  25. package/System.Data/bindings.json +60 -1600
  26. package/System.Data/internal/index.d.ts +23 -100
  27. package/System.Data.Common/bindings.json +3 -103
  28. package/System.Data.Common/internal/index.d.ts +1 -6
  29. package/System.Data.SqlTypes/bindings.json +0 -100
  30. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  31. package/System.Diagnostics/bindings.json +2 -342
  32. package/System.Diagnostics/internal/index.d.ts +1 -18
  33. package/System.Diagnostics.Metrics/bindings.json +0 -60
  34. package/System.Diagnostics.Tracing/bindings.json +0 -100
  35. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  36. package/System.Dynamic/bindings.json +12 -32
  37. package/System.Dynamic/internal/index.d.ts +0 -1
  38. package/System.Formats.Asn1/bindings.json +0 -20
  39. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  40. package/System.Globalization/bindings.json +0 -300
  41. package/System.Globalization/internal/index.d.ts +15 -30
  42. package/System.IO/bindings.json +93 -1333
  43. package/System.IO/internal/index.d.ts +12 -74
  44. package/System.IO.Compression/bindings.json +4 -424
  45. package/System.IO.Compression/internal/index.d.ts +1 -22
  46. package/System.IO.IsolatedStorage/bindings.json +1 -81
  47. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  48. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  49. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  50. package/System.IO.Pipes/bindings.json +4 -324
  51. package/System.IO.Pipes/internal/index.d.ts +5 -21
  52. package/System.Linq/bindings.json +0 -60
  53. package/System.Linq/internal/index.d.ts +0 -3
  54. package/System.Net/bindings.json +1 -241
  55. package/System.Net/internal/index.d.ts +2 -14
  56. package/System.Net.Http/bindings.json +6 -546
  57. package/System.Net.Http/internal/index.d.ts +3 -28
  58. package/System.Net.Http.Headers/bindings.json +0 -180
  59. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  60. package/System.Net.Http.Json/bindings.json +0 -40
  61. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  62. package/System.Net.Mail/bindings.json +1863 -3283
  63. package/System.Net.Mail/internal/index.d.ts +0 -72
  64. package/System.Net.NetworkInformation/bindings.json +1 -41
  65. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  66. package/System.Net.Quic/bindings.json +1 -101
  67. package/System.Net.Quic/internal/index.d.ts +1 -6
  68. package/System.Net.Security/bindings.json +3 -163
  69. package/System.Net.Security/internal/index.d.ts +0 -8
  70. package/System.Net.Sockets/bindings.json +1 -181
  71. package/System.Net.Sockets/internal/index.d.ts +1 -10
  72. package/System.Net.WebSockets/bindings.json +1 -161
  73. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  74. package/System.Reflection/bindings.json +613 -2253
  75. package/System.Reflection/internal/index.d.ts +13 -104
  76. package/System.Reflection.Emit/bindings.json +4539 -7379
  77. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  78. package/System.Reflection.Metadata/bindings.json +0 -20
  79. package/System.Reflection.Metadata/internal/index.d.ts +1 -2
  80. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  81. package/System.Resources/bindings.json +0 -40
  82. package/System.Resources/internal/index.d.ts +2 -4
  83. package/System.Runtime/bindings.json +0 -20
  84. package/System.Runtime/internal/index.d.ts +1 -2
  85. package/System.Runtime.InteropServices/bindings.json +0 -220
  86. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  87. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  88. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  89. package/System.Runtime.Serialization/bindings.json +0 -40
  90. package/System.Runtime.Serialization/internal/index.d.ts +2 -4
  91. package/System.Security/bindings.json +0 -20
  92. package/System.Security/internal/index.d.ts +1 -2
  93. package/System.Security.AccessControl/bindings.json +2 -362
  94. package/System.Security.AccessControl/internal/index.d.ts +0 -18
  95. package/System.Security.Authentication/bindings.json +0 -40
  96. package/System.Security.Authentication/internal/index.d.ts +2 -4
  97. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  98. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  99. package/System.Security.Cryptography/bindings.json +660 -6840
  100. package/System.Security.Cryptography/internal/index.d.ts +3 -263
  101. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  102. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +1 -24
  103. package/System.Security.Principal/bindings.json +0 -20
  104. package/System.Security.Principal/internal/index.d.ts +1 -2
  105. package/System.Text/bindings.json +0 -424
  106. package/System.Text/internal/index.d.ts +5 -25
  107. package/System.Text.RegularExpressions/bindings.json +0 -20
  108. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  109. package/System.Threading/bindings.json +0 -400
  110. package/System.Threading/internal/index.d.ts +10 -30
  111. package/System.Threading.Channels/bindings.json +0 -20
  112. package/System.Threading.Channels/internal/index.d.ts +1 -2
  113. package/System.Threading.Tasks/bindings.json +0 -580
  114. package/System.Threading.Tasks/internal/index.d.ts +2 -31
  115. package/System.Timers/bindings.json +1 -1
  116. package/System.Transactions/bindings.json +0 -220
  117. package/System.Transactions/internal/index.d.ts +8 -19
  118. package/System.Xml/bindings.json +67 -1767
  119. package/System.Xml/internal/index.d.ts +18 -103
  120. package/System.Xml.Linq/bindings.json +0 -200
  121. package/System.Xml.Linq/internal/index.d.ts +8 -18
  122. package/System.Xml.Resolvers/bindings.json +0 -20
  123. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  124. package/System.Xml.Schema/bindings.json +0 -160
  125. package/System.Xml.Schema/internal/index.d.ts +0 -8
  126. package/System.Xml.Serialization/bindings.json +77 -717
  127. package/System.Xml.Serialization/internal/index.d.ts +0 -32
  128. package/System.Xml.Xsl/bindings.json +0 -60
  129. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  130. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  131. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  132. package/package.json +2 -2
@@ -11696,26 +11696,6 @@
11696
11696
  "declaringAssemblyName": "System.Private.CoreLib",
11697
11697
  "isExtensionMethod": false,
11698
11698
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
11699
- },
11700
- {
11701
- "stableId": "System.Data.Common:System.Data.SqlTypes.SqlAlreadyFilledException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
11702
- "clrName": "GetObjectData",
11703
- "metadataToken": 0,
11704
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
11705
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
11706
- "emitScope": "ClassSurface",
11707
- "provenance": "BaseOverload",
11708
- "arity": 0,
11709
- "parameterCount": 2,
11710
- "isStatic": false,
11711
- "isAbstract": false,
11712
- "isVirtual": true,
11713
- "isOverride": false,
11714
- "isSealed": false,
11715
- "visibility": "Public",
11716
- "declaringClrType": "System.Data.SqlTypes.SqlAlreadyFilledException",
11717
- "declaringAssemblyName": "System.Data.Common",
11718
- "isExtensionMethod": false
11719
11699
  }
11720
11700
  ],
11721
11701
  "properties": [],
@@ -12723,26 +12703,6 @@
12723
12703
  "declaringAssemblyName": "System.Private.CoreLib",
12724
12704
  "isExtensionMethod": false,
12725
12705
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
12726
- },
12727
- {
12728
- "stableId": "System.Data.Common:System.Data.SqlTypes.SqlNotFilledException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
12729
- "clrName": "GetObjectData",
12730
- "metadataToken": 0,
12731
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
12732
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
12733
- "emitScope": "ClassSurface",
12734
- "provenance": "BaseOverload",
12735
- "arity": 0,
12736
- "parameterCount": 2,
12737
- "isStatic": false,
12738
- "isAbstract": false,
12739
- "isVirtual": true,
12740
- "isOverride": false,
12741
- "isSealed": false,
12742
- "visibility": "Public",
12743
- "declaringClrType": "System.Data.SqlTypes.SqlNotFilledException",
12744
- "declaringAssemblyName": "System.Data.Common",
12745
- "isExtensionMethod": false
12746
12706
  }
12747
12707
  ],
12748
12708
  "properties": [],
@@ -12826,26 +12786,6 @@
12826
12786
  "declaringAssemblyName": "System.Private.CoreLib",
12827
12787
  "isExtensionMethod": false,
12828
12788
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
12829
- },
12830
- {
12831
- "stableId": "System.Data.Common:System.Data.SqlTypes.SqlNullValueException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
12832
- "clrName": "GetObjectData",
12833
- "metadataToken": 0,
12834
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
12835
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
12836
- "emitScope": "ClassSurface",
12837
- "provenance": "BaseOverload",
12838
- "arity": 0,
12839
- "parameterCount": 2,
12840
- "isStatic": false,
12841
- "isAbstract": false,
12842
- "isVirtual": true,
12843
- "isOverride": false,
12844
- "isSealed": false,
12845
- "visibility": "Public",
12846
- "declaringClrType": "System.Data.SqlTypes.SqlNullValueException",
12847
- "declaringAssemblyName": "System.Data.Common",
12848
- "isExtensionMethod": false
12849
12789
  }
12850
12790
  ],
12851
12791
  "properties": [],
@@ -12929,26 +12869,6 @@
12929
12869
  "declaringAssemblyName": "System.Private.CoreLib",
12930
12870
  "isExtensionMethod": false,
12931
12871
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
12932
- },
12933
- {
12934
- "stableId": "System.Data.Common:System.Data.SqlTypes.SqlTruncateException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
12935
- "clrName": "GetObjectData",
12936
- "metadataToken": 0,
12937
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
12938
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
12939
- "emitScope": "ClassSurface",
12940
- "provenance": "BaseOverload",
12941
- "arity": 0,
12942
- "parameterCount": 2,
12943
- "isStatic": false,
12944
- "isAbstract": false,
12945
- "isVirtual": true,
12946
- "isOverride": false,
12947
- "isSealed": false,
12948
- "visibility": "Public",
12949
- "declaringClrType": "System.Data.SqlTypes.SqlTruncateException",
12950
- "declaringAssemblyName": "System.Data.Common",
12951
- "isExtensionMethod": false
12952
12872
  }
12953
12873
  ],
12954
12874
  "properties": [],
@@ -13032,26 +12952,6 @@
13032
12952
  "declaringAssemblyName": "System.Private.CoreLib",
13033
12953
  "isExtensionMethod": false,
13034
12954
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
13035
- },
13036
- {
13037
- "stableId": "System.Data.Common:System.Data.SqlTypes.SqlTypeException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
13038
- "clrName": "GetObjectData",
13039
- "metadataToken": 0,
13040
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
13041
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
13042
- "emitScope": "ClassSurface",
13043
- "provenance": "BaseOverload",
13044
- "arity": 0,
13045
- "parameterCount": 2,
13046
- "isStatic": false,
13047
- "isAbstract": false,
13048
- "isVirtual": true,
13049
- "isOverride": false,
13050
- "isSealed": false,
13051
- "visibility": "Public",
13052
- "declaringClrType": "System.Data.SqlTypes.SqlTypeException",
13053
- "declaringAssemblyName": "System.Data.Common",
13054
- "isExtensionMethod": false
13055
12955
  }
13056
12956
  ],
13057
12957
  "properties": [],
@@ -921,12 +921,11 @@ export interface __SqlString$views {
921
921
  export type SqlString = SqlString$instance & __SqlString$views;
922
922
 
923
923
 
924
- export interface SqlAlreadyFilledException$instance extends SqlTypeException$instance {
924
+ export interface SqlAlreadyFilledException$instance extends SqlTypeException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
925
925
  readonly __tsonic_type_System_Data_SqlTypes_SqlAlreadyFilledException: never;
926
926
 
927
927
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
928
928
 
929
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
930
929
  }
931
930
 
932
931
 
@@ -1024,12 +1023,11 @@ export interface __SqlChars$views {
1024
1023
  export type SqlChars = SqlChars$instance & __SqlChars$views & { [offset: number]: char; };
1025
1024
 
1026
1025
 
1027
- export interface SqlNotFilledException$instance extends SqlTypeException$instance {
1026
+ export interface SqlNotFilledException$instance extends SqlTypeException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1028
1027
  readonly __tsonic_type_System_Data_SqlTypes_SqlNotFilledException: never;
1029
1028
 
1030
1029
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1031
1030
 
1032
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1033
1031
  }
1034
1032
 
1035
1033
 
@@ -1047,12 +1045,11 @@ export interface __SqlNotFilledException$views {
1047
1045
  export type SqlNotFilledException = SqlNotFilledException$instance & __SqlNotFilledException$views;
1048
1046
 
1049
1047
 
1050
- export interface SqlNullValueException$instance extends SqlTypeException$instance {
1048
+ export interface SqlNullValueException$instance extends SqlTypeException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1051
1049
  readonly __tsonic_type_System_Data_SqlTypes_SqlNullValueException: never;
1052
1050
 
1053
1051
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1054
1052
 
1055
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1056
1053
  }
1057
1054
 
1058
1055
 
@@ -1070,12 +1067,11 @@ export interface __SqlNullValueException$views {
1070
1067
  export type SqlNullValueException = SqlNullValueException$instance & __SqlNullValueException$views;
1071
1068
 
1072
1069
 
1073
- export interface SqlTruncateException$instance extends SqlTypeException$instance {
1070
+ export interface SqlTruncateException$instance extends SqlTypeException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1074
1071
  readonly __tsonic_type_System_Data_SqlTypes_SqlTruncateException: never;
1075
1072
 
1076
1073
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1077
1074
 
1078
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1079
1075
  }
1080
1076
 
1081
1077
 
@@ -1093,12 +1089,11 @@ export interface __SqlTruncateException$views {
1093
1089
  export type SqlTruncateException = SqlTruncateException$instance & __SqlTruncateException$views;
1094
1090
 
1095
1091
 
1096
- export interface SqlTypeException$instance extends SystemException {
1092
+ export interface SqlTypeException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
1097
1093
  readonly __tsonic_type_System_Data_SqlTypes_SqlTypeException: never;
1098
1094
 
1099
1095
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1100
1096
 
1101
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1102
1097
  }
1103
1098
 
1104
1099
 
@@ -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",