@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
@@ -1623,7 +1623,17 @@
1623
1623
  "isSealed": false,
1624
1624
  "arity": 0,
1625
1625
  "parameterCount": 2,
1626
- "isExtensionMethod": false
1626
+ "isExtensionMethod": false,
1627
+ "parameterModifiers": [
1628
+ {
1629
+ "index": 0,
1630
+ "modifier": "in"
1631
+ },
1632
+ {
1633
+ "index": 1,
1634
+ "modifier": "in"
1635
+ }
1636
+ ]
1627
1637
  },
1628
1638
  {
1629
1639
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IAdviseSink::OnViewChange(System.Int32,System.Int32):System.Void",
@@ -1736,7 +1746,13 @@
1736
1746
  "isSealed": false,
1737
1747
  "arity": 0,
1738
1748
  "parameterCount": 1,
1739
- "isExtensionMethod": false
1749
+ "isExtensionMethod": false,
1750
+ "parameterModifiers": [
1751
+ {
1752
+ "index": 0,
1753
+ "modifier": "in"
1754
+ }
1755
+ ]
1740
1756
  },
1741
1757
  {
1742
1758
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::GetRunningObjectTable(System.Runtime.InteropServices.ComTypes.IRunningObjectTable\u0026):System.Void",
@@ -1752,7 +1768,13 @@
1752
1768
  "isSealed": false,
1753
1769
  "arity": 0,
1754
1770
  "parameterCount": 1,
1755
- "isExtensionMethod": false
1771
+ "isExtensionMethod": false,
1772
+ "parameterModifiers": [
1773
+ {
1774
+ "index": 0,
1775
+ "modifier": "out"
1776
+ }
1777
+ ]
1756
1778
  },
1757
1779
  {
1758
1780
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::RegisterObjectParam(System.String,System.Object):System.Void",
@@ -1784,7 +1806,13 @@
1784
1806
  "isSealed": false,
1785
1807
  "arity": 0,
1786
1808
  "parameterCount": 2,
1787
- "isExtensionMethod": false
1809
+ "isExtensionMethod": false,
1810
+ "parameterModifiers": [
1811
+ {
1812
+ "index": 1,
1813
+ "modifier": "out"
1814
+ }
1815
+ ]
1788
1816
  },
1789
1817
  {
1790
1818
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::EnumObjectParam(System.Runtime.InteropServices.ComTypes.IEnumString\u0026):System.Void",
@@ -1800,7 +1828,13 @@
1800
1828
  "isSealed": false,
1801
1829
  "arity": 0,
1802
1830
  "parameterCount": 1,
1803
- "isExtensionMethod": false
1831
+ "isExtensionMethod": false,
1832
+ "parameterModifiers": [
1833
+ {
1834
+ "index": 0,
1835
+ "modifier": "out"
1836
+ }
1837
+ ]
1804
1838
  },
1805
1839
  {
1806
1840
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::RevokeObjectParam(System.String):System.Int32",
@@ -1849,7 +1883,13 @@
1849
1883
  "isSealed": false,
1850
1884
  "arity": 0,
1851
1885
  "parameterCount": 1,
1852
- "isExtensionMethod": false
1886
+ "isExtensionMethod": false,
1887
+ "parameterModifiers": [
1888
+ {
1889
+ "index": 0,
1890
+ "modifier": "out"
1891
+ }
1892
+ ]
1853
1893
  },
1854
1894
  {
1855
1895
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::GetConnectionPointContainer(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer\u0026):System.Void",
@@ -1865,7 +1905,13 @@
1865
1905
  "isSealed": false,
1866
1906
  "arity": 0,
1867
1907
  "parameterCount": 1,
1868
- "isExtensionMethod": false
1908
+ "isExtensionMethod": false,
1909
+ "parameterModifiers": [
1910
+ {
1911
+ "index": 0,
1912
+ "modifier": "out"
1913
+ }
1914
+ ]
1869
1915
  },
1870
1916
  {
1871
1917
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::Advise(System.Object,System.Int32\u0026):System.Void",
@@ -1881,7 +1927,13 @@
1881
1927
  "isSealed": false,
1882
1928
  "arity": 0,
1883
1929
  "parameterCount": 2,
1884
- "isExtensionMethod": false
1930
+ "isExtensionMethod": false,
1931
+ "parameterModifiers": [
1932
+ {
1933
+ "index": 1,
1934
+ "modifier": "out"
1935
+ }
1936
+ ]
1885
1937
  },
1886
1938
  {
1887
1939
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::Unadvise(System.Int32):System.Void",
@@ -1913,7 +1965,13 @@
1913
1965
  "isSealed": false,
1914
1966
  "arity": 0,
1915
1967
  "parameterCount": 1,
1916
- "isExtensionMethod": false
1968
+ "isExtensionMethod": false,
1969
+ "parameterModifiers": [
1970
+ {
1971
+ "index": 0,
1972
+ "modifier": "out"
1973
+ }
1974
+ ]
1917
1975
  }
1918
1976
  ],
1919
1977
  "properties": [],
@@ -1946,7 +2004,13 @@
1946
2004
  "isSealed": false,
1947
2005
  "arity": 0,
1948
2006
  "parameterCount": 1,
1949
- "isExtensionMethod": false
2007
+ "isExtensionMethod": false,
2008
+ "parameterModifiers": [
2009
+ {
2010
+ "index": 0,
2011
+ "modifier": "out"
2012
+ }
2013
+ ]
1950
2014
  },
1951
2015
  {
1952
2016
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer::FindConnectionPoint(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.IConnectionPoint\u0026):System.Void",
@@ -1962,7 +2026,17 @@
1962
2026
  "isSealed": false,
1963
2027
  "arity": 0,
1964
2028
  "parameterCount": 2,
1965
- "isExtensionMethod": false
2029
+ "isExtensionMethod": false,
2030
+ "parameterModifiers": [
2031
+ {
2032
+ "index": 0,
2033
+ "modifier": "in"
2034
+ },
2035
+ {
2036
+ "index": 1,
2037
+ "modifier": "out"
2038
+ }
2039
+ ]
1966
2040
  }
1967
2041
  ],
1968
2042
  "properties": [],
@@ -1995,7 +2069,17 @@
1995
2069
  "isSealed": false,
1996
2070
  "arity": 0,
1997
2071
  "parameterCount": 2,
1998
- "isExtensionMethod": false
2072
+ "isExtensionMethod": false,
2073
+ "parameterModifiers": [
2074
+ {
2075
+ "index": 0,
2076
+ "modifier": "in"
2077
+ },
2078
+ {
2079
+ "index": 1,
2080
+ "modifier": "out"
2081
+ }
2082
+ ]
1999
2083
  },
