@tsonic/dotnet 10.0.1 → 10.0.2

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 (283) hide show
  1. package/Internal/bindings.json +5 -0
  2. package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
  3. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
  4. package/Microsoft.VisualBasic/bindings.json +635 -68
  5. package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
  6. package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
  7. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
  8. package/Microsoft.Win32/bindings.json +107 -24
  9. package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
  10. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
  11. package/System/bindings.json +11622 -2308
  12. package/System/internal/index.d.ts +165 -15
  13. package/System.Buffers/bindings.json +371 -62
  14. package/System.Buffers/internal/index.d.ts +25 -13
  15. package/System.Buffers.Binary/bindings.json +126 -0
  16. package/System.Buffers.Text/bindings.json +67 -0
  17. package/System.Buffers.Text/internal/index.d.ts +1 -1
  18. package/System.Buffers.Text.d.ts +1 -1
  19. package/System.Buffers.d.ts +1 -1
  20. package/System.CodeDom.Compiler/bindings.json +142 -4
  21. package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
  22. package/System.CodeDom.Compiler.d.ts +1 -1
  23. package/System.Collections/bindings.json +1094 -69
  24. package/System.Collections/internal/index.d.ts +41 -3
  25. package/System.Collections.Concurrent/bindings.json +353 -90
  26. package/System.Collections.Concurrent/internal/index.d.ts +9 -2
  27. package/System.Collections.Frozen/bindings.json +158 -48
  28. package/System.Collections.Generic/bindings.json +1910 -634
  29. package/System.Collections.Generic/internal/index.d.ts +24 -9
  30. package/System.Collections.Immutable/bindings.json +1321 -292
  31. package/System.Collections.ObjectModel/bindings.json +1123 -199
  32. package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
  33. package/System.Collections.ObjectModel.d.ts +3 -3
  34. package/System.Collections.Specialized/bindings.json +763 -58
  35. package/System.Collections.Specialized/internal/index.d.ts +15 -1
  36. package/System.ComponentModel/bindings.json +3590 -166
  37. package/System.ComponentModel/internal/index.d.ts +173 -27
  38. package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
  39. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
  40. package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
  41. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  42. package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
  43. package/System.ComponentModel.DataAnnotations.d.ts +2 -2
  44. package/System.ComponentModel.Design/bindings.json +714 -40
  45. package/System.ComponentModel.Design/internal/index.d.ts +43 -12
  46. package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
  47. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
  48. package/System.ComponentModel.Design.d.ts +1 -1
  49. package/System.ComponentModel.d.ts +2 -2
  50. package/System.Configuration.Assemblies/bindings.json +19 -8
  51. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  52. package/System.Configuration.Assemblies.d.ts +1 -1
  53. package/System.Data/bindings.json +3325 -302
  54. package/System.Data/internal/index.d.ts +145 -24
  55. package/System.Data.Common/bindings.json +3047 -241
  56. package/System.Data.Common/internal/index.d.ts +228 -55
  57. package/System.Data.Common.d.ts +3 -3
  58. package/System.Data.SqlTypes/bindings.json +754 -71
  59. package/System.Data.SqlTypes/internal/index.d.ts +1 -0
  60. package/System.Data.d.ts +3 -3
  61. package/System.Diagnostics/bindings.json +1737 -130
  62. package/System.Diagnostics/internal/index.d.ts +121 -41
  63. package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
  64. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
  65. package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
  66. package/System.Diagnostics.Contracts/bindings.json +68 -4
  67. package/System.Diagnostics.Metrics/bindings.json +565 -55
  68. package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
  69. package/System.Diagnostics.SymbolStore/bindings.json +106 -4
  70. package/System.Diagnostics.Tracing/bindings.json +979 -160
  71. package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
  72. package/System.Diagnostics.d.ts +2 -2
  73. package/System.Drawing/bindings.json +611 -4
  74. package/System.Drawing/internal/index.d.ts +1 -1
  75. package/System.Drawing.d.ts +1 -1
  76. package/System.Dynamic/bindings.json +346 -24
  77. package/System.Dynamic/internal/index.d.ts +13 -0
  78. package/System.Formats.Asn1/bindings.json +229 -12
  79. package/System.Formats.Asn1/internal/index.d.ts +1 -0
  80. package/System.Formats.Tar/bindings.json +120 -16
  81. package/System.Globalization/bindings.json +1088 -53
  82. package/System.Globalization/internal/index.d.ts +44 -7
  83. package/System.IO/bindings.json +2163 -110
  84. package/System.IO/internal/index.d.ts +119 -27
  85. package/System.IO.Compression/bindings.json +466 -38
  86. package/System.IO.Compression/internal/index.d.ts +36 -9
  87. package/System.IO.Compression.d.ts +2 -2
  88. package/System.IO.Enumeration/bindings.json +221 -22
  89. package/System.IO.Enumeration/internal/index.d.ts +15 -4
  90. package/System.IO.IsolatedStorage/bindings.json +250 -11
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
  92. package/System.IO.IsolatedStorage.d.ts +2 -2
  93. package/System.IO.MemoryMappedFiles/bindings.json +138 -16
  94. package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
  95. package/System.IO.MemoryMappedFiles.d.ts +4 -3
  96. package/System.IO.Pipelines/bindings.json +147 -3
  97. package/System.IO.Pipelines/internal/index.d.ts +15 -2
  98. package/System.IO.Pipes/bindings.json +889 -54
  99. package/System.IO.Pipes/internal/index.d.ts +64 -23
  100. package/System.IO.Pipes.d.ts +4 -3
  101. package/System.IO.d.ts +2 -2
  102. package/System.Linq/bindings.json +944 -79
  103. package/System.Linq.Expressions/bindings.json +1998 -57
  104. package/System.Linq.Expressions/internal/index.d.ts +207 -29
  105. package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
  106. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  107. package/System.Linq.Expressions.Interpreter.d.ts +1 -1
  108. package/System.Linq.Expressions.d.ts +1 -1
  109. package/System.Net/bindings.json +2083 -248
  110. package/System.Net/internal/index.d.ts +102 -40
  111. package/System.Net.Cache/bindings.json +53 -12
  112. package/System.Net.Cache/internal/index.d.ts +1 -1
  113. package/System.Net.Cache.d.ts +1 -1
  114. package/System.Net.Http/bindings.json +2104 -105
  115. package/System.Net.Http/internal/index.d.ts +174 -31
  116. package/System.Net.Http.Headers/bindings.json +456 -24
  117. package/System.Net.Http.Headers/internal/index.d.ts +8 -2
  118. package/System.Net.Http.Json/bindings.json +171 -0
  119. package/System.Net.Http.Json/internal/index.d.ts +14 -2
  120. package/System.Net.Http.Metrics/bindings.json +5 -0
  121. package/System.Net.Mail/bindings.json +1127 -101
  122. package/System.Net.Mail/internal/index.d.ts +87 -16
  123. package/System.Net.Mime/bindings.json +82 -4
  124. package/System.Net.Mime/internal/index.d.ts +1 -1
  125. package/System.Net.Mime.d.ts +1 -1
  126. package/System.Net.NetworkInformation/bindings.json +857 -61
  127. package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
  128. package/System.Net.NetworkInformation.d.ts +2 -2
  129. package/System.Net.Quic/bindings.json +157 -16
  130. package/System.Net.Quic/internal/index.d.ts +8 -3
  131. package/System.Net.Quic.d.ts +2 -2
  132. package/System.Net.Security/bindings.json +798 -37
  133. package/System.Net.Security/internal/index.d.ts +22 -5
  134. package/System.Net.Security.d.ts +2 -2
  135. package/System.Net.ServerSentEvents/bindings.json +31 -13
  136. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  137. package/System.Net.Sockets/bindings.json +1157 -78
  138. package/System.Net.Sockets/internal/index.d.ts +53 -21
  139. package/System.Net.Sockets.d.ts +2 -2
  140. package/System.Net.WebSockets/bindings.json +311 -26
  141. package/System.Net.WebSockets/internal/index.d.ts +12 -3
  142. package/System.Net.WebSockets.d.ts +2 -2
  143. package/System.Net.d.ts +2 -2
  144. package/System.Numerics/bindings.json +3546 -957
  145. package/System.Reflection/bindings.json +1913 -132
  146. package/System.Reflection/internal/index.d.ts +49 -5
  147. package/System.Reflection.Emit/bindings.json +2509 -57
  148. package/System.Reflection.Emit/internal/index.d.ts +158 -15
  149. package/System.Reflection.Emit.d.ts +1 -1
  150. package/System.Reflection.Metadata/bindings.json +1936 -231
  151. package/System.Reflection.Metadata/internal/index.d.ts +8 -1
  152. package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
  153. package/System.Reflection.PortableExecutable/bindings.json +583 -39
  154. package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
  155. package/System.Resources/bindings.json +323 -17
  156. package/System.Resources/internal/index.d.ts +21 -5
  157. package/System.Resources.d.ts +1 -1
  158. package/System.Runtime/bindings.json +65 -8
  159. package/System.Runtime/internal/index.d.ts +6 -1
  160. package/System.Runtime.CompilerServices/bindings.json +718 -139
  161. package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
  162. package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
  163. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
  164. package/System.Runtime.ConstrainedExecution.d.ts +1 -1
  165. package/System.Runtime.ExceptionServices/bindings.json +11 -0
  166. package/System.Runtime.InteropServices/bindings.json +1858 -265
  167. package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
  168. package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
  169. package/System.Runtime.InteropServices.Java/bindings.json +12 -0
  170. package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
  171. package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
  172. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
  173. package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
  174. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
  175. package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
  176. package/System.Runtime.InteropServices.d.ts +1 -1
  177. package/System.Runtime.Intrinsics/bindings.json +1296 -40
  178. package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
  179. package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
  181. package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
  182. package/System.Runtime.Loader/bindings.json +130 -0
  183. package/System.Runtime.Loader/internal/index.d.ts +10 -1
  184. package/System.Runtime.Remoting/bindings.json +2 -0
  185. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  186. package/System.Runtime.Remoting.d.ts +1 -1
  187. package/System.Runtime.Serialization/bindings.json +920 -17
  188. package/System.Runtime.Serialization/internal/index.d.ts +36 -5
  189. package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
  190. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
  191. package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
  192. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  193. package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
  194. package/System.Runtime.Serialization.Formatters.d.ts +1 -1
  195. package/System.Runtime.Serialization.Json/bindings.json +56 -0
  196. package/System.Runtime.Serialization.d.ts +2 -2
  197. package/System.Runtime.Versioning/bindings.json +62 -8
  198. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  199. package/System.Runtime.Versioning.d.ts +1 -1
  200. package/System.Security/bindings.json +265 -12
  201. package/System.Security/internal/index.d.ts +12 -1
  202. package/System.Security.AccessControl/bindings.json +4082 -797
  203. package/System.Security.AccessControl/internal/index.d.ts +131 -72
  204. package/System.Security.AccessControl.d.ts +2 -1
  205. package/System.Security.Authentication/bindings.json +80 -16
  206. package/System.Security.Authentication/internal/index.d.ts +2 -0
  207. package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
  208. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
  209. package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
  210. package/System.Security.Claims/bindings.json +436 -0
  211. package/System.Security.Claims/internal/index.d.ts +34 -4
  212. package/System.Security.Claims.d.ts +2 -1
  213. package/System.Security.Cryptography/bindings.json +11592 -237
  214. package/System.Security.Cryptography/internal/index.d.ts +822 -102
  215. package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
  216. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
  217. package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
  218. package/System.Security.Cryptography.d.ts +2 -2
  219. package/System.Security.Permissions/bindings.json +88 -14
  220. package/System.Security.Permissions/internal/index.d.ts +3 -1
  221. package/System.Security.Permissions.d.ts +1 -1
  222. package/System.Security.Policy/bindings.json +42 -1
  223. package/System.Security.Policy/internal/index.d.ts +1 -0
  224. package/System.Security.Principal/bindings.json +355 -28
  225. package/System.Security.Principal/internal/index.d.ts +11 -3
  226. package/System.Security.Principal.d.ts +1 -1
  227. package/System.Text/bindings.json +800 -31
  228. package/System.Text/internal/index.d.ts +10 -1
  229. package/System.Text.Encodings.Web/bindings.json +87 -4
  230. package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
  231. package/System.Text.Json/bindings.json +574 -49
  232. package/System.Text.Json/internal/index.d.ts +12 -10
  233. package/System.Text.Json.Nodes/bindings.json +152 -19
  234. package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
  235. package/System.Text.Json.Schema/bindings.json +10 -0
  236. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  237. package/System.Text.Json.Schema.d.ts +1 -1
  238. package/System.Text.Json.Serialization/bindings.json +295 -54
  239. package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
  240. package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
  241. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
  242. package/System.Text.RegularExpressions/bindings.json +1319 -103
  243. package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
  244. package/System.Text.RegularExpressions.d.ts +1 -1
  245. package/System.Text.Unicode/bindings.json +185 -0
  246. package/System.Text.Unicode/internal/index.d.ts +1 -1
  247. package/System.Text.Unicode.d.ts +1 -1
  248. package/System.Threading/bindings.json +1270 -64
  249. package/System.Threading/internal/index.d.ts +104 -36
  250. package/System.Threading.Channels/bindings.json +143 -29
  251. package/System.Threading.Channels/internal/index.d.ts +8 -2
  252. package/System.Threading.Tasks/bindings.json +719 -29
  253. package/System.Threading.Tasks/internal/index.d.ts +25 -4
  254. package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
  255. package/System.Threading.Tasks.Sources/bindings.json +34 -11
  256. package/System.Timers/bindings.json +50 -4
  257. package/System.Timers/internal/index.d.ts +9 -4
  258. package/System.Timers.d.ts +2 -2
  259. package/System.Transactions/bindings.json +269 -32
  260. package/System.Transactions/internal/index.d.ts +5 -0
  261. package/System.Web/bindings.json +32 -0
  262. package/System.Windows.Input/bindings.json +3 -0
  263. package/System.Windows.Markup/bindings.json +4 -0
  264. package/System.Windows.Markup/internal/index.d.ts +1 -1
  265. package/System.Windows.Markup.d.ts +1 -1
  266. package/System.Xml/bindings.json +2447 -210
  267. package/System.Xml/internal/index.d.ts +100 -30
  268. package/System.Xml.Linq/bindings.json +361 -24
  269. package/System.Xml.Resolvers/bindings.json +26 -4
  270. package/System.Xml.Schema/bindings.json +830 -56
  271. package/System.Xml.Schema/internal/index.d.ts +20 -1
  272. package/System.Xml.Serialization/bindings.json +4421 -149
  273. package/System.Xml.Serialization/internal/index.d.ts +74 -8
  274. package/System.Xml.Serialization.d.ts +4 -4
  275. package/System.Xml.XPath/bindings.json +287 -35
  276. package/System.Xml.XPath/internal/index.d.ts +4 -0
  277. package/System.Xml.Xsl/bindings.json +174 -8
  278. package/System.Xml.Xsl/internal/index.d.ts +8 -2
  279. package/System.Xml.Xsl.Runtime/bindings.json +613 -58
  280. package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
  281. package/System.Xml.Xsl.d.ts +1 -1
  282. package/System.d.ts +1 -1
  283. package/package.json +1 -1
