@tsonic/dotnet 0.7.4 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Internal/internal/index.d.ts +0 -25
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
  3. package/Microsoft.VisualBasic/bindings.json +203 -29
  4. package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
  5. package/Microsoft.VisualBasic/internal/metadata.json +203 -29
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
  8. package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
  10. package/Microsoft.Win32/internal/index.d.ts +0 -25
  11. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
  12. package/System/bindings.json +4800 -552
  13. package/System/internal/index.d.ts +2537 -395
  14. package/System/internal/metadata.json +4800 -552
  15. package/System.Buffers/bindings.json +196 -24
  16. package/System.Buffers/internal/index.d.ts +29 -54
  17. package/System.Buffers/internal/metadata.json +196 -24
  18. package/System.Buffers.Binary/bindings.json +182 -26
  19. package/System.Buffers.Binary/internal/index.d.ts +115 -140
  20. package/System.Buffers.Binary/internal/metadata.json +182 -26
  21. package/System.Buffers.Text/bindings.json +431 -49
  22. package/System.Buffers.Text/internal/index.d.ts +64 -89
  23. package/System.Buffers.Text/internal/metadata.json +431 -49
  24. package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
  25. package/System.Collections/bindings.json +11 -1
  26. package/System.Collections/internal/index.d.ts +2 -27
  27. package/System.Collections/internal/metadata.json +11 -1
  28. package/System.Collections.Concurrent/bindings.json +211 -29
  29. package/System.Collections.Concurrent/internal/index.d.ts +31 -56
  30. package/System.Collections.Concurrent/internal/metadata.json +211 -29
  31. package/System.Collections.Frozen/bindings.json +56 -8
  32. package/System.Collections.Frozen/internal/index.d.ts +9 -34
  33. package/System.Collections.Frozen/internal/metadata.json +56 -8
  34. package/System.Collections.Generic/bindings.json +273 -35
  35. package/System.Collections.Generic/internal/index.d.ts +36 -61
  36. package/System.Collections.Generic/internal/metadata.json +273 -35
  37. package/System.Collections.Immutable/bindings.json +362 -50
  38. package/System.Collections.Immutable/internal/index.d.ts +49 -74
  39. package/System.Collections.Immutable/internal/metadata.json +362 -50
  40. package/System.Collections.ObjectModel/bindings.json +28 -4
  41. package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
  42. package/System.Collections.ObjectModel/internal/metadata.json +28 -4
  43. package/System.Collections.Specialized/internal/index.d.ts +0 -25
  44. package/System.ComponentModel/bindings.json +174 -18
  45. package/System.ComponentModel/internal/index.d.ts +22 -47
  46. package/System.ComponentModel/internal/metadata.json +174 -18
  47. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
  48. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
  49. package/System.ComponentModel.Design/internal/index.d.ts +0 -25
  50. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
  51. package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
  52. package/System.Data/internal/index.d.ts +7 -32
  53. package/System.Data.Common/bindings.json +14 -2
  54. package/System.Data.Common/internal/index.d.ts +27 -52
  55. package/System.Data.Common/internal/metadata.json +14 -2
  56. package/System.Data.SqlTypes/internal/index.d.ts +1 -26
  57. package/System.Diagnostics/bindings.json +181 -23
  58. package/System.Diagnostics/internal/index.d.ts +87 -112
  59. package/System.Diagnostics/internal/metadata.json +181 -23
  60. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
  61. package/System.Diagnostics.Contracts/bindings.json +7 -1
  62. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
  63. package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
  64. package/System.Diagnostics.Metrics/bindings.json +35 -5
  65. package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
  66. package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
  67. package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
  68. package/System.Diagnostics.Tracing/bindings.json +37 -3
  69. package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
  70. package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
  71. package/System.Drawing/internal/index.d.ts +0 -25
  72. package/System.Dynamic/bindings.json +63 -9
  73. package/System.Dynamic/internal/index.d.ts +17 -42
  74. package/System.Dynamic/internal/metadata.json +63 -9
  75. package/System.Formats.Asn1/bindings.json +451 -49
  76. package/System.Formats.Asn1/internal/index.d.ts +69 -94
  77. package/System.Formats.Asn1/internal/metadata.json +451 -49
  78. package/System.Formats.Tar/internal/index.d.ts +4 -29
  79. package/System.Globalization/bindings.json +28 -4
  80. package/System.Globalization/internal/index.d.ts +18 -43
  81. package/System.Globalization/internal/metadata.json +28 -4
  82. package/System.IO/bindings.json +35 -5
  83. package/System.IO/internal/index.d.ts +197 -222
  84. package/System.IO/internal/metadata.json +35 -5
  85. package/System.IO.Compression/bindings.json +50 -6
  86. package/System.IO.Compression/internal/index.d.ts +51 -76
  87. package/System.IO.Compression/internal/metadata.json +50 -6
  88. package/System.IO.Enumeration/bindings.json +42 -6
  89. package/System.IO.Enumeration/internal/index.d.ts +11 -36
  90. package/System.IO.Enumeration/internal/metadata.json +42 -6
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
  92. package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
  93. package/System.IO.Pipelines/bindings.json +7 -1
  94. package/System.IO.Pipelines/internal/index.d.ts +17 -42
  95. package/System.IO.Pipelines/internal/metadata.json +7 -1
  96. package/System.IO.Pipes/internal/index.d.ts +11 -36
  97. package/System.Linq/bindings.json +7 -1
  98. package/System.Linq/internal/index.d.ts +332 -357
  99. package/System.Linq/internal/metadata.json +7 -1
  100. package/System.Linq.Expressions/bindings.json +14 -2
  101. package/System.Linq.Expressions/internal/index.d.ts +3 -28
  102. package/System.Linq.Expressions/internal/metadata.json +14 -2
  103. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
  104. package/System.Net/bindings.json +175 -25
  105. package/System.Net/internal/index.d.ts +36 -61
  106. package/System.Net/internal/metadata.json +175 -25
  107. package/System.Net.Cache/internal/index.d.ts +0 -25
  108. package/System.Net.Http/bindings.json +21 -3
  109. package/System.Net.Http/internal/index.d.ts +21 -46
  110. package/System.Net.Http/internal/metadata.json +21 -3
  111. package/System.Net.Http.Headers/bindings.json +154 -22
  112. package/System.Net.Http.Headers/internal/index.d.ts +67 -92
  113. package/System.Net.Http.Headers/internal/metadata.json +154 -22
  114. package/System.Net.Http.Json/internal/index.d.ts +0 -25
  115. package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
  116. package/System.Net.Mail/bindings.json +21 -3
  117. package/System.Net.Mail/internal/index.d.ts +4 -29
  118. package/System.Net.Mail/internal/metadata.json +21 -3
  119. package/System.Net.Mime/internal/index.d.ts +0 -25
  120. package/System.Net.NetworkInformation/bindings.json +14 -2
  121. package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
  122. package/System.Net.NetworkInformation/internal/metadata.json +14 -2
  123. package/System.Net.Quic/internal/index.d.ts +14 -39
  124. package/System.Net.Security/bindings.json +43 -5
  125. package/System.Net.Security/internal/index.d.ts +29 -54
  126. package/System.Net.Security/internal/metadata.json +43 -5
  127. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
  128. package/System.Net.Sockets/bindings.json +224 -28
  129. package/System.Net.Sockets/internal/index.d.ts +108 -133
  130. package/System.Net.Sockets/internal/metadata.json +224 -28
  131. package/System.Net.WebSockets/internal/index.d.ts +29 -54
  132. package/System.Numerics/bindings.json +1030 -142
  133. package/System.Numerics/internal/index.d.ts +264 -289
  134. package/System.Numerics/internal/metadata.json +1030 -142
  135. package/System.Reflection/bindings.json +29 -3
  136. package/System.Reflection/internal/index.d.ts +4 -29
  137. package/System.Reflection/internal/metadata.json +29 -3
  138. package/System.Reflection.Emit/bindings.json +26 -2
  139. package/System.Reflection.Emit/internal/index.d.ts +3 -28
  140. package/System.Reflection.Emit/internal/metadata.json +26 -2
  141. package/System.Reflection.Metadata/bindings.json +46 -6
  142. package/System.Reflection.Metadata/internal/index.d.ts +31 -56
  143. package/System.Reflection.Metadata/internal/metadata.json +46 -6
  144. package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
  145. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
  146. package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
  147. package/System.Reflection.PortableExecutable/bindings.json +18 -2
  148. package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
  149. package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
  150. package/System.Resources/bindings.json +11 -1
  151. package/System.Resources/internal/index.d.ts +3 -28
  152. package/System.Resources/internal/metadata.json +11 -1
  153. package/System.Runtime/internal/index.d.ts +0 -25
  154. package/System.Runtime.CompilerServices/bindings.json +495 -57
  155. package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
  156. package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
  157. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
  158. package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
  159. package/System.Runtime.InteropServices/bindings.json +377 -47
  160. package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
  161. package/System.Runtime.InteropServices/internal/metadata.json +377 -47
  162. package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
  163. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
  164. package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
  165. package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
  166. package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
  167. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
  168. package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
  169. package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
  170. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
  171. package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
  172. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
  173. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
  174. package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
  175. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
  176. package/System.Runtime.Intrinsics/bindings.json +112 -16
  177. package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
  178. package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
  179. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
  181. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
  182. package/System.Runtime.Loader/internal/index.d.ts +0 -25
  183. package/System.Runtime.Remoting/internal/index.d.ts +0 -25
  184. package/System.Runtime.Serialization/bindings.json +71 -9
  185. package/System.Runtime.Serialization/internal/index.d.ts +9 -34
  186. package/System.Runtime.Serialization/internal/metadata.json +71 -9
  187. package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
  188. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
  189. package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
  190. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
  191. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
  192. package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
  193. package/System.Runtime.Versioning/internal/index.d.ts +0 -25
  194. package/System.Security/internal/index.d.ts +1 -26
  195. package/System.Security.AccessControl/bindings.json +14 -2
  196. package/System.Security.AccessControl/internal/index.d.ts +3 -28
  197. package/System.Security.AccessControl/internal/metadata.json +14 -2
  198. package/System.Security.Authentication/internal/index.d.ts +0 -25
  199. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
  200. package/System.Security.Claims/internal/index.d.ts +1 -26
  201. package/System.Security.Cryptography/bindings.json +1348 -192
  202. package/System.Security.Cryptography/internal/index.d.ts +593 -618
  203. package/System.Security.Cryptography/internal/metadata.json +1348 -192
  204. package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
  205. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
  206. package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
  207. package/System.Security.Permissions/internal/index.d.ts +0 -25
  208. package/System.Security.Policy/internal/index.d.ts +0 -25
  209. package/System.Security.Principal/internal/index.d.ts +0 -25
  210. package/System.Text/bindings.json +494 -58
  211. package/System.Text/internal/index.d.ts +137 -162
  212. package/System.Text/internal/metadata.json +494 -58
  213. package/System.Text.Encodings.Web/bindings.json +29 -3
  214. package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
  215. package/System.Text.Encodings.Web/internal/metadata.json +29 -3
  216. package/System.Text.Json/bindings.json +309 -43
  217. package/System.Text.Json/internal/index.d.ts +141 -166
  218. package/System.Text.Json/internal/metadata.json +309 -43
  219. package/System.Text.Json.Nodes/bindings.json +46 -6
  220. package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
  221. package/System.Text.Json.Nodes/internal/metadata.json +46 -6
  222. package/System.Text.Json.Schema/internal/index.d.ts +1 -26
  223. package/System.Text.Json.Serialization/bindings.json +21 -3
  224. package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
  225. package/System.Text.Json.Serialization/internal/metadata.json +21 -3
  226. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
  227. package/System.Text.RegularExpressions/bindings.json +14 -2
  228. package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
  229. package/System.Text.RegularExpressions/internal/metadata.json +14 -2
  230. package/System.Text.Unicode/bindings.json +58 -6
  231. package/System.Text.Unicode/internal/index.d.ts +12 -37
  232. package/System.Text.Unicode/internal/metadata.json +58 -6
  233. package/System.Threading/bindings.json +1012 -140
  234. package/System.Threading/internal/index.d.ts +149 -174
  235. package/System.Threading/internal/metadata.json +1012 -140
  236. package/System.Threading.Channels/bindings.json +14 -2
  237. package/System.Threading.Channels/internal/index.d.ts +5 -30
  238. package/System.Threading.Channels/internal/metadata.json +14 -2
  239. package/System.Threading.Tasks/internal/index.d.ts +23 -48
  240. package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
  241. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
  242. package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
  243. package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
  244. package/System.Timers/internal/index.d.ts +0 -25
  245. package/System.Transactions/internal/index.d.ts +0 -25
  246. package/System.Web/internal/index.d.ts +0 -25
  247. package/System.Windows.Input/internal/index.d.ts +0 -25
  248. package/System.Windows.Markup/internal/index.d.ts +0 -25
  249. package/System.Xml/bindings.json +197 -27
  250. package/System.Xml/internal/index.d.ts +35 -60
  251. package/System.Xml/internal/metadata.json +197 -27
  252. package/System.Xml.Linq/internal/index.d.ts +0 -25
  253. package/System.Xml.Resolvers/internal/index.d.ts +0 -25
  254. package/System.Xml.Schema/internal/index.d.ts +0 -25
  255. package/System.Xml.Serialization/internal/index.d.ts +0 -25
  256. package/System.Xml.XPath/internal/index.d.ts +1 -26
  257. package/System.Xml.Xsl/internal/index.d.ts +1 -26
  258. package/System.Xml.Xsl.Runtime/bindings.json +35 -5
  259. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
  260. package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
  261. package/System.d.ts +21 -0
  262. package/__internal/extensions/index.d.ts +463 -463
  263. package/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