2000
2084
  {
2001
2085
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::QueryGetData(System.Runtime.InteropServices.ComTypes.FORMATETC\u0026):System.Int32",
@@ -2011,7 +2095,13 @@
2011
2095
  "isSealed": false,
2012
2096
  "arity": 0,
2013
2097
  "parameterCount": 1,
2014
- "isExtensionMethod": false
2098
+ "isExtensionMethod": false,
2099
+ "parameterModifiers": [
2100
+ {
2101
+ "index": 0,
2102
+ "modifier": "in"
2103
+ }
2104
+ ]
2015
2105
  },
2016
2106
  {
2017
2107
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::GetCanonicalFormatEtc(System.Runtime.InteropServices.ComTypes.FORMATETC\u0026,System.Runtime.InteropServices.ComTypes.FORMATETC\u0026):System.Int32",
@@ -2027,7 +2117,17 @@
2027
2117
  "isSealed": false,
2028
2118
  "arity": 0,
2029
2119
  "parameterCount": 2,
2030
- "isExtensionMethod": false
2120
+ "isExtensionMethod": false,
2121
+ "parameterModifiers": [
2122
+ {
2123
+ "index": 0,
2124
+ "modifier": "in"
2125
+ },
2126
+ {
2127
+ "index": 1,
2128
+ "modifier": "out"
2129
+ }
2130
+ ]
2031
2131
  },
2032
2132
  {
2033
2133
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::SetData(System.Runtime.InteropServices.ComTypes.FORMATETC\u0026,System.Runtime.InteropServices.ComTypes.STGMEDIUM\u0026,System.Boolean):System.Void",
@@ -2043,7 +2143,17 @@
2043
2143
  "isSealed": false,
2044
2144
  "arity": 0,
2045
2145
  "parameterCount": 3,
2046
- "isExtensionMethod": false
2146
+ "isExtensionMethod": false,
2147
+ "parameterModifiers": [
2148
+ {
2149
+ "index": 0,
2150
+ "modifier": "in"
2151
+ },
2152
+ {
2153
+ "index": 1,
2154
+ "modifier": "in"
2155
+ }
2156
+ ]
2047
2157
  },
2048
2158
  {
2049
2159
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR):System.Runtime.InteropServices.ComTypes.IEnumFORMATETC",
@@ -2075,7 +2185,17 @@
2075
2185
  "isSealed": false,
2076
2186
  "arity": 0,
2077
2187
  "parameterCount": 4,
2078
- "isExtensionMethod": false
2188
+ "isExtensionMethod": false,
2189
+ "parameterModifiers": [
2190
+ {
2191
+ "index": 0,
2192
+ "modifier": "in"
2193
+ },
2194
+ {
2195
+ "index": 3,
2196
+ "modifier": "out"
2197
+ }
2198
+ ]
2079
2199
  },
2080
2200
  {
2081
2201
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::DUnadvise(System.Int32):System.Void",
@@ -2107,7 +2227,13 @@
2107
2227
  "isSealed": false,
2108
2228
  "arity": 0,
2109
2229
  "parameterCount": 1,
2110
- "isExtensionMethod": false
2230
+ "isExtensionMethod": false,
2231
+ "parameterModifiers": [
2232
+ {
2233
+ "index": 0,
2234
+ "modifier": "out"
2235
+ }
2236
+ ]
2111
2237
  }
2112
2238
  ],
2113
2239
  "properties": [],
@@ -2188,7 +2314,13 @@
2188
2314
  "isSealed": false,
2189
2315
  "arity": 0,
2190
2316
  "parameterCount": 1,
2191
- "isExtensionMethod": false
2317
+ "isExtensionMethod": false,
2318
+ "parameterModifiers": [
2319
+ {
2320
+ "index": 0,
2321
+ "modifier": "out"
2322
+ }
2323
+ ]
2192
2324
  }
2193
2325
  ],
2194
2326
  "properties": [],
@@ -2269,7 +2401,13 @@
2269
2401
  "isSealed": false,
2270
2402
  "arity": 0,
2271
2403
  "parameterCount": 1,
2272
- "isExtensionMethod": false
2404
+ "isExtensionMethod": false,
2405
+ "parameterModifiers": [
2406
+ {
2407
+ "index": 0,
2408
+ "modifier": "out"
2409
+ }
2410
+ ]
2273
2411
  }
2274
2412
  ],
2275
2413
  "properties": [],
@@ -2350,7 +2488,13 @@
2350
2488
  "isSealed": false,
2351
2489
  "arity": 0,
2352
2490
  "parameterCount": 1,
2353
- "isExtensionMethod": false
2491
+ "isExtensionMethod": false,
2492
+ "parameterModifiers": [
2493
+ {
2494
+ "index": 0,
2495
+ "modifier": "out"
2496
+ }
2497
+ ]
2354
2498
  }
2355
2499
  ],
2356
2500
  "properties": [],
@@ -2431,7 +2575,13 @@
2431
2575
  "isSealed": false,
2432
2576
  "arity": 0,
2433
2577
  "parameterCount": 1,
2434
- "isExtensionMethod": false
2578
+ "isExtensionMethod": false,
2579
+ "parameterModifiers": [
2580
+ {
2581
+ "index": 0,
2582
+ "modifier": "out"
2583
+ }
2584
+ ]
2435
2585
  }
2436
2586
  ],
2437
2587
  "properties": [],
@@ -2512,7 +2662,13 @@
2512
2662
  "isSealed": false,
2513
2663
  "arity": 0,
2514
2664
  "parameterCount": 1,
2515
- "isExtensionMethod": false
2665
+ "isExtensionMethod": false,
2666
+ "parameterModifiers": [
2667
+ {
2668
+ "index": 0,
2669
+ "modifier": "out"
2670
+ }
2671
+ ]
2516
2672
  }
2517
2673
  ],
2518
2674
  "properties": [],
@@ -2593,7 +2749,13 @@
2593
2749
  "isSealed": false,
2594
2750
  "arity": 0,
2595
2751
  "parameterCount": 1,
2596
- "isExtensionMethod": false
2752
+ "isExtensionMethod": false,
2753
+ "parameterModifiers": [
2754
+ {
2755
+ "index": 0,
2756
+ "modifier": "out"
2757
+ }
2758
+ ]
2597
2759
  }
2598
2760
  ],
2599
2761
  "properties": [],
@@ -2707,7 +2869,13 @@
2707
2869
  "isSealed": false,
2708
2870
  "arity": 0,
2709
2871
  "parameterCount": 1,
2710
- "isExtensionMethod": false
2872
+ "isExtensionMethod": false,
2873
+ "parameterModifiers": [
2874
+ {
2875
+ "index": 0,
2876
+ "modifier": "out"
2877
+ }
2878
+ ]
2711
2879
  },