@@ -35,6 +35,7 @@
35
35
  "isVirtual": false,
36
36
  "isOverride": false,
37
37
  "isSealed": false,
38
+ "visibility": "Public",
38
39
  "declaringClrType": "Internal.Console",
39
40
  "declaringAssemblyName": "System.Private.CoreLib",
40
41
  "isExtensionMethod": false
@@ -54,6 +55,7 @@
54
55
  "isVirtual": false,
55
56
  "isOverride": false,
56
57
  "isSealed": false,
58
+ "visibility": "Public",
57
59
  "declaringClrType": "Internal.Console",
58
60
  "declaringAssemblyName": "System.Private.CoreLib",
59
61
  "isExtensionMethod": false
@@ -73,6 +75,7 @@
73
75
  "isVirtual": false,
74
76
  "isOverride": false,
75
77
  "isSealed": false,
78
+ "visibility": "Public",
76
79
  "declaringClrType": "Internal.Console",
77
80
  "declaringAssemblyName": "System.Private.CoreLib",
78
81
  "isExtensionMethod": false
@@ -114,6 +117,7 @@
114
117
  "isVirtual": false,
115
118
  "isOverride": false,
116
119
  "isSealed": false,
120
+ "visibility": "Public",
117
121
  "declaringClrType": "Internal.Console\u002BError",
