@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
@@ -12869,7 +12869,17 @@
12869
12869
  "parameterCount": 2,
12870
12870
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IAdviseSink",
12871
12871
  "declaringAssemblyName": "System.Runtime.InteropServices",
12872
- "isExtensionMethod": false
12872
+ "isExtensionMethod": false,
12873
+ "parameterModifiers": [
12874
+ {
12875
+ "index": 0,
12876
+ "modifier": "in"
12877
+ },
12878
+ {
12879
+ "index": 1,
12880
+ "modifier": "in"
12881
+ }
12882
+ ]
12873
12883
  },
12874
12884
  {
12875
12885
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IAdviseSink::OnViewChange(System.Int32,System.Int32):System.Void",
@@ -13008,7 +13018,13 @@
13008
13018
  "parameterCount": 1,
13009
13019
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IBindCtx",
13010
13020
  "declaringAssemblyName": "System.Private.CoreLib",
13011
- "isExtensionMethod": false
13021
+ "isExtensionMethod": false,
13022
+ "parameterModifiers": [
13023
+ {
13024
+ "index": 0,
13025
+ "modifier": "in"
13026
+ }
13027
+ ]
13012
13028
  },
13013
13029
  {
13014
13030
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::GetRunningObjectTable(System.Runtime.InteropServices.ComTypes.IRunningObjectTable\u0026):System.Void",
@@ -13022,7 +13038,13 @@
13022
13038
  "parameterCount": 1,
13023
13039
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IBindCtx",
13024
13040
  "declaringAssemblyName": "System.Private.CoreLib",
13025
- "isExtensionMethod": false
13041
+ "isExtensionMethod": false,
13042
+ "parameterModifiers": [
13043
+ {
13044
+ "index": 0,
13045
+ "modifier": "out"
13046
+ }
13047
+ ]
13026
13048
  },
13027
13049
  {
13028
13050
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::RegisterObjectParam(System.String,System.Object):System.Void",
@@ -13050,7 +13072,13 @@
13050
13072
  "parameterCount": 2,
13051
13073
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IBindCtx",
13052
13074
  "declaringAssemblyName": "System.Private.CoreLib",
13053
- "isExtensionMethod": false
13075
+ "isExtensionMethod": false,
13076
+ "parameterModifiers": [
13077
+ {
13078
+ "index": 1,
13079
+ "modifier": "out"
13080
+ }
13081
+ ]
13054
13082
  },
13055
13083
  {
13056
13084
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::EnumObjectParam(System.Runtime.InteropServices.ComTypes.IEnumString\u0026):System.Void",
@@ -13064,7 +13092,13 @@
13064
13092
  "parameterCount": 1,
13065
13093
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IBindCtx",
13066
13094
  "declaringAssemblyName": "System.Private.CoreLib",
13067
- "isExtensionMethod": false
13095
+ "isExtensionMethod": false,
13096
+ "parameterModifiers": [
13097
+ {
13098
+ "index": 0,
13099
+ "modifier": "out"
13100
+ }
13101
+ ]
13068
13102
  },
13069
13103
  {
13070
13104
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IBindCtx::RevokeObjectParam(System.String):System.Int32",
@@ -13187,7 +13221,13 @@
13187
13221
  "parameterCount": 1,
13188
13222
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IConnectionPoint",
13189
13223
  "declaringAssemblyName": "System.Private.CoreLib",
13190
- "isExtensionMethod": false
13224
+ "isExtensionMethod": false,
13225
+ "parameterModifiers": [
13226
+ {
13227
+ "index": 0,
13228
+ "modifier": "out"
13229
+ }
13230
+ ]
13191
13231
  },
13192
13232
  {
13193
13233
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::GetConnectionPointContainer(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer\u0026):System.Void",
@@ -13201,7 +13241,13 @@
13201
13241
  "parameterCount": 1,
13202
13242
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IConnectionPoint",
13203
13243
  "declaringAssemblyName": "System.Private.CoreLib",
13204
- "isExtensionMethod": false
13244
+ "isExtensionMethod": false,
13245
+ "parameterModifiers": [
13246
+ {
13247
+ "index": 0,
13248
+ "modifier": "out"
13249
+ }
13250
+ ]
13205
13251
  },
13206
13252
  {
13207
13253
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::Advise(System.Object,System.Int32\u0026):System.Void",
@@ -13215,7 +13261,13 @@
13215
13261
  "parameterCount": 2,
13216
13262
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IConnectionPoint",
13217
13263
  "declaringAssemblyName": "System.Private.CoreLib",
13218
- "isExtensionMethod": false
13264
+ "isExtensionMethod": false,
13265
+ "parameterModifiers": [
13266
+ {
13267
+ "index": 1,
13268
+ "modifier": "out"
13269
+ }
13270
+ ]
13219
13271
  },
13220
13272
  {
13221
13273
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPoint::Unadvise(System.Int32):System.Void",
@@ -13243,7 +13295,13 @@
13243
13295
  "parameterCount": 1,
13244
13296
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IConnectionPoint",
13245
13297
  "declaringAssemblyName": "System.Private.CoreLib",
13246
- "isExtensionMethod": false
13298
+ "isExtensionMethod": false,
13299
+ "parameterModifiers": [
13300
+ {
13301
+ "index": 0,
13302
+ "modifier": "out"
13303
+ }
13304
+ ]
13247
13305
  }
13248
13306
  ],
13249
13307
  "properties": [],
@@ -13322,7 +13380,13 @@
13322
13380
  "parameterCount": 1,
13323
13381
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IConnectionPointContainer",
13324
13382
  "declaringAssemblyName": "System.Private.CoreLib",
13325
- "isExtensionMethod": false
13383
+ "isExtensionMethod": false,
13384
+ "parameterModifiers": [
13385
+ {
13386
+ "index": 0,
13387
+ "modifier": "out"
13388
+ }
13389
+ ]
13326
13390
  },
13327
13391
  {
13328
13392
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer::FindConnectionPoint(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.IConnectionPoint\u0026):System.Void",
@@ -13336,7 +13400,17 @@
13336
13400
  "parameterCount": 2,
13337
13401
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IConnectionPointContainer",
13338
13402
  "declaringAssemblyName": "System.Private.CoreLib",
13339
- "isExtensionMethod": false
13403
+ "isExtensionMethod": false,
13404
+ "parameterModifiers": [
13405
+ {
13406
+ "index": 0,
13407
+ "modifier": "in"
13408
+ },
13409
+ {
13410
+ "index": 1,
13411
+ "modifier": "out"
13412
+ }
13413
+ ]
13340
13414
  }
13341
13415
  ],
13342
13416
  "properties": [],
@@ -13385,7 +13459,17 @@
13385
13459
  "parameterCount": 2,
13386
13460
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IDataObject",
13387
13461
  "declaringAssemblyName": "System.Runtime.InteropServices",
13388
- "isExtensionMethod": false
13462
+ "isExtensionMethod": false,
13463
+ "parameterModifiers": [
13464
+ {
13465
+ "index": 0,
13466
+ "modifier": "in"
13467
+ },
13468
+ {
13469
+ "index": 1,
13470
+ "modifier": "out"
13471
+ }
13472
+ ]
13389
13473
  },
