@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
@@ -56,23 +56,23 @@ import * as System_Xml_XPath from "../../System.Xml.XPath/internal/index.js";
56
56
  // Import branded primitive types
57
57
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
58
58
 
59
- // Import CLROf utility for primitive type lifting
60
- import type { CLROf } from '../../System/internal/index.js';
59
+ // Import CLR type aliases for generic type arguments
60
+ import * as System_Internal from "../../System/internal/index.js";
61
61
 
62
62
  // Import unsafe type markers
63
- import type { ptr, ref } from '@tsonic/types';
63
+ import type { ptr } from '@tsonic/types';
64
64
 
65
65
  export interface __Ext_String {
66
- AsSpan(): System.ReadOnlySpan_1<CLROf<char>>;
67
- AsSpan(start: int): System.ReadOnlySpan_1<CLROf<char>>;
68
- AsSpan(startIndex: System.Index): System.ReadOnlySpan_1<CLROf<char>>;
69
- AsSpan(range: System.Range): System.ReadOnlySpan_1<CLROf<char>>;
70
- AsSpan(start: int, length: int): System.ReadOnlySpan_1<CLROf<char>>;
71
- AsMemory(): System.ReadOnlyMemory_1<CLROf<char>>;
72
- AsMemory(start: int): System.ReadOnlyMemory_1<CLROf<char>>;
73
- AsMemory(startIndex: System.Index): System.ReadOnlyMemory_1<CLROf<char>>;
74
- AsMemory(start: int, length: int): System.ReadOnlyMemory_1<CLROf<char>>;
75
- AsMemory(range: System.Range): System.ReadOnlyMemory_1<CLROf<char>>;
66
+ AsSpan(): System.ReadOnlySpan_1<System_Internal.Char>;
67
+ AsSpan(start: int): System.ReadOnlySpan_1<System_Internal.Char>;
68
+ AsSpan(startIndex: System.Index): System.ReadOnlySpan_1<System_Internal.Char>;
69
+ AsSpan(range: System.Range): System.ReadOnlySpan_1<System_Internal.Char>;
70
+ AsSpan(start: int, length: int): System.ReadOnlySpan_1<System_Internal.Char>;
71
+ AsMemory(): System.ReadOnlyMemory_1<System_Internal.Char>;
72
+ AsMemory(start: int): System.ReadOnlyMemory_1<System_Internal.Char>;
73
+ AsMemory(startIndex: System.Index): System.ReadOnlyMemory_1<System_Internal.Char>;
74
+ AsMemory(start: int, length: int): System.ReadOnlyMemory_1<System_Internal.Char>;
75
+ AsMemory(range: System.Range): System.ReadOnlyMemory_1<System_Internal.Char>;
76
76
  IsNormalized(): boolean;
77
77
  IsNormalized(normalizationForm: System_Text.NormalizationForm): boolean;
78
78
  Normalize(): string;
@@ -85,7 +85,7 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
85
85
  ContainsAny(value0: T, value1: T, value2: T): boolean;
86
86
  ContainsAny(values: System.ReadOnlySpan_1<T>): boolean;
87
87
  ContainsAny(values: System_Buffers.SearchValues_1<T>): boolean;
88
- ContainsAny(values: System_Buffers.SearchValues_1<CLROf<string>>): boolean;
88
+ ContainsAny(values: System_Buffers.SearchValues_1<System_Internal.String>): boolean;
89
89
  ContainsAnyExcept(value: T): boolean;
90
90
  ContainsAnyExcept(value0: T, value1: T): boolean;
91
91
  ContainsAnyExcept(value0: T, value1: T, value2: T): boolean;
@@ -117,7 +117,7 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
117
117
  IndexOfAny(value0: T, value1: T, value2: T): int;
118
118
  IndexOfAny(values: System.ReadOnlySpan_1<T>): int;
119
119
  IndexOfAny(values: System_Buffers.SearchValues_1<T>): int;
120
- IndexOfAny(values: System_Buffers.SearchValues_1<CLROf<string>>): int;
120
+ IndexOfAny(values: System_Buffers.SearchValues_1<System_Internal.String>): int;
121
121
  LastIndexOfAny(value0: T, value1: T): int;
122
122
  LastIndexOfAny(value0: T, value1: T, value2: T): int;
123
123
  LastIndexOfAny(values: System.ReadOnlySpan_1<T>): int;
@@ -127,7 +127,7 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
127
127
  EndsWith(value: System.ReadOnlySpan_1<T>): boolean;
128
128
  Reverse(): void;
129
129
  Overlaps(other: System.ReadOnlySpan_1<T>): boolean;
130
- Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset: ref<int>): boolean;
130
+ Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset: int): boolean;
131
131
  BinarySearch(comparable: System.IComparable_1<T>): int;
132
132
  BinarySearch<TComparable>(comparable: TComparable): int;
133
133
  BinarySearch<TComparer>(value: T, comparer: TComparer): int;
@@ -145,13 +145,13 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
145
145
  CommonPrefixLength(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
146
146
  Count(value: T): int;
147
147
  Count(value: System.ReadOnlySpan_1<T>): int;
148
- TryWrite(handler: ref<System.MemoryExtensions_TryWriteInterpolatedStringHandler>, charsWritten: ref<int>): boolean;
149
- TryWrite(provider: System.IFormatProvider, handler: ref<System.MemoryExtensions_TryWriteInterpolatedStringHandler>, charsWritten: ref<int>): boolean;
150
- TryWrite<TArg0>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: ref<int>, arg0: TArg0): boolean;
151
- TryWrite<TArg0, TArg1>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: ref<int>, arg0: TArg0, arg1: TArg1): boolean;
152
- TryWrite<TArg0, TArg1, TArg2>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: ref<int>, arg0: TArg0, arg1: TArg1, arg2: TArg2): boolean;
153
- TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: ref<int>, args: unknown[]): boolean;
154
- TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: ref<int>, args: System.ReadOnlySpan_1<unknown>): boolean;
148
+ TryWrite(handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): boolean;
149
+ TryWrite(provider: System.IFormatProvider, handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): boolean;
150
+ TryWrite<TArg0>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0): boolean;
151
+ TryWrite<TArg0, TArg1>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): boolean;
152
+ TryWrite<TArg0, TArg1, TArg2>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): boolean;
153
+ TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: unknown[]): boolean;
154
+ TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: System.ReadOnlySpan_1<unknown>): boolean;
155
155
  EnumerateRunes(): System_Text.SpanRuneEnumerator;
156
156
  EnumerateLines(): System_Text.SpanLineEnumerator;
157
157
  Trim(trimElement: T): System.Span_1<T>;
@@ -160,9 +160,9 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
160
160
  Trim(trimElements: System.ReadOnlySpan_1<T>): System.Span_1<T>;
161
161
  TrimStart(trimElements: System.ReadOnlySpan_1<T>): System.Span_1<T>;
162
162
  TrimEnd(trimElements: System.ReadOnlySpan_1<T>): System.Span_1<T>;
163
- Trim(): System.Span_1<CLROf<char>>;
164
- TrimStart(): System.Span_1<CLROf<char>>;
165
- TrimEnd(): System.Span_1<CLROf<char>>;
163
+ Trim(): System.Span_1<System_Internal.Char>;
164
+ TrimStart(): System.Span_1<System_Internal.Char>;
165
+ TrimEnd(): System.Span_1<System_Internal.Char>;
166
166
  ToImmutableArray(): System_Collections_Immutable.ImmutableArray_1<T>;
167
167
  }
168
168
 
@@ -176,7 +176,7 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
176
176
  ContainsAny(values: System.ReadOnlySpan_1<T>): boolean;
177
177
  ContainsAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
178
178
  ContainsAny(values: System_Buffers.SearchValues_1<T>): boolean;
179
- ContainsAny(values: System_Buffers.SearchValues_1<CLROf<string>>): boolean;
179
+ ContainsAny(values: System_Buffers.SearchValues_1<System_Internal.String>): boolean;
180
180
  ContainsAnyExcept(value: T): boolean;
181
181
  ContainsAnyExcept(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
182
182
  ContainsAnyExcept(value0: T, value1: T): boolean;
@@ -225,7 +225,7 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
225
225
  IndexOfAny(values: System.ReadOnlySpan_1<T>): int;
226
226
  IndexOfAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
227
227
  IndexOfAny(values: System_Buffers.SearchValues_1<T>): int;
228
- IndexOfAny(values: System_Buffers.SearchValues_1<CLROf<string>>): int;
228
+ IndexOfAny(values: System_Buffers.SearchValues_1<System_Internal.String>): int;
229
229
  LastIndexOfAny(value0: T, value1: T): int;
230
230
  LastIndexOfAny(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
231
231
  LastIndexOfAny(value0: T, value1: T, value2: T): int;
@@ -246,7 +246,7 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
246
246
  EndsWith(value: T): boolean;
247
247
  EndsWith(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
248
248
  Overlaps(other: System.ReadOnlySpan_1<T>): boolean;
249
- Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset: ref<int>): boolean;
249
+ Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset: int): boolean;
250
250
  BinarySearch(comparable: System.IComparable_1<T>): int;
251
251
  BinarySearch<TComparable>(comparable: TComparable): int;
252
252
  BinarySearch<TComparer>(value: T, comparer: TComparer): int;
@@ -261,9 +261,9 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
261
261
  SplitAny(separators: System.ReadOnlySpan_1<T>): System.MemoryExtensions_SpanSplitEnumerator_1<T>;
262
262
  SplitAny(separators: System_Buffers.SearchValues_1<T>): System.MemoryExtensions_SpanSplitEnumerator_1<T>;
263
263
  Split(destination: System.Span_1<System.Range>, separator: char, options: System.StringSplitOptions): int;
264
- Split(destination: System.Span_1<System.Range>, separator: System.ReadOnlySpan_1<CLROf<char>>, options: System.StringSplitOptions): int;
265
- SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<CLROf<char>>, options: System.StringSplitOptions): int;
266
- SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<CLROf<string>>, options: System.StringSplitOptions): int;
264
+ Split(destination: System.Span_1<System.Range>, separator: System.ReadOnlySpan_1<System_Internal.Char>, options: System.StringSplitOptions): int;
265
+ SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.Char>, options: System.StringSplitOptions): int;
266
+ SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.String>, options: System.StringSplitOptions): int;
267
267
  Count(value: T): int;