118
122
  "declaringAssemblyName": "System.Private.CoreLib",
119
123
  "isExtensionMethod": false
@@ -133,6 +137,7 @@
133
137
  "isVirtual": false,
134
138
  "isOverride": false,
135
139
  "isSealed": false,
140
+ "visibility": "Public",
136
141
  "declaringClrType": "Internal.Console\u002BError",
137
142
  "declaringAssemblyName": "System.Private.CoreLib",
138
143
  "isExtensionMethod": false
@@ -25,16 +25,16 @@
25
25
  "clrName": "System.IComparable"
26
26
  },
27
27
  {
28
- "stableId": "System.Private.CoreLib:System.IConvertible",
29
- "clrName": "System.IConvertible"
28
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
29
+ "clrName": "System.ISpanFormattable"
30
30
  },
31
31
  {
32
32
  "stableId": "System.Private.CoreLib:System.IFormattable",
33
33
  "clrName": "System.IFormattable"
34
34
  },
35
35
  {
36
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
37
- "clrName": "System.ISpanFormattable"
36
+ "stableId": "System.Private.CoreLib:System.IConvertible",
37
+ "clrName": "System.IConvertible"
38
38
  }
39
39
  ],
40
40
  "methods": [],
@@ -48,6 +48,7 @@
48
48
  "isStatic": false,