2712
2880
  {
2713
2881
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsDirty():System.Int32",
@@ -2771,7 +2939,13 @@
2771
2939
  "isSealed": false,
2772
2940
  "arity": 0,
2773
2941
  "parameterCount": 1,
2774
- "isExtensionMethod": false
2942
+ "isExtensionMethod": false,
2943
+ "parameterModifiers": [
2944
+ {
2945
+ "index": 0,
2946
+ "modifier": "out"
2947
+ }
2948
+ ]
2775
2949
  },
2776
2950
  {
2777
2951
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::BindToObject(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -2787,7 +2961,17 @@
2787
2961
  "isSealed": false,
2788
2962
  "arity": 0,
2789
2963
  "parameterCount": 4,
2790
- "isExtensionMethod": false
2964
+ "isExtensionMethod": false,
2965
+ "parameterModifiers": [
2966
+ {
2967
+ "index": 2,
2968
+ "modifier": "in"
2969
+ },
2970
+ {
2971
+ "index": 3,
2972
+ "modifier": "out"
2973
+ }
2974
+ ]
2791
2975
  },
2792
2976
  {
2793
2977
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Reduce(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker\u0026,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
@@ -2803,7 +2987,17 @@
2803
2987
  "isSealed": false,
2804
2988
  "arity": 0,
2805
2989
  "parameterCount": 4,
2806
- "isExtensionMethod": false
2990
+ "isExtensionMethod": false,
2991
+ "parameterModifiers": [
2992
+ {
2993
+ "index": 2,
2994
+ "modifier": "ref"
2995
+ },
2996
+ {
2997
+ "index": 3,
2998
+ "modifier": "out"
2999
+ }
3000
+ ]
2807
3001
  },
2808
3002
  {
2809
3003
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::ComposeWith(System.Runtime.InteropServices.ComTypes.IMoniker,System.Boolean,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
@@ -2819,7 +3013,13 @@
2819
3013
  "isSealed": false,
2820
3014
  "arity": 0,
2821
3015
  "parameterCount": 3,
2822
- "isExtensionMethod": false
3016
+ "isExtensionMethod": false,
3017
+ "parameterModifiers": [
3018
+ {
3019
+ "index": 2,
3020
+ "modifier": "out"
3021
+ }
3022
+ ]
2823
3023
  },
2824
3024
  {
2825
3025
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Enum(System.Boolean,System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
@@ -2835,7 +3035,13 @@
2835
3035
  "isSealed": false,
2836
3036
  "arity": 0,
2837
3037
  "parameterCount": 2,
2838
- "isExtensionMethod": false
3038
+ "isExtensionMethod": false,
3039
+ "parameterModifiers": [
3040
+ {
3041
+ "index": 1,
3042
+ "modifier": "out"
3043
+ }
3044
+ ]
2839
3045
  },
2840
3046
  {
2841
3047
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsEqual(System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
@@ -2867,7 +3073,13 @@
2867
3073
  "isSealed": false,
2868
3074
  "arity": 0,
2869
3075
  "parameterCount": 1,
2870
- "isExtensionMethod": false
3076
+ "isExtensionMethod": false,
3077
+ "parameterModifiers": [
3078
+ {
3079
+ "index": 0,
3080
+ "modifier": "out"
3081
+ }
3082
+ ]
2871
3083
  },
2872
3084
  {
2873
3085
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
@@ -2899,7 +3111,13 @@
2899
3111
  "isSealed": false,
2900
3112
  "arity": 0,
2901
3113
  "parameterCount": 3,
2902
- "isExtensionMethod": false
3114
+ "isExtensionMethod": false,
3115
+ "parameterModifiers": [
3116
+ {
3117
+ "index": 2,
3118
+ "modifier": "out"
3119
+ }
3120
+ ]
2903
3121
  },
2904
3122
  {
2905
3123
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Inverse(System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
@@ -2915,7 +3133,13 @@
2915
3133
  "isSealed": false,
2916
3134
  "arity": 0,
2917
3135
  "parameterCount": 1,
2918
- "isExtensionMethod": false
3136
+ "isExtensionMethod": false,
3137
+ "parameterModifiers": [
3138
+ {
3139
+ "index": 0,
3140
+ "modifier": "out"
3141
+ }
3142
+ ]
2919
3143
  },
2920
3144
  {
2921
3145
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::CommonPrefixWith(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
@@ -2931,7 +3155,13 @@
2931
3155
  "isSealed": false,
2932
3156
  "arity": 0,
2933
3157
  "parameterCount": 2,
2934
- "isExtensionMethod": false
3158
+ "isExtensionMethod": false,
3159
+ "parameterModifiers": [
3160
+ {
3161
+ "index": 1,
3162
+ "modifier": "out"
3163
+ }
3164
+ ]
2935
3165
  },
2936
3166
  {
2937
3167
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::GetDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String\u0026):System.Void",
@@ -2947,7 +3177,13 @@
2947
3177
  "isSealed": false,
2948
3178
  "arity": 0,
2949
3179
  "parameterCount": 3,
2950
- "isExtensionMethod": false
3180
+ "isExtensionMethod": false,
3181
+ "parameterModifiers": [
3182
+ {
3183
+ "index": 2,
3184
+ "modifier": "out"
3185
+ }
3186
+ ]
2951
3187
  },
2952
3188
  {
2953
3189
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String,System.Int32\u0026,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
@@ -2963,7 +3199,17 @@
2963
3199
  "isSealed": false,
2964
3200
  "arity": 0,
2965
3201
  "parameterCount": 5,
2966
- "isExtensionMethod": false
3202
+ "isExtensionMethod": false,
3203
+ "parameterModifiers": [
3204
+ {
3205
+ "index": 3,
3206
+ "modifier": "out"
3207
+ },
3208
+ {
3209
+ "index": 4,
3210
+ "modifier": "out"
3211
+ }
3212
+ ]
2967
3213
  },
2968
3214
  {
2969
3215
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsSystemMoniker(System.Int32\u0026):System.Int32",
@@ -2979,7 +3225,13 @@
2979
3225
  "isSealed": false,
2980
3226
  "arity": 0,
2981
3227
  "parameterCount": 1,
2982
- "isExtensionMethod": false
3228
+ "isExtensionMethod": false,
3229
+ "parameterModifiers": [
3230
+ {
3231
+ "index": 0,
3232
+ "modifier": "out"
3233
+ }
3234
+ ]
2983
3235
  }
2984
3236
  ],
2985
3237
  "properties": [],
@@ -3012,7 +3264,13 @@
3012
3264
  "isSealed": false,
3013
3265
  "arity": 0,
3014
3266
  "parameterCount": 1,
3015
- "isExtensionMethod": false
3267
+ "isExtensionMethod": false,
3268
+ "parameterModifiers": [
3269
+ {
3270
+ "index": 0,
3271
+ "modifier": "out"
3272
+ }
3273
+ ]
3016
3274
  },
3017
3275
  {
3018
3276
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IPersistFile::IsDirty():System.Int32",
@@ -3092,7 +3350,13 @@
3092
3350
  "isSealed": false,
3093
3351
  "arity": 0,
3094
3352
  "parameterCount": 1,
3095
- "isExtensionMethod": false
3353
+ "isExtensionMethod": false,
3354
+ "parameterModifiers": [
3355
+ {
3356
+ "index": 0,
3357
+ "modifier": "out"
3358
+ }
3359
+ ]
3096
3360
  }
3097
3361
  ],
3098
3362
  "properties": [],
@@ -3173,7 +3437,13 @@
3173
3437
  "isSealed": false,
3174
3438
  "arity": 0,
3175
3439
  "parameterCount": 2,
3176
- "isExtensionMethod": false
3440
+ "isExtensionMethod": false,
3441
+ "parameterModifiers": [
3442
+ {
3443
+ "index": 1,
3444
+ "modifier": "out"
3445
+ }
3446
+ ]
3177
3447
  },
3178
3448
  {
3179
3449
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::NoteChangeTime(System.Int32,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Void",
@@ -3189,7 +3459,13 @@
3189
3459
  "isSealed": false,
3190
3460
  "arity": 0,
3191
3461
  "parameterCount": 2,
3192
- "isExtensionMethod": false
3462
+ "isExtensionMethod": false,
3463
+ "parameterModifiers": [
3464
+ {
3465
+ "index": 1,
3466
+ "modifier": "ref"
3467
+ }
3468
+ ]
3193
3469
  },
3194
3470
  {
3195
3471
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Int32",
@@ -3205,7 +3481,13 @@
3205
3481
  "isSealed": false,
3206
3482
  "arity": 0,
3207
3483
  "parameterCount": 2,
3208
- "isExtensionMethod": false
3484
+ "isExtensionMethod": false,
3485
+ "parameterModifiers": [
3486
+ {
3487
+ "index": 1,
3488
+ "modifier": "out"
3489
+ }
3490
+ ]
3209
3491
  },
3210
3492
  {
3211
3493
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::EnumRunning(System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
@@ -3221,7 +3503,13 @@
3221
3503
  "isSealed": false,
3222
3504
  "arity": 0,
3223
3505
  "parameterCount": 1,
3224
- "isExtensionMethod": false
3506
+ "isExtensionMethod": false,
3507
+ "parameterModifiers": [
3508
+ {
3509
+ "index": 0,
3510
+ "modifier": "out"
3511
+ }
3512
+ ]
3225
3513
  }
3226
3514
  ],
3227
3515
  "properties": [],
@@ -3366,7 +3654,13 @@
3366
3654
  "isSealed": false,
3367
3655
  "arity": 0,
3368
3656
  "parameterCount": 2,
3369
- "isExtensionMethod": false
3657
+ "isExtensionMethod": false,
3658
+ "parameterModifiers": [
3659
+ {
3660
+ "index": 0,
3661
+ "modifier": "out"
3662
+ }
3663
+ ]
3370
3664
  },
3371
3665
  {
3372
3666
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::Clone(System.Runtime.InteropServices.ComTypes.IStream\u0026):System.Void",
@@ -3382,7 +3676,13 @@
3382
3676
  "isSealed": false,
3383
3677
  "arity": 0,
3384
3678
  "parameterCount": 1,
3385
- "isExtensionMethod": false
3679
+ "isExtensionMethod": false,
3680
+ "parameterModifiers": [
3681
+ {
3682
+ "index": 0,
3683
+ "modifier": "out"
3684
+ }
3685
+ ]
3386
3686
  }
3387
3687
  ],
3388
3688
  "properties": [],
@@ -3415,7 +3715,21 @@
3415
3715
  "isSealed": false,
3416
3716
  "arity": 0,
3417
3717
  "parameterCount": 6,
3418
- "isExtensionMethod": false
3718
+ "isExtensionMethod": false,
3719
+ "parameterModifiers": [
3720
+ {
3721
+ "index": 3,
3722
+ "modifier": "out"
3723
+ },
3724
+ {
3725
+ "index": 4,
3726
+ "modifier": "out"
3727
+ },
3728
+ {
3729
+ "index": 5,
3730
+ "modifier": "out"
3731
+ }
3732
+ ]
3419
3733
  },