268
268
  Count(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
269
269
  Count(value: System.ReadOnlySpan_1<T>): int;
@@ -272,17 +272,17 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
272
272
  CountAny(values: System.ReadOnlySpan_1<T>): int;
273
273
  CountAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
274
274
  IsWhiteSpace(): boolean;
275
- Contains(value: System.ReadOnlySpan_1<CLROf<char>>, comparisonType: System.StringComparison): boolean;
276
- Equals(other: System.ReadOnlySpan_1<CLROf<char>>, comparisonType: System.StringComparison): boolean;
277
- CompareTo(other: System.ReadOnlySpan_1<CLROf<char>>, comparisonType: System.StringComparison): int;
278
- IndexOf(value: System.ReadOnlySpan_1<CLROf<char>>, comparisonType: System.StringComparison): int;
279
- LastIndexOf(value: System.ReadOnlySpan_1<CLROf<char>>, comparisonType: System.StringComparison): int;
280
- ToLower(destination: System.Span_1<CLROf<char>>, culture: System_Globalization.CultureInfo): int;
281
- ToLowerInvariant(destination: System.Span_1<CLROf<char>>): int;
282
- ToUpper(destination: System.Span_1<CLROf<char>>, culture: System_Globalization.CultureInfo): int;
283
- ToUpperInvariant(destination: System.Span_1<CLROf<char>>): int;
284
- EndsWith(value: System.ReadOnlySpan_1<CLROf<char>>, comparisonType: System.StringComparison): boolean;
285
- StartsWith(value: System.ReadOnlySpan_1<CLROf<char>>, comparisonType: System.StringComparison): boolean;
275
+ Contains(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
276
+ Equals(other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
277
+ CompareTo(other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
278
+ IndexOf(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
279
+ LastIndexOf(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
280
+ ToLower(destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo): int;
281
+ ToLowerInvariant(destination: System.Span_1<System_Internal.Char>): int;
282
+ ToUpper(destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo): int;
283
+ ToUpperInvariant(destination: System.Span_1<System_Internal.Char>): int;
284
+ EndsWith(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
285
+ StartsWith(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
286
286
  EnumerateRunes(): System_Text.SpanRuneEnumerator;
287
287
  EnumerateLines(): System_Text.SpanLineEnumerator;
288
288
  Trim(trimElement: T): System.ReadOnlySpan_1<T>;
@@ -291,17 +291,17 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
291
291
  Trim(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlySpan_1<T>;
292
292
  TrimStart(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlySpan_1<T>;
293
293
  TrimEnd(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlySpan_1<T>;
294
- Trim(): System.ReadOnlySpan_1<CLROf<char>>;
295
- TrimStart(): System.ReadOnlySpan_1<CLROf<char>>;
296
- TrimEnd(): System.ReadOnlySpan_1<CLROf<char>>;
297
- Trim(trimChar: char): System.ReadOnlySpan_1<CLROf<char>>;
298
- TrimStart(trimChar: char): System.ReadOnlySpan_1<CLROf<char>>;
299
- TrimEnd(trimChar: char): System.ReadOnlySpan_1<CLROf<char>>;
300
- Trim(trimChars: System.ReadOnlySpan_1<CLROf<char>>): System.ReadOnlySpan_1<CLROf<char>>;
301
- TrimStart(trimChars: System.ReadOnlySpan_1<CLROf<char>>): System.ReadOnlySpan_1<CLROf<char>>;
302
- TrimEnd(trimChars: System.ReadOnlySpan_1<CLROf<char>>): System.ReadOnlySpan_1<CLROf<char>>;
294
+ Trim(): System.ReadOnlySpan_1<System_Internal.Char>;
295
+ TrimStart(): System.ReadOnlySpan_1<System_Internal.Char>;
296
+ TrimEnd(): System.ReadOnlySpan_1<System_Internal.Char>;
297
+ Trim(trimChar: char): System.ReadOnlySpan_1<System_Internal.Char>;
298
+ TrimStart(trimChar: char): System.ReadOnlySpan_1<System_Internal.Char>;
299
+ TrimEnd(trimChar: char): System.ReadOnlySpan_1<System_Internal.Char>;
300
+ Trim(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): System.ReadOnlySpan_1<System_Internal.Char>;
301
+ TrimStart(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): System.ReadOnlySpan_1<System_Internal.Char>;
302
+ TrimEnd(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): System.ReadOnlySpan_1<System_Internal.Char>;
303
303
  IsNormalized(normalizationForm: System_Text.NormalizationForm): boolean;
304
- TryNormalize(destination: System.Span_1<CLROf<char>>, charsWritten: ref<int>, normalizationForm: System_Text.NormalizationForm): boolean;
304
+ TryNormalize(destination: System.Span_1<System_Internal.Char>, charsWritten: int, normalizationForm: System_Text.NormalizationForm): boolean;
305
305
  GetNormalizedLength(normalizationForm: System_Text.NormalizationForm): int;
306
306
  ToImmutableArray(): System_Collections_Immutable.ImmutableArray_1<T>;
307
307
  }
@@ -324,9 +324,9 @@ export interface __Ext_Memory_1<T extends System.IEquatable_1<T>> {
324
324
  Trim(trimElements: System.ReadOnlySpan_1<T>): System.Memory_1<T>;
325
325
  TrimStart(trimElements: System.ReadOnlySpan_1<T>): System.Memory_1<T>;
326
326
  TrimEnd(trimElements: System.ReadOnlySpan_1<T>): System.Memory_1<T>;
327
- Trim(): System.Memory_1<CLROf<char>>;
328
- TrimStart(): System.Memory_1<CLROf<char>>;
329
- TrimEnd(): System.Memory_1<CLROf<char>>;
327
+ Trim(): System.Memory_1<System_Internal.Char>;
328
+ TrimStart(): System.Memory_1<System_Internal.Char>;
329
+ TrimEnd(): System.Memory_1<System_Internal.Char>;
330
330
  }
331
331
 
332
332
  export interface __Ext_ReadOnlyMemory_1<T extends System.IEquatable_1<T>> {
@@ -336,61 +336,61 @@ export interface __Ext_ReadOnlyMemory_1<T extends System.IEquatable_1<T>> {
336
336
  Trim(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlyMemory_1<T>;
337
337
  TrimStart(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlyMemory_1<T>;
338
338
  TrimEnd(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlyMemory_1<T>;
339
- Trim(): System.ReadOnlyMemory_1<CLROf<char>>;
340
- TrimStart(): System.ReadOnlyMemory_1<CLROf<char>>;
341
- TrimEnd(): System.ReadOnlyMemory_1<CLROf<char>>;
339
+ Trim(): System.ReadOnlyMemory_1<System_Internal.Char>;
340
+ TrimStart(): System.ReadOnlyMemory_1<System_Internal.Char>;
341
+ TrimEnd(): System.ReadOnlyMemory_1<System_Internal.Char>;
342
342
  }
343
343
 
344
344
  export interface __Ext_Tuple_1<T1> {
345
- Deconstruct(item1: ref<T1>): void;
345
+ Deconstruct(item1: T1): void;
346
346
  ToValueTuple(): System.ValueTuple_1<T1>;
347
347
  }
348
348
 
349
349
  export interface __Ext_Tuple_2<T1, T2> {
350
- Deconstruct(item1: ref<T1>, item2: ref<T2>): void;
350
+ Deconstruct(item1: T1, item2: T2): void;
351
351
  ToValueTuple(): System.ValueTuple_2<T1, T2>;
352
352
  }
353
353
 
354
354
  export interface __Ext_Tuple_3<T1, T2, T3> {
355
- Deconstruct(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>): void;
355
+ Deconstruct(item1: T1, item2: T2, item3: T3): void;
356
356
  ToValueTuple(): System.ValueTuple_3<T1, T2, T3>;
357
357
  }
358
358
 
359
359
  export interface __Ext_Tuple_4<T1, T2, T3, T4> {
360
- Deconstruct(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>): void;
360
+ Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4): void;
361
361
  ToValueTuple(): System.ValueTuple_4<T1, T2, T3, T4>;
362
362
  }
363
363
 
364
364
  export interface __Ext_Tuple_5<T1, T2, T3, T4, T5> {
365
- Deconstruct(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>): void;
365
+ Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): void;
366
366
  ToValueTuple(): System.ValueTuple_5<T1, T2, T3, T4, T5>;
367
367
  }
368
368
 
369
369
  export interface __Ext_Tuple_6<T1, T2, T3, T4, T5, T6> {
370
- Deconstruct(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>): void;
370
+ Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): void;
371
371
  ToValueTuple(): System.ValueTuple_6<T1, T2, T3, T4, T5, T6>;
372
372
  }
373
373
 
374
374
  export interface __Ext_Tuple_7<T1, T2, T3, T4, T5, T6, T7> {
375
- Deconstruct(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>): void;
375
+ Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): void;
376
376
  ToValueTuple(): System.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>;
377
377
  }
378
378
 
379
379
  export interface __Ext_Tuple_8<T1, T2, T3, T4, T5, T6, T7, TRest> {
380
- Deconstruct<T8>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>): void;
381
- Deconstruct<T8, T9>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>): void;
382
- Deconstruct<T8, T9, T10>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>): void;
383
- Deconstruct<T8, T9, T10, T11>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>): void;
384
- Deconstruct<T8, T9, T10, T11, T12>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>): void;
385
- Deconstruct<T8, T9, T10, T11, T12, T13>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>): void;
386
- Deconstruct<T8, T9, T10, T11, T12, T13, T14>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>, item14: ref<T14>): void;
387
- Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>, item14: ref<T14>, item15: ref<T15>): void;
388
- Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>, item14: ref<T14>, item15: ref<T15>, item16: ref<T16>): void;
389
- Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>, item14: ref<T14>, item15: ref<T15>, item16: ref<T16>, item17: ref<T17>): void;
390
- Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>, item14: ref<T14>, item15: ref<T15>, item16: ref<T16>, item17: ref<T17>, item18: ref<T18>): void;
391
- Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>, item14: ref<T14>, item15: ref<T15>, item16: ref<T16>, item17: ref<T17>, item18: ref<T18>, item19: ref<T19>): void;
392
- Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>, item14: ref<T14>, item15: ref<T15>, item16: ref<T16>, item17: ref<T17>, item18: ref<T18>, item19: ref<T19>, item20: ref<T20>): void;
393
- Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(item1: ref<T1>, item2: ref<T2>, item3: ref<T3>, item4: ref<T4>, item5: ref<T5>, item6: ref<T6>, item7: ref<T7>, item8: ref<T8>, item9: ref<T9>, item10: ref<T10>, item11: ref<T11>, item12: ref<T12>, item13: ref<T13>, item14: ref<T14>, item15: ref<T15>, item16: ref<T16>, item17: ref<T17>, item18: ref<T18>, item19: ref<T19>, item20: ref<T20>, item21: ref<T21>): void;
380
+ Deconstruct<T8>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8): void;
381
+ Deconstruct<T8, T9>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9): void;
382
+ Deconstruct<T8, T9, T10>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10): void;
383
+ Deconstruct<T8, T9, T10, T11>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11): void;
384
+ Deconstruct<T8, T9, T10, T11, T12>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12): void;
385
+ Deconstruct<T8, T9, T10, T11, T12, T13>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13): void;
386
+ Deconstruct<T8, T9, T10, T11, T12, T13, T14>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14): void;
387
+ Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15): void;
388
+ Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16): void;
389
+ Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17): void;
390
+ Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18): void;
391
+ Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19): void;
392
+ Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20): void;
393
+ Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20, item21: T21): void;
394
394
  ToValueTuple<T8>(): System.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, System.ValueTuple_1<T8>>;
395
395
  }
396
396
 
@@ -462,8 +462,8 @@ export interface __Ext_IEnumerable_1<T> {
462
462
  Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): TAccumulate;
463
463
  Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
464
464
  Any(): boolean;