49
49
  "isReadOnly": false,
50
50
  "isLiteral": false,
51
+ "visibility": "Public",
51
52
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags",
52
53
  "declaringAssemblyName": "Microsoft.CSharp"
53
54
  },
@@ -59,6 +60,7 @@
59
60
  "isStatic": true,
60
61
  "isReadOnly": false,
61
62
  "isLiteral": true,
63
+ "visibility": "Public",
62
64
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags",
63
65
  "declaringAssemblyName": "Microsoft.CSharp"
64
66
  },
@@ -70,6 +72,7 @@
70
72
  "isStatic": true,
71
73
  "isReadOnly": false,
72
74
  "isLiteral": true,
75
+ "visibility": "Public",
73
76
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags",
74
77
  "declaringAssemblyName": "Microsoft.CSharp"
75
78
  },
@@ -81,6 +84,7 @@
81
84
  "isStatic": true,
82
85
  "isReadOnly": false,
83
86
  "isLiteral": true,
87
+ "visibility": "Public",
84
88
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags",
85
89
  "declaringAssemblyName": "Microsoft.CSharp"
86
90
  },
@@ -92,6 +96,7 @@
92
96
  "isStatic": true,
93
97
  "isReadOnly": false,
94
98
  "isLiteral": true,
99
+ "visibility": "Public",
95
100
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags",
96
101
  "declaringAssemblyName": "Microsoft.CSharp"