3420
3734
  {
3421
3735
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeComp::BindType(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026,System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -3431,7 +3745,17 @@
3431
3745
  "isSealed": false,
3432
3746
  "arity": 0,
3433
3747
  "parameterCount": 4,
3434
- "isExtensionMethod": false
3748
+ "isExtensionMethod": false,
3749
+ "parameterModifiers": [
3750
+ {
3751
+ "index": 2,
3752
+ "modifier": "out"
3753
+ },
3754
+ {
3755
+ "index": 3,
3756
+ "modifier": "out"
3757
+ }
3758
+ ]
3435
3759
  }
3436
3760
  ],
3437
3761
  "properties": [],
@@ -3464,7 +3788,13 @@
3464
3788
  "isSealed": false,
3465
3789
  "arity": 0,
3466
3790
  "parameterCount": 1,
3467
- "isExtensionMethod": false
3791
+ "isExtensionMethod": false,
3792
+ "parameterModifiers": [
3793
+ {
3794
+ "index": 0,
3795
+ "modifier": "out"
3796
+ }
3797
+ ]
3468
3798
  },
3469
3799
  {
3470
3800
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -3480,7 +3810,13 @@
3480
3810
  "isSealed": false,
3481
3811
  "arity": 0,
3482
3812
  "parameterCount": 1,
3483
- "isExtensionMethod": false
3813
+ "isExtensionMethod": false,
3814
+ "parameterModifiers": [
3815
+ {
3816
+ "index": 0,
3817
+ "modifier": "out"
3818
+ }
3819
+ ]
3484
3820
  },
3485
3821
  {
3486
3822
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetFuncDesc(System.Int32,System.IntPtr\u0026):System.Void",
@@ -3496,7 +3832,13 @@
3496
3832
  "isSealed": false,
3497
3833
  "arity": 0,
3498
3834
  "parameterCount": 2,
3499
- "isExtensionMethod": false
3835
+ "isExtensionMethod": false,
3836
+ "parameterModifiers": [
3837
+ {
3838
+ "index": 1,
3839
+ "modifier": "out"
3840
+ }
3841
+ ]
3500
3842
  },