13390
13474
  {
13391
13475
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::QueryGetData(System.Runtime.InteropServices.ComTypes.FORMATETC\u0026):System.Int32",
@@ -13399,7 +13483,13 @@
13399
13483
  "parameterCount": 1,
13400
13484
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IDataObject",
13401
13485
  "declaringAssemblyName": "System.Runtime.InteropServices",
13402
- "isExtensionMethod": false
13486
+ "isExtensionMethod": false,
13487
+ "parameterModifiers": [
13488
+ {
13489
+ "index": 0,
13490
+ "modifier": "in"
13491
+ }
13492
+ ]
13403
13493
  },
13404
13494
  {
13405
13495
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::GetCanonicalFormatEtc(System.Runtime.InteropServices.ComTypes.FORMATETC\u0026,System.Runtime.InteropServices.ComTypes.FORMATETC\u0026):System.Int32",
@@ -13413,7 +13503,17 @@
13413
13503
  "parameterCount": 2,
13414
13504
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IDataObject",
13415
13505
  "declaringAssemblyName": "System.Runtime.InteropServices",
13416
- "isExtensionMethod": false
13506
+ "isExtensionMethod": false,
13507
+ "parameterModifiers": [
13508
+ {
13509
+ "index": 0,
13510
+ "modifier": "in"
13511
+ },
13512
+ {
13513
+ "index": 1,
13514
+ "modifier": "out"
13515
+ }
13516
+ ]
13417
13517
  },
13418
13518
  {
13419
13519
  "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",
@@ -13427,7 +13527,17 @@
13427
13527
  "parameterCount": 3,
13428
13528
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IDataObject",
13429
13529
  "declaringAssemblyName": "System.Runtime.InteropServices",
13430
- "isExtensionMethod": false
13530
+ "isExtensionMethod": false,
13531
+ "parameterModifiers": [
13532
+ {
13533
+ "index": 0,
13534
+ "modifier": "in"
13535
+ },
13536
+ {
13537
+ "index": 1,
13538
+ "modifier": "in"
13539
+ }
13540
+ ]
13431
13541
  },
13432
13542
  {
13433
13543
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR):System.Runtime.InteropServices.ComTypes.IEnumFORMATETC",
@@ -13455,7 +13565,17 @@
13455
13565
  "parameterCount": 4,
13456
13566
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IDataObject",
13457
13567
  "declaringAssemblyName": "System.Runtime.InteropServices",
13458
- "isExtensionMethod": false
13568
+ "isExtensionMethod": false,
13569
+ "parameterModifiers": [
13570
+ {
13571
+ "index": 0,
13572
+ "modifier": "in"
13573
+ },
13574
+ {
13575
+ "index": 3,
13576
+ "modifier": "out"
13577
+ }
13578
+ ]
13459
13579
  },
13460
13580
  {
13461
13581
  "stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComTypes.IDataObject::DUnadvise(System.Int32):System.Void",
@@ -13483,7 +13603,13 @@
13483
13603
  "parameterCount": 1,
13484
13604
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IDataObject",
13485
13605
  "declaringAssemblyName": "System.Runtime.InteropServices",
13486
- "isExtensionMethod": false
13606
+ "isExtensionMethod": false,
13607
+ "parameterModifiers": [
13608
+ {
13609
+ "index": 0,
13610
+ "modifier": "out"
13611
+ }
13612
+ ]
13487
13613
  }
13488
13614
  ],
13489
13615
  "properties": [],
@@ -13634,7 +13760,13 @@
13634
13760
  "parameterCount": 1,
13635
13761
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints",
13636
13762
  "declaringAssemblyName": "System.Private.CoreLib",
13637
- "isExtensionMethod": false
13763
+ "isExtensionMethod": false,
13764
+ "parameterModifiers": [
13765
+ {
13766
+ "index": 0,
13767
+ "modifier": "out"
13768
+ }
13769
+ ]
13638
13770
  }
13639
13771
  ],
13640
13772
  "properties": [],
@@ -13745,7 +13877,13 @@
13745
13877
  "parameterCount": 1,
13746
13878
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IEnumConnections",
13747
13879
  "declaringAssemblyName": "System.Private.CoreLib",
13748
- "isExtensionMethod": false
13880
+ "isExtensionMethod": false,
13881
+ "parameterModifiers": [
13882
+ {
13883
+ "index": 0,
13884
+ "modifier": "out"
13885
+ }
13886
+ ]
13749
13887
  }
13750
13888
  ],
13751
13889
  "properties": [],
@@ -13856,7 +13994,13 @@
13856
13994
  "parameterCount": 1,
13857
13995
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IEnumFORMATETC",
13858
13996
  "declaringAssemblyName": "System.Runtime.InteropServices",
13859
- "isExtensionMethod": false
13997
+ "isExtensionMethod": false,
13998
+ "parameterModifiers": [
13999
+ {
14000
+ "index": 0,
14001
+ "modifier": "out"
14002
+ }
14003
+ ]
13860
14004
  }
13861
14005
  ],
13862
14006
  "properties": [],
@@ -13967,7 +14111,13 @@
13967
14111
  "parameterCount": 1,
13968
14112
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IEnumMoniker",
13969
14113
  "declaringAssemblyName": "System.Private.CoreLib",
13970
- "isExtensionMethod": false
14114
+ "isExtensionMethod": false,
14115
+ "parameterModifiers": [
14116
+ {
14117
+ "index": 0,
14118
+ "modifier": "out"
14119
+ }
14120
+ ]
13971
14121
  }
13972
14122
  ],
13973
14123
  "properties": [],
@@ -14078,7 +14228,13 @@
14078
14228
  "parameterCount": 1,
14079
14229
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IEnumSTATDATA",
14080
14230
  "declaringAssemblyName": "System.Runtime.InteropServices",
14081
- "isExtensionMethod": false
14231
+ "isExtensionMethod": false,
14232
+ "parameterModifiers": [
14233
+ {
14234
+ "index": 0,
14235
+ "modifier": "out"
14236
+ }
14237
+ ]
14082
14238
  }
14083
14239
  ],
14084
14240
  "properties": [],
@@ -14189,7 +14345,13 @@
14189
14345
  "parameterCount": 1,
14190
14346
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IEnumString",
14191
14347
  "declaringAssemblyName": "System.Private.CoreLib",
14192
- "isExtensionMethod": false
14348
+ "isExtensionMethod": false,
14349
+ "parameterModifiers": [
14350
+ {
14351
+ "index": 0,
14352
+ "modifier": "out"
14353
+ }
14354
+ ]
14193
14355
  }
14194
14356
  ],
14195
14357
  "properties": [],
@@ -14369,7 +14531,13 @@
14369
14531
  "parameterCount": 1,
14370
14532
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14371
14533
  "declaringAssemblyName": "System.Private.CoreLib",
14372
- "isExtensionMethod": false
14534
+ "isExtensionMethod": false,
14535
+ "parameterModifiers": [
14536
+ {
14537
+ "index": 0,
14538
+ "modifier": "out"
14539
+ }
14540
+ ]
14373
14541
  },