97
102
  },
@@ -103,6 +108,7 @@
103
108
  "isStatic": true,
104
109
  "isReadOnly": false,
105
110
  "isLiteral": true,
111
+ "visibility": "Public",
106
112
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags",
107
113
  "declaringAssemblyName": "Microsoft.CSharp"
108
114
  },
@@ -114,6 +120,7 @@
114
120
  "isStatic": true,
115
121
  "isReadOnly": false,
116
122
  "isLiteral": true,
123
+ "visibility": "Public",
117
124
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags",
118
125
  "declaringAssemblyName": "Microsoft.CSharp"
119
126
  },
@@ -125,6 +132,7 @@
125
132
  "isStatic": true,
126
133
  "isReadOnly": false,
127
134
  "isLiteral": true,
135
+ "visibility": "Public",
128
136
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags",
129
137
  "declaringAssemblyName": "Microsoft.CSharp"
130
138
  }
@@ -153,16 +161,16 @@
153
161
  "clrName": "System.IComparable"
154
162
  },
155
163
  {
156
- "stableId": "System.Private.CoreLib:System.IConvertible",
157
- "clrName": "System.IConvertible"
164
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
165
+ "clrName": "System.ISpanFormattable"
158
166
  },
159
167
  {
160
168
  "stableId": "System.Private.CoreLib:System.IFormattable",
161
169
  "clrName": "System.IFormattable"
162
170
  },