7
7
 
8
8
  // Import support types from @tsonic/types
9
- import type { ptr, ref } from "@tsonic/types";
9
+ import type { ptr } from "@tsonic/types";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -17,31 +17,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
17
17
  import * as System_Internal from "../../System/internal/index.js";
18
18
  import type { Array as ClrArray, Boolean as ClrBoolean, Enum, Func_2, Func_3, Func_4, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Tuple_2, Type, TypeCode, ValueType, Void } from "../../System/internal/index.js";
19
19
 
20
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
21
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
22
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
23
- export type CLROf<T> =
24
- T extends sbyte ? System_Internal.SByte :
25
- T extends short ? System_Internal.Int16 :
26
- T extends int ? System_Internal.Int32 :
27
- T extends long ? System_Internal.Int64 :
28
- T extends int128 ? System_Internal.Int128 :
29
- T extends nint ? System_Internal.IntPtr :
30
- T extends byte ? System_Internal.Byte :
31
- T extends ushort ? System_Internal.UInt16 :
32
- T extends uint ? System_Internal.UInt32 :
33
- T extends ulong ? System_Internal.UInt64 :
34
- T extends uint128 ? System_Internal.UInt128 :
35
- T extends nuint ? System_Internal.UIntPtr :
36
- T extends half ? System_Internal.Half :
37
- T extends float ? System_Internal.Single :
38
- T extends double ? System_Internal.Double :
39
- T extends decimal ? System_Internal.Decimal :
40
- T extends char ? System_Internal.Char :
41
- T extends boolean ? System_Internal.Boolean :
42
- T extends string ? System_Internal.String :
43
- T; // Identity fallback for non-primitive types
44
-
45
20
  export enum EnumerablePartitionerOptions {
46
21
  none = 0,
47
22
  noBuffering = 1
@@ -58,7 +33,7 @@ export interface IProducerConsumerCollection_1$instance<T> extends IEnumerable_1
58
33
  getEnumerator(): IEnumerator;
59
34
  toArray(): T[];
60
35
  tryAdd(item: T): boolean;
61
- tryTake(item: { value: ref<T> }): boolean;
36
+ tryTake(item: T): boolean;
62
37
  getEnumerator2(): IEnumerator;
63
38
  }