465
- Any(predicate: System.Func_2<T, CLROf<boolean>>): boolean;
466
- All(predicate: System.Func_2<T, CLROf<boolean>>): boolean;
465
+ Any(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
466
+ All(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
467
467
  Append(element: T): System_Collections_Generic.IEnumerable_1<T>;
468
468
  Prepend(element: T): System_Collections_Generic.IEnumerable_1<T>;
469
469
  Average(): double;
@@ -471,29 +471,29 @@ export interface __Ext_IEnumerable_1<T> {
471
471
  Average(): float;
472
472
  Average(): double;
473
473
  Average(): decimal;
474
- Average(): System.Nullable_1<CLROf<double>>;
475
- Average(): System.Nullable_1<CLROf<double>>;
476
- Average(): System.Nullable_1<CLROf<float>>;
477
- Average(): System.Nullable_1<CLROf<double>>;
478
- Average(): System.Nullable_1<CLROf<decimal>>;
479
- Average(selector: System.Func_2<T, CLROf<int>>): double;
480
- Average(selector: System.Func_2<T, CLROf<float>>): float;
481
- Average(selector: System.Func_2<T, CLROf<decimal>>): decimal;
482
- Average(selector: System.Func_2<T, System.Nullable_1<CLROf<int>>>): System.Nullable_1<CLROf<double>>;
483
- Average(selector: System.Func_2<T, System.Nullable_1<CLROf<float>>>): System.Nullable_1<CLROf<float>>;
484
- Average(selector: System.Func_2<T, System.Nullable_1<CLROf<decimal>>>): System.Nullable_1<CLROf<decimal>>;
474
+ Average(): System.Nullable_1<System_Internal.Double>;
475
+ Average(): System.Nullable_1<System_Internal.Double>;
476
+ Average(): System.Nullable_1<System_Internal.Single>;
477
+ Average(): System.Nullable_1<System_Internal.Double>;
478
+ Average(): System.Nullable_1<System_Internal.Decimal>;
479
+ Average(selector: System.Func_2<T, System_Internal.Int32>): double;
480
+ Average(selector: System.Func_2<T, System_Internal.Single>): float;
481
+ Average(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
482
+ Average(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Double>;
483
+ Average(selector: System.Func_2<T, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
484
+ Average(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
485
485
  Chunk(size: int): System_Collections_Generic.IEnumerable_1<T[]>;
486
486
  Concat(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
487
487
  Contains(value: T): boolean;
488
488
  Contains(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
489
489
  AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
490
490
  AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
491
- CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, CLROf<int>>>;
491
+ CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
492
492
  Count(): int;
493
- Count(predicate: System.Func_2<T, CLROf<boolean>>): int;
494
- TryGetNonEnumeratedCount(count: ref<int>): boolean;
493
+ Count(predicate: System.Func_2<T, System_Internal.Boolean>): int;
494
+ TryGetNonEnumeratedCount(count: int): boolean;
495
495
  LongCount(): long;
496
- LongCount(predicate: System.Func_2<T, CLROf<boolean>>): long;
496
+ LongCount(predicate: System.Func_2<T, System_Internal.Boolean>): long;
497
497
  DefaultIfEmpty(): System_Collections_Generic.IEnumerable_1<T>;
498
498
  DefaultIfEmpty(defaultValue: T): System_Collections_Generic.IEnumerable_1<T>;
499
499
  Distinct(): System_Collections_Generic.IEnumerable_1<T>;
@@ -510,11 +510,11 @@ export interface __Ext_IEnumerable_1<T> {
510
510
  ExceptBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
511
511
  ExceptBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
512
512
  First(): T;
513
- First(predicate: System.Func_2<T, CLROf<boolean>>): T;
513
+ First(predicate: System.Func_2<T, System_Internal.Boolean>): T;
514
514
  FirstOrDefault(): T;
515
515
  FirstOrDefault(defaultValue: T): T;
516
- FirstOrDefault(predicate: System.Func_2<T, CLROf<boolean>>): T;
517
- FirstOrDefault(predicate: System.Func_2<T, CLROf<boolean>>, defaultValue: T): T;
516
+ FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
517
+ FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
518
518
  GroupBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
519
519
  GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
520
520
  GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>;
@@ -525,7 +525,7 @@ export interface __Ext_IEnumerable_1<T> {
525
525
  GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
526
526
  GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
527
527
  GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
528
- Index(): System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<CLROf<int>, T>>;
528
+ Index(): System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
529
529
  Intersect(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
530
530
  Intersect(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
531
531
  IntersectBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
@@ -533,11 +533,11 @@ export interface __Ext_IEnumerable_1<T> {
533
533
  Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
534
534
  Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
535
535
  Last(): T;
536
- Last(predicate: System.Func_2<T, CLROf<boolean>>): T;
536
+ Last(predicate: System.Func_2<T, System_Internal.Boolean>): T;
537
537
  LastOrDefault(): T;
538
538
  LastOrDefault(defaultValue: T): T;
539
- LastOrDefault(predicate: System.Func_2<T, CLROf<boolean>>): T;
540
- LastOrDefault(predicate: System.Func_2<T, CLROf<boolean>>, defaultValue: T): T;
539
+ LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
540
+ LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
541
541
  LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
542
542
  LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
543
543
  ToLookup<TKey>(keySelector: System.Func_2<T, TKey>): System_Linq.ILookup_2<TKey, T>;
@@ -546,53 +546,53 @@ export interface __Ext_IEnumerable_1<T> {
546
546
  ToLookup<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ILookup_2<TKey, TElement>;
547
547
  Max(): int;
548
548
  Max(): long;
549
- Max(): System.Nullable_1<CLROf<int>>;
550
- Max(): System.Nullable_1<CLROf<long>>;
549
+ Max(): System.Nullable_1<System_Internal.Int32>;
550
+ Max(): System.Nullable_1<System_Internal.Int64>;
551
551
  Max(): double;
552
- Max(): System.Nullable_1<CLROf<double>>;
552
+ Max(): System.Nullable_1<System_Internal.Double>;
553
553
  Max(): float;
554
- Max(): System.Nullable_1<CLROf<float>>;
554
+ Max(): System.Nullable_1<System_Internal.Single>;
555
555
  Max(): decimal;
556
- Max(): System.Nullable_1<CLROf<decimal>>;
556
+ Max(): System.Nullable_1<System_Internal.Decimal>;
557
557
  Max(): T;
558
558
  Max(comparer: System_Collections_Generic.IComparer_1<T>): T;
559
559
  MaxBy<TKey>(keySelector: System.Func_2<T, TKey>): T;
560
560
  MaxBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T;
561
- Max(selector: System.Func_2<T, CLROf<int>>): int;
562
- Max(selector: System.Func_2<T, System.Nullable_1<CLROf<int>>>): System.Nullable_1<CLROf<int>>;
563
- Max(selector: System.Func_2<T, CLROf<long>>): long;
564
- Max(selector: System.Func_2<T, System.Nullable_1<CLROf<long>>>): System.Nullable_1<CLROf<long>>;
565
- Max(selector: System.Func_2<T, CLROf<float>>): float;
566
- Max(selector: System.Func_2<T, System.Nullable_1<CLROf<float>>>): System.Nullable_1<CLROf<float>>;
567
- Max(selector: System.Func_2<T, CLROf<double>>): double;
568
- Max(selector: System.Func_2<T, System.Nullable_1<CLROf<double>>>): System.Nullable_1<CLROf<double>>;
569
- Max(selector: System.Func_2<T, CLROf<decimal>>): decimal;
570
- Max(selector: System.Func_2<T, System.Nullable_1<CLROf<decimal>>>): System.Nullable_1<CLROf<decimal>>;
561
+ Max(selector: System.Func_2<T, System_Internal.Int32>): int;
562
+ Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
563
+ Max(selector: System.Func_2<T, System_Internal.Int64>): long;
564
+ Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
565
+ Max(selector: System.Func_2<T, System_Internal.Single>): float;
566
+ Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
567
+ Max(selector: System.Func_2<T, System_Internal.Double>): double;
568
+ Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
569
+ Max(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
570
+ Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
571
571
  Max<TResult>(selector: System.Func_2<T, TResult>): TResult;
572
572
  Min(): int;
573
573
  Min(): long;
574
- Min(): System.Nullable_1<CLROf<int>>;
575
- Min(): System.Nullable_1<CLROf<long>>;
574
+ Min(): System.Nullable_1<System_Internal.Int32>;
575
+ Min(): System.Nullable_1<System_Internal.Int64>;
576
576
  Min(): float;
577
- Min(): System.Nullable_1<CLROf<float>>;
577
+ Min(): System.Nullable_1<System_Internal.Single>;
578
578
  Min(): double;
579
- Min(): System.Nullable_1<CLROf<double>>;
579
+ Min(): System.Nullable_1<System_Internal.Double>;
580
580
  Min(): decimal;
581
- Min(): System.Nullable_1<CLROf<decimal>>;
581
+ Min(): System.Nullable_1<System_Internal.Decimal>;
582
582
  Min(): T;
583
583
  Min(comparer: System_Collections_Generic.IComparer_1<T>): T;
584
584
  MinBy<TKey>(keySelector: System.Func_2<T, TKey>): T;
585
585
  MinBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T;
586
- Min(selector: System.Func_2<T, CLROf<int>>): int;
587
- Min(selector: System.Func_2<T, System.Nullable_1<CLROf<int>>>): System.Nullable_1<CLROf<int>>;
588
- Min(selector: System.Func_2<T, CLROf<long>>): long;
589
- Min(selector: System.Func_2<T, System.Nullable_1<CLROf<long>>>): System.Nullable_1<CLROf<long>>;
590
- Min(selector: System.Func_2<T, CLROf<float>>): float;
591
- Min(selector: System.Func_2<T, System.Nullable_1<CLROf<float>>>): System.Nullable_1<CLROf<float>>;
592
- Min(selector: System.Func_2<T, CLROf<double>>): double;
593
- Min(selector: System.Func_2<T, System.Nullable_1<CLROf<double>>>): System.Nullable_1<CLROf<double>>;
594
- Min(selector: System.Func_2<T, CLROf<decimal>>): decimal;
595
- Min(selector: System.Func_2<T, System.Nullable_1<CLROf<decimal>>>): System.Nullable_1<CLROf<decimal>>;
586
+ Min(selector: System.Func_2<T, System_Internal.Int32>): int;
587
+ Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
588
+ Min(selector: System.Func_2<T, System_Internal.Int64>): long;
589
+ Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
590
+ Min(selector: System.Func_2<T, System_Internal.Single>): float;
591
+ Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
592
+ Min(selector: System.Func_2<T, System_Internal.Double>): double;
593
+ Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
594
+ Min(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
595
+ Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
596
596
  Min<TResult>(selector: System.Func_2<T, TResult>): TResult;
597
597
  Order(): System_Linq.IOrderedEnumerable_1<T>;
598
598
  Order(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedEnumerable_1<T>;
@@ -607,47 +607,47 @@ export interface __Ext_IEnumerable_1<T> {
607
607
  RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
608
608
  RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
609
609
  Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
610
- Select<TResult>(selector: System.Func_3<T, CLROf<int>, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
610
+ Select<TResult>(selector: System.Func_3<T, System_Internal.Int32, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
611
611
  SelectMany<TResult>(selector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TResult>>): System_Collections_Generic.IEnumerable_1<TResult>;
612
- SelectMany<TResult>(selector: System.Func_3<T, CLROf<int>, System_Collections_Generic.IEnumerable_1<TResult>>): System_Collections_Generic.IEnumerable_1<TResult>;
613
- SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, CLROf<int>, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
612
+ SelectMany<TResult>(selector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TResult>>): System_Collections_Generic.IEnumerable_1<TResult>;
613
+ SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
614
614
  SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
615
615
  SequenceEqual(second: System_Collections_Generic.IEnumerable_1<T>): boolean;
616
616
  SequenceEqual(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
617
617
  Single(): T;
618
- Single(predicate: System.Func_2<T, CLROf<boolean>>): T;
618
+ Single(predicate: System.Func_2<T, System_Internal.Boolean>): T;
619
619
  SingleOrDefault(): T;
620
620
  SingleOrDefault(defaultValue: T): T;
621
- SingleOrDefault(predicate: System.Func_2<T, CLROf<boolean>>): T;
622
- SingleOrDefault(predicate: System.Func_2<T, CLROf<boolean>>, defaultValue: T): T;
621
+ SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
622
+ SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
623
623
  Skip(count: int): System_Collections_Generic.IEnumerable_1<T>;
624
- SkipWhile(predicate: System.Func_2<T, CLROf<boolean>>): System_Collections_Generic.IEnumerable_1<T>;
625
- SkipWhile(predicate: System.Func_3<T, CLROf<int>, CLROf<boolean>>): System_Collections_Generic.IEnumerable_1<T>;
624
+ SkipWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
625
+ SkipWhile(predicate: System.Func_3<T, System_Internal.Int32, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
626
626
  SkipLast(count: int): System_Collections_Generic.IEnumerable_1<T>;
627
627
  Sum(): int;
628
628
  Sum(): long;
629
629
  Sum(): float;
630
630
  Sum(): double;
631
631
  Sum(): decimal;
632
- Sum(): System.Nullable_1<CLROf<int>>;
633
- Sum(): System.Nullable_1<CLROf<long>>;
634
- Sum(): System.Nullable_1<CLROf<float>>;
635
- Sum(): System.Nullable_1<CLROf<double>>;
636
- Sum(): System.Nullable_1<CLROf<decimal>>;
637
- Sum(selector: System.Func_2<T, CLROf<int>>): int;
638
- Sum(selector: System.Func_2<T, CLROf<long>>): long;
639
- Sum(selector: System.Func_2<T, CLROf<float>>): float;
640
- Sum(selector: System.Func_2<T, CLROf<double>>): double;
641
- Sum(selector: System.Func_2<T, CLROf<decimal>>): decimal;
642
- Sum(selector: System.Func_2<T, System.Nullable_1<CLROf<int>>>): System.Nullable_1<CLROf<int>>;
643
- Sum(selector: System.Func_2<T, System.Nullable_1<CLROf<long>>>): System.Nullable_1<CLROf<long>>;
644
- Sum(selector: System.Func_2<T, System.Nullable_1<CLROf<float>>>): System.Nullable_1<CLROf<float>>;
645
- Sum(selector: System.Func_2<T, System.Nullable_1<CLROf<double>>>): System.Nullable_1<CLROf<double>>;
646
- Sum(selector: System.Func_2<T, System.Nullable_1<CLROf<decimal>>>): System.Nullable_1<CLROf<decimal>>;
632
+ Sum(): System.Nullable_1<System_Internal.Int32>;
633
+ Sum(): System.Nullable_1<System_Internal.Int64>;
634
+ Sum(): System.Nullable_1<System_Internal.Single>;
635
+ Sum(): System.Nullable_1<System_Internal.Double>;
636
+ Sum(): System.Nullable_1<System_Internal.Decimal>;
637
+ Sum(selector: System.Func_2<T, System_Internal.Int32>): int;
638
+ Sum(selector: System.Func_2<T, System_Internal.Int64>): long;
639
+ Sum(selector: System.Func_2<T, System_Internal.Single>): float;
640
+ Sum(selector: System.Func_2<T, System_Internal.Double>): double;
641
+ Sum(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
642
+ Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
643
+ Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
644
+ Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
645
+ Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
646
+ Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
647
647
  Take(count: int): System_Collections_Generic.IEnumerable_1<T>;
648
648
  Take(range: System.Range): System_Collections_Generic.IEnumerable_1<T>;
649
- TakeWhile(predicate: System.Func_2<T, CLROf<boolean>>): System_Collections_Generic.IEnumerable_1<T>;
650
- TakeWhile(predicate: System.Func_3<T, CLROf<int>, CLROf<boolean>>): System_Collections_Generic.IEnumerable_1<T>;
649
+ TakeWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
650
+ TakeWhile(predicate: System.Func_3<T, System_Internal.Int32, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
651
651
  TakeLast(count: int): System_Collections_Generic.IEnumerable_1<T>;
652
652
  ToArray(): T[];
653
653
  ToList(): System_Collections_Generic.List_1<T>;
@@ -663,8 +663,8 @@ export interface __Ext_IEnumerable_1<T> {
663
663
  Union(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
664
664
  UnionBy<TKey>(second: System_Collections_Generic.IEnumerable_1<T>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
665
665
  UnionBy<TKey>(second: System_Collections_Generic.IEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
666
- Where(predicate: System.Func_2<T, CLROf<boolean>>): System_Collections_Generic.IEnumerable_1<T>;
667
- Where(predicate: System.Func_3<T, CLROf<int>, CLROf<boolean>>): System_Collections_Generic.IEnumerable_1<T>;
666
+ Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
667
+ Where(predicate: System.Func_3<T, System_Internal.Int32, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
668
668
  Zip<TSecond, TResult>(second: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System.Func_3<T, TSecond, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
669
669
  Zip<TSecond>(second: System_Collections_Generic.IEnumerable_1<TSecond>): System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T, TSecond>>;
670
670
  Zip<TSecond, TThird>(second: System_Collections_Generic.IEnumerable_1<TSecond>, third: System_Collections_Generic.IEnumerable_1<TThird>): System_Collections_Generic.IEnumerable_1<System.ValueTuple_3<T, TSecond, TThird>>;
@@ -698,7 +698,7 @@ export interface __Ext_IReadOnlyDictionary_2<TKey, TValue> {
698
698
 
699
699
  export interface __Ext_IDictionary_2<TKey, TValue> {
700
700
  TryAdd(key: TKey, value: TValue): boolean;
701
- Remove(key: TKey, value: ref<TValue>): boolean;
701
+ Remove(key: TKey, value: TValue): boolean;
702
702
  AsReadOnly(): System_Collections_ObjectModel.ReadOnlyDictionary_2<TKey, TValue>;
703
703
  }
704
704
 
@@ -732,30 +732,30 @@ export interface __Ext_ImmutableArray_1<T> {
732
732
  BinarySearch(index: int, length: int, value: T, comparer: System_Collections_Generic.IComparer_1<T>): int;
733
733
  Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
734
734
  SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
735
- Where(predicate: System.Func_2<T, CLROf<boolean>>): System_Collections_Generic.IEnumerable_1<T>;
735
+ Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
736
736
  Any(): boolean;
737
- Any(predicate: System.Func_2<T, CLROf<boolean>>): boolean;
738
- All(predicate: System.Func_2<T, CLROf<boolean>>): boolean;
737
+ Any(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
738
+ All(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
739
739
  SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
740
740
  SequenceEqual<TDerived>(items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
741
- SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<T, T, CLROf<boolean>>): boolean;
741
+ SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<T, T, System_Internal.Boolean>): boolean;
742
742
  Aggregate(func: System.Func_3<T, T, T>): T;
743
743
  Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): TAccumulate;
744
744
  Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
745
745
  ElementAt(index: int): T;
746
746
  ElementAtOrDefault(index: int): T;
747
- First(predicate: System.Func_2<T, CLROf<boolean>>): T;
747
+ First(predicate: System.Func_2<T, System_Internal.Boolean>): T;
748
748
  First(): T;
749
749
  FirstOrDefault(): T;
750
- FirstOrDefault(predicate: System.Func_2<T, CLROf<boolean>>): T;
750
+ FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
751
751
  Last(): T;
752
- Last(predicate: System.Func_2<T, CLROf<boolean>>): T;
752
+ Last(predicate: System.Func_2<T, System_Internal.Boolean>): T;
753
753
  LastOrDefault(): T;
754
- LastOrDefault(predicate: System.Func_2<T, CLROf<boolean>>): T;
754
+ LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
755
755
  Single(): T;
756
- Single(predicate: System.Func_2<T, CLROf<boolean>>): T;
756
+ Single(predicate: System.Func_2<T, System_Internal.Boolean>): T;
757
757
  SingleOrDefault(): T;
758
- SingleOrDefault(predicate: System.Func_2<T, CLROf<boolean>>): T;
758
+ SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
759
759
  ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
760
760
  ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
761
761
  ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
@@ -796,7 +796,7 @@ export interface __Ext_IImmutableList_1<T> {
796
796
  }
797
797
 
798
798
  export interface __Ext_IImmutableQueue_1<T> {
799
- Dequeue(value: ref<T>): System_Collections_Immutable.IImmutableQueue_1<T>;
799
+ Dequeue(value: T): System_Collections_Immutable.IImmutableQueue_1<T>;
800
800
  }
801
801
 
802
802
  export interface __Ext_ImmutableSortedDictionary_2_Builder<TKey, TValue> {
@@ -808,7 +808,7 @@ export interface __Ext_ImmutableSortedSet_1_Builder<T> {
808
808
  }
809
809
 
810
810
  export interface __Ext_IImmutableStack_1<T> {
811
- Pop(value: ref<T>): System_Collections_Immutable.IImmutableStack_1<T>;
811
+ Pop(value: T): System_Collections_Immutable.IImmutableStack_1<T>;
812
812
  }
813
813
 
814
814
  export interface __Ext_DbDataReader {
@@ -837,7 +837,7 @@ export interface __Ext_DbDataReader {
837
837
  GetTextReader(name: string): System_IO.TextReader;
838
838
  GetValue(name: string): unknown;
839
839
  IsDBNull(name: string): boolean;
840
- IsDBNullAsync(name: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<CLROf<boolean>>;
840
+ IsDBNullAsync(name: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
841
841
  GetColumnSchema(): System_Collections_ObjectModel.ReadOnlyCollection_1<System_Data_Common.DbColumn>;
842
842
  CanGetColumnSchema(): boolean;
843
843
  }
@@ -861,7 +861,7 @@ export interface __Ext_DataTable {
861
861
 
862
862
  export interface __Ext_EnumerableRowCollection_1<TRow> {
863
863
  AsDataView(): System_Data.DataView;
864
- Where(predicate: System.Func_2<TRow, CLROf<boolean>>): System_Data.EnumerableRowCollection_1<TRow>;
864
+ Where(predicate: System.Func_2<TRow, System_Internal.Boolean>): System_Data.EnumerableRowCollection_1<TRow>;
865
865
  OrderBy<TKey>(keySelector: System.Func_2<TRow, TKey>): System_Data.OrderedEnumerableRowCollection_1<TRow>;
866
866
  OrderBy<TKey>(keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Data.OrderedEnumerableRowCollection_1<TRow>;
867
867
  OrderByDescending<TKey>(keySelector: System.Func_2<TRow, TKey>): System_Data.OrderedEnumerableRowCollection_1<TRow>;
@@ -881,7 +881,7 @@ export interface __Ext_EnumerableRowCollection {
881
881
  }
882
882
 
883
883
  export interface __Ext_TypedTableBase_1<T> {
884
- Where(predicate: System.Func_2<T, CLROf<boolean>>): System_Data.EnumerableRowCollection_1<T>;
884
+ Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Data.EnumerableRowCollection_1<T>;
885
885
  OrderBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Data.OrderedEnumerableRowCollection_1<T>;
886
886
  OrderBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Data.OrderedEnumerableRowCollection_1<T>;
887
887
  OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>): System_Data.OrderedEnumerableRowCollection_1<T>;
@@ -901,7 +901,7 @@ export interface __Ext_StackFrame {
901
901
  }
902
902
 
903
903
  export interface __Ext_IMeterFactory {
904
- Create(name: string, version: string, tags: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<CLROf<string>, unknown>>): System_Diagnostics_Metrics.Meter;
904
+ Create(name: string, version: string, tags: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, unknown>>): System_Diagnostics_Metrics.Meter;
905
905
  }
906
906
 
907
907
  export interface __Ext_CompareInfo {
@@ -983,34 +983,34 @@ export interface __Ext_IAsyncEnumerable_1<T> {
983
983
  AggregateBy<TKey, TAccumulate>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seed: TAccumulate, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
984
984
  AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
985
985
  AggregateBy<TKey, TAccumulate>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seedSelector: System.Func_3<TKey, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
986
- AllAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<boolean>>;
987
- AllAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<boolean>>;
988
- AnyAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<boolean>>;
989
- AnyAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<boolean>>;
990
- AnyAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<boolean>>;
986
+ AllAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
987
+ AllAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
988
+ AnyAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
989
+ AnyAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
990
+ AnyAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
991
991
  Append(element: T): System_Collections_Generic.IAsyncEnumerable_1<T>;
992
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<double>>;
993
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<double>>;
994
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<float>>;
995
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<double>>;
996
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<decimal>>;
997
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<double>>>;
998
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<double>>>;
999
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<float>>>;
1000
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<double>>>;
1001
- AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<decimal>>>;
992
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Double>;
993
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Double>;
994
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Single>;
995
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Double>;
996
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Decimal>;
997
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>;
998
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>;
999
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>;
1000
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>;
1001
+ AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>;
1002
1002
  Cast<TResult>(): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1003
1003
  Chunk(size: int): System_Collections_Generic.IAsyncEnumerable_1<T[]>;
1004
1004
  Concat(second: System_Collections_Generic.IAsyncEnumerable_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1005
- ContainsAsync(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<boolean>>;
1006
- CountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<int>>;
1007
- CountAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<int>>;
1008
- CountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<int>>;
1009
- LongCountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<long>>;
1010
- LongCountAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<long>>;
1011
- LongCountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<long>>;
1012
- CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, CLROf<int>>>;
1013
- CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, CLROf<int>>>;
1005
+ ContainsAsync(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
1006
+ CountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
1007
+ CountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
1008
+ CountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
1009
+ LongCountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
1010
+ LongCountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
1011
+ LongCountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
1012
+ CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
1013
+ CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
1014
1014
  DefaultIfEmpty(): System_Collections_Generic.IAsyncEnumerable_1<T>;
1015
1015
  DefaultIfEmpty(defaultValue: T): System_Collections_Generic.IAsyncEnumerable_1<T>;
1016
1016
  Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
@@ -1024,14 +1024,14 @@ export interface __Ext_IAsyncEnumerable_1<T> {
1024
1024
  ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1025
1025
  ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1026
1026
  FirstAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1027
- FirstAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1028
- FirstAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1027
+ FirstAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1028
+ FirstAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1029
1029
  FirstOrDefaultAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1030
1030
  FirstOrDefaultAsync(defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1031
- FirstOrDefaultAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1032
- FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1033
- FirstOrDefaultAsync(predicate: System.Func_2<T, CLROf<boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1034
- FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1031
+ FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1032
+ FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1033
+ FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1034
+ FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1035
1035
  GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
1036
1036
  GroupBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
1037
1037
  GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>;
@@ -1042,21 +1042,21 @@ export interface __Ext_IAsyncEnumerable_1<T> {
1042
1042
  GroupBy<TKey, TElement, TResult>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TElement>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1043
1043
  GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1044
1044
  GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, System_Collections_Generic.IEnumerable_1<TInner>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1045
- Index(): System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<CLROf<int>, T>>;
1045
+ Index(): System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
1046
1046
  Intersect(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1047
1047
  IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1048
1048
  IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1049
1049
  Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1050
1050
  Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1051
1051
  LastAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1052
- LastAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1053
- LastAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1052
+ LastAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1053
+ LastAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1054
1054
  LastOrDefaultAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1055
1055
  LastOrDefaultAsync(defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1056
- LastOrDefaultAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1057
- LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1058
- LastOrDefaultAsync(predicate: System.Func_2<T, CLROf<boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1059
- LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1056
+ LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1057
+ LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1058
+ LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1059
+ LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1060
1060
  LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1061
1061
  LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1062
1062
  MaxAsync(comparer: System_Collections_Generic.IComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
@@ -1078,47 +1078,47 @@ export interface __Ext_IAsyncEnumerable_1<T> {
1078
1078
  RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1079
1079
  Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1080
1080
  Select<TResult>(selector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1081
- Select<TResult>(selector: System.Func_4<T, CLROf<int>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1081
+ Select<TResult>(selector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1082
1082
  SelectMany<TResult>(selector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1083
1083
  SelectMany<TResult>(selector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TResult>>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1084
- SelectMany<TResult>(selector: System.Func_4<T, CLROf<int>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TResult>>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1084
+ SelectMany<TResult>(selector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TResult>>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1085
1085
  SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1086
1086
  SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1087
1087
  SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IAsyncEnumerable_1<TCollection>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1088
- SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, CLROf<int>, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1089
- SelectMany<TCollection, TResult>(collectionSelector: System.Func_4<T, CLROf<int>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1090
- SequenceEqualAsync(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<boolean>>;
1088
+ SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1089
+ SelectMany<TCollection, TResult>(collectionSelector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1090
+ SequenceEqualAsync(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
1091
1091
  Shuffle(): System_Collections_Generic.IAsyncEnumerable_1<T>;
1092
1092
  SingleAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1093
- SingleAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1094
- SingleAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1093
+ SingleAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1094
+ SingleAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1095
1095
  SingleOrDefaultAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1096
1096
  SingleOrDefaultAsync(defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1097
- SingleOrDefaultAsync(predicate: System.Func_2<T, CLROf<boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1098
- SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1099
- SingleOrDefaultAsync(predicate: System.Func_2<T, CLROf<boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1100
- SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1097
+ SingleOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1098
+ SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1099
+ SingleOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1100
+ SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
1101
1101
  Skip(count: int): System_Collections_Generic.IAsyncEnumerable_1<T>;
1102
1102
  SkipLast(count: int): System_Collections_Generic.IAsyncEnumerable_1<T>;
1103
- SkipWhile(predicate: System.Func_2<T, CLROf<boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1104
- SkipWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1105
- SkipWhile(predicate: System.Func_4<T, CLROf<int>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1106
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<int>>;
1107
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<long>>;
1108
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<float>>;
1109
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<double>>;
1110
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<decimal>>;
1111
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<int>>>;
1112
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<long>>>;
1113
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<float>>>;
1114
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<double>>>;
1115
- SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<CLROf<decimal>>>;
1103
+ SkipWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1104
+ SkipWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1105
+ SkipWhile(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1106
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
1107
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
1108
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Single>;
1109
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Double>;
1110
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Decimal>;
1111
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Int32>>;
1112
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Int64>>;
1113
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>;
1114
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>;
1115
+ SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>;
1116
1116
  Take(count: int): System_Collections_Generic.IAsyncEnumerable_1<T>;
1117
1117
  Take(range: System.Range): System_Collections_Generic.IAsyncEnumerable_1<T>;
1118
1118
  TakeLast(count: int): System_Collections_Generic.IAsyncEnumerable_1<T>;
1119
- TakeWhile(predicate: System.Func_2<T, CLROf<boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1120
- TakeWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1121
- TakeWhile(predicate: System.Func_4<T, CLROf<int>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1119
+ TakeWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1120
+ TakeWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1121
+ TakeWhile(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1122
1122
  ToArrayAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T[]>;
1123
1123
  ToDictionaryAsync<TKey, TValue>(comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TValue>>;
1124
1124
  ToDictionaryAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, T>>;
@@ -1134,9 +1134,9 @@ export interface __Ext_IAsyncEnumerable_1<T> {
1134
1134
  Union(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1135
1135
  UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1136
1136
  UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1137
- Where(predicate: System.Func_2<T, CLROf<boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1138
- Where(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1139
- Where(predicate: System.Func_4<T, CLROf<int>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<CLROf<boolean>>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1137
+ Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1138
+ Where(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1139
+ Where(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
1140
1140
  Zip<TSecond, TResult>(second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>, resultSelector: System.Func_3<T, TSecond, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1141
1141
  Zip<TSecond, TResult>(second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>, resultSelector: System.Func_4<T, TSecond, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
1142
1142
  Zip<TSecond>(second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>): System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<T, TSecond>>;
@@ -1166,10 +1166,10 @@ export interface __Ext_ParallelQuery_1<TSource> {
1166
1166
  WithExecutionMode(executionMode: System_Linq.ParallelExecutionMode): System_Linq.ParallelQuery_1<TSource>;
1167
1167
  WithMergeOptions(mergeOptions: System_Linq.ParallelMergeOptions): System_Linq.ParallelQuery_1<TSource>;
1168
1168
  ForAll(action: System.Action_1<TSource>): void;
1169
- Where(predicate: System.Func_2<TSource, CLROf<boolean>>): System_Linq.ParallelQuery_1<TSource>;
1170
- Where(predicate: System.Func_3<TSource, CLROf<int>, CLROf<boolean>>): System_Linq.ParallelQuery_1<TSource>;
1169
+ Where(predicate: System.Func_2<TSource, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
1170
+ Where(predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
1171
1171
  Select<TResult>(selector: System.Func_2<TSource, TResult>): System_Linq.ParallelQuery_1<TResult>;
1172
- Select<TResult>(selector: System.Func_3<TSource, CLROf<int>, TResult>): System_Linq.ParallelQuery_1<TResult>;
1172
+ Select<TResult>(selector: System.Func_3<TSource, System_Internal.Int32, TResult>): System_Linq.ParallelQuery_1<TResult>;
1173
1173
  Zip<TSecond, TResult>(second: System_Linq.ParallelQuery_1<TSecond>, resultSelector: System.Func_3<TSource, TSecond, TResult>): System_Linq.ParallelQuery_1<TResult>;
1174
1174
  Zip<TSecond, TResult>(second: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System.Func_3<TSource, TSecond, TResult>): System_Linq.ParallelQuery_1<TResult>;
1175
1175
  Join<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, TInner, TResult>): System_Linq.ParallelQuery_1<TResult>;
@@ -1181,9 +1181,9 @@ export interface __Ext_ParallelQuery_1<TSource> {
1181
1181
  GroupJoin<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
1182
1182
  GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
1183
1183
  SelectMany<TResult>(selector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TResult>>): System_Linq.ParallelQuery_1<TResult>;
1184
- SelectMany<TResult>(selector: System.Func_3<TSource, CLROf<int>, System_Collections_Generic.IEnumerable_1<TResult>>): System_Linq.ParallelQuery_1<TResult>;
1184
+ SelectMany<TResult>(selector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TResult>>): System_Linq.ParallelQuery_1<TResult>;
1185
1185
  SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): System_Linq.ParallelQuery_1<TResult>;
1186
- SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<TSource, CLROf<int>, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): System_Linq.ParallelQuery_1<TResult>;
1186
+ SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): System_Linq.ParallelQuery_1<TResult>;
1187
1187
  OrderBy<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
1188
1188
  OrderBy<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
1189
1189
  OrderByDescending<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
@@ -1202,100 +1202,100 @@ export interface __Ext_ParallelQuery_1<TSource> {
1202
1202
  Aggregate<TAccumulate, TResult>(seed: TAccumulate, updateAccumulatorFunc: System.Func_3<TAccumulate, TSource, TAccumulate>, combineAccumulatorsFunc: System.Func_3<TAccumulate, TAccumulate, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
1203
1203
  Aggregate<TAccumulate, TResult>(seedFactory: System.Func_1<TAccumulate>, updateAccumulatorFunc: System.Func_3<TAccumulate, TSource, TAccumulate>, combineAccumulatorsFunc: System.Func_3<TAccumulate, TAccumulate, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
1204
1204
  Count(): int;
1205
- Count(predicate: System.Func_2<TSource, CLROf<boolean>>): int;
1205
+ Count(predicate: System.Func_2<TSource, System_Internal.Boolean>): int;
1206
1206
  LongCount(): long;
1207
- LongCount(predicate: System.Func_2<TSource, CLROf<boolean>>): long;
1207
+ LongCount(predicate: System.Func_2<TSource, System_Internal.Boolean>): long;
1208
1208
  Sum(): int;
1209
- Sum(): System.Nullable_1<CLROf<int>>;
1209
+ Sum(): System.Nullable_1<System_Internal.Int32>;
1210
1210
  Sum(): long;
1211
- Sum(): System.Nullable_1<CLROf<long>>;
1211
+ Sum(): System.Nullable_1<System_Internal.Int64>;
1212
1212
  Sum(): float;
1213
- Sum(): System.Nullable_1<CLROf<float>>;
1213
+ Sum(): System.Nullable_1<System_Internal.Single>;
1214
1214
  Sum(): double;
1215
- Sum(): System.Nullable_1<CLROf<double>>;
1215
+ Sum(): System.Nullable_1<System_Internal.Double>;
1216
1216
  Sum(): decimal;
1217
- Sum(): System.Nullable_1<CLROf<decimal>>;
1218
- Sum(selector: System.Func_2<TSource, CLROf<int>>): int;
1219
- Sum(selector: System.Func_2<TSource, System.Nullable_1<CLROf<int>>>): System.Nullable_1<CLROf<int>>;
1220
- Sum(selector: System.Func_2<TSource, CLROf<long>>): long;
1221
- Sum(selector: System.Func_2<TSource, System.Nullable_1<CLROf<long>>>): System.Nullable_1<CLROf<long>>;
1222
- Sum(selector: System.Func_2<TSource, CLROf<float>>): float;
1223
- Sum(selector: System.Func_2<TSource, System.Nullable_1<CLROf<float>>>): System.Nullable_1<CLROf<float>>;
1224
- Sum(selector: System.Func_2<TSource, CLROf<double>>): double;
1225
- Sum(selector: System.Func_2<TSource, System.Nullable_1<CLROf<double>>>): System.Nullable_1<CLROf<double>>;
1226
- Sum(selector: System.Func_2<TSource, CLROf<decimal>>): decimal;
1227
- Sum(selector: System.Func_2<TSource, System.Nullable_1<CLROf<decimal>>>): System.Nullable_1<CLROf<decimal>>;
1217
+ Sum(): System.Nullable_1<System_Internal.Decimal>;
1218
+ Sum(selector: System.Func_2<TSource, System_Internal.Int32>): int;
1219
+ Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
1220
+ Sum(selector: System.Func_2<TSource, System_Internal.Int64>): long;
1221
+ Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
1222
+ Sum(selector: System.Func_2<TSource, System_Internal.Single>): float;
1223
+ Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
1224
+ Sum(selector: System.Func_2<TSource, System_Internal.Double>): double;
1225
+ Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
1226
+ Sum(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
1227
+ Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
1228
1228
  Min(): int;
1229
- Min(): System.Nullable_1<CLROf<int>>;
1229
+ Min(): System.Nullable_1<System_Internal.Int32>;
1230
1230
  Min(): long;
1231
- Min(): System.Nullable_1<CLROf<long>>;
1231
+ Min(): System.Nullable_1<System_Internal.Int64>;
1232
1232
  Min(): float;
1233
- Min(): System.Nullable_1<CLROf<float>>;
1233
+ Min(): System.Nullable_1<System_Internal.Single>;
1234
1234
  Min(): double;
1235
- Min(): System.Nullable_1<CLROf<double>>;
1235
+ Min(): System.Nullable_1<System_Internal.Double>;
1236
1236
  Min(): decimal;
1237
- Min(): System.Nullable_1<CLROf<decimal>>;
1237
+ Min(): System.Nullable_1<System_Internal.Decimal>;
1238
1238
  Min(): TSource;
1239
- Min(selector: System.Func_2<TSource, CLROf<int>>): int;
1240
- Min(selector: System.Func_2<TSource, System.Nullable_1<CLROf<int>>>): System.Nullable_1<CLROf<int>>;
1241
- Min(selector: System.Func_2<TSource, CLROf<long>>): long;
1242
- Min(selector: System.Func_2<TSource, System.Nullable_1<CLROf<long>>>): System.Nullable_1<CLROf<long>>;
1243
- Min(selector: System.Func_2<TSource, CLROf<float>>): float;
1244
- Min(selector: System.Func_2<TSource, System.Nullable_1<CLROf<float>>>): System.Nullable_1<CLROf<float>>;
1245
- Min(selector: System.Func_2<TSource, CLROf<double>>): double;
1246
- Min(selector: System.Func_2<TSource, System.Nullable_1<CLROf<double>>>): System.Nullable_1<CLROf<double>>;
1247
- Min(selector: System.Func_2<TSource, CLROf<decimal>>): decimal;
1248
- Min(selector: System.Func_2<TSource, System.Nullable_1<CLROf<decimal>>>): System.Nullable_1<CLROf<decimal>>;
1239
+ Min(selector: System.Func_2<TSource, System_Internal.Int32>): int;
1240
+ Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
1241
+ Min(selector: System.Func_2<TSource, System_Internal.Int64>): long;
1242
+ Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
1243
+ Min(selector: System.Func_2<TSource, System_Internal.Single>): float;
1244
+ Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
1245
+ Min(selector: System.Func_2<TSource, System_Internal.Double>): double;
1246
+ Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
1247
+ Min(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
1248
+ Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
1249
1249
  Min<TResult>(selector: System.Func_2<TSource, TResult>): TResult;
1250
1250
  Max(): int;
1251
- Max(): System.Nullable_1<CLROf<int>>;
1251
+ Max(): System.Nullable_1<System_Internal.Int32>;
1252
1252
  Max(): long;
1253
- Max(): System.Nullable_1<CLROf<long>>;
1253
+ Max(): System.Nullable_1<System_Internal.Int64>;
1254
1254
  Max(): float;
1255
- Max(): System.Nullable_1<CLROf<float>>;
1255
+ Max(): System.Nullable_1<System_Internal.Single>;
1256
1256
  Max(): double;
1257
- Max(): System.Nullable_1<CLROf<double>>;
1257
+ Max(): System.Nullable_1<System_Internal.Double>;
1258
1258
  Max(): decimal;
1259
- Max(): System.Nullable_1<CLROf<decimal>>;
1259
+ Max(): System.Nullable_1<System_Internal.Decimal>;
1260
1260
  Max(): TSource;
1261
- Max(selector: System.Func_2<TSource, CLROf<int>>): int;
1262
- Max(selector: System.Func_2<TSource, System.Nullable_1<CLROf<int>>>): System.Nullable_1<CLROf<int>>;
1263
- Max(selector: System.Func_2<TSource, CLROf<long>>): long;
1264
- Max(selector: System.Func_2<TSource, System.Nullable_1<CLROf<long>>>): System.Nullable_1<CLROf<long>>;
1265
- Max(selector: System.Func_2<TSource, CLROf<float>>): float;
1266
- Max(selector: System.Func_2<TSource, System.Nullable_1<CLROf<float>>>): System.Nullable_1<CLROf<float>>;
1267
- Max(selector: System.Func_2<TSource, CLROf<double>>): double;
1268
- Max(selector: System.Func_2<TSource, System.Nullable_1<CLROf<double>>>): System.Nullable_1<CLROf<double>>;
1269
- Max(selector: System.Func_2<TSource, CLROf<decimal>>): decimal;
1270
- Max(selector: System.Func_2<TSource, System.Nullable_1<CLROf<decimal>>>): System.Nullable_1<CLROf<decimal>>;
1261
+ Max(selector: System.Func_2<TSource, System_Internal.Int32>): int;
1262
+ Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
1263
+ Max(selector: System.Func_2<TSource, System_Internal.Int64>): long;
1264
+ Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
1265
+ Max(selector: System.Func_2<TSource, System_Internal.Single>): float;
1266
+ Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
1267
+ Max(selector: System.Func_2<TSource, System_Internal.Double>): double;
1268
+ Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
1269
+ Max(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
1270
+ Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
1271
1271
  Max<TResult>(selector: System.Func_2<TSource, TResult>): TResult;
1272
1272
  Average(): double;
1273
- Average(): System.Nullable_1<CLROf<double>>;
1273
+ Average(): System.Nullable_1<System_Internal.Double>;
1274
1274
  Average(): double;
1275
- Average(): System.Nullable_1<CLROf<double>>;
1275
+ Average(): System.Nullable_1<System_Internal.Double>;
1276
1276
  Average(): float;
1277
- Average(): System.Nullable_1<CLROf<float>>;
1277
+ Average(): System.Nullable_1<System_Internal.Single>;
1278
1278
  Average(): double;
1279
- Average(): System.Nullable_1<CLROf<double>>;
1279
+ Average(): System.Nullable_1<System_Internal.Double>;
1280
1280
  Average(): decimal;
1281
- Average(): System.Nullable_1<CLROf<decimal>>;
1282
- Average(selector: System.Func_2<TSource, CLROf<int>>): double;
1283
- Average(selector: System.Func_2<TSource, System.Nullable_1<CLROf<int>>>): System.Nullable_1<CLROf<double>>;
1284
- Average(selector: System.Func_2<TSource, CLROf<float>>): float;
1285
- Average(selector: System.Func_2<TSource, System.Nullable_1<CLROf<float>>>): System.Nullable_1<CLROf<float>>;
1286
- Average(selector: System.Func_2<TSource, CLROf<decimal>>): decimal;
1287
- Average(selector: System.Func_2<TSource, System.Nullable_1<CLROf<decimal>>>): System.Nullable_1<CLROf<decimal>>;
1288
- Any(predicate: System.Func_2<TSource, CLROf<boolean>>): boolean;
1281
+ Average(): System.Nullable_1<System_Internal.Decimal>;
1282
+ Average(selector: System.Func_2<TSource, System_Internal.Int32>): double;
1283
+ Average(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Double>;
1284
+ Average(selector: System.Func_2<TSource, System_Internal.Single>): float;
1285
+ Average(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
1286
+ Average(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
1287
+ Average(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
1288
+ Any(predicate: System.Func_2<TSource, System_Internal.Boolean>): boolean;
1289
1289
  Any(): boolean;
1290
- All(predicate: System.Func_2<TSource, CLROf<boolean>>): boolean;
1290
+ All(predicate: System.Func_2<TSource, System_Internal.Boolean>): boolean;
1291
1291
  Contains(value: TSource): boolean;
1292
1292
  Contains(value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): boolean;
1293
1293
  Take(count: int): System_Linq.ParallelQuery_1<TSource>;
1294
- TakeWhile(predicate: System.Func_2<TSource, CLROf<boolean>>): System_Linq.ParallelQuery_1<TSource>;
1295
- TakeWhile(predicate: System.Func_3<TSource, CLROf<int>, CLROf<boolean>>): System_Linq.ParallelQuery_1<TSource>;
1294
+ TakeWhile(predicate: System.Func_2<TSource, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
1295
+ TakeWhile(predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
1296
1296
  Skip(count: int): System_Linq.ParallelQuery_1<TSource>;
1297
- SkipWhile(predicate: System.Func_2<TSource, CLROf<boolean>>): System_Linq.ParallelQuery_1<TSource>;
1298
- SkipWhile(predicate: System.Func_3<TSource, CLROf<int>, CLROf<boolean>>): System_Linq.ParallelQuery_1<TSource>;
1297
+ SkipWhile(predicate: System.Func_2<TSource, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
1298
+ SkipWhile(predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
1299
1299
  Concat(second: System_Linq.ParallelQuery_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
1300
1300
  Concat(second: System_Collections_Generic.IEnumerable_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
1301
1301
  SequenceEqual(second: System_Linq.ParallelQuery_1<TSource>): boolean;
@@ -1329,17 +1329,17 @@ export interface __Ext_ParallelQuery_1<TSource> {
1329
1329
  ToLookup<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ILookup_2<TKey, TElement>;
1330
1330
  Reverse(): System_Linq.ParallelQuery_1<TSource>;
1331
1331
  First(): TSource;
1332
- First(predicate: System.Func_2<TSource, CLROf<boolean>>): TSource;
1332
+ First(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
1333
1333
  FirstOrDefault(): TSource;
1334
- FirstOrDefault(predicate: System.Func_2<TSource, CLROf<boolean>>): TSource;
1334
+ FirstOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
1335
1335
  Last(): TSource;
1336
- Last(predicate: System.Func_2<TSource, CLROf<boolean>>): TSource;
1336
+ Last(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
1337
1337
  LastOrDefault(): TSource;
1338
- LastOrDefault(predicate: System.Func_2<TSource, CLROf<boolean>>): TSource;
1338
+ LastOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
1339
1339
  Single(): TSource;
1340
- Single(predicate: System.Func_2<TSource, CLROf<boolean>>): TSource;
1340
+ Single(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
1341
1341
  SingleOrDefault(): TSource;
1342
- SingleOrDefault(predicate: System.Func_2<TSource, CLROf<boolean>>): TSource;
1342
+ SingleOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
1343
1343
  DefaultIfEmpty(): System_Linq.ParallelQuery_1<TSource>;
1344
1344
  DefaultIfEmpty(defaultValue: TSource): System_Linq.ParallelQuery_1<TSource>;
1345
1345
  ElementAt(index: int): TSource;
@@ -1360,10 +1360,10 @@ export interface __Ext_OrderedParallelQuery_1<TSource> {
1360
1360
  }
1361
1361
 
1362
1362
  export interface __Ext_IQueryable_1<T> {
1363
- Where(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): System_Linq.IQueryable_1<T>;
1363
+ Where(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): System_Linq.IQueryable_1<T>;
1364
1364
  Select<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): System_Linq.IQueryable_1<TResult>;
1365
1365
  SelectMany<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Collections_Generic.IEnumerable_1<TResult>>>): System_Linq.IQueryable_1<TResult>;
1366
- SelectMany<TCollection, TResult>(collectionSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, CLROf<int>, System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TCollection, TResult>>): System_Linq.IQueryable_1<TResult>;
1366
+ SelectMany<TCollection, TResult>(collectionSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TCollection, TResult>>): System_Linq.IQueryable_1<TResult>;
1367
1367
  Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>): System_Linq.IQueryable_1<TResult>;
1368
1368
  Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
1369
1369
  GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>): System_Linq.IQueryable_1<TResult>;
@@ -1382,9 +1382,9 @@ export interface __Ext_IQueryable_1<T> {
1382
1382
  RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
1383
1383
  Take(count: int): System_Linq.IQueryable_1<T>;
1384
1384
  Take(range: System.Range): System_Linq.IQueryable_1<T>;
1385
- TakeWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): System_Linq.IQueryable_1<T>;
1385
+ TakeWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): System_Linq.IQueryable_1<T>;
1386
1386
  Skip(count: int): System_Linq.IQueryable_1<T>;
1387
- SkipWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): System_Linq.IQueryable_1<T>;
1387
+ SkipWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): System_Linq.IQueryable_1<T>;
1388
1388
  GroupBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, T>>;
1389
1389
  GroupBy<TKey, TElement>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TElement>>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>;
1390
1390
  GroupBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, T>>;
@@ -1404,7 +1404,7 @@ export interface __Ext_IQueryable_1<T> {
1404
1404
  Union(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Linq.IQueryable_1<T>;
1405
1405
  UnionBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<T>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
1406
1406
  UnionBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<T>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
1407
- Index(): System_Linq.IQueryable_1<System.ValueTuple_2<CLROf<int>, T>>;
1407
+ Index(): System_Linq.IQueryable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
1408
1408
  Intersect(source2: System_Collections_Generic.IEnumerable_1<T>): System_Linq.IQueryable_1<T>;
1409
1409
  Intersect(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Linq.IQueryable_1<T>;
1410
1410
  IntersectBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
@@ -1414,23 +1414,23 @@ export interface __Ext_IQueryable_1<T> {
1414
1414
  ExceptBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
1415
1415
  ExceptBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
1416
1416
  First(): T;
1417
- First(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): T;
1417
+ First(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
1418
1418
  FirstOrDefault(): T;
1419
1419
  FirstOrDefault(defaultValue: T): T;
1420
- FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): T;
1421
- FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>, defaultValue: T): T;
1420
+ FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
1421
+ FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
1422
1422
  Last(): T;
1423
- Last(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): T;
1423
+ Last(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
1424
1424
  LastOrDefault(): T;
1425
1425
  LastOrDefault(defaultValue: T): T;
1426
- LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): T;
1427
- LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>, defaultValue: T): T;
1426
+ LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
1427
+ LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
1428
1428
  Single(): T;
1429
- Single(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): T;
1429
+ Single(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
1430
1430
  SingleOrDefault(): T;
1431
1431
  SingleOrDefault(defaultValue: T): T;
1432
- SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): T;
1433
- SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>, defaultValue: T): T;
1432
+ SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
1433
+ SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
1434
1434
  ElementAt(index: int): T;
1435
1435
  ElementAt(index: System.Index): T;
1436
1436
  ElementAtOrDefault(index: int): T;
@@ -1444,13 +1444,13 @@ export interface __Ext_IQueryable_1<T> {
1444
1444
  SequenceEqual(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
1445
1445
  Shuffle(): System_Linq.IQueryable_1<T>;
1446
1446
  Any(): boolean;
1447
- Any(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): boolean;
1448
- All(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): boolean;
1447
+ Any(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): boolean;
1448
+ All(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): boolean;
1449
1449
  Count(): int;
1450
- Count(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): int;
1451
- CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, CLROf<int>>>;
1450
+ Count(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): int;
1451
+ CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
1452
1452
  LongCount(): long;
1453
- LongCount(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<boolean>>>): long;
1453
+ LongCount(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): long;
1454
1454
  Min(): T;
1455
1455
  Min(comparer: System_Collections_Generic.IComparer_1<T>): T;
1456
1456
  Min<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult;
@@ -1462,41 +1462,41 @@ export interface __Ext_IQueryable_1<T> {
1462
1462
  MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T;
1463
1463
  MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T>): T;
1464
1464
  Sum(): int;
1465
- Sum(): System.Nullable_1<CLROf<int>>;
1465
+ Sum(): System.Nullable_1<System_Internal.Int32>;
1466
1466
  Sum(): long;
1467
- Sum(): System.Nullable_1<CLROf<long>>;
1467
+ Sum(): System.Nullable_1<System_Internal.Int64>;
1468
1468
  Sum(): float;
1469
- Sum(): System.Nullable_1<CLROf<float>>;
1469
+ Sum(): System.Nullable_1<System_Internal.Single>;
1470
1470
  Sum(): double;
1471
- Sum(): System.Nullable_1<CLROf<double>>;
1471
+ Sum(): System.Nullable_1<System_Internal.Double>;
1472
1472
  Sum(): decimal;
1473
- Sum(): System.Nullable_1<CLROf<decimal>>;
1474
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<int>>>): int;
1475
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<CLROf<int>>>>): System.Nullable_1<CLROf<int>>;
1476
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<long>>>): long;
1477
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<CLROf<long>>>>): System.Nullable_1<CLROf<long>>;
1478
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<float>>>): float;
1479
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<CLROf<float>>>>): System.Nullable_1<CLROf<float>>;
1480
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<double>>>): double;
1481
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<CLROf<double>>>>): System.Nullable_1<CLROf<double>>;
1482
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<decimal>>>): decimal;
1483
- Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<CLROf<decimal>>>>): System.Nullable_1<CLROf<decimal>>;
1473
+ Sum(): System.Nullable_1<System_Internal.Decimal>;
1474
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int32>>): int;
1475
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int32>>>): System.Nullable_1<System_Internal.Int32>;
1476
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int64>>): long;
1477
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int64>>>): System.Nullable_1<System_Internal.Int64>;
1478
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Single>>): float;
1479
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Single>>>): System.Nullable_1<System_Internal.Single>;
1480
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Double>>): double;
1481
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Double>>>): System.Nullable_1<System_Internal.Double>;
1482
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Decimal>>): decimal;
1483
+ Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>>): System.Nullable_1<System_Internal.Decimal>;
1484
1484
  Average(): double;
1485
- Average(): System.Nullable_1<CLROf<double>>;
1485
+ Average(): System.Nullable_1<System_Internal.Double>;
1486
1486
  Average(): double;
1487
- Average(): System.Nullable_1<CLROf<double>>;
1487
+ Average(): System.Nullable_1<System_Internal.Double>;
1488
1488
  Average(): float;
1489
- Average(): System.Nullable_1<CLROf<float>>;
1489
+ Average(): System.Nullable_1<System_Internal.Single>;
1490
1490
  Average(): double;
1491
- Average(): System.Nullable_1<CLROf<double>>;
1491
+ Average(): System.Nullable_1<System_Internal.Double>;
1492
1492
  Average(): decimal;
1493
- Average(): System.Nullable_1<CLROf<decimal>>;
1494
- Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<int>>>): double;
1495
- Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<CLROf<int>>>>): System.Nullable_1<CLROf<double>>;
1496
- Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<float>>>): float;
1497
- Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<CLROf<float>>>>): System.Nullable_1<CLROf<float>>;
1498
- Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, CLROf<decimal>>>): decimal;
1499
- Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<CLROf<decimal>>>>): System.Nullable_1<CLROf<decimal>>;
1493
+ Average(): System.Nullable_1<System_Internal.Decimal>;
1494
+ Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int32>>): double;
1495
+ Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int32>>>): System.Nullable_1<System_Internal.Double>;
1496
+ Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Single>>): float;
1497
+ Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Single>>>): System.Nullable_1<System_Internal.Single>;
1498
+ Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Decimal>>): decimal;
1499
+ Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>>): System.Nullable_1<System_Internal.Decimal>;
1500
1500
  Aggregate(func: System_Linq_Expressions.Expression_1<System.Func_3<T, T, T>>): T;
1501
1501
  Aggregate<TAccumulate>(seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>): TAccumulate;
1502
1502
  Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TAccumulate, TResult>>): TResult;
@@ -1594,25 +1594,25 @@ export interface __Ext_Socket {
1594
1594
  ConnectAsync(addresses: System_Net.IPAddress[], port: int, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask;
1595
1595
  ConnectAsync(host: string, port: int): System_Threading_Tasks.Task;
1596
1596
  ConnectAsync(host: string, port: int, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask;
1597
- ReceiveAsync(buffer: System.ArraySegment_1<CLROf<byte>>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<CLROf<int>>;
1598
- ReceiveAsync(buffer: System.Memory_1<CLROf<byte>>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<int>>;
1599
- ReceiveAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<CLROf<byte>>>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<CLROf<int>>;
1600
- ReceiveFromAsync(buffer: System.ArraySegment_1<CLROf<byte>>, socketFlags: System_Net_Sockets.SocketFlags, remoteEndPoint: System_Net.EndPoint): System_Threading_Tasks.Task_1<System_Net_Sockets.SocketReceiveFromResult>;
1601
- ReceiveMessageFromAsync(buffer: System.ArraySegment_1<CLROf<byte>>, socketFlags: System_Net_Sockets.SocketFlags, remoteEndPoint: System_Net.EndPoint): System_Threading_Tasks.Task_1<System_Net_Sockets.SocketReceiveMessageFromResult>;
1602
- SendAsync(buffer: System.ArraySegment_1<CLROf<byte>>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<CLROf<int>>;
1603
- SendAsync(buffer: System.ReadOnlyMemory_1<CLROf<byte>>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<CLROf<int>>;
1604
- SendAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<CLROf<byte>>>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<CLROf<int>>;
1605
- SendToAsync(buffer: System.ArraySegment_1<CLROf<byte>>, socketFlags: System_Net_Sockets.SocketFlags, remoteEP: System_Net.EndPoint): System_Threading_Tasks.Task_1<CLROf<int>>;
1597
+ ReceiveAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<System_Internal.Int32>;
1598
+ ReceiveAsync(buffer: System.Memory_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
1599
+ ReceiveAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<System_Internal.Byte>>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<System_Internal.Int32>;
1600
+ ReceiveFromAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEndPoint: System_Net.EndPoint): System_Threading_Tasks.Task_1<System_Net_Sockets.SocketReceiveFromResult>;
1601
+ ReceiveMessageFromAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEndPoint: System_Net.EndPoint): System_Threading_Tasks.Task_1<System_Net_Sockets.SocketReceiveMessageFromResult>;
1602
+ SendAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<System_Internal.Int32>;
1603
+ SendAsync(buffer: System.ReadOnlyMemory_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
1604
+ SendAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<System_Internal.Byte>>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<System_Internal.Int32>;
1605
+ SendToAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEP: System_Net.EndPoint): System_Threading_Tasks.Task_1<System_Internal.Int32>;
1606
1606
  }
1607
1607
 
1608
1608
  export interface __Ext_Plane {
1609
1609
  AsVector4(): System_Numerics.Vector4;
1610
- AsVector128(): System_Runtime_Intrinsics.Vector128_1<CLROf<float>>;
1610
+ AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
1611
1611
  }
1612
1612
 
1613
1613
  export interface __Ext_Quaternion {
1614
1614
  AsVector4(): System_Numerics.Vector4;
1615
- AsVector128(): System_Runtime_Intrinsics.Vector128_1<CLROf<float>>;
1615
+ AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
1616
1616
  }
1617
1617
 
1618
1618
  export interface __Ext_Vector_1<T> {
@@ -1621,8 +1621,8 @@ export interface __Ext_Vector_1<T> {
1621
1621
  Store(destination: ptr<T>): void;
1622
1622
  StoreAligned(destination: ptr<T>): void;
1623
1623
  StoreAlignedNonTemporal(destination: ptr<T>): void;
1624
- StoreUnsafe(destination: ref<T>): void;
1625
- StoreUnsafe(destination: ref<T>, elementOffset: nuint): void;
1624
+ StoreUnsafe(destination: T): void;
1625
+ StoreUnsafe(destination: T, elementOffset: nuint): void;
1626
1626
  ToScalar(): T;
1627
1627
  WithElement(index: int, value: T): System_Numerics.Vector_1<T>;
1628
1628
  AsVector128(): System_Runtime_Intrinsics.Vector128_1<T>;
@@ -1640,12 +1640,12 @@ export interface __Ext_Vector2 {
1640
1640
  Store(destination: ptr<float>): void;
1641
1641
  StoreAligned(destination: ptr<float>): void;
1642
1642
  StoreAlignedNonTemporal(destination: ptr<float>): void;
1643
- StoreUnsafe(destination: ref<float>): void;
1644
- StoreUnsafe(destination: ref<float>, elementOffset: nuint): void;
1643
+ StoreUnsafe(destination: float): void;
1644
+ StoreUnsafe(destination: float, elementOffset: nuint): void;
1645
1645
  ToScalar(): float;
1646
1646
  WithElement(index: int, value: float): System_Numerics.Vector2;
1647
- AsVector128(): System_Runtime_Intrinsics.Vector128_1<CLROf<float>>;
1648
- AsVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<CLROf<float>>;
1647
+ AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
1648
+ AsVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
1649
1649
  }
1650
1650
 
1651
1651
  export interface __Ext_Vector3 {
@@ -1657,12 +1657,12 @@ export interface __Ext_Vector3 {
1657
1657
  Store(destination: ptr<float>): void;
1658
1658
  StoreAligned(destination: ptr<float>): void;
1659
1659
  StoreAlignedNonTemporal(destination: ptr<float>): void;
1660
- StoreUnsafe(destination: ref<float>): void;
1661
- StoreUnsafe(destination: ref<float>, elementOffset: nuint): void;
1660
+ StoreUnsafe(destination: float): void;
1661
+ StoreUnsafe(destination: float, elementOffset: nuint): void;
1662
1662
  ToScalar(): float;
1663
1663
  WithElement(index: int, value: float): System_Numerics.Vector3;
1664
- AsVector128(): System_Runtime_Intrinsics.Vector128_1<CLROf<float>>;
1665
- AsVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<CLROf<float>>;
1664
+ AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
1665
+ AsVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
1666
1666
  }
1667
1667
 
1668
1668
  export interface __Ext_Vector4 {
@@ -1675,11 +1675,11 @@ export interface __Ext_Vector4 {
1675
1675
  Store(destination: ptr<float>): void;
1676
1676
  StoreAligned(destination: ptr<float>): void;
1677
1677
  StoreAlignedNonTemporal(destination: ptr<float>): void;
1678
- StoreUnsafe(destination: ref<float>): void;
1679
- StoreUnsafe(destination: ref<float>, elementOffset: nuint): void;
1678
+ StoreUnsafe(destination: float): void;
1679
+ StoreUnsafe(destination: float, elementOffset: nuint): void;
1680
1680
  ToScalar(): float;
1681
1681
  WithElement(index: int, value: float): System_Numerics.Vector4;
1682
- AsVector128(): System_Runtime_Intrinsics.Vector128_1<CLROf<float>>;
1682
+ AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
1683
1683
  }
1684
1684
 
1685
1685
  export interface __Ext_Assembly {
@@ -1692,7 +1692,7 @@ export interface __Ext_Assembly {
1692
1692
  GetExportedTypes(): System.Type[];
1693
1693
  GetModules(): System_Reflection.Module[];
1694
1694
  GetTypes(): System.Type[];
1695
- TryGetRawMetadata(blob: ref<ptr<byte>>, length: ref<int>): boolean;
1695
+ TryGetRawMetadata(blob: ptr<byte>, length: int): boolean;
1696
1696
  }
1697
1697
 
1698
1698
  export interface __Ext_Module {
@@ -1859,18 +1859,18 @@ export interface __Ext_PinnedGCHandle_1<T> {
1859
1859
 
1860
1860
  export interface __Ext_Vector128_1<T> {
1861
1861
  As<TTo>(): System_Runtime_Intrinsics.Vector128_1<TTo>;
1862
- AsByte(): System_Runtime_Intrinsics.Vector128_1<CLROf<byte>>;
1863
- AsDouble(): System_Runtime_Intrinsics.Vector128_1<CLROf<double>>;
1864
- AsInt16(): System_Runtime_Intrinsics.Vector128_1<CLROf<short>>;
1865
- AsInt32(): System_Runtime_Intrinsics.Vector128_1<CLROf<int>>;
1866
- AsInt64(): System_Runtime_Intrinsics.Vector128_1<CLROf<long>>;
1867
- AsNInt(): System_Runtime_Intrinsics.Vector128_1<CLROf<nint>>;
1868
- AsNUInt(): System_Runtime_Intrinsics.Vector128_1<CLROf<nuint>>;
1869
- AsSByte(): System_Runtime_Intrinsics.Vector128_1<CLROf<sbyte>>;
1870
- AsSingle(): System_Runtime_Intrinsics.Vector128_1<CLROf<float>>;
1871
- AsUInt16(): System_Runtime_Intrinsics.Vector128_1<CLROf<ushort>>;
1872
- AsUInt32(): System_Runtime_Intrinsics.Vector128_1<CLROf<uint>>;
1873
- AsUInt64(): System_Runtime_Intrinsics.Vector128_1<CLROf<ulong>>;
1862
+ AsByte(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Byte>;
1863
+ AsDouble(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Double>;
1864
+ AsInt16(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Int16>;
1865
+ AsInt32(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Int32>;
1866
+ AsInt64(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Int64>;
1867
+ AsNInt(): System_Runtime_Intrinsics.Vector128_1<System_Internal.IntPtr>;
1868
+ AsNUInt(): System_Runtime_Intrinsics.Vector128_1<System_Internal.UIntPtr>;
1869
+ AsSByte(): System_Runtime_Intrinsics.Vector128_1<System_Internal.SByte>;
1870
+ AsSingle(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
1871
+ AsUInt16(): System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt16>;
1872
+ AsUInt32(): System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt32>;
1873
+ AsUInt64(): System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt64>;
1874
1874
  CopyTo(destination: T[]): void;
1875
1875
  CopyTo(destination: T[], startIndex: int): void;
1876
1876
  CopyTo(destination: System.Span_1<T>): void;
@@ -1881,8 +1881,8 @@ export interface __Ext_Vector128_1<T> {
1881
1881
  Store(destination: ptr<T>): void;
1882
1882
  StoreAligned(destination: ptr<T>): void;
1883
1883
  StoreAlignedNonTemporal(destination: ptr<T>): void;
1884
- StoreUnsafe(destination: ref<T>): void;
1885
- StoreUnsafe(destination: ref<T>, elementOffset: nuint): void;
1884
+ StoreUnsafe(destination: T): void;
1885
+ StoreUnsafe(destination: T, elementOffset: nuint): void;
1886
1886
  ToScalar(): T;
1887
1887
  ToVector256(): System_Runtime_Intrinsics.Vector256_1<T>;
1888
1888
  ToVector256Unsafe(): System_Runtime_Intrinsics.Vector256_1<T>;
@@ -1900,18 +1900,18 @@ export interface __Ext_Vector128_1<T> {
1900
1900
 
1901
1901
  export interface __Ext_Vector256_1<T> {
1902
1902
  As<TTo>(): System_Runtime_Intrinsics.Vector256_1<TTo>;
1903
- AsByte(): System_Runtime_Intrinsics.Vector256_1<CLROf<byte>>;
1904
- AsDouble(): System_Runtime_Intrinsics.Vector256_1<CLROf<double>>;
1905
- AsInt16(): System_Runtime_Intrinsics.Vector256_1<CLROf<short>>;
1906
- AsInt32(): System_Runtime_Intrinsics.Vector256_1<CLROf<int>>;
1907
- AsInt64(): System_Runtime_Intrinsics.Vector256_1<CLROf<long>>;
1908
- AsNInt(): System_Runtime_Intrinsics.Vector256_1<CLROf<nint>>;
1909
- AsNUInt(): System_Runtime_Intrinsics.Vector256_1<CLROf<nuint>>;
1910
- AsSByte(): System_Runtime_Intrinsics.Vector256_1<CLROf<sbyte>>;
1911
- AsSingle(): System_Runtime_Intrinsics.Vector256_1<CLROf<float>>;
1912
- AsUInt16(): System_Runtime_Intrinsics.Vector256_1<CLROf<ushort>>;
1913
- AsUInt32(): System_Runtime_Intrinsics.Vector256_1<CLROf<uint>>;
1914
- AsUInt64(): System_Runtime_Intrinsics.Vector256_1<CLROf<ulong>>;
1903
+ AsByte(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Byte>;
1904
+ AsDouble(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Double>;
1905
+ AsInt16(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Int16>;
1906
+ AsInt32(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Int32>;
1907
+ AsInt64(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Int64>;
1908
+ AsNInt(): System_Runtime_Intrinsics.Vector256_1<System_Internal.IntPtr>;
1909
+ AsNUInt(): System_Runtime_Intrinsics.Vector256_1<System_Internal.UIntPtr>;
1910
+ AsSByte(): System_Runtime_Intrinsics.Vector256_1<System_Internal.SByte>;
1911
+ AsSingle(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Single>;
1912
+ AsUInt16(): System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt16>;
1913
+ AsUInt32(): System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt32>;
1914
+ AsUInt64(): System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt64>;
1915
1915
  AsVector(): System_Numerics.Vector_1<T>;
1916
1916
  CopyTo(destination: T[]): void;
1917
1917
  CopyTo(destination: T[], startIndex: int): void;
@@ -1923,8 +1923,8 @@ export interface __Ext_Vector256_1<T> {
1923
1923
  Store(destination: ptr<T>): void;
1924
1924
  StoreAligned(destination: ptr<T>): void;
1925
1925
  StoreAlignedNonTemporal(destination: ptr<T>): void;
1926
- StoreUnsafe(destination: ref<T>): void;
1927
- StoreUnsafe(destination: ref<T>, elementOffset: nuint): void;
1926
+ StoreUnsafe(destination: T): void;
1927
+ StoreUnsafe(destination: T, elementOffset: nuint): void;
1928
1928
  ToScalar(): T;
1929
1929
  ToVector512(): System_Runtime_Intrinsics.Vector512_1<T>;
1930
1930
  ToVector512Unsafe(): System_Runtime_Intrinsics.Vector512_1<T>;
@@ -1936,18 +1936,18 @@ export interface __Ext_Vector256_1<T> {
1936
1936
 
1937
1937
  export interface __Ext_Vector512_1<T> {
1938
1938
  As<TTo>(): System_Runtime_Intrinsics.Vector512_1<TTo>;
1939
- AsByte(): System_Runtime_Intrinsics.Vector512_1<CLROf<byte>>;
1940
- AsDouble(): System_Runtime_Intrinsics.Vector512_1<CLROf<double>>;
1941
- AsInt16(): System_Runtime_Intrinsics.Vector512_1<CLROf<short>>;
1942
- AsInt32(): System_Runtime_Intrinsics.Vector512_1<CLROf<int>>;
1943
- AsInt64(): System_Runtime_Intrinsics.Vector512_1<CLROf<long>>;
1944
- AsNInt(): System_Runtime_Intrinsics.Vector512_1<CLROf<nint>>;
1945
- AsNUInt(): System_Runtime_Intrinsics.Vector512_1<CLROf<nuint>>;
1946
- AsSByte(): System_Runtime_Intrinsics.Vector512_1<CLROf<sbyte>>;
1947
- AsSingle(): System_Runtime_Intrinsics.Vector512_1<CLROf<float>>;
1948
- AsUInt16(): System_Runtime_Intrinsics.Vector512_1<CLROf<ushort>>;
1949
- AsUInt32(): System_Runtime_Intrinsics.Vector512_1<CLROf<uint>>;
1950
- AsUInt64(): System_Runtime_Intrinsics.Vector512_1<CLROf<ulong>>;
1939
+ AsByte(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Byte>;
1940
+ AsDouble(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Double>;
1941
+ AsInt16(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Int16>;
1942
+ AsInt32(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Int32>;
1943
+ AsInt64(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Int64>;
1944
+ AsNInt(): System_Runtime_Intrinsics.Vector512_1<System_Internal.IntPtr>;
1945
+ AsNUInt(): System_Runtime_Intrinsics.Vector512_1<System_Internal.UIntPtr>;
1946
+ AsSByte(): System_Runtime_Intrinsics.Vector512_1<System_Internal.SByte>;
1947
+ AsSingle(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Single>;
1948
+ AsUInt16(): System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt16>;
1949
+ AsUInt32(): System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt32>;
1950
+ AsUInt64(): System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt64>;
1951
1951
  AsVector(): System_Numerics.Vector_1<T>;
1952
1952
  CopyTo(destination: T[]): void;
1953
1953
  CopyTo(destination: T[], startIndex: int): void;
@@ -1959,8 +1959,8 @@ export interface __Ext_Vector512_1<T> {
1959
1959
  Store(destination: ptr<T>): void;
1960
1960
  StoreAligned(destination: ptr<T>): void;
1961
1961
  StoreAlignedNonTemporal(destination: ptr<T>): void;
1962
- StoreUnsafe(destination: ref<T>): void;
1963
- StoreUnsafe(destination: ref<T>, elementOffset: nuint): void;
1962
+ StoreUnsafe(destination: T): void;
1963
+ StoreUnsafe(destination: T, elementOffset: nuint): void;
1964
1964
  ToScalar(): T;
1965
1965
  TryCopyTo(destination: System.Span_1<T>): boolean;
1966
1966
  WithElement(index: int, value: T): System_Runtime_Intrinsics.Vector512_1<T>;
@@ -1970,18 +1970,18 @@ export interface __Ext_Vector512_1<T> {
1970
1970
 
1971
1971
  export interface __Ext_Vector64_1<T> {
1972
1972
  As<TTo>(): System_Runtime_Intrinsics.Vector64_1<TTo>;
1973
- AsByte(): System_Runtime_Intrinsics.Vector64_1<CLROf<byte>>;
1974
- AsDouble(): System_Runtime_Intrinsics.Vector64_1<CLROf<double>>;
1975
- AsInt16(): System_Runtime_Intrinsics.Vector64_1<CLROf<short>>;
1976
- AsInt32(): System_Runtime_Intrinsics.Vector64_1<CLROf<int>>;
1977
- AsInt64(): System_Runtime_Intrinsics.Vector64_1<CLROf<long>>;
1978
- AsNInt(): System_Runtime_Intrinsics.Vector64_1<CLROf<nint>>;
1979
- AsNUInt(): System_Runtime_Intrinsics.Vector64_1<CLROf<nuint>>;
1980
- AsSByte(): System_Runtime_Intrinsics.Vector64_1<CLROf<sbyte>>;
1981
- AsSingle(): System_Runtime_Intrinsics.Vector64_1<CLROf<float>>;
1982
- AsUInt16(): System_Runtime_Intrinsics.Vector64_1<CLROf<ushort>>;
1983
- AsUInt32(): System_Runtime_Intrinsics.Vector64_1<CLROf<uint>>;
1984
- AsUInt64(): System_Runtime_Intrinsics.Vector64_1<CLROf<ulong>>;
1973
+ AsByte(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Byte>;
1974
+ AsDouble(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Double>;
1975
+ AsInt16(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Int16>;
1976
+ AsInt32(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Int32>;
1977
+ AsInt64(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Int64>;
1978
+ AsNInt(): System_Runtime_Intrinsics.Vector64_1<System_Internal.IntPtr>;
1979
+ AsNUInt(): System_Runtime_Intrinsics.Vector64_1<System_Internal.UIntPtr>;
1980
+ AsSByte(): System_Runtime_Intrinsics.Vector64_1<System_Internal.SByte>;
1981
+ AsSingle(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Single>;
1982
+ AsUInt16(): System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt16>;
1983
+ AsUInt32(): System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt32>;
1984
+ AsUInt64(): System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt64>;
1985
1985
  CopyTo(destination: T[]): void;
1986
1986
  CopyTo(destination: T[], startIndex: int): void;
1987
1987
  CopyTo(destination: System.Span_1<T>): void;
@@ -1990,8 +1990,8 @@ export interface __Ext_Vector64_1<T> {
1990
1990
  Store(destination: ptr<T>): void;
1991
1991
  StoreAligned(destination: ptr<T>): void;
1992
1992
  StoreAlignedNonTemporal(destination: ptr<T>): void;
1993
- StoreUnsafe(destination: ref<T>): void;
1994
- StoreUnsafe(destination: ref<T>, elementOffset: nuint): void;
1993
+ StoreUnsafe(destination: T): void;
1994
+ StoreUnsafe(destination: T, elementOffset: nuint): void;
1995
1995
  ToScalar(): T;
1996
1996
  ToVector128(): System_Runtime_Intrinsics.Vector128_1<T>;
1997
1997
  ToVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<T>;
@@ -2022,24 +2022,24 @@ export interface __Ext_X509Certificate2 {
2022
2022
  }
2023
2023
 
2024
2024
  export interface __Ext_Encoding {
2025
- GetBytes(chars: System.ReadOnlySpan_1<CLROf<char>>, writer: System_Buffers.IBufferWriter_1<CLROf<byte>>): long;
2026
- GetBytes(chars: ref<System_Buffers.ReadOnlySequence_1<CLROf<char>>>, writer: System_Buffers.IBufferWriter_1<CLROf<byte>>): long;
2027
- GetBytes(chars: ref<System_Buffers.ReadOnlySequence_1<CLROf<char>>>, bytes: System.Span_1<CLROf<byte>>): int;
2028
- GetBytes(chars: ref<System_Buffers.ReadOnlySequence_1<CLROf<char>>>): byte[];
2029
- GetChars(bytes: System.ReadOnlySpan_1<CLROf<byte>>, writer: System_Buffers.IBufferWriter_1<CLROf<char>>): long;
2030
- GetChars(bytes: ref<System_Buffers.ReadOnlySequence_1<CLROf<byte>>>, writer: System_Buffers.IBufferWriter_1<CLROf<char>>): long;
2031
- GetChars(bytes: ref<System_Buffers.ReadOnlySequence_1<CLROf<byte>>>, chars: System.Span_1<CLROf<char>>): int;
2032
- GetString(bytes: ref<System_Buffers.ReadOnlySequence_1<CLROf<byte>>>): string;
2025
+ GetBytes(chars: System.ReadOnlySpan_1<System_Internal.Char>, writer: System_Buffers.IBufferWriter_1<System_Internal.Byte>): long;
2026
+ GetBytes(chars: System_Buffers.ReadOnlySequence_1<System_Internal.Char>, writer: System_Buffers.IBufferWriter_1<System_Internal.Byte>): long;
2027
+ GetBytes(chars: System_Buffers.ReadOnlySequence_1<System_Internal.Char>, bytes: System.Span_1<System_Internal.Byte>): int;
2028
+ GetBytes(chars: System_Buffers.ReadOnlySequence_1<System_Internal.Char>): byte[];
2029
+ GetChars(bytes: System.ReadOnlySpan_1<System_Internal.Byte>, writer: System_Buffers.IBufferWriter_1<System_Internal.Char>): long;
2030
+ GetChars(bytes: System_Buffers.ReadOnlySequence_1<System_Internal.Byte>, writer: System_Buffers.IBufferWriter_1<System_Internal.Char>): long;
2031
+ GetChars(bytes: System_Buffers.ReadOnlySequence_1<System_Internal.Byte>, chars: System.Span_1<System_Internal.Char>): int;
2032
+ GetString(bytes: System_Buffers.ReadOnlySequence_1<System_Internal.Byte>): string;
2033
2033
  }
2034
2034
 
2035
2035
  export interface __Ext_Encoder {
2036
- Convert(chars: System.ReadOnlySpan_1<CLROf<char>>, writer: System_Buffers.IBufferWriter_1<CLROf<byte>>, flush: boolean, bytesUsed: ref<long>, completed: ref<boolean>): void;
2037
- Convert(chars: ref<System_Buffers.ReadOnlySequence_1<CLROf<char>>>, writer: System_Buffers.IBufferWriter_1<CLROf<byte>>, flush: boolean, bytesUsed: ref<long>, completed: ref<boolean>): void;
2036
+ Convert(chars: System.ReadOnlySpan_1<System_Internal.Char>, writer: System_Buffers.IBufferWriter_1<System_Internal.Byte>, flush: boolean, bytesUsed: long, completed: boolean): void;
2037
+ Convert(chars: System_Buffers.ReadOnlySequence_1<System_Internal.Char>, writer: System_Buffers.IBufferWriter_1<System_Internal.Byte>, flush: boolean, bytesUsed: long, completed: boolean): void;
2038
2038
  }
2039
2039
 
2040
2040
  export interface __Ext_Decoder {
2041
- Convert(bytes: System.ReadOnlySpan_1<CLROf<byte>>, writer: System_Buffers.IBufferWriter_1<CLROf<char>>, flush: boolean, charsUsed: ref<long>, completed: ref<boolean>): void;
2042
- Convert(bytes: ref<System_Buffers.ReadOnlySequence_1<CLROf<byte>>>, writer: System_Buffers.IBufferWriter_1<CLROf<char>>, flush: boolean, charsUsed: ref<long>, completed: ref<boolean>): void;
2041
+ Convert(bytes: System.ReadOnlySpan_1<System_Internal.Byte>, writer: System_Buffers.IBufferWriter_1<System_Internal.Char>, flush: boolean, charsUsed: long, completed: boolean): void;
2042
+ Convert(bytes: System_Buffers.ReadOnlySequence_1<System_Internal.Byte>, writer: System_Buffers.IBufferWriter_1<System_Internal.Char>, flush: boolean, charsUsed: long, completed: boolean): void;
2043
2043
  }
2044
2044
 
2045
2045
  export interface __Ext_JsonDocument {
@@ -2119,20 +2119,20 @@ export interface __Ext_ISourceBlock_1<TOutput> {
2119
2119
  Receive(cancellationToken: System_Threading.CancellationToken): TOutput;
2120
2120
  Receive(timeout: System.TimeSpan): TOutput;
2121
2121
  Receive(timeout: System.TimeSpan, cancellationToken: System_Threading.CancellationToken): TOutput;
2122
- OutputAvailableAsync(): System_Threading_Tasks.Task_1<CLROf<boolean>>;
2123
- OutputAvailableAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<CLROf<boolean>>;
2122
+ OutputAvailableAsync(): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
2123
+ OutputAvailableAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
2124
2124
  AsObservable(): System.IObservable_1<TOutput>;
2125
2125
  }
2126
2126
 
2127
2127
  export interface __Ext_ITargetBlock_1<TInput> {
2128
2128
  Post(item: TInput): boolean;
2129
- SendAsync(item: TInput): System_Threading_Tasks.Task_1<CLROf<boolean>>;
2130
- SendAsync(item: TInput, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<CLROf<boolean>>;
2129
+ SendAsync(item: TInput): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
2130
+ SendAsync(item: TInput, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
2131
2131
  AsObserver(): System.IObserver_1<TInput>;
2132
2132
  }
2133
2133
 
2134
2134
  export interface __Ext_IReceivableSourceBlock_1<TOutput> {
2135
- TryReceive(item: ref<TOutput>): boolean;
2135
+ TryReceive(item: TOutput): boolean;
2136
2136
  ReceiveAllAsync(cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TOutput>;
2137
2137
  }
2138
2138