163
171
  {
164
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
165
- "clrName": "System.ISpanFormattable"
172
+ "stableId": "System.Private.CoreLib:System.IConvertible",
173
+ "clrName": "System.IConvertible"
166
174
  }
167
175
  ],
168
176
  "methods": [],
@@ -176,6 +184,7 @@
176
184
  "isStatic": false,
177
185
  "isReadOnly": false,
178
186
  "isLiteral": false,
187
+ "visibility": "Public",
179
188
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
180
189
  "declaringAssemblyName": "Microsoft.CSharp"
181
190
  },
@@ -187,6 +196,7 @@
187
196
  "isStatic": true,
188
197
  "isReadOnly": false,
189
198
  "isLiteral": true,
199
+ "visibility": "Public",
190
200
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
191
201
  "declaringAssemblyName": "Microsoft.CSharp"
192
202
  },
@@ -198,6 +208,7 @@
198
208
  "isStatic": true,
199
209
  "isReadOnly": false,
200
210
  "isLiteral": true,
211
+ "visibility": "Public",
201
212
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
202
213
  "declaringAssemblyName": "Microsoft.CSharp"
203
214
  },
@@ -209,6 +220,7 @@
209
220
  "isStatic": true,
210
221
  "isReadOnly": false,
211
222
  "isLiteral": true,
223
+ "visibility": "Public",
212
224
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
213
225
  "declaringAssemblyName": "Microsoft.CSharp"
214
226
  },
@@ -220,6 +232,7 @@
220
232
  "isStatic": true,
221
233
  "isReadOnly": false,
222
234
  "isLiteral": true,
235
+ "visibility": "Public",
223
236
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
224
237
  "declaringAssemblyName": "Microsoft.CSharp"
225
238
  },
@@ -231,6 +244,7 @@
231
244
  "isStatic": true,
232
245
  "isReadOnly": false,
233
246
  "isLiteral": true,
247
+ "visibility": "Public",
234
248
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
235
249
  "declaringAssemblyName": "Microsoft.CSharp"
236
250
  },
@@ -242,6 +256,7 @@
242
256
  "isStatic": true,
243
257
  "isReadOnly": false,
244
258
  "isLiteral": true,
259
+ "visibility": "Public",
245
260
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
246
261
  "declaringAssemblyName": "Microsoft.CSharp"
247
262
  },
@@ -253,6 +268,7 @@
253
268
  "isStatic": true,
254
269
  "isReadOnly": false,
255
270
  "isLiteral": true,
271
+ "visibility": "Public",
256
272
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
257
273
  "declaringAssemblyName": "Microsoft.CSharp"
258
274
  },
@@ -264,6 +280,7 @@
264
280
  "isStatic": true,
265
281
  "isReadOnly": false,
266
282
  "isLiteral": true,
283
+ "visibility": "Public",
267
284
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
268
285
  "declaringAssemblyName": "Microsoft.CSharp"
269
286
  },
@@ -275,6 +292,7 @@
275
292
  "isStatic": true,
276
293
  "isReadOnly": false,
277
294
  "isLiteral": true,
295
+ "visibility": "Public",
278
296
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
279
297
  "declaringAssemblyName": "Microsoft.CSharp"
280
298
  },
@@ -286,6 +304,7 @@
286
304
  "isStatic": true,
287
305
  "isReadOnly": false,
288
306
  "isLiteral": true,
307
+ "visibility": "Public",
289
308
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags",
290
309
  "declaringAssemblyName": "Microsoft.CSharp"
291
310
  }
@@ -324,6 +343,7 @@
324
343
  "isVirtual": false,
325
344
  "isOverride": false,
326
345
  "isSealed": false,
346
+ "visibility": "Public",
327
347
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo",
328
348
  "declaringAssemblyName": "Microsoft.CSharp",
329
349
  "isExtensionMethod": false
@@ -371,6 +391,7 @@
371
391
  "isVirtual": true,
372
392
  "isOverride": false,