64
39
 
@@ -70,10 +45,10 @@ export interface ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue,
70
45
  item: TValue;
71
46
  containsKey(key: TAlternateKey): boolean;
72
47
  tryAdd(key: TAlternateKey, value: TValue): boolean;
73
- tryGetValue(key: TAlternateKey, value: { value: ref<TValue> }): boolean;
74
- tryGetValue(key: TAlternateKey, actualKey: { value: ref<TKey> }, value: { value: ref<TValue> }): boolean;
75
- tryRemove(key: TAlternateKey, value: { value: ref<TValue> }): boolean;
76
- tryRemove(key: TAlternateKey, actualKey: { value: ref<TKey> }, value: { value: ref<TValue> }): boolean;
48
+ tryGetValue(key: TAlternateKey, value: TValue): boolean;
49
+ tryGetValue(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
50
+ tryRemove(key: TAlternateKey, value: TValue): boolean;
51
+ tryRemove(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
77
52
  }
78
53
 
79
54
 
@@ -103,10 +78,10 @@ export interface BlockingCollection_1$instance<T> {
103
78
  tryAdd(item: T, timeout: TimeSpan): boolean;
104
79
  tryAdd(item: T, millisecondsTimeout: int): boolean;
105
80
  tryAdd(item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): boolean;
106
- tryTake(item: { value: ref<T> }): boolean;
107
- tryTake(item: { value: ref<T> }, timeout: TimeSpan): boolean;
108
- tryTake(item: { value: ref<T> }, millisecondsTimeout: int): boolean;
109
- tryTake(item: { value: ref<T> }, millisecondsTimeout: int, cancellationToken: CancellationToken): boolean;
81
+ tryTake(item: T): boolean;
82
+ tryTake(item: T, timeout: TimeSpan): boolean;
83
+ tryTake(item: T, millisecondsTimeout: int): boolean;
84
+ tryTake(item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): boolean;
110
85
  }
111
86
 
112
87
 
@@ -117,16 +92,16 @@ export const BlockingCollection_1: {
117
92
  new<T>(collection: IProducerConsumerCollection_1<T>): BlockingCollection_1$instance<T>;
118
93
  addToAny<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
119
94
  addToAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
120
- takeFromAny<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }, cancellationToken: CancellationToken): int;
121
- takeFromAny<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }): int;
95
+ takeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
96
+ takeFromAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
122
97
  tryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