14374
14542
  {
14375
14543
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsDirty():System.Int32",
@@ -14425,7 +14593,13 @@
14425
14593
  "parameterCount": 1,
14426
14594
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14427
14595
  "declaringAssemblyName": "System.Private.CoreLib",
14428
- "isExtensionMethod": false
14596
+ "isExtensionMethod": false,
14597
+ "parameterModifiers": [
14598
+ {
14599
+ "index": 0,
14600
+ "modifier": "out"
14601
+ }
14602
+ ]
14429
14603
  },
14430
14604
  {
14431
14605
  "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",
@@ -14439,7 +14613,17 @@
14439
14613
  "parameterCount": 4,
14440
14614
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14441
14615
  "declaringAssemblyName": "System.Private.CoreLib",
14442
- "isExtensionMethod": false
14616
+ "isExtensionMethod": false,
14617
+ "parameterModifiers": [
14618
+ {
14619
+ "index": 2,
14620
+ "modifier": "in"
14621
+ },
14622
+ {
14623
+ "index": 3,
14624
+ "modifier": "out"
14625
+ }
14626
+ ]
14443
14627
  },
14444
14628
  {
14445
14629
  "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",
@@ -14453,7 +14637,17 @@
14453
14637
  "parameterCount": 4,
14454
14638
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14455
14639
  "declaringAssemblyName": "System.Private.CoreLib",
14456
- "isExtensionMethod": false
14640
+ "isExtensionMethod": false,
14641
+ "parameterModifiers": [
14642
+ {
14643
+ "index": 2,
14644
+ "modifier": "ref"
14645
+ },
14646
+ {
14647
+ "index": 3,
14648
+ "modifier": "out"
14649
+ }
14650
+ ]
14457
14651
  },
14458
14652
  {
14459
14653
  "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",
@@ -14467,7 +14661,13 @@
14467
14661
  "parameterCount": 3,
14468
14662
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14469
14663
  "declaringAssemblyName": "System.Private.CoreLib",
14470
- "isExtensionMethod": false
14664
+ "isExtensionMethod": false,
14665
+ "parameterModifiers": [
14666
+ {
14667
+ "index": 2,
14668
+ "modifier": "out"
14669
+ }
14670
+ ]
14471
14671
  },
14472
14672
  {
14473
14673
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Enum(System.Boolean,System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
@@ -14481,7 +14681,13 @@
14481
14681
  "parameterCount": 2,
14482
14682
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14483
14683
  "declaringAssemblyName": "System.Private.CoreLib",
14484
- "isExtensionMethod": false
14684
+ "isExtensionMethod": false,
14685
+ "parameterModifiers": [
14686
+ {
14687
+ "index": 1,
14688
+ "modifier": "out"
14689
+ }
14690
+ ]
14485
14691
  },
14486
14692
  {
14487
14693
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsEqual(System.Runtime.InteropServices.ComTypes.IMoniker):System.Int32",
@@ -14509,7 +14715,13 @@
14509
14715
  "parameterCount": 1,
14510
14716
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14511
14717
  "declaringAssemblyName": "System.Private.CoreLib",
14512
- "isExtensionMethod": false
14718
+ "isExtensionMethod": false,
14719
+ "parameterModifiers": [
14720
+ {
14721
+ "index": 0,
14722
+ "modifier": "out"
14723
+ }
14724
+ ]
14513
14725
  },
14514
14726
  {
14515
14727
  "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",
@@ -14537,7 +14749,13 @@
14537
14749
  "parameterCount": 3,
14538
14750
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14539
14751
  "declaringAssemblyName": "System.Private.CoreLib",
14540
- "isExtensionMethod": false
14752
+ "isExtensionMethod": false,
14753
+ "parameterModifiers": [
14754
+ {
14755
+ "index": 2,
14756
+ "modifier": "out"
14757
+ }
14758
+ ]
14541
14759
  },
14542
14760
  {
14543
14761
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::Inverse(System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
@@ -14551,7 +14769,13 @@
14551
14769
  "parameterCount": 1,
14552
14770
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14553
14771
  "declaringAssemblyName": "System.Private.CoreLib",
14554
- "isExtensionMethod": false
14772
+ "isExtensionMethod": false,
14773
+ "parameterModifiers": [
14774
+ {
14775
+ "index": 0,
14776
+ "modifier": "out"
14777
+ }
14778
+ ]
14555
14779
  },
14556
14780
  {
14557
14781
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::CommonPrefixWith(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker\u0026):System.Void",
@@ -14565,7 +14789,13 @@
14565
14789
  "parameterCount": 2,
14566
14790
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14567
14791
  "declaringAssemblyName": "System.Private.CoreLib",
14568
- "isExtensionMethod": false
14792
+ "isExtensionMethod": false,
14793
+ "parameterModifiers": [
14794
+ {
14795
+ "index": 1,
14796
+ "modifier": "out"
14797
+ }
14798
+ ]
14569
14799
  },
14570
14800
  {
14571
14801
  "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",
@@ -14579,7 +14809,13 @@
14579
14809
  "parameterCount": 3,
14580
14810
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14581
14811
  "declaringAssemblyName": "System.Private.CoreLib",
14582
- "isExtensionMethod": false
14812
+ "isExtensionMethod": false,
14813
+ "parameterModifiers": [
14814
+ {
14815
+ "index": 2,
14816
+ "modifier": "out"
14817
+ }
14818
+ ]
14583
14819
  },
14584
14820
  {
14585
14821
  "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",
@@ -14593,7 +14829,17 @@
14593
14829
  "parameterCount": 5,
14594
14830
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14595
14831
  "declaringAssemblyName": "System.Private.CoreLib",
14596
- "isExtensionMethod": false
14832
+ "isExtensionMethod": false,
14833
+ "parameterModifiers": [
14834
+ {
14835
+ "index": 3,
14836
+ "modifier": "out"
14837
+ },
14838
+ {
14839
+ "index": 4,
14840
+ "modifier": "out"
14841
+ }
14842
+ ]
14597
14843
  },
14598
14844
  {
14599
14845
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IMoniker::IsSystemMoniker(System.Int32\u0026):System.Int32",
@@ -14607,7 +14853,13 @@
14607
14853
  "parameterCount": 1,
14608
14854
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IMoniker",
14609
14855
  "declaringAssemblyName": "System.Private.CoreLib",
14610
- "isExtensionMethod": false
14856
+ "isExtensionMethod": false,
14857
+ "parameterModifiers": [
14858
+ {
14859
+ "index": 0,
14860
+ "modifier": "out"
14861
+ }
14862
+ ]
14611
14863
  }
14612
14864
  ],
14613
14865
  "properties": [],
@@ -14816,7 +15068,13 @@
14816
15068
  "parameterCount": 1,
14817
15069
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IPersistFile",
14818
15070
  "declaringAssemblyName": "System.Private.CoreLib",
14819
- "isExtensionMethod": false
15071
+ "isExtensionMethod": false,
15072
+ "parameterModifiers": [
15073
+ {
15074
+ "index": 0,
15075
+ "modifier": "out"
15076
+ }
15077
+ ]
14820
15078
  },