373
393
  "isSealed": false,
394
+ "visibility": "Public",
374
395
  "declaringClrType": "System.Runtime.Serialization.ISerializable",
375
396
  "declaringAssemblyName": "System.Private.CoreLib",
376
397
  "isExtensionMethod": false,
@@ -391,6 +412,7 @@
391
412
  "isVirtual": true,
392
413
  "isOverride": false,
393
414
  "isSealed": false,
415
+ "visibility": "Public",
394
416
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderException",
395
417
  "declaringAssemblyName": "Microsoft.CSharp",
396
418
  "isExtensionMethod": false
@@ -407,6 +429,7 @@
407
429
  "normalizedSignature": "constructor|():void|static=false",
408
430
  "isStatic": false,
409
431
  "parameterCount": 0,
432
+ "visibility": "Public",
410
433
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderException",
411
434
  "declaringAssemblyName": "Microsoft.CSharp"
412
435
  },
@@ -417,6 +440,7 @@
417
440
  "normalizedSignature": "constructor|(System.String):void|static=false",
418
441
  "isStatic": false,
419
442
  "parameterCount": 1,
443
+ "visibility": "Public",
420
444
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderException",
421
445
  "declaringAssemblyName": "Microsoft.CSharp"
422
446
  },
@@ -427,6 +451,18 @@
427
451
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
428
452
  "isStatic": false,
429
453
  "parameterCount": 2,
454
+ "visibility": "Public",
455
+ "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderException",
456
+ "declaringAssemblyName": "Microsoft.CSharp"
457
+ },
458
+ {
459
+ "stableId": "Microsoft.CSharp:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
460
+ "metadataToken": 100663668,
461
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
462
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
463
+ "isStatic": false,
464
+ "parameterCount": 2,
465
+ "visibility": "Protected",
430
466
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderException",
431
467
  "declaringAssemblyName": "Microsoft.CSharp"
432
468
  }
@@ -469,6 +505,7 @@
469
505
  "isVirtual": true,
470
506
  "isOverride": false,
471
507
  "isSealed": false,
508
+ "visibility": "Public",
472
509
  "declaringClrType": "System.Runtime.Serialization.ISerializable",
473
510
  "declaringAssemblyName": "System.Private.CoreLib",
474
511
  "isExtensionMethod": false,
@@ -489,6 +526,7 @@
489
526
  "isVirtual": true,
490
527
  "isOverride": false,
491
528
  "isSealed": false,
529
+ "visibility": "Public",
492
530
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException",
493
531
  "declaringAssemblyName": "Microsoft.CSharp",
494
532
  "isExtensionMethod": false
@@ -505,6 +543,7 @@
505
543
  "normalizedSignature": "constructor|():void|static=false",
506
544
  "isStatic": false,
507
545
  "parameterCount": 0,
546
+ "visibility": "Public",
508
547
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException",
509
548
  "declaringAssemblyName": "Microsoft.CSharp"
510
549
  },
@@ -515,6 +554,7 @@
515
554
  "normalizedSignature": "constructor|(System.String):void|static=false",
516
555
  "isStatic": false,
517
556
  "parameterCount": 1,
557
+ "visibility": "Public",
518
558
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException",
519
559
  "declaringAssemblyName": "Microsoft.CSharp"
520
560
  },
@@ -525,6 +565,18 @@
525
565
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
526
566
  "isStatic": false,
527
567
  "parameterCount": 2,
568
+ "visibility": "Public",
569
+ "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException",
570
+ "declaringAssemblyName": "Microsoft.CSharp"
571
+ },
572
+ {
573
+ "stableId": "Microsoft.CSharp:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
574
+ "metadataToken": 100663681,
575
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
576
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
577
+ "isStatic": false,
578
+ "parameterCount": 2,
579
+ "visibility": "Protected",
528
580
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException",
529
581
  "declaringAssemblyName": "Microsoft.CSharp"
530
582
  }
@@ -561,6 +613,7 @@
561
613
  "isVirtual": false,
562
614
  "isOverride": false,
563
615
  "isSealed": false,
616
+ "visibility": "Public",
564
617
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
565
618
  "declaringAssemblyName": "Microsoft.CSharp",