123
98
  tryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int): int;
124
99
  tryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, timeout: TimeSpan): int;
125
100
  tryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
126
- tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
127
- tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }, millisecondsTimeout: int): int;
128
- tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }, timeout: TimeSpan): int;
129
- tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }): int;
101
+ tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
102
+ tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int): int;
103
+ tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, timeout: TimeSpan): int;
104
+ tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
130
105
  };
131
106
 
132
107
 
@@ -151,8 +126,8 @@ export interface ConcurrentBag_1$instance<T> {
151
126
  copyTo(array: T[], index: int): void;
152
127
  getEnumerator(): IEnumerator_1<T>;
153
128
  toArray(): T[];
154
- tryPeek(result: { value: ref<T> }): boolean;
155
- tryTake(result: { value: ref<T> }): boolean;
129
+ tryPeek(result: T): boolean;
130
+ tryTake(result: T): boolean;
156
131
  }
157
132
 
158
133
 
@@ -192,9 +167,9 @@ export interface ConcurrentDictionary_2$instance<TKey, TValue> {
192
167
  getOrAdd(key: TKey, value: TValue): TValue;
193
168
  toArray(): KeyValuePair_2<TKey, TValue>[];
194
169
  tryAdd(key: TKey, value: TValue): boolean;
195
- tryGetAlternateLookup<TAlternateKey>(lookup: { value: ref<ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>> }): boolean;
196
- tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
197
- tryRemove(key: TKey, value: { value: ref<TValue> }): boolean;
170
+ tryGetAlternateLookup<TAlternateKey>(lookup: ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>): boolean;
171
+ tryGetValue(key: TKey, value: TValue): boolean;
172
+ tryRemove(key: TKey, value: TValue): boolean;
198
173
  tryRemove(item: KeyValuePair_2<TKey, TValue>): boolean;
199
174
  tryUpdate(key: TKey, newValue: TValue, comparisonValue: TValue): boolean;
200
175
  }