14821
15079
  {
14822
15080
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IPersistFile::IsDirty():System.Int32",
@@ -14886,7 +15144,13 @@
14886
15144
  "parameterCount": 1,
14887
15145
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IPersistFile",
14888
15146
  "declaringAssemblyName": "System.Private.CoreLib",
14889
- "isExtensionMethod": false
15147
+ "isExtensionMethod": false,
15148
+ "parameterModifiers": [
15149
+ {
15150
+ "index": 0,
15151
+ "modifier": "out"
15152
+ }
15153
+ ]
14890
15154
  }
14891
15155
  ],
14892
15156
  "properties": [],
@@ -15017,7 +15281,13 @@
15017
15281
  "parameterCount": 2,
15018
15282
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IRunningObjectTable",
15019
15283
  "declaringAssemblyName": "System.Private.CoreLib",
15020
- "isExtensionMethod": false
15284
+ "isExtensionMethod": false,
15285
+ "parameterModifiers": [
15286
+ {
15287
+ "index": 1,
15288
+ "modifier": "out"
15289
+ }
15290
+ ]
15021
15291
  },
15022
15292
  {
15023
15293
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::NoteChangeTime(System.Int32,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Void",
@@ -15031,7 +15301,13 @@
15031
15301
  "parameterCount": 2,
15032
15302
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IRunningObjectTable",
15033
15303
  "declaringAssemblyName": "System.Private.CoreLib",
15034
- "isExtensionMethod": false
15304
+ "isExtensionMethod": false,
15305
+ "parameterModifiers": [
15306
+ {
15307
+ "index": 1,
15308
+ "modifier": "ref"
15309
+ }
15310
+ ]
15035
15311
  },
15036
15312
  {
15037
15313
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME\u0026):System.Int32",
@@ -15045,7 +15321,13 @@
15045
15321
  "parameterCount": 2,
15046
15322
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IRunningObjectTable",
15047
15323
  "declaringAssemblyName": "System.Private.CoreLib",
15048
- "isExtensionMethod": false
15324
+ "isExtensionMethod": false,
15325
+ "parameterModifiers": [
15326
+ {
15327
+ "index": 1,
15328
+ "modifier": "out"
15329
+ }
15330
+ ]
15049
15331
  },
15050
15332
  {
15051
15333
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IRunningObjectTable::EnumRunning(System.Runtime.InteropServices.ComTypes.IEnumMoniker\u0026):System.Void",
@@ -15059,7 +15341,13 @@
15059
15341
  "parameterCount": 1,
15060
15342
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IRunningObjectTable",
15061
15343
  "declaringAssemblyName": "System.Private.CoreLib",
15062
- "isExtensionMethod": false
15344
+ "isExtensionMethod": false,
15345
+ "parameterModifiers": [
15346
+ {
15347
+ "index": 0,
15348
+ "modifier": "out"
15349
+ }
15350
+ ]
15063
15351
  }
15064
15352
  ],
15065
15353
  "properties": [],
@@ -15256,7 +15544,13 @@
15256
15544
  "parameterCount": 2,
15257
15545
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IStream",
15258
15546
  "declaringAssemblyName": "System.Private.CoreLib",
15259
- "isExtensionMethod": false
15547
+ "isExtensionMethod": false,
15548
+ "parameterModifiers": [
15549
+ {
15550
+ "index": 0,
15551
+ "modifier": "out"
15552
+ }
15553
+ ]
15260
15554
  },
15261
15555
  {
15262
15556
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.IStream::Clone(System.Runtime.InteropServices.ComTypes.IStream\u0026):System.Void",
@@ -15270,7 +15564,13 @@
15270
15564
  "parameterCount": 1,
15271
15565
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.IStream",
15272
15566
  "declaringAssemblyName": "System.Private.CoreLib",
15273
- "isExtensionMethod": false
15567
+ "isExtensionMethod": false,
15568
+ "parameterModifiers": [
15569
+ {
15570
+ "index": 0,
15571
+ "modifier": "out"
15572
+ }
15573
+ ]
15274
15574
  }
15275
15575
  ],
15276
15576
  "properties": [],
@@ -15389,7 +15689,21 @@
15389
15689
  "parameterCount": 6,
15390
15690
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeComp",
15391
15691
  "declaringAssemblyName": "System.Private.CoreLib",
15392
- "isExtensionMethod": false
15692
+ "isExtensionMethod": false,
15693
+ "parameterModifiers": [
15694
+ {
15695
+ "index": 3,
15696
+ "modifier": "out"
15697
+ },
15698
+ {
15699
+ "index": 4,
15700
+ "modifier": "out"
15701
+ },
15702
+ {
15703
+ "index": 5,
15704
+ "modifier": "out"
15705
+ }
15706
+ ]
15393
15707
  },
15394
15708
  {
15395
15709
  "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",
@@ -15403,7 +15717,17 @@
15403
15717
  "parameterCount": 4,
15404
15718
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeComp",
15405
15719
  "declaringAssemblyName": "System.Private.CoreLib",
15406
- "isExtensionMethod": false
15720
+ "isExtensionMethod": false,
15721
+ "parameterModifiers": [
15722
+ {
15723
+ "index": 2,
15724
+ "modifier": "out"
15725
+ },
15726
+ {
15727
+ "index": 3,
15728
+ "modifier": "out"
15729
+ }
15730
+ ]
15407
15731
  }
15408
15732
  ],
15409
15733
  "properties": [],
@@ -15452,7 +15776,13 @@
15452
15776
  "parameterCount": 1,
15453
15777
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15454
15778
  "declaringAssemblyName": "System.Private.CoreLib",
15455
- "isExtensionMethod": false
15779
+ "isExtensionMethod": false,
15780
+ "parameterModifiers": [
15781
+ {
15782
+ "index": 0,
15783
+ "modifier": "out"
15784
+ }
15785
+ ]
15456
15786
  },
15457
15787
  {
15458
15788
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -15466,7 +15796,13 @@
15466
15796
  "parameterCount": 1,
15467
15797
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15468
15798
  "declaringAssemblyName": "System.Private.CoreLib",
15469
- "isExtensionMethod": false
15799
+ "isExtensionMethod": false,
15800
+ "parameterModifiers": [
15801
+ {
15802
+ "index": 0,
15803
+ "modifier": "out"
15804
+ }
15805
+ ]
15470
15806
  },
15471
15807
  {
15472
15808
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetFuncDesc(System.Int32,System.IntPtr\u0026):System.Void",
@@ -15480,7 +15816,13 @@
15480
15816
  "parameterCount": 2,
15481
15817
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15482
15818
  "declaringAssemblyName": "System.Private.CoreLib",
15483
- "isExtensionMethod": false
15819
+ "isExtensionMethod": false,
15820
+ "parameterModifiers": [
15821
+ {
15822
+ "index": 1,
15823
+ "modifier": "out"
15824
+ }
15825
+ ]
15484
15826
  },