566
619
  "isExtensionMethod": false
@@ -580,6 +633,7 @@
580
633
  "isVirtual": false,
581
634
  "isOverride": false,
582
635
  "isSealed": false,
636
+ "visibility": "Public",
583
637
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
584
638
  "declaringAssemblyName": "Microsoft.CSharp",
585
639
  "isExtensionMethod": false
@@ -599,6 +653,7 @@
599
653
  "isVirtual": false,
600
654
  "isOverride": false,
601
655
  "isSealed": false,
656
+ "visibility": "Public",
602
657
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
603
658
  "declaringAssemblyName": "Microsoft.CSharp",
604
659
  "isExtensionMethod": false
@@ -618,6 +673,7 @@
618
673
  "isVirtual": false,
619
674
  "isOverride": false,
620
675
  "isSealed": false,
676
+ "visibility": "Public",
621
677
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
622
678
  "declaringAssemblyName": "Microsoft.CSharp",
623
679
  "isExtensionMethod": false
@@ -637,6 +693,7 @@
637
693
  "isVirtual": false,
638
694
  "isOverride": false,
639
695
  "isSealed": false,
696
+ "visibility": "Public",
640
697
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
641
698
  "declaringAssemblyName": "Microsoft.CSharp",
642
699
  "isExtensionMethod": false
@@ -656,6 +713,7 @@
656
713
  "isVirtual": false,
657
714
  "isOverride": false,
658
715
  "isSealed": false,
716
+ "visibility": "Public",
659
717
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
660
718
  "declaringAssemblyName": "Microsoft.CSharp",
661
719
  "isExtensionMethod": false
@@ -675,6 +733,7 @@
675
733
  "isVirtual": false,
676
734
  "isOverride": false,
677
735
  "isSealed": false,
736
+ "visibility": "Public",
678
737
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
679
738
  "declaringAssemblyName": "Microsoft.CSharp",
680
739
  "isExtensionMethod": false
@@ -694,6 +753,7 @@
694
753
  "isVirtual": false,
695
754
  "isOverride": false,
696
755
  "isSealed": false,
756
+ "visibility": "Public",
697
757
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
698
758
  "declaringAssemblyName": "Microsoft.CSharp",
699
759
  "isExtensionMethod": false
@@ -713,6 +773,7 @@
713
773
  "isVirtual": false,
714
774
  "isOverride": false,
715
775
  "isSealed": false,
776
+ "visibility": "Public",
716
777
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
717
778
  "declaringAssemblyName": "Microsoft.CSharp",
718
779
  "isExtensionMethod": false
@@ -732,6 +793,7 @@
732
793
  "isVirtual": false,
733
794
  "isOverride": false,
734
795
  "isSealed": false,
796
+ "visibility": "Public",
735
797
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
736
798
  "declaringAssemblyName": "Microsoft.CSharp",
737
799
  "isExtensionMethod": false
@@ -751,6 +813,7 @@
751
813
  "isVirtual": false,
752
814
  "isOverride": false,
753
815
  "isSealed": false,
816
+ "visibility": "Public",
754
817
  "declaringClrType": "Microsoft.CSharp.RuntimeBinder.Binder",
755
818
  "declaringAssemblyName": "Microsoft.CSharp",
756
819
  "isExtensionMethod": false
@@ -62,6 +62,7 @@ export const RuntimeBinderException: {
62
62
  new(): RuntimeBinderException;
63
63
  new(message: string): RuntimeBinderException;
64
64
  new(message: string, innerException: Exception): RuntimeBinderException;
65
+ new(info: SerializationInfo, context: StreamingContext): RuntimeBinderException;
65
66
  };
66
67
 
67
68
 
@@ -81,6 +82,7 @@ export const RuntimeBinderInternalCompilerException: {
81
82
  new(): RuntimeBinderInternalCompilerException;
82
83
  new(message: string): RuntimeBinderInternalCompilerException;
83
84
  new(message: string, innerException: Exception): RuntimeBinderInternalCompilerException;
85
+ new(info: SerializationInfo, context: StreamingContext): RuntimeBinderInternalCompilerException;
84
86
  };
85
87
 
86
88