@@ -233,8 +208,8 @@ export interface ConcurrentQueue_1$instance<T> {
233
208
  enqueue(item: T): void;
234
209
  getEnumerator(): IEnumerator_1<T>;
235
210
  toArray(): T[];
236
- tryDequeue(result: { value: ref<T> }): boolean;
237
- tryPeek(result: { value: ref<T> }): boolean;
211
+ tryDequeue(result: T): boolean;
212
+ tryPeek(result: T): boolean;
238
213
  }
239
214
 
240
215
 
@@ -265,8 +240,8 @@ export interface ConcurrentStack_1$instance<T> {
265
240
  pushRange(items: T[]): void;
266
241
  pushRange(items: T[], startIndex: int, count: int): void;
267
242
  toArray(): T[];
268
- tryPeek(result: { value: ref<T> }): boolean;
269
- tryPop(result: { value: ref<T> }): boolean;
243
+ tryPeek(result: T): boolean;
244
+ tryPop(result: T): boolean;
270
245
  tryPopRange(items: T[]): int;
271
246
  tryPopRange(items: T[], startIndex: int, count: int): int;
272
247
  }
@@ -295,8 +270,8 @@ export interface OrderablePartitioner_1$instance<TSource> extends Partitioner_1<
295
270
  readonly keysOrderedInEachPartition: boolean;
296
271
  getDynamicPartitions(): IEnumerable_1<TSource>;
297
272
  getDynamicPartitions(): IEnumerable_1<TSource>;
298
- getOrderableDynamicPartitions(): IEnumerable_1<KeyValuePair_2<CLROf<long>, TSource>>;
299
- getOrderablePartitions(partitionCount: int): IList_1<IEnumerator_1<KeyValuePair_2<CLROf<long>, TSource>>>;
273
+ getOrderableDynamicPartitions(): IEnumerable_1<KeyValuePair_2<System_Internal.Int64, TSource>>;
274
+ getOrderablePartitions(partitionCount: int): IList_1<IEnumerator_1<KeyValuePair_2<System_Internal.Int64, TSource>>>;
300
275
  getPartitions(partitionCount: int): IList_1<IEnumerator_1<TSource>>;
301
276
  getPartitions(partitionCount: int): IList_1<IEnumerator_1<TSource>>;
302
277
  }
@@ -325,10 +300,10 @@ export abstract class Partitioner$instance {
325
300
  static create<TSource>(source: IEnumerable_1<TSource>, partitionerOptions: EnumerablePartitionerOptions): OrderablePartitioner_1<TSource>;
326
301
  static create<TSource>(source: IEnumerable_1<TSource>): OrderablePartitioner_1<TSource>;
327
302
  static create<TSource>(list: IList_1<TSource>, loadBalance: boolean): OrderablePartitioner_1<TSource>;
328
- static create(fromInclusive: int, toExclusive: int, rangeSize: int): OrderablePartitioner_1<Tuple_2<CLROf<int>, CLROf<int>>>;
329
- static create(fromInclusive: int, toExclusive: int): OrderablePartitioner_1<Tuple_2<CLROf<int>, CLROf<int>>>;
330
- static create(fromInclusive: long, toExclusive: long, rangeSize: long): OrderablePartitioner_1<Tuple_2<CLROf<long>, CLROf<long>>>;
331
- static create(fromInclusive: long, toExclusive: long): OrderablePartitioner_1<Tuple_2<CLROf<long>, CLROf<long>>>;
303
+ static create(fromInclusive: int, toExclusive: int, rangeSize: int): OrderablePartitioner_1<Tuple_2<System_Internal.Int32, System_Internal.Int32>>;
304
+ static create(fromInclusive: int, toExclusive: int): OrderablePartitioner_1<Tuple_2<System_Internal.Int32, System_Internal.Int32>>;
305
+ static create(fromInclusive: long, toExclusive: long, rangeSize: long): OrderablePartitioner_1<Tuple_2<System_Internal.Int64, System_Internal.Int64>>;
306
+ static create(fromInclusive: long, toExclusive: long): OrderablePartitioner_1<Tuple_2<System_Internal.Int64, System_Internal.Int64>>;
332
307
  static create<TSource>(array: TSource[], loadBalance: boolean): OrderablePartitioner_1<TSource>;
333
308
  }