15485
15827
  {
15486
15828
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetNames(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void",
@@ -15494,7 +15836,13 @@
15494
15836
  "parameterCount": 4,
15495
15837
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15496
15838
  "declaringAssemblyName": "System.Private.CoreLib",
15497
- "isExtensionMethod": false
15839
+ "isExtensionMethod": false,
15840
+ "parameterModifiers": [
15841
+ {
15842
+ "index": 3,
15843
+ "modifier": "out"
15844
+ }
15845
+ ]
15498
15846
  },
15499
15847
  {
15500
15848
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetRefTypeOfImplType(System.Int32,System.Int32\u0026):System.Void",
@@ -15508,7 +15856,13 @@
15508
15856
  "parameterCount": 2,
15509
15857
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15510
15858
  "declaringAssemblyName": "System.Private.CoreLib",
15511
- "isExtensionMethod": false
15859
+ "isExtensionMethod": false,
15860
+ "parameterModifiers": [
15861
+ {
15862
+ "index": 1,
15863
+ "modifier": "out"
15864
+ }
15865
+ ]
15512
15866
  },
15513
15867
  {
15514
15868
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetImplTypeFlags(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void",
@@ -15522,7 +15876,13 @@
15522
15876
  "parameterCount": 2,
15523
15877
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15524
15878
  "declaringAssemblyName": "System.Private.CoreLib",
15525
- "isExtensionMethod": false
15879
+ "isExtensionMethod": false,
15880
+ "parameterModifiers": [
15881
+ {
15882
+ "index": 1,
15883
+ "modifier": "out"
15884
+ }
15885
+ ]
15526
15886
  },
15527
15887
  {
15528
15888
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetIDsOfNames(System.String[],System.Int32,System.Int32[]):System.Void",
@@ -15550,7 +15910,17 @@
15550
15910
  "parameterCount": 7,
15551
15911
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15552
15912
  "declaringAssemblyName": "System.Private.CoreLib",
15553
- "isExtensionMethod": false
15913
+ "isExtensionMethod": false,
15914
+ "parameterModifiers": [
15915
+ {
15916
+ "index": 3,
15917
+ "modifier": "ref"
15918
+ },
15919
+ {
15920
+ "index": 6,
15921
+ "modifier": "out"
15922
+ }
15923
+ ]
15554
15924
  },
15555
15925
  {
15556
15926
  "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",
@@ -15564,7 +15934,25 @@
15564
15934
  "parameterCount": 5,
15565
15935
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15566
15936
  "declaringAssemblyName": "System.Private.CoreLib",
15567
- "isExtensionMethod": false
15937
+ "isExtensionMethod": false,
15938
+ "parameterModifiers": [
15939
+ {
15940
+ "index": 1,
15941
+ "modifier": "out"
15942
+ },
15943
+ {
15944
+ "index": 2,
15945
+ "modifier": "out"
15946
+ },
15947
+ {
15948
+ "index": 3,
15949
+ "modifier": "out"
15950
+ },
15951
+ {
15952
+ "index": 4,
15953
+ "modifier": "out"
15954
+ }
15955
+ ]
15568
15956
  },
15569
15957
  {
15570
15958
  "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",
@@ -15592,7 +15980,13 @@
15592
15980
  "parameterCount": 2,
15593
15981
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15594
15982
  "declaringAssemblyName": "System.Private.CoreLib",
15595
- "isExtensionMethod": false
15983
+ "isExtensionMethod": false,
15984
+ "parameterModifiers": [
15985
+ {
15986
+ "index": 1,
15987
+ "modifier": "out"
15988
+ }
15989
+ ]
15596
15990
  },
15597
15991
  {
15598
15992
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void",
@@ -15606,7 +16000,13 @@
15606
16000
  "parameterCount": 3,
15607
16001
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15608
16002
  "declaringAssemblyName": "System.Private.CoreLib",
15609
- "isExtensionMethod": false
16003
+ "isExtensionMethod": false,
16004
+ "parameterModifiers": [
16005
+ {
16006
+ "index": 2,
16007
+ "modifier": "out"
16008
+ }
16009
+ ]
15610
16010
  },
15611
16011
  {
15612
16012
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::CreateInstance(System.Object,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -15620,7 +16020,17 @@
15620
16020
  "parameterCount": 3,
15621
16021
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15622
16022
  "declaringAssemblyName": "System.Private.CoreLib",
15623
- "isExtensionMethod": false
16023
+ "isExtensionMethod": false,
16024
+ "parameterModifiers": [
16025
+ {
16026
+ "index": 1,
16027
+ "modifier": "in"
16028
+ },
16029
+ {
16030
+ "index": 2,
16031
+ "modifier": "out"
16032
+ }
16033
+ ]
15624
16034
  },
15625
16035
  {
15626
16036
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetMops(System.Int32,System.String\u0026):System.Void",
@@ -15634,7 +16044,13 @@
15634
16044
  "parameterCount": 2,
15635
16045
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15636
16046
  "declaringAssemblyName": "System.Private.CoreLib",
15637
- "isExtensionMethod": false
16047
+ "isExtensionMethod": false,
16048
+ "parameterModifiers": [
16049
+ {
16050
+ "index": 1,
16051
+ "modifier": "out"
16052
+ }
16053
+ ]
15638
16054
  },
15639
16055
  {
15640
16056
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::GetContainingTypeLib(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void",
@@ -15648,7 +16064,17 @@
15648
16064
  "parameterCount": 2,
15649
16065
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo",
15650
16066
  "declaringAssemblyName": "System.Private.CoreLib",
15651
- "isExtensionMethod": false
16067
+ "isExtensionMethod": false,
16068
+ "parameterModifiers": [
16069
+ {
16070
+ "index": 0,
16071
+ "modifier": "out"
16072
+ },
16073
+ {
16074
+ "index": 1,
16075
+ "modifier": "out"
16076
+ }
16077
+ ]
15652
16078
  },
15653
16079
  {
15654
16080
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo::ReleaseTypeAttr(System.IntPtr):System.Void",
@@ -15851,7 +16277,13 @@
15851
16277
  "parameterCount": 1,
15852
16278
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15853
16279
  "declaringAssemblyName": "System.Private.CoreLib",
15854
- "isExtensionMethod": false
16280
+ "isExtensionMethod": false,
16281
+ "parameterModifiers": [
16282
+ {
16283
+ "index": 0,
16284
+ "modifier": "out"
16285
+ }
16286
+ ]
15855
16287
  },
15856
16288
  {
15857
16289
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -15865,7 +16297,13 @@
15865
16297
  "parameterCount": 1,
15866
16298
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15867
16299
  "declaringAssemblyName": "System.Private.CoreLib",
15868
- "isExtensionMethod": false
16300
+ "isExtensionMethod": false,
16301
+ "parameterModifiers": [
16302
+ {
16303
+ "index": 0,
16304
+ "modifier": "out"
16305
+ }
16306
+ ]
15869
16307
  },
15870
16308
  {
15871
16309
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncDesc(System.Int32,System.IntPtr\u0026):System.Void",
@@ -15879,7 +16317,13 @@
15879
16317
  "parameterCount": 2,
15880
16318
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15881
16319
  "declaringAssemblyName": "System.Private.CoreLib",
15882
- "isExtensionMethod": false
16320
+ "isExtensionMethod": false,
16321
+ "parameterModifiers": [
16322
+ {
16323
+ "index": 1,
16324
+ "modifier": "out"
16325
+ }
16326
+ ]
15883
16327
  },
15884
16328
  {
15885
16329
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetNames(System.Int32,System.String[],System.Int32,System.Int32\u0026):System.Void",
@@ -15893,7 +16337,13 @@
15893
16337
  "parameterCount": 4,
15894
16338
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15895
16339
  "declaringAssemblyName": "System.Private.CoreLib",
15896
- "isExtensionMethod": false
16340
+ "isExtensionMethod": false,
16341
+ "parameterModifiers": [
16342
+ {
16343
+ "index": 3,
16344
+ "modifier": "out"
16345
+ }
16346
+ ]
15897
16347
  },
15898
16348
  {
15899
16349
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetRefTypeOfImplType(System.Int32,System.Int32\u0026):System.Void",
@@ -15907,7 +16357,13 @@
15907
16357
  "parameterCount": 2,
15908
16358
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15909
16359
  "declaringAssemblyName": "System.Private.CoreLib",
15910
- "isExtensionMethod": false
16360
+ "isExtensionMethod": false,
16361
+ "parameterModifiers": [
16362
+ {
16363
+ "index": 1,
16364
+ "modifier": "out"
16365
+ }
16366
+ ]
15911
16367
  },
15912
16368
  {
15913
16369
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetImplTypeFlags(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS\u0026):System.Void",
@@ -15921,7 +16377,13 @@
15921
16377
  "parameterCount": 2,
15922
16378
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15923
16379
  "declaringAssemblyName": "System.Private.CoreLib",
15924
- "isExtensionMethod": false
16380
+ "isExtensionMethod": false,
16381
+ "parameterModifiers": [
16382
+ {
16383
+ "index": 1,
16384
+ "modifier": "out"
16385
+ }
16386
+ ]
15925
16387
  },
15926
16388
  {
15927
16389
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetIDsOfNames(System.String[],System.Int32,System.Int32[]):System.Void",
@@ -15949,7 +16411,17 @@
15949
16411
  "parameterCount": 7,
15950
16412
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15951
16413
  "declaringAssemblyName": "System.Private.CoreLib",
15952
- "isExtensionMethod": false
16414
+ "isExtensionMethod": false,
16415
+ "parameterModifiers": [
16416
+ {
16417
+ "index": 3,
16418
+ "modifier": "ref"
16419
+ },
16420
+ {
16421
+ "index": 6,
16422
+ "modifier": "out"
16423
+ }
16424
+ ]
15953
16425
  },
15954
16426
  {
15955
16427
  "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",
@@ -15963,7 +16435,25 @@
15963
16435
  "parameterCount": 5,
15964
16436
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15965
16437
  "declaringAssemblyName": "System.Private.CoreLib",
15966
- "isExtensionMethod": false
16438
+ "isExtensionMethod": false,
16439
+ "parameterModifiers": [
16440
+ {
16441
+ "index": 1,
16442
+ "modifier": "out"
16443
+ },
16444
+ {
16445
+ "index": 2,
16446
+ "modifier": "out"
16447
+ },
16448
+ {
16449
+ "index": 3,
16450
+ "modifier": "out"
16451
+ },
16452
+ {
16453
+ "index": 4,
16454
+ "modifier": "out"
16455
+ }
16456
+ ]
15967
16457
  },
15968
16458
  {
15969
16459
  "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",
@@ -15991,7 +16481,13 @@
15991
16481
  "parameterCount": 2,
15992
16482
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
15993
16483
  "declaringAssemblyName": "System.Private.CoreLib",
15994
- "isExtensionMethod": false
16484
+ "isExtensionMethod": false,
16485
+ "parameterModifiers": [
16486
+ {
16487
+ "index": 1,
16488
+ "modifier": "out"
16489
+ }
16490
+ ]
15995
16491
  },
15996
16492
  {
15997
16493
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr\u0026):System.Void",
@@ -16005,7 +16501,13 @@
16005
16501
  "parameterCount": 3,
16006
16502
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16007
16503
  "declaringAssemblyName": "System.Private.CoreLib",
16008
- "isExtensionMethod": false
16504
+ "isExtensionMethod": false,
16505
+ "parameterModifiers": [
16506
+ {
16507
+ "index": 2,
16508
+ "modifier": "out"
16509
+ }
16510
+ ]
16009
16511
  },
16010
16512
  {
16011
16513
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::CreateInstance(System.Object,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -16019,7 +16521,17 @@
16019
16521
  "parameterCount": 3,
16020
16522
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16021
16523
  "declaringAssemblyName": "System.Private.CoreLib",
16022
- "isExtensionMethod": false
16524
+ "isExtensionMethod": false,
16525
+ "parameterModifiers": [
16526
+ {
16527
+ "index": 1,
16528
+ "modifier": "in"
16529
+ },
16530
+ {
16531
+ "index": 2,
16532
+ "modifier": "out"
16533
+ }
16534
+ ]
16023
16535
  },
16024
16536
  {
16025
16537
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetMops(System.Int32,System.String\u0026):System.Void",
@@ -16033,7 +16545,13 @@
16033
16545
  "parameterCount": 2,
16034
16546
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16035
16547
  "declaringAssemblyName": "System.Private.CoreLib",
16036
- "isExtensionMethod": false
16548
+ "isExtensionMethod": false,
16549
+ "parameterModifiers": [
16550
+ {
16551
+ "index": 1,
16552
+ "modifier": "out"
16553
+ }
16554
+ ]
16037
16555
  },
16038
16556
  {
16039
16557
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetContainingTypeLib(System.Runtime.InteropServices.ComTypes.ITypeLib\u0026,System.Int32\u0026):System.Void",
@@ -16047,7 +16565,17 @@
16047
16565
  "parameterCount": 2,
16048
16566
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16049
16567
  "declaringAssemblyName": "System.Private.CoreLib",
16050
- "isExtensionMethod": false
16568
+ "isExtensionMethod": false,
16569
+ "parameterModifiers": [
16570
+ {
16571
+ "index": 0,
16572
+ "modifier": "out"
16573
+ },
16574
+ {
16575
+ "index": 1,
16576
+ "modifier": "out"
16577
+ }
16578
+ ]
16051
16579
  },
16052
16580
  {
16053
16581
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::ReleaseTypeAttr(System.IntPtr):System.Void",
@@ -16075,7 +16603,13 @@
16075
16603
  "parameterCount": 1,
16076
16604
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16077
16605
  "declaringAssemblyName": "System.Private.CoreLib",
16078
- "isExtensionMethod": false
16606
+ "isExtensionMethod": false,
16607
+ "parameterModifiers": [
16608
+ {
16609
+ "index": 0,
16610
+ "modifier": "out"
16611
+ }
16612
+ ]
16079
16613
  },
16080
16614
  {
16081
16615
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetTypeFlags(System.Int32\u0026):System.Void",
@@ -16089,7 +16623,13 @@
16089
16623
  "parameterCount": 1,
16090
16624
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16091
16625
  "declaringAssemblyName": "System.Private.CoreLib",
16092
- "isExtensionMethod": false
16626
+ "isExtensionMethod": false,
16627
+ "parameterModifiers": [
16628
+ {
16629
+ "index": 0,
16630
+ "modifier": "out"
16631
+ }
16632
+ ]
16093
16633
  },
16094
16634
  {
16095
16635
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncIndexOfMemId(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.Int32\u0026):System.Void",
@@ -16103,7 +16643,13 @@
16103
16643
  "parameterCount": 3,
16104
16644
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16105
16645
  "declaringAssemblyName": "System.Private.CoreLib",
16106
- "isExtensionMethod": false
16646
+ "isExtensionMethod": false,
16647
+ "parameterModifiers": [
16648
+ {
16649
+ "index": 2,
16650
+ "modifier": "out"
16651
+ }
16652
+ ]
16107
16653
  },
16108
16654
  {
16109
16655
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetCustData(System.Guid\u0026,System.Object\u0026):System.Void",
@@ -16117,7 +16663,17 @@
16117
16663
  "parameterCount": 2,
16118
16664
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16119
16665
  "declaringAssemblyName": "System.Private.CoreLib",
16120
- "isExtensionMethod": false
16666
+ "isExtensionMethod": false,
16667
+ "parameterModifiers": [
16668
+ {
16669
+ "index": 0,
16670
+ "modifier": "ref"
16671
+ },
16672
+ {
16673
+ "index": 1,
16674
+ "modifier": "out"
16675
+ }
16676
+ ]
16121
16677
  },
16122
16678
  {
16123
16679
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetFuncCustData(System.Int32,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -16131,7 +16687,17 @@
16131
16687
  "parameterCount": 3,
16132
16688
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16133
16689
  "declaringAssemblyName": "System.Private.CoreLib",
16134
- "isExtensionMethod": false
16690
+ "isExtensionMethod": false,
16691
+ "parameterModifiers": [
16692
+ {
16693
+ "index": 1,
16694
+ "modifier": "ref"
16695
+ },
16696
+ {
16697
+ "index": 2,
16698
+ "modifier": "out"
16699
+ }
16700
+ ]
16135
16701
  },
16136
16702
  {
16137
16703
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetParamCustData(System.Int32,System.Int32,System.Guid\u0026,System.Object\u0026):System.Void",
@@ -16145,7 +16711,17 @@
16145
16711
  "parameterCount": 4,
16146
16712
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16147
16713
  "declaringAssemblyName": "System.Private.CoreLib",
16148
- "isExtensionMethod": false
16714
+ "isExtensionMethod": false,
16715
+ "parameterModifiers": [
16716
+ {
16717
+ "index": 2,
16718
+ "modifier": "ref"
16719
+ },
16720
+ {
16721
+ "index": 3,
16722
+ "modifier": "out"
16723
+ }
16724
+ ]
16149
16725
  },
16150
16726
  {
16151
16727
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetDocumentation2(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
@@ -16159,7 +16735,21 @@
16159
16735
  "parameterCount": 4,
16160
16736
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeInfo2",
16161
16737
  "declaringAssemblyName": "System.Private.CoreLib",
16162
- "isExtensionMethod": false
16738
+ "isExtensionMethod": false,
16739
+ "parameterModifiers": [
16740
+ {
16741
+ "index": 1,
16742
+ "modifier": "out"
16743
+ },
16744
+ {
16745
+ "index": 2,
16746
+ "modifier": "out"
16747
+ },
16748
+ {
16749
+ "index": 3,
16750
+ "modifier": "out"
16751
+ }
16752
+ ]
16163
16753
  },
16164
16754
  {
16165
16755
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeInfo2::GetAllFuncCustData(System.Int32,System.IntPtr):System.Void",
@@ -16480,7 +17070,13 @@
16480
17070
  "parameterCount": 2,
16481
17071
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib",
16482
17072
  "declaringAssemblyName": "System.Private.CoreLib",
16483
- "isExtensionMethod": false
17073
+ "isExtensionMethod": false,
17074
+ "parameterModifiers": [
17075
+ {
17076
+ "index": 1,
17077
+ "modifier": "out"
17078
+ }
17079
+ ]
16484
17080
  },
16485
17081
  {
16486
17082
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeInfoType(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
@@ -16494,7 +17090,13 @@
16494
17090
  "parameterCount": 2,
16495
17091
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib",
16496
17092
  "declaringAssemblyName": "System.Private.CoreLib",
16497
- "isExtensionMethod": false
17093
+ "isExtensionMethod": false,
17094
+ "parameterModifiers": [
17095
+ {
17096
+ "index": 1,
17097
+ "modifier": "out"
17098
+ }
17099
+ ]
16498
17100
  },
16499
17101
  {
16500
17102
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeInfoOfGuid(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
@@ -16508,7 +17110,17 @@
16508
17110
  "parameterCount": 2,
16509
17111
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib",
16510
17112
  "declaringAssemblyName": "System.Private.CoreLib",
16511
- "isExtensionMethod": false
17113
+ "isExtensionMethod": false,
17114
+ "parameterModifiers": [
17115
+ {
17116
+ "index": 0,
17117
+ "modifier": "ref"
17118
+ },
17119
+ {
17120
+ "index": 1,
17121
+ "modifier": "out"
17122
+ }
17123
+ ]
16512
17124
  },
16513
17125
  {
16514
17126
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetLibAttr(System.IntPtr\u0026):System.Void",
@@ -16522,7 +17134,13 @@
16522
17134
  "parameterCount": 1,
16523
17135
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib",
16524
17136
  "declaringAssemblyName": "System.Private.CoreLib",
16525
- "isExtensionMethod": false
17137
+ "isExtensionMethod": false,
17138
+ "parameterModifiers": [
17139
+ {
17140
+ "index": 0,
17141
+ "modifier": "out"
17142
+ }
17143
+ ]
16526
17144
  },
16527
17145
  {
16528
17146
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -16536,7 +17154,13 @@
16536
17154
  "parameterCount": 1,
16537
17155
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib",
16538
17156
  "declaringAssemblyName": "System.Private.CoreLib",
16539
- "isExtensionMethod": false
17157
+ "isExtensionMethod": false,
17158
+ "parameterModifiers": [
17159
+ {
17160
+ "index": 0,
17161
+ "modifier": "out"
17162
+ }
17163
+ ]
16540
17164
  },
16541
17165
  {
16542
17166
  "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",
@@ -16550,7 +17174,25 @@
16550
17174
  "parameterCount": 5,
16551
17175
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib",
16552
17176
  "declaringAssemblyName": "System.Private.CoreLib",
16553
- "isExtensionMethod": false
17177
+ "isExtensionMethod": false,
17178
+ "parameterModifiers": [
17179
+ {
17180
+ "index": 1,
17181
+ "modifier": "out"
17182
+ },
17183
+ {
17184
+ "index": 2,
17185
+ "modifier": "out"
17186
+ },
17187
+ {
17188
+ "index": 3,
17189
+ "modifier": "out"
17190
+ },
17191
+ {
17192
+ "index": 4,
17193
+ "modifier": "out"
17194
+ }
17195
+ ]
16554
17196
  },
16555
17197
  {
16556
17198
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::IsName(System.String,System.Int32):System.Boolean",
@@ -16578,7 +17220,13 @@
16578
17220
  "parameterCount": 5,
16579
17221
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib",
16580
17222
  "declaringAssemblyName": "System.Private.CoreLib",
16581
- "isExtensionMethod": false
17223
+ "isExtensionMethod": false,
17224
+ "parameterModifiers": [
17225
+ {
17226
+ "index": 4,
17227
+ "modifier": "ref"
17228
+ }
17229
+ ]
16582
17230
  },
16583
17231
  {
16584
17232
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib::ReleaseTLibAttr(System.IntPtr):System.Void",
@@ -16735,7 +17383,13 @@
16735
17383
  "parameterCount": 2,
16736
17384
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16737
17385
  "declaringAssemblyName": "System.Private.CoreLib",
16738
- "isExtensionMethod": false
17386
+ "isExtensionMethod": false,
17387
+ "parameterModifiers": [
17388
+ {
17389
+ "index": 1,
17390
+ "modifier": "out"
17391
+ }
17392
+ ]
16739
17393
  },
16740
17394
  {
16741
17395
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeInfoType(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND\u0026):System.Void",
@@ -16749,7 +17403,13 @@
16749
17403
  "parameterCount": 2,
16750
17404
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16751
17405
  "declaringAssemblyName": "System.Private.CoreLib",
16752
- "isExtensionMethod": false
17406
+ "isExtensionMethod": false,
17407
+ "parameterModifiers": [
17408
+ {
17409
+ "index": 1,
17410
+ "modifier": "out"
17411
+ }
17412
+ ]
16753
17413
  },
16754
17414
  {
16755
17415
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeInfoOfGuid(System.Guid\u0026,System.Runtime.InteropServices.ComTypes.ITypeInfo\u0026):System.Void",
@@ -16763,7 +17423,17 @@
16763
17423
  "parameterCount": 2,
16764
17424
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16765
17425
  "declaringAssemblyName": "System.Private.CoreLib",
16766
- "isExtensionMethod": false
17426
+ "isExtensionMethod": false,
17427
+ "parameterModifiers": [
17428
+ {
17429
+ "index": 0,
17430
+ "modifier": "ref"
17431
+ },
17432
+ {
17433
+ "index": 1,
17434
+ "modifier": "out"
17435
+ }
17436
+ ]
16767
17437
  },
16768
17438
  {
16769
17439
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetLibAttr(System.IntPtr\u0026):System.Void",
@@ -16777,7 +17447,13 @@
16777
17447
  "parameterCount": 1,
16778
17448
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16779
17449
  "declaringAssemblyName": "System.Private.CoreLib",
16780
- "isExtensionMethod": false
17450
+ "isExtensionMethod": false,
17451
+ "parameterModifiers": [
17452
+ {
17453
+ "index": 0,
17454
+ "modifier": "out"
17455
+ }
17456
+ ]
16781
17457
  },
16782
17458
  {
16783
17459
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp\u0026):System.Void",
@@ -16791,7 +17467,13 @@
16791
17467
  "parameterCount": 1,
16792
17468
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16793
17469
  "declaringAssemblyName": "System.Private.CoreLib",
16794
- "isExtensionMethod": false
17470
+ "isExtensionMethod": false,
17471
+ "parameterModifiers": [
17472
+ {
17473
+ "index": 0,
17474
+ "modifier": "out"
17475
+ }
17476
+ ]
16795
17477
  },
16796
17478
  {
16797
17479
  "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",
@@ -16805,7 +17487,25 @@
16805
17487
  "parameterCount": 5,
16806
17488
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16807
17489
  "declaringAssemblyName": "System.Private.CoreLib",
16808
- "isExtensionMethod": false
17490
+ "isExtensionMethod": false,
17491
+ "parameterModifiers": [
17492
+ {
17493
+ "index": 1,
17494
+ "modifier": "out"
17495
+ },
17496
+ {
17497
+ "index": 2,
17498
+ "modifier": "out"
17499
+ },
17500
+ {
17501
+ "index": 3,
17502
+ "modifier": "out"
17503
+ },
17504
+ {
17505
+ "index": 4,
17506
+ "modifier": "out"
17507
+ }
17508
+ ]
16809
17509
  },
16810
17510
  {
16811
17511
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::IsName(System.String,System.Int32):System.Boolean",
@@ -16833,7 +17533,13 @@
16833
17533
  "parameterCount": 5,
16834
17534
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16835
17535
  "declaringAssemblyName": "System.Private.CoreLib",
16836
- "isExtensionMethod": false
17536
+ "isExtensionMethod": false,
17537
+ "parameterModifiers": [
17538
+ {
17539
+ "index": 4,
17540
+ "modifier": "ref"
17541
+ }
17542
+ ]
16837
17543
  },
16838
17544
  {
16839
17545
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::ReleaseTLibAttr(System.IntPtr):System.Void",
@@ -16861,7 +17567,17 @@
16861
17567
  "parameterCount": 2,
16862
17568
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16863
17569
  "declaringAssemblyName": "System.Private.CoreLib",
16864
- "isExtensionMethod": false
17570
+ "isExtensionMethod": false,
17571
+ "parameterModifiers": [
17572
+ {
17573
+ "index": 0,
17574
+ "modifier": "ref"
17575
+ },
17576
+ {
17577
+ "index": 1,
17578
+ "modifier": "out"
17579
+ }
17580
+ ]
16865
17581
  },
16866
17582
  {
16867
17583
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetLibStatistics(System.IntPtr,System.Int32\u0026):System.Void",
@@ -16875,7 +17591,13 @@
16875
17591
  "parameterCount": 2,
16876
17592
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16877
17593
  "declaringAssemblyName": "System.Private.CoreLib",
16878
- "isExtensionMethod": false
17594
+ "isExtensionMethod": false,
17595
+ "parameterModifiers": [
17596
+ {
17597
+ "index": 1,
17598
+ "modifier": "out"
17599
+ }
17600
+ ]
16879
17601
  },
16880
17602
  {
16881
17603
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ComTypes.ITypeLib2::GetDocumentation2(System.Int32,System.String\u0026,System.Int32\u0026,System.String\u0026):System.Void",
@@ -16889,7 +17611,21 @@
16889
17611
  "parameterCount": 4,
16890
17612
  "declaringClrType": "System.Runtime.InteropServices.ComTypes.ITypeLib2",
16891
17613
  "declaringAssemblyName": "System.Private.CoreLib",
16892
- "isExtensionMethod": false
17614
+ "isExtensionMethod": false,
17615
+ "parameterModifiers": [
17616
+ {
17617
+ "index": 1,
17618
+ "modifier": "out"
17619
+ },
17620
+ {
17621
+ "index": 2,
17622
+ "modifier": "out"
17623
+ },
17624
+ {
17625
+ "index": 3,
17626
+ "modifier": "out"
17627
+ }
17628
+ ]
16893
17629
  }
16894
17630
  ],
16895
17631
  "properties": [],