3501
3843
  {
3502
3844
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetNames(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void",
@@ -3512,7 +3854,13 @@
3512
3854
  "isSealed": false,
3513
3855
  "arity": 0,
3514
3856
  "parameterCount": 4,
3515
- "isExtensionMethod": false
3857
+ "isExtensionMethod": false,
3858
+ "parameterModifiers": [
3859
+ {
3860
+ "index": 3,
3861
+ "modifier": "out"
3862
+ }
3863
+ ]
3516
3864
  },
3517
3865
  {
3518
3866
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetRefTypeOfImplType(System.Int32,System.Int32\u0026):System.Void",
@@ -3528,7 +3876,13 @@
3528
3876
  "isSealed": false,
3529
3877
  "arity": 0,
3530
3878
  "parameterCount": 2,
3531
- "isExtensionMethod": false
3879
+ "isExtensionMethod": false,
3880
+ "parameterModifiers": [
3881
+ {
3882
+ "index": 1,
3883
+ "modifier": "out"
3884
+ }
3885
+ ]
3532
3886
  },
3533
3887
  {
3534
3888
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetImplTypeFlags(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void",
@@ -3544,7 +3898,13 @@
3544
3898
  "isSealed": false,
3545
3899
  "arity": 0,
3546
3900
  "parameterCount": 2,
3547
- "isExtensionMethod": false
3901
+ "isExtensionMethod": false,
3902
+ "parameterModifiers": [
3903
+ {
3904
+ "index": 1,
3905
+ "modifier": "out"
3906
+ }
3907
+ ]
3548
3908
  },
3549
3909
  {
3550
3910
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetIDsOfNames(System.String[],System.Int32,System.Int32[]):System.Void",
@@ -3576,7 +3936,17 @@
3576
3936
  "isSealed": false,
3577
3937
  "arity": 0,
3578
3938
  "parameterCount": 7,
3579
- "isExtensionMethod": false
3939
+ "isExtensionMethod": false,
3940
+ "parameterModifiers": [
3941
+ {
3942
+ "index": 3,
3943
+ "modifier": "ref"
3944
+ },
3945
+ {
3946
+ "index": 6,
3947
+ "modifier": "out"
3948
+ }
3949
+ ]
3580
3950
  },
3581
3951
  {
3582
3952
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetDocumentation(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
@@ -3592,7 +3962,25 @@
3592
3962
  "isSealed": false,
3593
3963
  "arity": 0,
3594
3964
  "parameterCount": 5,
3595
- "isExtensionMethod": false
3965
+ "isExtensionMethod": false,
3966
+ "parameterModifiers": [
3967
+ {
3968
+ "index": 1,
3969
+ "modifier": "out"
3970
+ },
3971
+ {
3972
+ "index": 2,
3973
+ "modifier": "out"
3974
+ },
3975
+ {
3976
+ "index": 3,
3977
+ "modifier": "out"
3978
+ },
3979
+ {
3980
+ "index": 4,
3981
+ "modifier": "out"
3982
+ }
3983
+ ]
3596
3984
  },
3597
3985
  {
3598
3986
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr):System.Void",
@@ -3624,7 +4012,13 @@
3624
4012
  "isSealed": false,
3625
4013
  "arity": 0,
3626
4014
  "parameterCount": 2,
3627
- "isExtensionMethod": false
4015
+ "isExtensionMethod": false,
4016
+ "parameterModifiers": [
4017
+ {
4018
+ "index": 1,
4019
+ "modifier": "out"
4020
+ }
4021
+ ]
3628
4022
  },
3629
4023
  {
3630
4024
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void",
@@ -3640,7 +4034,13 @@
3640
4034
  "isSealed": false,
3641
4035
  "arity": 0,
3642
4036
  "parameterCount": 3,
3643
- "isExtensionMethod": false
4037
+ "isExtensionMethod": false,
4038
+ "parameterModifiers": [
4039
+ {
4040
+ "index": 2,
4041
+ "modifier": "out"
4042
+ }
4043
+ ]
3644
4044
  },
3645
4045
  {
3646
4046
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::CreateInstance(System.Object,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -3656,7 +4056,17 @@
3656
4056
  "isSealed": false,
3657
4057
  "arity": 0,
3658
4058
  "parameterCount": 3,
3659
- "isExtensionMethod": false
4059
+ "isExtensionMethod": false,
4060
+ "parameterModifiers": [
4061
+ {
4062
+ "index": 1,
4063
+ "modifier": "in"
4064
+ },
4065
+ {
4066
+ "index": 2,
4067
+ "modifier": "out"
4068
+ }
4069
+ ]
3660
4070
  },
3661
4071
  {
3662
4072
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetMops(System.Int32,System.String\u0026):System.Void",
@@ -3672,7 +4082,13 @@
3672
4082
  "isSealed": false,
3673
4083
  "arity": 0,
3674
4084
  "parameterCount": 2,
3675
- "isExtensionMethod": false
4085
+ "isExtensionMethod": false,
4086
+ "parameterModifiers": [
4087
+ {
4088
+ "index": 1,
4089
+ "modifier": "out"
4090
+ }
4091
+ ]
3676
4092
  },
3677
4093
  {
3678
4094
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetContainingTypeLib(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void",
@@ -3688,7 +4104,17 @@
3688
4104
  "isSealed": false,
3689
4105
  "arity": 0,
3690
4106
  "parameterCount": 2,
3691
- "isExtensionMethod": false
4107
+ "isExtensionMethod": false,
4108
+ "parameterModifiers": [
4109
+ {
4110
+ "index": 0,
4111
+ "modifier": "out"
4112
+ },
4113
+ {
4114
+ "index": 1,
4115
+ "modifier": "out"
4116
+ }
4117
+ ]
3692
4118
  },
3693
4119
  {
3694
4120
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::ReleaseTypeAttr(System.IntPtr):System.Void",
@@ -3737,7 +4163,13 @@
3737
4163
  "isSealed": false,
3738
4164
  "arity": 0,
3739
4165
  "parameterCount": 1,
3740
- "isExtensionMethod": false
4166
+ "isExtensionMethod": false,
4167
+ "parameterModifiers": [
4168
+ {
4169
+ "index": 0,
4170
+ "modifier": "out"
4171
+ }
4172
+ ]
3741
4173
  },
3742
4174
  {
3743
4175
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -3753,7 +4185,13 @@
3753
4185
  "isSealed": false,
3754
4186
  "arity": 0,
3755
4187
  "parameterCount": 1,
3756
- "isExtensionMethod": false
4188
+ "isExtensionMethod": false,
4189
+ "parameterModifiers": [
4190
+ {
4191
+ "index": 0,
4192
+ "modifier": "out"
4193
+ }
4194
+ ]
3757
4195
  },
3758
4196
  {
3759
4197
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncDesc(System.Int32,System.IntPtr\u0026):System.Void",
@@ -3769,7 +4207,13 @@
3769
4207
  "isSealed": false,
3770
4208
  "arity": 0,
3771
4209
  "parameterCount": 2,
3772
- "isExtensionMethod": false
4210
+ "isExtensionMethod": false,
4211
+ "parameterModifiers": [
4212
+ {
4213
+ "index": 1,
4214
+ "modifier": "out"
4215
+ }
4216
+ ]
3773
4217
  },
3774
4218
  {
3775
4219
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetNames(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void",
@@ -3785,7 +4229,13 @@
3785
4229
  "isSealed": false,
3786
4230
  "arity": 0,
3787
4231
  "parameterCount": 4,
3788
- "isExtensionMethod": false
4232
+ "isExtensionMethod": false,
4233
+ "parameterModifiers": [
4234
+ {
4235
+ "index": 3,
4236
+ "modifier": "out"
4237
+ }
4238
+ ]
3789
4239
  },
3790
4240
  {
3791
4241
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetRefTypeOfImplType(System.Int32,System.Int32\u0026):System.Void",
@@ -3801,7 +4251,13 @@
3801
4251
  "isSealed": false,
3802
4252
  "arity": 0,
3803
4253
  "parameterCount": 2,
3804
- "isExtensionMethod": false
4254
+ "isExtensionMethod": false,
4255
+ "parameterModifiers": [
4256
+ {
4257
+ "index": 1,
4258
+ "modifier": "out"
4259
+ }
4260
+ ]
3805
4261
  },
3806
4262
  {
3807
4263
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetImplTypeFlags(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void",
@@ -3817,7 +4273,13 @@
3817
4273
  "isSealed": false,
3818
4274
  "arity": 0,
3819
4275
  "parameterCount": 2,
3820
- "isExtensionMethod": false
4276
+ "isExtensionMethod": false,
4277
+ "parameterModifiers": [
4278
+ {
4279
+ "index": 1,
4280
+ "modifier": "out"
4281
+ }
4282
+ ]
3821
4283
  },
3822
4284
  {
3823
4285
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetIDsOfNames(System.String[],System.Int32,System.Int32[]):System.Void",
@@ -3849,7 +4311,17 @@
3849
4311
  "isSealed": false,
3850
4312
  "arity": 0,
3851
4313
  "parameterCount": 7,
3852
- "isExtensionMethod": false
4314
+ "isExtensionMethod": false,
4315
+ "parameterModifiers": [
4316
+ {
4317
+ "index": 3,
4318
+ "modifier": "ref"
4319
+ },
4320
+ {
4321
+ "index": 6,
4322
+ "modifier": "out"
4323
+ }
4324
+ ]
3853
4325
  },
3854
4326
  {
3855
4327
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetDocumentation(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
@@ -3865,7 +4337,25 @@
3865
4337
  "isSealed": false,
3866
4338
  "arity": 0,
3867
4339
  "parameterCount": 5,
3868
- "isExtensionMethod": false
4340
+ "isExtensionMethod": false,
4341
+ "parameterModifiers": [
4342
+ {
4343
+ "index": 1,
4344
+ "modifier": "out"
4345
+ },
4346
+ {
4347
+ "index": 2,
4348
+ "modifier": "out"
4349
+ },
4350
+ {
4351
+ "index": 3,
4352
+ "modifier": "out"
4353
+ },
4354
+ {
4355
+ "index": 4,
4356
+ "modifier": "out"
4357
+ }
4358
+ ]
3869
4359
  },
3870
4360
  {
3871
4361
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr):System.Void",
@@ -3897,7 +4387,13 @@
3897
4387
  "isSealed": false,
3898
4388
  "arity": 0,
3899
4389
  "parameterCount": 2,
3900
- "isExtensionMethod": false
4390
+ "isExtensionMethod": false,
4391
+ "parameterModifiers": [
4392
+ {
4393
+ "index": 1,
4394
+ "modifier": "out"
4395
+ }
4396
+ ]
3901
4397
  },
3902
4398
  {
3903
4399
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void",
@@ -3913,7 +4409,13 @@
3913
4409
  "isSealed": false,
3914
4410
  "arity": 0,
3915
4411
  "parameterCount": 3,
3916
- "isExtensionMethod": false
4412
+ "isExtensionMethod": false,
4413
+ "parameterModifiers": [
4414
+ {
4415
+ "index": 2,
4416
+ "modifier": "out"
4417
+ }
4418
+ ]
3917
4419
  },
3918
4420
  {
3919
4421
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::CreateInstance(System.Object,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -3929,7 +4431,17 @@
3929
4431
  "isSealed": false,
3930
4432
  "arity": 0,
3931
4433
  "parameterCount": 3,
3932
- "isExtensionMethod": false
4434
+ "isExtensionMethod": false,
4435
+ "parameterModifiers": [
4436
+ {
4437
+ "index": 1,
4438
+ "modifier": "in"
4439
+ },
4440
+ {
4441
+ "index": 2,
4442
+ "modifier": "out"
4443
+ }
4444
+ ]
3933
4445
  },
3934
4446
  {
3935
4447
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetMops(System.Int32,System.String\u0026):System.Void",
@@ -3945,7 +4457,13 @@
3945
4457
  "isSealed": false,
3946
4458
  "arity": 0,
3947
4459
  "parameterCount": 2,
3948
- "isExtensionMethod": false
4460
+ "isExtensionMethod": false,
4461
+ "parameterModifiers": [
4462
+ {
4463
+ "index": 1,
4464
+ "modifier": "out"
4465
+ }
4466
+ ]
3949
4467
  },
3950
4468
  {
3951
4469
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetContainingTypeLib(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void",
@@ -3961,7 +4479,17 @@
3961
4479
  "isSealed": false,
3962
4480
  "arity": 0,
3963
4481
  "parameterCount": 2,
3964
- "isExtensionMethod": false
4482
+ "isExtensionMethod": false,
4483
+ "parameterModifiers": [
4484
+ {
4485
+ "index": 0,
4486
+ "modifier": "out"
4487
+ },
4488
+ {
4489
+ "index": 1,
4490
+ "modifier": "out"
4491
+ }
4492
+ ]
3965
4493
  },
3966
4494
  {
3967
4495
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::ReleaseTypeAttr(System.IntPtr):System.Void",
@@ -3993,7 +4521,13 @@
3993
4521
  "isSealed": false,
3994
4522
  "arity": 0,
3995
4523
  "parameterCount": 1,
3996
- "isExtensionMethod": false
4524
+ "isExtensionMethod": false,
4525
+ "parameterModifiers": [
4526
+ {
4527
+ "index": 0,
4528
+ "modifier": "out"
4529
+ }
4530
+ ]
3997
4531
  },
3998
4532
  {
3999
4533
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetTypeFlags(System.Int32\u0026):System.Void",
@@ -4009,7 +4543,13 @@
4009
4543
  "isSealed": false,
4010
4544
  "arity": 0,
4011
4545
  "parameterCount": 1,
4012
- "isExtensionMethod": false
4546
+ "isExtensionMethod": false,
4547
+ "parameterModifiers": [
4548
+ {
4549
+ "index": 0,
4550
+ "modifier": "out"
4551
+ }
4552
+ ]
4013
4553
  },
4014
4554
  {
4015
4555
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncIndexOfMemId(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.Int32\u0026):System.Void",
@@ -4025,7 +4565,13 @@
4025
4565
  "isSealed": false,
4026
4566
  "arity": 0,
4027
4567
  "parameterCount": 3,
4028
- "isExtensionMethod": false
4568
+ "isExtensionMethod": false,
4569
+ "parameterModifiers": [
4570
+ {
4571
+ "index": 2,
4572
+ "modifier": "out"
4573
+ }
4574
+ ]
4029
4575
  },
4030
4576
  {
4031
4577
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetCustData(System.Guid\u0026,System.Object\u0026):System.Void",
@@ -4041,7 +4587,17 @@
4041
4587
  "isSealed": false,
4042
4588
  "arity": 0,
4043
4589
  "parameterCount": 2,
4044
- "isExtensionMethod": false
4590
+ "isExtensionMethod": false,
4591
+ "parameterModifiers": [
4592
+ {
4593
+ "index": 0,
4594
+ "modifier": "ref"
4595
+ },
4596
+ {
4597
+ "index": 1,
4598
+ "modifier": "out"
4599
+ }
4600
+ ]
4045
4601
  },
4046
4602
  {
4047
4603
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncCustData(System.Int32,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -4057,7 +4613,17 @@
4057
4613
  "isSealed": false,
4058
4614
  "arity": 0,
4059
4615
  "parameterCount": 3,
4060
- "isExtensionMethod": false
4616
+ "isExtensionMethod": false,
4617
+ "parameterModifiers": [
4618
+ {
4619
+ "index": 1,
4620
+ "modifier": "ref"
4621
+ },
4622
+ {
4623
+ "index": 2,
4624
+ "modifier": "out"
4625
+ }
4626
+ ]
4061
4627
  },
4062
4628
  {
4063
4629
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetParamCustData(System.Int32,System.Int32,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -4073,7 +4639,17 @@
4073
4639
  "isSealed": false,
4074
4640
  "arity": 0,
4075
4641
  "parameterCount": 4,
4076
- "isExtensionMethod": false
4642
+ "isExtensionMethod": false,
4643
+ "parameterModifiers": [
4644
+ {
4645
+ "index": 2,
4646
+ "modifier": "ref"
4647
+ },
4648
+ {
4649
+ "index": 3,
4650
+ "modifier": "out"
4651
+ }
4652
+ ]
4077
4653
  },
4078
4654
  {
4079
4655
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetDocumentation2(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
@@ -4089,7 +4665,21 @@
4089
4665
  "isSealed": false,
4090
4666
  "arity": 0,
4091
4667
  "parameterCount": 4,
4092
- "isExtensionMethod": false
4668
+ "isExtensionMethod": false,
4669
+ "parameterModifiers": [
4670
+ {
4671
+ "index": 1,
4672
+ "modifier": "out"
4673
+ },
4674
+ {
4675
+ "index": 2,
4676
+ "modifier": "out"
4677
+ },
4678
+ {
4679
+ "index": 3,
4680
+ "modifier": "out"
4681
+ }
4682
+ ]
4093
4683
  },
4094
4684
  {
4095
4685
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetAllFuncCustData(System.Int32,System.IntPtr):System.Void",
@@ -4170,7 +4760,13 @@
4170
4760
  "isSealed": false,
4171
4761
  "arity": 0,
4172
4762
  "parameterCount": 2,
4173
- "isExtensionMethod": false
4763
+ "isExtensionMethod": false,
4764
+ "parameterModifiers": [
4765
+ {
4766
+ "index": 1,
4767
+ "modifier": "out"
4768
+ }
4769
+ ]
4174
4770
  },
4175
4771
  {
4176
4772
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeInfoType(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
@@ -4186,7 +4782,13 @@
4186
4782
  "isSealed": false,
4187
4783
  "arity": 0,
4188
4784
  "parameterCount": 2,
4189
- "isExtensionMethod": false
4785
+ "isExtensionMethod": false,
4786
+ "parameterModifiers": [
4787
+ {
4788
+ "index": 1,
4789
+ "modifier": "out"
4790
+ }
4791
+ ]
4190
4792
  },
4191
4793
  {
4192
4794
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeInfoOfGuid(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
@@ -4202,7 +4804,17 @@
4202
4804
  "isSealed": false,
4203
4805
  "arity": 0,
4204
4806
  "parameterCount": 2,
4205
- "isExtensionMethod": false
4807
+ "isExtensionMethod": false,
4808
+ "parameterModifiers": [
4809
+ {
4810
+ "index": 0,
4811
+ "modifier": "ref"
4812
+ },
4813
+ {
4814
+ "index": 1,
4815
+ "modifier": "out"
4816
+ }
4817
+ ]
4206
4818
  },
4207
4819
  {
4208
4820
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetLibAttr(System.IntPtr\u0026):System.Void",
@@ -4218,7 +4830,13 @@
4218
4830
  "isSealed": false,
4219
4831
  "arity": 0,
4220
4832
  "parameterCount": 1,
4221
- "isExtensionMethod": false
4833
+ "isExtensionMethod": false,
4834
+ "parameterModifiers": [
4835
+ {
4836
+ "index": 0,
4837
+ "modifier": "out"
4838
+ }
4839
+ ]
4222
4840
  },
4223
4841
  {
4224
4842
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -4234,7 +4852,13 @@
4234
4852
  "isSealed": false,
4235
4853
  "arity": 0,
4236
4854
  "parameterCount": 1,
4237
- "isExtensionMethod": false
4855
+ "isExtensionMethod": false,
4856
+ "parameterModifiers": [
4857
+ {
4858
+ "index": 0,
4859
+ "modifier": "out"
4860
+ }
4861
+ ]
4238
4862
  },
4239
4863
  {
4240
4864
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetDocumentation(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
@@ -4250,7 +4874,25 @@
4250
4874
  "isSealed": false,
4251
4875
  "arity": 0,
4252
4876
  "parameterCount": 5,
4253
- "isExtensionMethod": false
4877
+ "isExtensionMethod": false,
4878
+ "parameterModifiers": [
4879
+ {
4880
+ "index": 1,
4881
+ "modifier": "out"
4882
+ },
4883
+ {
4884
+ "index": 2,
4885
+ "modifier": "out"
4886
+ },
4887
+ {
4888
+ "index": 3,
4889
+ "modifier": "out"
4890
+ },
4891
+ {
4892
+ "index": 4,
4893
+ "modifier": "out"
4894
+ }
4895
+ ]
4254
4896
  },
4255
4897
  {
4256
4898
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::IsName(System.String,System.Int32):System.Boolean",
@@ -4282,7 +4924,13 @@
4282
4924
  "isSealed": false,
4283
4925
  "arity": 0,
4284
4926
  "parameterCount": 5,
4285
- "isExtensionMethod": false
4927
+ "isExtensionMethod": false,
4928
+ "parameterModifiers": [
4929
+ {
4930
+ "index": 4,
4931
+ "modifier": "ref"
4932
+ }
4933
+ ]
4286
4934
  },
4287
4935
  {
4288
4936
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::ReleaseTLibAttr(System.IntPtr):System.Void",
@@ -4347,7 +4995,13 @@
4347
4995
  "isSealed": false,
4348
4996
  "arity": 0,
4349
4997
  "parameterCount": 2,
4350
- "isExtensionMethod": false
4998
+ "isExtensionMethod": false,
4999
+ "parameterModifiers": [
5000
+ {
5001
+ "index": 1,
5002
+ "modifier": "out"
5003
+ }
5004
+ ]
4351
5005
  },
4352
5006
  {
4353
5007
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeInfoType(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
@@ -4363,7 +5017,13 @@
4363
5017
  "isSealed": false,
4364
5018
  "arity": 0,
4365
5019
  "parameterCount": 2,
4366
- "isExtensionMethod": false
5020
+ "isExtensionMethod": false,
5021
+ "parameterModifiers": [
5022
+ {
5023
+ "index": 1,
5024
+ "modifier": "out"
5025
+ }
5026
+ ]
4367
5027
  },
4368
5028
  {
4369
5029
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeInfoOfGuid(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
@@ -4379,7 +5039,17 @@
4379
5039
  "isSealed": false,
4380
5040
  "arity": 0,
4381
5041
  "parameterCount": 2,
4382
- "isExtensionMethod": false
5042
+ "isExtensionMethod": false,
5043
+ "parameterModifiers": [
5044
+ {
5045
+ "index": 0,
5046
+ "modifier": "ref"
5047
+ },
5048
+ {
5049
+ "index": 1,
5050
+ "modifier": "out"
5051
+ }
5052
+ ]
4383
5053
  },
4384
5054
  {
4385
5055
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetLibAttr(System.IntPtr\u0026):System.Void",
@@ -4395,7 +5065,13 @@
4395
5065
  "isSealed": false,
4396
5066
  "arity": 0,
4397
5067
  "parameterCount": 1,
4398
- "isExtensionMethod": false
5068
+ "isExtensionMethod": false,
5069
+ "parameterModifiers": [
5070
+ {
5071
+ "index": 0,
5072
+ "modifier": "out"
5073
+ }
5074
+ ]
4399
5075
  },
4400
5076
  {
4401
5077
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -4411,7 +5087,13 @@
4411
5087
  "isSealed": false,
4412
5088
  "arity": 0,
4413
5089
  "parameterCount": 1,
4414
- "isExtensionMethod": false
5090
+ "isExtensionMethod": false,
5091
+ "parameterModifiers": [
5092
+ {
5093
+ "index": 0,
5094
+ "modifier": "out"
5095
+ }
5096
+ ]
4415
5097
  },
4416
5098
  {
4417
5099
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetDocumentation(System.Int32,System.String\u0026,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
@@ -4427,7 +5109,25 @@
4427
5109
  "isSealed": false,
4428
5110
  "arity": 0,
4429
5111
  "parameterCount": 5,
4430
- "isExtensionMethod": false
5112
+ "isExtensionMethod": false,
5113
+ "parameterModifiers": [
5114
+ {
5115
+ "index": 1,
5116
+ "modifier": "out"
5117
+ },
5118
+ {
5119
+ "index": 2,
5120
+ "modifier": "out"
5121
+ },
5122
+ {
5123
+ "index": 3,
5124
+ "modifier": "out"
5125
+ },
5126
+ {
5127
+ "index": 4,
5128
+ "modifier": "out"
5129
+ }
5130
+ ]
4431
5131
  },
4432
5132
  {
4433
5133
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::IsName(System.String,System.Int32):System.Boolean",
@@ -4459,7 +5159,13 @@
4459
5159
  "isSealed": false,
4460
5160
  "arity": 0,
4461
5161
  "parameterCount": 5,
4462
- "isExtensionMethod": false
5162
+ "isExtensionMethod": false,
5163
+ "parameterModifiers": [
5164
+ {
5165
+ "index": 4,
5166
+ "modifier": "ref"
5167
+ }
5168
+ ]
4463
5169
  },
4464
5170
  {
4465
5171
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::ReleaseTLibAttr(System.IntPtr):System.Void",
@@ -4491,7 +5197,17 @@
4491
5197
  "isSealed": false,
4492
5198
  "arity": 0,
4493
5199
  "parameterCount": 2,
4494
- "isExtensionMethod": false
5200
+ "isExtensionMethod": false,
5201
+ "parameterModifiers": [
5202
+ {
5203
+ "index": 0,
5204
+ "modifier": "ref"
5205
+ },
5206
+ {
5207
+ "index": 1,
5208
+ "modifier": "out"
5209
+ }
5210
+ ]
4495
5211
  },
4496
5212
  {
4497
5213
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetLibStatistics(System.IntPtr,System.Int32\u0026):System.Void",
@@ -4507,7 +5223,13 @@
4507
5223
  "isSealed": false,
4508
5224
  "arity": 0,
4509
5225
  "parameterCount": 2,
4510
- "isExtensionMethod": false
5226
+ "isExtensionMethod": false,
5227
+ "parameterModifiers": [
5228
+ {
5229
+ "index": 1,
5230
+ "modifier": "out"
5231
+ }
5232
+ ]
4511
5233
  },
4512
5234
  {
4513
5235
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetDocumentation2(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
@@ -4523,7 +5245,21 @@
4523
5245
  "isSealed": false,
4524
5246
  "arity": 0,
4525
5247
  "parameterCount": 4,
4526
- "isExtensionMethod": false
5248
+ "isExtensionMethod": false,
5249
+ "parameterModifiers": [
5250
+ {
5251
+ "index": 1,
5252
+ "modifier": "out"
5253
+ },
5254
+ {
5255
+ "index": 2,
5256
+ "modifier": "out"
5257
+ },
5258
+ {
5259
+ "index": 3,
5260
+ "modifier": "out"
5261
+ }
5262
+ ]
4527
5263
  }
4528
5264
  ],
4529
5265
  "properties": [],