334
309
 
@@ -106,7 +106,13 @@
106
106
  "isSealed": false,
107
107
  "arity": 0,
108
108
  "parameterCount": 1,
109
- "isExtensionMethod": false
109
+ "isExtensionMethod": false,
110
+ "parameterModifiers": [
111
+ {
112
+ "index": 0,
113
+ "modifier": "out"
114
+ }
115
+ ]
110
116
  },
111
117
  {
112
118
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
@@ -281,7 +287,13 @@
281
287
  "isSealed": false,
282
288
  "arity": 0,
283
289
  "parameterCount": 2,
284
- "isExtensionMethod": false
290
+ "isExtensionMethod": false,
291
+ "parameterModifiers": [
292
+ {
293
+ "index": 1,
294
+ "modifier": "out"
295
+ }
296
+ ]
285
297
  },
286
298
  {
287
299
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
@@ -297,7 +309,17 @@
297
309
  "isSealed": false,
298
310
  "arity": 0,
299
311
  "parameterCount": 3,
300
- "isExtensionMethod": false
312
+ "isExtensionMethod": false,
313
+ "parameterModifiers": [
314
+ {
315
+ "index": 1,
316
+ "modifier": "out"
317
+ },
318
+ {
319
+ "index": 2,
320
+ "modifier": "out"
321
+ }
322
+ ]
301
323
  },
302
324
  {
303
325
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TValue\u0026):System.Boolean",
@@ -313,7 +335,13 @@
313
335
  "isSealed": false,
314
336
  "arity": 0,
315
337
  "parameterCount": 2,
316
- "isExtensionMethod": false
338
+ "isExtensionMethod": false,
339
+ "parameterModifiers": [
340
+ {
341
+ "index": 1,
342
+ "modifier": "out"
343
+ }
344
+ ]
317
345
  },
318
346
  {
319
347
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
@@ -329,7 +357,17 @@
329
357
  "isSealed": false,
330
358
  "arity": 0,
331
359
  "parameterCount": 3,
332
- "isExtensionMethod": false
360
+ "isExtensionMethod": false,
361
+ "parameterModifiers": [
362
+ {
363
+ "index": 1,
364
+ "modifier": "out"
365
+ },
366
+ {
367
+ "index": 2,
368
+ "modifier": "out"
369
+ }
370
+ ]
333
371
  }
334
372
  ],
335
373
  "properties": [
@@ -521,7 +559,13 @@
521
559
  "isSealed": false,
522
560
  "arity": 0,
523
561
  "parameterCount": 1,
524
- "isExtensionMethod": false
562
+ "isExtensionMethod": false,
563
+ "parameterModifiers": [
564
+ {
565
+ "index": 0,
566
+ "modifier": "out"
567
+ }
568
+ ]
525
569
  },
526
570
  {
527
571
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTake(T\u0026,System.TimeSpan):System.Boolean",
@@ -537,7 +581,13 @@
537
581
  "isSealed": false,
538
582
  "arity": 0,
539
583
  "parameterCount": 2,
540
- "isExtensionMethod": false
584
+ "isExtensionMethod": false,
585
+ "parameterModifiers": [
586
+ {
587
+ "index": 0,
588
+ "modifier": "out"
589
+ }
590
+ ]
541
591
  },
542
592
  {
543
593
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTake(T\u0026,System.Int32):System.Boolean",
@@ -553,7 +603,13 @@
553
603
  "isSealed": false,
554
604
  "arity": 0,
555
605
  "parameterCount": 2,
556
- "isExtensionMethod": false
606
+ "isExtensionMethod": false,
607
+ "parameterModifiers": [
608
+ {
609
+ "index": 0,
610
+ "modifier": "out"
611
+ }
612
+ ]
557
613
  },
558
614
  {
559
615
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTake(T\u0026,System.Int32,System.Threading.CancellationToken):System.Boolean",
@@ -569,7 +625,13 @@
569
625
  "isSealed": false,
570
626
  "arity": 0,
571
627
  "parameterCount": 3,
572
- "isExtensionMethod": false
628
+ "isExtensionMethod": false,
629
+ "parameterModifiers": [
630
+ {
631
+ "index": 0,
632
+ "modifier": "out"
633
+ }
634
+ ]
573
635
  },
574
636
  {
575
637
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::AddToAny(BlockingCollection_1[],T):System.Int32",
@@ -681,7 +743,13 @@
681
743
  "isSealed": false,
682
744
  "arity": 0,
683
745
  "parameterCount": 2,
684
- "isExtensionMethod": false
746
+ "isExtensionMethod": false,
747
+ "parameterModifiers": [
748
+ {
749
+ "index": 1,
750
+ "modifier": "out"
751
+ }
752
+ ]
685
753
  },
686
754
  {
687
755
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TakeFromAny(BlockingCollection_1[],T\u0026,System.Threading.CancellationToken):System.Int32",
@@ -697,7 +765,13 @@
697
765
  "isSealed": false,
698
766
  "arity": 0,
699
767
  "parameterCount": 3,
700
- "isExtensionMethod": false
768
+ "isExtensionMethod": false,
769
+ "parameterModifiers": [
770
+ {
771
+ "index": 1,
772
+ "modifier": "out"
773
+ }
774
+ ]
701
775
  },
702
776
  {
703
777
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTakeFromAny(BlockingCollection_1[],T\u0026):System.Int32",
@@ -713,7 +787,13 @@
713
787
  "isSealed": false,
714
788
  "arity": 0,
715
789
  "parameterCount": 2,
716
- "isExtensionMethod": false
790
+ "isExtensionMethod": false,
791
+ "parameterModifiers": [
792
+ {
793
+ "index": 1,
794
+ "modifier": "out"
795
+ }
796
+ ]
717
797
  },
718
798
  {
719
799
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTakeFromAny(BlockingCollection_1[],T\u0026,System.TimeSpan):System.Int32",
@@ -729,7 +809,13 @@
729
809
  "isSealed": false,
730
810
  "arity": 0,
731
811
  "parameterCount": 3,
732
- "isExtensionMethod": false
812
+ "isExtensionMethod": false,
813
+ "parameterModifiers": [
814
+ {
815
+ "index": 1,
816
+ "modifier": "out"
817
+ }
818
+ ]
733
819
  },
734
820
  {
735
821
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTakeFromAny(BlockingCollection_1[],T\u0026,System.Int32):System.Int32",
@@ -745,7 +831,13 @@
745
831
  "isSealed": false,
746
832
  "arity": 0,
747
833
  "parameterCount": 3,
748
- "isExtensionMethod": false
834
+ "isExtensionMethod": false,
835
+ "parameterModifiers": [
836
+ {
837
+ "index": 1,
838
+ "modifier": "out"
839
+ }
840
+ ]
749
841
  },
750
842
  {
751
843
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::TryTakeFromAny(BlockingCollection_1[],T\u0026,System.Int32,System.Threading.CancellationToken):System.Int32",
@@ -761,7 +853,13 @@
761
853
  "isSealed": false,
762
854
  "arity": 0,
763
855
  "parameterCount": 4,
764
- "isExtensionMethod": false
856
+ "isExtensionMethod": false,
857
+ "parameterModifiers": [
858
+ {
859
+ "index": 1,
860
+ "modifier": "out"
861
+ }
862
+ ]
765
863
  },
766
864
  {
767
865
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::CompleteAdding():System.Void",
@@ -1120,7 +1218,13 @@
1120
1218
  "isSealed": true,
1121
1219
  "arity": 0,
1122
1220
  "parameterCount": 1,
1123
- "isExtensionMethod": false
1221
+ "isExtensionMethod": false,
1222
+ "parameterModifiers": [
1223
+ {
1224
+ "index": 0,
1225
+ "modifier": "out"
1226
+ }
1227
+ ]
1124
1228
  },
1125
1229
  {
1126
1230
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentBag\u00601::TryPeek(T\u0026):System.Boolean",
@@ -1136,7 +1240,13 @@
1136
1240
  "isSealed": false,
1137
1241
  "arity": 0,
1138
1242
  "parameterCount": 1,
1139
- "isExtensionMethod": false
1243
+ "isExtensionMethod": false,
1244
+ "parameterModifiers": [
1245
+ {
1246
+ "index": 0,
1247
+ "modifier": "out"
1248
+ }
1249
+ ]
1140
1250
  },
1141
1251
  {
1142
1252
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentBag\u00601::CopyTo(T[],System.Int32):System.Void",
@@ -1285,7 +1395,13 @@
1285
1395
  "arity": 0,
1286
1396
  "parameterCount": 1,
1287
1397
  "sourceInterface": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
1288
- "isExtensionMethod": false
1398
+ "isExtensionMethod": false,
1399
+ "parameterModifiers": [
1400
+ {
1401
+ "index": 0,
1402
+ "modifier": "out"
1403
+ }
1404
+ ]
1289
1405
  },
1290
1406
  {
1291
1407
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
@@ -1474,7 +1590,13 @@
1474
1590
  "isSealed": false,
1475
1591
  "arity": 1,
1476
1592
  "parameterCount": 1,
1477
- "isExtensionMethod": false
1593
+ "isExtensionMethod": false,
1594
+ "parameterModifiers": [
1595
+ {
1596
+ "index": 0,
1597
+ "modifier": "out"
1598
+ }
1599
+ ]
1478
1600
  },
1479
1601
  {
1480
1602
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602::TryAdd(TKey,TValue):System.Boolean",
@@ -1522,7 +1644,13 @@
1522
1644
  "isSealed": false,
1523
1645
  "arity": 0,
1524
1646
  "parameterCount": 2,
1525
- "isExtensionMethod": false
1647
+ "isExtensionMethod": false,
1648
+ "parameterModifiers": [
1649
+ {
1650
+ "index": 1,
1651
+ "modifier": "out"
1652
+ }
1653
+ ]
1526
1654
  },
1527
1655
  {
1528
1656
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602::TryRemove(KeyValuePair_2):System.Boolean",
@@ -1554,7 +1682,13 @@
1554
1682
  "isSealed": true,
1555
1683
  "arity": 0,
1556
1684
  "parameterCount": 2,
1557
- "isExtensionMethod": false
1685
+ "isExtensionMethod": false,
1686
+ "parameterModifiers": [
1687
+ {
1688
+ "index": 1,
1689
+ "modifier": "out"
1690
+ }
1691
+ ]
1558
1692
  },
1559
1693
  {
1560
1694
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602::TryUpdate(TKey,TValue,TValue):System.Boolean",
@@ -1952,7 +2086,13 @@
1952
2086
  "arity": 0,
1953
2087
  "parameterCount": 2,
1954
2088
  "sourceInterface": "System.Collections.Generic.IDictionary\u00602",
1955
- "isExtensionMethod": false
2089
+ "isExtensionMethod": false,
2090
+ "parameterModifiers": [
2091
+ {
2092
+ "index": 1,
2093
+ "modifier": "out"
2094
+ }
2095
+ ]
1956
2096
  },
1957
2097
  {
1958
2098
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
@@ -2020,7 +2160,13 @@
2020
2160
  "arity": 0,
2021
2161
  "parameterCount": 2,
2022
2162
  "sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
2023
- "isExtensionMethod": false
2163
+ "isExtensionMethod": false,
2164
+ "parameterModifiers": [
2165
+ {
2166
+ "index": 1,
2167
+ "modifier": "out"
2168
+ }
2169
+ ]
2024
2170
  }
2025
2171
  ],
2026
2172
  "properties": [
@@ -2468,7 +2614,13 @@
2468
2614
  "isSealed": false,
2469
2615
  "arity": 0,
2470
2616
  "parameterCount": 1,
2471
- "isExtensionMethod": false
2617
+ "isExtensionMethod": false,
2618
+ "parameterModifiers": [
2619
+ {
2620
+ "index": 0,
2621
+ "modifier": "out"
2622
+ }
2623
+ ]
2472
2624
  },
2473
2625
  {
2474
2626
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::TryPeek(T\u0026):System.Boolean",
@@ -2484,7 +2636,13 @@
2484
2636
  "isSealed": false,
2485
2637
  "arity": 0,
2486
2638
  "parameterCount": 1,
2487
- "isExtensionMethod": false
2639
+ "isExtensionMethod": false,
2640
+ "parameterModifiers": [
2641
+ {
2642
+ "index": 0,
2643
+ "modifier": "out"
2644
+ }
2645
+ ]
2488
2646
  },
2489
2647
  {
2490
2648
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::Clear():System.Void",
@@ -2534,7 +2692,13 @@
2534
2692
  "arity": 0,
2535
2693
  "parameterCount": 1,
2536
2694
  "sourceInterface": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
2537
- "isExtensionMethod": false
2695
+ "isExtensionMethod": false,
2696
+ "parameterModifiers": [
2697
+ {
2698
+ "index": 0,
2699
+ "modifier": "out"
2700
+ }
2701
+ ]
2538
2702
  },
2539
2703
  {
2540
2704
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
@@ -2838,7 +3002,13 @@
2838
3002
  "isSealed": false,
2839
3003
  "arity": 0,
2840
3004
  "parameterCount": 1,
2841
- "isExtensionMethod": false
3005
+ "isExtensionMethod": false,
3006
+ "parameterModifiers": [
3007
+ {
3008
+ "index": 0,
3009
+ "modifier": "out"
3010
+ }
3011
+ ]
2842
3012
  },
2843
3013
  {
2844
3014
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentStack\u00601::TryPop(T\u0026):System.Boolean",
@@ -2854,7 +3024,13 @@
2854
3024
  "isSealed": false,
2855
3025
  "arity": 0,
2856
3026
  "parameterCount": 1,
2857
- "isExtensionMethod": false
3027
+ "isExtensionMethod": false,
3028
+ "parameterModifiers": [
3029
+ {
3030
+ "index": 0,
3031
+ "modifier": "out"
3032
+ }
3033
+ ]
2858
3034
  },
2859
3035
  {
2860
3036
  "stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentStack\u00601::TryPopRange(T[]):System.Int32",
@@ -2952,7 +3128,13 @@
2952
3128
  "arity": 0,
2953
3129
  "parameterCount": 1,
2954
3130
  "sourceInterface": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
2955
- "isExtensionMethod": false
3131
+ "isExtensionMethod": false,
3132
+ "parameterModifiers": [
3133
+ {
3134
+ "index": 0,
3135
+ "modifier": "out"
3136
+ }
3137
+ ]
2956
3138
  },
2957
3139
  {
2958
3140
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",