@alloy-js/csharp 0.23.0-dev.3 → 0.23.0-dev.5

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 (491) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/access-expression/access-expression.d.ts +6 -1
  476. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  477. package/dist/src/components/access-expression/access-expression.js +108 -197
  478. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  479. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  480. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  481. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  482. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  483. package/dist/src/components/doc/from-markdown.js +1 -1
  484. package/dist/src/components/doc/from-markdown.js.map +1 -1
  485. package/dist/tsconfig.tsbuildinfo +1 -1
  486. package/package.json +13 -6
  487. package/src/components/access-expression/access-expression.tsx +146 -243
  488. package/src/components/access-expression/part-descriptors.ts +0 -186
  489. package/src/components/doc/from-markdown.tsx +4 -1
  490. package/temp/api.json +3 -3
  491. package/vitest.config.ts +8 -0
@@ -0,0 +1,2253 @@
1
+ import ObjectModel from "../../Collections/ObjectModel/index.js";
2
+ import System from "../../index.js";
3
+ import Reflection from "../../Reflection/index.js";
4
+ import CompilerServices from "../../Runtime/CompilerServices/index.js";
5
+ import { createLibrary } from "#createLibrary";
6
+ const Expressions = createLibrary("System.Linq.Expressions", {
7
+ BinaryExpression: {
8
+ kind: "class",
9
+ members: {
10
+ Accept: {
11
+ kind: "method",
12
+ methodKind: "ordinary",
13
+ isOverride: true
14
+ },
15
+ Reduce: {
16
+ kind: "method",
17
+ methodKind: "ordinary",
18
+ isOverride: true
19
+ },
20
+ Update: {
21
+ kind: "method",
22
+ methodKind: "ordinary"
23
+ },
24
+ CanReduce: {
25
+ kind: "property",
26
+ type: () => {
27
+ return System.Boolean;
28
+ },
29
+ isOverride: true
30
+ },
31
+ Conversion: {
32
+ kind: "property",
33
+ type: () => {
34
+ return Expressions.LambdaExpression;
35
+ },
36
+ isNullable: true
37
+ },
38
+ IsLifted: {
39
+ kind: "property",
40
+ type: () => {
41
+ return System.Boolean;
42
+ }
43
+ },
44
+ IsLiftedToNull: {
45
+ kind: "property",
46
+ type: () => {
47
+ return System.Boolean;
48
+ }
49
+ },
50
+ Left: {
51
+ kind: "property",
52
+ type: () => {
53
+ return Expressions.Expression;
54
+ }
55
+ },
56
+ Method: {
57
+ kind: "property",
58
+ type: () => {
59
+ return Reflection.MethodInfo;
60
+ }
61
+ },
62
+ Right: {
63
+ kind: "property",
64
+ type: () => {
65
+ return Expressions.Expression;
66
+ }
67
+ }
68
+ }
69
+ },
70
+ BlockExpression: {
71
+ kind: "class",
72
+ members: {
73
+ Accept: {
74
+ kind: "method",
75
+ methodKind: "ordinary",
76
+ isOverride: true
77
+ },
78
+ Update: {
79
+ kind: "method",
80
+ methodKind: "ordinary"
81
+ },
82
+ Expressions: {
83
+ kind: "property",
84
+ type: () => {
85
+ return ObjectModel.ReadOnlyCollection;
86
+ }
87
+ },
88
+ NodeType: {
89
+ kind: "property",
90
+ type: () => {
91
+ return Expressions.ExpressionType;
92
+ },
93
+ isOverride: true,
94
+ isSealed: true
95
+ },
96
+ Result: {
97
+ kind: "property",
98
+ type: () => {
99
+ return Expressions.Expression;
100
+ }
101
+ },
102
+ Type: {
103
+ kind: "property",
104
+ type: () => {
105
+ return System.Type;
106
+ },
107
+ isOverride: true
108
+ },
109
+ Variables: {
110
+ kind: "property",
111
+ type: () => {
112
+ return ObjectModel.ReadOnlyCollection;
113
+ }
114
+ }
115
+ }
116
+ },
117
+ CatchBlock: {
118
+ kind: "class",
119
+ members: {
120
+ ToString: {
121
+ kind: "method",
122
+ methodKind: "ordinary",
123
+ isOverride: true
124
+ },
125
+ Update: {
126
+ kind: "method",
127
+ methodKind: "ordinary"
128
+ },
129
+ Body: {
130
+ kind: "property",
131
+ type: () => {
132
+ return Expressions.Expression;
133
+ }
134
+ },
135
+ Filter: {
136
+ kind: "property",
137
+ type: () => {
138
+ return Expressions.Expression;
139
+ },
140
+ isNullable: true
141
+ },
142
+ Test: {
143
+ kind: "property",
144
+ type: () => {
145
+ return System.Type;
146
+ }
147
+ },
148
+ Variable: {
149
+ kind: "property",
150
+ type: () => {
151
+ return Expressions.ParameterExpression;
152
+ },
153
+ isNullable: true
154
+ }
155
+ },
156
+ isSealed: true
157
+ },
158
+ ConditionalExpression: {
159
+ kind: "class",
160
+ members: {
161
+ Accept: {
162
+ kind: "method",
163
+ methodKind: "ordinary",
164
+ isOverride: true
165
+ },
166
+ Update: {
167
+ kind: "method",
168
+ methodKind: "ordinary"
169
+ },
170
+ IfFalse: {
171
+ kind: "property",
172
+ type: () => {
173
+ return Expressions.Expression;
174
+ }
175
+ },
176
+ IfTrue: {
177
+ kind: "property",
178
+ type: () => {
179
+ return Expressions.Expression;
180
+ }
181
+ },
182
+ NodeType: {
183
+ kind: "property",
184
+ type: () => {
185
+ return Expressions.ExpressionType;
186
+ },
187
+ isOverride: true,
188
+ isSealed: true
189
+ },
190
+ Test: {
191
+ kind: "property",
192
+ type: () => {
193
+ return Expressions.Expression;
194
+ }
195
+ },
196
+ Type: {
197
+ kind: "property",
198
+ type: () => {
199
+ return System.Type;
200
+ },
201
+ isOverride: true
202
+ }
203
+ }
204
+ },
205
+ ConstantExpression: {
206
+ kind: "class",
207
+ members: {
208
+ Accept: {
209
+ kind: "method",
210
+ methodKind: "ordinary",
211
+ isOverride: true
212
+ },
213
+ NodeType: {
214
+ kind: "property",
215
+ type: () => {
216
+ return Expressions.ExpressionType;
217
+ },
218
+ isOverride: true,
219
+ isSealed: true
220
+ },
221
+ Type: {
222
+ kind: "property",
223
+ type: () => {
224
+ return System.Type;
225
+ },
226
+ isOverride: true
227
+ },
228
+ Value: {
229
+ kind: "property",
230
+ type: () => {
231
+ return System.Object;
232
+ },
233
+ isNullable: true
234
+ }
235
+ }
236
+ },
237
+ DebugInfoExpression: {
238
+ kind: "class",
239
+ members: {
240
+ Accept: {
241
+ kind: "method",
242
+ methodKind: "ordinary",
243
+ isOverride: true
244
+ },
245
+ Document: {
246
+ kind: "property",
247
+ type: () => {
248
+ return Expressions.SymbolDocumentInfo;
249
+ }
250
+ },
251
+ EndColumn: {
252
+ kind: "property",
253
+ type: () => {
254
+ return System.Int32;
255
+ },
256
+ isVirtual: true
257
+ },
258
+ EndLine: {
259
+ kind: "property",
260
+ type: () => {
261
+ return System.Int32;
262
+ },
263
+ isVirtual: true
264
+ },
265
+ IsClear: {
266
+ kind: "property",
267
+ type: () => {
268
+ return System.Boolean;
269
+ },
270
+ isVirtual: true
271
+ },
272
+ NodeType: {
273
+ kind: "property",
274
+ type: () => {
275
+ return Expressions.ExpressionType;
276
+ },
277
+ isOverride: true,
278
+ isSealed: true
279
+ },
280
+ StartColumn: {
281
+ kind: "property",
282
+ type: () => {
283
+ return System.Int32;
284
+ },
285
+ isVirtual: true
286
+ },
287
+ StartLine: {
288
+ kind: "property",
289
+ type: () => {
290
+ return System.Int32;
291
+ },
292
+ isVirtual: true
293
+ },
294
+ Type: {
295
+ kind: "property",
296
+ type: () => {
297
+ return System.Type;
298
+ },
299
+ isOverride: true,
300
+ isSealed: true
301
+ }
302
+ }
303
+ },
304
+ DefaultExpression: {
305
+ kind: "class",
306
+ members: {
307
+ Accept: {
308
+ kind: "method",
309
+ methodKind: "ordinary",
310
+ isOverride: true
311
+ },
312
+ NodeType: {
313
+ kind: "property",
314
+ type: () => {
315
+ return Expressions.ExpressionType;
316
+ },
317
+ isOverride: true,
318
+ isSealed: true
319
+ },
320
+ Type: {
321
+ kind: "property",
322
+ type: () => {
323
+ return System.Type;
324
+ },
325
+ isOverride: true,
326
+ isSealed: true
327
+ }
328
+ },
329
+ isSealed: true
330
+ },
331
+ DynamicExpression: {
332
+ kind: "class",
333
+ members: {
334
+ Accept: {
335
+ kind: "method",
336
+ methodKind: "ordinary",
337
+ isOverride: true
338
+ },
339
+ Dynamic: {
340
+ kind: "method",
341
+ methodKind: "ordinary",
342
+ isStatic: true
343
+ },
344
+ MakeDynamic: {
345
+ kind: "method",
346
+ methodKind: "ordinary",
347
+ isStatic: true
348
+ },
349
+ Update: {
350
+ kind: "method",
351
+ methodKind: "ordinary"
352
+ },
353
+ Arguments: {
354
+ kind: "property",
355
+ type: () => {
356
+ return ObjectModel.ReadOnlyCollection;
357
+ }
358
+ },
359
+ Binder: {
360
+ kind: "property",
361
+ type: () => {
362
+ return CompilerServices.CallSiteBinder;
363
+ }
364
+ },
365
+ DelegateType: {
366
+ kind: "property",
367
+ type: () => {
368
+ return System.Type;
369
+ }
370
+ },
371
+ NodeType: {
372
+ kind: "property",
373
+ type: () => {
374
+ return Expressions.ExpressionType;
375
+ },
376
+ isOverride: true,
377
+ isSealed: true
378
+ },
379
+ Type: {
380
+ kind: "property",
381
+ type: () => {
382
+ return System.Type;
383
+ },
384
+ isOverride: true
385
+ }
386
+ }
387
+ },
388
+ DynamicExpressionVisitor: {
389
+ kind: "class",
390
+ members: {
391
+ DynamicExpressionVisitor: {
392
+ kind: "method",
393
+ methodKind: "constructor"
394
+ },
395
+ VisitDynamic: {
396
+ kind: "method",
397
+ methodKind: "ordinary",
398
+ isOverride: true
399
+ }
400
+ },
401
+ isAbstract: true
402
+ },
403
+ ElementInit: {
404
+ kind: "class",
405
+ members: {
406
+ ToString: {
407
+ kind: "method",
408
+ methodKind: "ordinary",
409
+ isOverride: true
410
+ },
411
+ Update: {
412
+ kind: "method",
413
+ methodKind: "ordinary"
414
+ },
415
+ AddMethod: {
416
+ kind: "property",
417
+ type: () => {
418
+ return Reflection.MethodInfo;
419
+ }
420
+ },
421
+ Arguments: {
422
+ kind: "property",
423
+ type: () => {
424
+ return ObjectModel.ReadOnlyCollection;
425
+ }
426
+ }
427
+ },
428
+ isSealed: true
429
+ },
430
+ Expression: {
431
+ kind: "class",
432
+ members: {
433
+ Accept: {
434
+ kind: "method",
435
+ methodKind: "ordinary",
436
+ isOverride: true
437
+ },
438
+ Compile: {
439
+ kind: "method",
440
+ methodKind: "ordinary"
441
+ },
442
+ Update: {
443
+ kind: "method",
444
+ methodKind: "ordinary"
445
+ }
446
+ },
447
+ isSealed: true
448
+ },
449
+ ExpressionType: {
450
+ kind: "enum",
451
+ members: {
452
+ Add: {
453
+ kind: "field",
454
+ type: () => {
455
+ return Expressions.ExpressionType;
456
+ }
457
+ },
458
+ AddChecked: {
459
+ kind: "field",
460
+ type: () => {
461
+ return Expressions.ExpressionType;
462
+ }
463
+ },
464
+ And: {
465
+ kind: "field",
466
+ type: () => {
467
+ return Expressions.ExpressionType;
468
+ }
469
+ },
470
+ AndAlso: {
471
+ kind: "field",
472
+ type: () => {
473
+ return Expressions.ExpressionType;
474
+ }
475
+ },
476
+ ArrayLength: {
477
+ kind: "field",
478
+ type: () => {
479
+ return Expressions.ExpressionType;
480
+ }
481
+ },
482
+ ArrayIndex: {
483
+ kind: "field",
484
+ type: () => {
485
+ return Expressions.ExpressionType;
486
+ }
487
+ },
488
+ Call: {
489
+ kind: "field",
490
+ type: () => {
491
+ return Expressions.ExpressionType;
492
+ }
493
+ },
494
+ Coalesce: {
495
+ kind: "field",
496
+ type: () => {
497
+ return Expressions.ExpressionType;
498
+ }
499
+ },
500
+ Conditional: {
501
+ kind: "field",
502
+ type: () => {
503
+ return Expressions.ExpressionType;
504
+ }
505
+ },
506
+ Constant: {
507
+ kind: "field",
508
+ type: () => {
509
+ return Expressions.ExpressionType;
510
+ }
511
+ },
512
+ Convert: {
513
+ kind: "field",
514
+ type: () => {
515
+ return Expressions.ExpressionType;
516
+ }
517
+ },
518
+ ConvertChecked: {
519
+ kind: "field",
520
+ type: () => {
521
+ return Expressions.ExpressionType;
522
+ }
523
+ },
524
+ Divide: {
525
+ kind: "field",
526
+ type: () => {
527
+ return Expressions.ExpressionType;
528
+ }
529
+ },
530
+ Equal: {
531
+ kind: "field",
532
+ type: () => {
533
+ return Expressions.ExpressionType;
534
+ }
535
+ },
536
+ ExclusiveOr: {
537
+ kind: "field",
538
+ type: () => {
539
+ return Expressions.ExpressionType;
540
+ }
541
+ },
542
+ GreaterThan: {
543
+ kind: "field",
544
+ type: () => {
545
+ return Expressions.ExpressionType;
546
+ }
547
+ },
548
+ GreaterThanOrEqual: {
549
+ kind: "field",
550
+ type: () => {
551
+ return Expressions.ExpressionType;
552
+ }
553
+ },
554
+ Invoke: {
555
+ kind: "field",
556
+ type: () => {
557
+ return Expressions.ExpressionType;
558
+ }
559
+ },
560
+ Lambda: {
561
+ kind: "field",
562
+ type: () => {
563
+ return Expressions.ExpressionType;
564
+ }
565
+ },
566
+ LeftShift: {
567
+ kind: "field",
568
+ type: () => {
569
+ return Expressions.ExpressionType;
570
+ }
571
+ },
572
+ LessThan: {
573
+ kind: "field",
574
+ type: () => {
575
+ return Expressions.ExpressionType;
576
+ }
577
+ },
578
+ LessThanOrEqual: {
579
+ kind: "field",
580
+ type: () => {
581
+ return Expressions.ExpressionType;
582
+ }
583
+ },
584
+ ListInit: {
585
+ kind: "field",
586
+ type: () => {
587
+ return Expressions.ExpressionType;
588
+ }
589
+ },
590
+ MemberAccess: {
591
+ kind: "field",
592
+ type: () => {
593
+ return Expressions.ExpressionType;
594
+ }
595
+ },
596
+ MemberInit: {
597
+ kind: "field",
598
+ type: () => {
599
+ return Expressions.ExpressionType;
600
+ }
601
+ },
602
+ Modulo: {
603
+ kind: "field",
604
+ type: () => {
605
+ return Expressions.ExpressionType;
606
+ }
607
+ },
608
+ Multiply: {
609
+ kind: "field",
610
+ type: () => {
611
+ return Expressions.ExpressionType;
612
+ }
613
+ },
614
+ MultiplyChecked: {
615
+ kind: "field",
616
+ type: () => {
617
+ return Expressions.ExpressionType;
618
+ }
619
+ },
620
+ Negate: {
621
+ kind: "field",
622
+ type: () => {
623
+ return Expressions.ExpressionType;
624
+ }
625
+ },
626
+ UnaryPlus: {
627
+ kind: "field",
628
+ type: () => {
629
+ return Expressions.ExpressionType;
630
+ }
631
+ },
632
+ NegateChecked: {
633
+ kind: "field",
634
+ type: () => {
635
+ return Expressions.ExpressionType;
636
+ }
637
+ },
638
+ New: {
639
+ kind: "field",
640
+ type: () => {
641
+ return Expressions.ExpressionType;
642
+ }
643
+ },
644
+ NewArrayInit: {
645
+ kind: "field",
646
+ type: () => {
647
+ return Expressions.ExpressionType;
648
+ }
649
+ },
650
+ NewArrayBounds: {
651
+ kind: "field",
652
+ type: () => {
653
+ return Expressions.ExpressionType;
654
+ }
655
+ },
656
+ Not: {
657
+ kind: "field",
658
+ type: () => {
659
+ return Expressions.ExpressionType;
660
+ }
661
+ },
662
+ NotEqual: {
663
+ kind: "field",
664
+ type: () => {
665
+ return Expressions.ExpressionType;
666
+ }
667
+ },
668
+ Or: {
669
+ kind: "field",
670
+ type: () => {
671
+ return Expressions.ExpressionType;
672
+ }
673
+ },
674
+ OrElse: {
675
+ kind: "field",
676
+ type: () => {
677
+ return Expressions.ExpressionType;
678
+ }
679
+ },
680
+ Parameter: {
681
+ kind: "field",
682
+ type: () => {
683
+ return Expressions.ExpressionType;
684
+ }
685
+ },
686
+ Power: {
687
+ kind: "field",
688
+ type: () => {
689
+ return Expressions.ExpressionType;
690
+ }
691
+ },
692
+ Quote: {
693
+ kind: "field",
694
+ type: () => {
695
+ return Expressions.ExpressionType;
696
+ }
697
+ },
698
+ RightShift: {
699
+ kind: "field",
700
+ type: () => {
701
+ return Expressions.ExpressionType;
702
+ }
703
+ },
704
+ Subtract: {
705
+ kind: "field",
706
+ type: () => {
707
+ return Expressions.ExpressionType;
708
+ }
709
+ },
710
+ SubtractChecked: {
711
+ kind: "field",
712
+ type: () => {
713
+ return Expressions.ExpressionType;
714
+ }
715
+ },
716
+ TypeAs: {
717
+ kind: "field",
718
+ type: () => {
719
+ return Expressions.ExpressionType;
720
+ }
721
+ },
722
+ TypeIs: {
723
+ kind: "field",
724
+ type: () => {
725
+ return Expressions.ExpressionType;
726
+ }
727
+ },
728
+ Assign: {
729
+ kind: "field",
730
+ type: () => {
731
+ return Expressions.ExpressionType;
732
+ }
733
+ },
734
+ Block: {
735
+ kind: "field",
736
+ type: () => {
737
+ return Expressions.ExpressionType;
738
+ }
739
+ },
740
+ DebugInfo: {
741
+ kind: "field",
742
+ type: () => {
743
+ return Expressions.ExpressionType;
744
+ }
745
+ },
746
+ Decrement: {
747
+ kind: "field",
748
+ type: () => {
749
+ return Expressions.ExpressionType;
750
+ }
751
+ },
752
+ Dynamic: {
753
+ kind: "field",
754
+ type: () => {
755
+ return Expressions.ExpressionType;
756
+ }
757
+ },
758
+ Default: {
759
+ kind: "field",
760
+ type: () => {
761
+ return Expressions.ExpressionType;
762
+ }
763
+ },
764
+ Extension: {
765
+ kind: "field",
766
+ type: () => {
767
+ return Expressions.ExpressionType;
768
+ }
769
+ },
770
+ Goto: {
771
+ kind: "field",
772
+ type: () => {
773
+ return Expressions.ExpressionType;
774
+ }
775
+ },
776
+ Increment: {
777
+ kind: "field",
778
+ type: () => {
779
+ return Expressions.ExpressionType;
780
+ }
781
+ },
782
+ Index: {
783
+ kind: "field",
784
+ type: () => {
785
+ return Expressions.ExpressionType;
786
+ }
787
+ },
788
+ Label: {
789
+ kind: "field",
790
+ type: () => {
791
+ return Expressions.ExpressionType;
792
+ }
793
+ },
794
+ RuntimeVariables: {
795
+ kind: "field",
796
+ type: () => {
797
+ return Expressions.ExpressionType;
798
+ }
799
+ },
800
+ Loop: {
801
+ kind: "field",
802
+ type: () => {
803
+ return Expressions.ExpressionType;
804
+ }
805
+ },
806
+ Switch: {
807
+ kind: "field",
808
+ type: () => {
809
+ return Expressions.ExpressionType;
810
+ }
811
+ },
812
+ Throw: {
813
+ kind: "field",
814
+ type: () => {
815
+ return Expressions.ExpressionType;
816
+ }
817
+ },
818
+ Try: {
819
+ kind: "field",
820
+ type: () => {
821
+ return Expressions.ExpressionType;
822
+ }
823
+ },
824
+ Unbox: {
825
+ kind: "field",
826
+ type: () => {
827
+ return Expressions.ExpressionType;
828
+ }
829
+ },
830
+ AddAssign: {
831
+ kind: "field",
832
+ type: () => {
833
+ return Expressions.ExpressionType;
834
+ }
835
+ },
836
+ AndAssign: {
837
+ kind: "field",
838
+ type: () => {
839
+ return Expressions.ExpressionType;
840
+ }
841
+ },
842
+ DivideAssign: {
843
+ kind: "field",
844
+ type: () => {
845
+ return Expressions.ExpressionType;
846
+ }
847
+ },
848
+ ExclusiveOrAssign: {
849
+ kind: "field",
850
+ type: () => {
851
+ return Expressions.ExpressionType;
852
+ }
853
+ },
854
+ LeftShiftAssign: {
855
+ kind: "field",
856
+ type: () => {
857
+ return Expressions.ExpressionType;
858
+ }
859
+ },
860
+ ModuloAssign: {
861
+ kind: "field",
862
+ type: () => {
863
+ return Expressions.ExpressionType;
864
+ }
865
+ },
866
+ MultiplyAssign: {
867
+ kind: "field",
868
+ type: () => {
869
+ return Expressions.ExpressionType;
870
+ }
871
+ },
872
+ OrAssign: {
873
+ kind: "field",
874
+ type: () => {
875
+ return Expressions.ExpressionType;
876
+ }
877
+ },
878
+ PowerAssign: {
879
+ kind: "field",
880
+ type: () => {
881
+ return Expressions.ExpressionType;
882
+ }
883
+ },
884
+ RightShiftAssign: {
885
+ kind: "field",
886
+ type: () => {
887
+ return Expressions.ExpressionType;
888
+ }
889
+ },
890
+ SubtractAssign: {
891
+ kind: "field",
892
+ type: () => {
893
+ return Expressions.ExpressionType;
894
+ }
895
+ },
896
+ AddAssignChecked: {
897
+ kind: "field",
898
+ type: () => {
899
+ return Expressions.ExpressionType;
900
+ }
901
+ },
902
+ MultiplyAssignChecked: {
903
+ kind: "field",
904
+ type: () => {
905
+ return Expressions.ExpressionType;
906
+ }
907
+ },
908
+ SubtractAssignChecked: {
909
+ kind: "field",
910
+ type: () => {
911
+ return Expressions.ExpressionType;
912
+ }
913
+ },
914
+ PreIncrementAssign: {
915
+ kind: "field",
916
+ type: () => {
917
+ return Expressions.ExpressionType;
918
+ }
919
+ },
920
+ PreDecrementAssign: {
921
+ kind: "field",
922
+ type: () => {
923
+ return Expressions.ExpressionType;
924
+ }
925
+ },
926
+ PostIncrementAssign: {
927
+ kind: "field",
928
+ type: () => {
929
+ return Expressions.ExpressionType;
930
+ }
931
+ },
932
+ PostDecrementAssign: {
933
+ kind: "field",
934
+ type: () => {
935
+ return Expressions.ExpressionType;
936
+ }
937
+ },
938
+ TypeEqual: {
939
+ kind: "field",
940
+ type: () => {
941
+ return Expressions.ExpressionType;
942
+ }
943
+ },
944
+ OnesComplement: {
945
+ kind: "field",
946
+ type: () => {
947
+ return Expressions.ExpressionType;
948
+ }
949
+ },
950
+ IsTrue: {
951
+ kind: "field",
952
+ type: () => {
953
+ return Expressions.ExpressionType;
954
+ }
955
+ },
956
+ IsFalse: {
957
+ kind: "field",
958
+ type: () => {
959
+ return Expressions.ExpressionType;
960
+ }
961
+ }
962
+ }
963
+ },
964
+ ExpressionVisitor: {
965
+ kind: "class",
966
+ members: {
967
+ ExpressionVisitor: {
968
+ kind: "method",
969
+ methodKind: "constructor"
970
+ },
971
+ Visit: {
972
+ kind: "method",
973
+ methodKind: "ordinary"
974
+ },
975
+ VisitBinary: {
976
+ kind: "method",
977
+ methodKind: "ordinary",
978
+ isVirtual: true
979
+ },
980
+ VisitBlock: {
981
+ kind: "method",
982
+ methodKind: "ordinary",
983
+ isVirtual: true
984
+ },
985
+ VisitCatchBlock: {
986
+ kind: "method",
987
+ methodKind: "ordinary",
988
+ isVirtual: true
989
+ },
990
+ VisitConditional: {
991
+ kind: "method",
992
+ methodKind: "ordinary",
993
+ isVirtual: true
994
+ },
995
+ VisitConstant: {
996
+ kind: "method",
997
+ methodKind: "ordinary",
998
+ isVirtual: true
999
+ },
1000
+ VisitDebugInfo: {
1001
+ kind: "method",
1002
+ methodKind: "ordinary",
1003
+ isVirtual: true
1004
+ },
1005
+ VisitDefault: {
1006
+ kind: "method",
1007
+ methodKind: "ordinary",
1008
+ isVirtual: true
1009
+ },
1010
+ VisitDynamic: {
1011
+ kind: "method",
1012
+ methodKind: "ordinary",
1013
+ isVirtual: true
1014
+ },
1015
+ VisitElementInit: {
1016
+ kind: "method",
1017
+ methodKind: "ordinary",
1018
+ isVirtual: true
1019
+ },
1020
+ VisitExtension: {
1021
+ kind: "method",
1022
+ methodKind: "ordinary",
1023
+ isVirtual: true
1024
+ },
1025
+ VisitGoto: {
1026
+ kind: "method",
1027
+ methodKind: "ordinary",
1028
+ isVirtual: true
1029
+ },
1030
+ VisitIndex: {
1031
+ kind: "method",
1032
+ methodKind: "ordinary",
1033
+ isVirtual: true
1034
+ },
1035
+ VisitInvocation: {
1036
+ kind: "method",
1037
+ methodKind: "ordinary",
1038
+ isVirtual: true
1039
+ },
1040
+ VisitLabel: {
1041
+ kind: "method",
1042
+ methodKind: "ordinary",
1043
+ isVirtual: true
1044
+ },
1045
+ VisitLabelTarget: {
1046
+ kind: "method",
1047
+ methodKind: "ordinary",
1048
+ isVirtual: true
1049
+ },
1050
+ VisitListInit: {
1051
+ kind: "method",
1052
+ methodKind: "ordinary",
1053
+ isVirtual: true
1054
+ },
1055
+ VisitLoop: {
1056
+ kind: "method",
1057
+ methodKind: "ordinary",
1058
+ isVirtual: true
1059
+ },
1060
+ VisitMember: {
1061
+ kind: "method",
1062
+ methodKind: "ordinary",
1063
+ isVirtual: true
1064
+ },
1065
+ VisitMemberAssignment: {
1066
+ kind: "method",
1067
+ methodKind: "ordinary",
1068
+ isVirtual: true
1069
+ },
1070
+ VisitMemberBinding: {
1071
+ kind: "method",
1072
+ methodKind: "ordinary",
1073
+ isVirtual: true
1074
+ },
1075
+ VisitMemberInit: {
1076
+ kind: "method",
1077
+ methodKind: "ordinary",
1078
+ isVirtual: true
1079
+ },
1080
+ VisitMemberListBinding: {
1081
+ kind: "method",
1082
+ methodKind: "ordinary",
1083
+ isVirtual: true
1084
+ },
1085
+ VisitMemberMemberBinding: {
1086
+ kind: "method",
1087
+ methodKind: "ordinary",
1088
+ isVirtual: true
1089
+ },
1090
+ VisitMethodCall: {
1091
+ kind: "method",
1092
+ methodKind: "ordinary",
1093
+ isVirtual: true
1094
+ },
1095
+ VisitNew: {
1096
+ kind: "method",
1097
+ methodKind: "ordinary",
1098
+ isVirtual: true
1099
+ },
1100
+ VisitNewArray: {
1101
+ kind: "method",
1102
+ methodKind: "ordinary",
1103
+ isVirtual: true
1104
+ },
1105
+ VisitParameter: {
1106
+ kind: "method",
1107
+ methodKind: "ordinary",
1108
+ isVirtual: true
1109
+ },
1110
+ VisitRuntimeVariables: {
1111
+ kind: "method",
1112
+ methodKind: "ordinary",
1113
+ isVirtual: true
1114
+ },
1115
+ VisitSwitch: {
1116
+ kind: "method",
1117
+ methodKind: "ordinary",
1118
+ isVirtual: true
1119
+ },
1120
+ VisitSwitchCase: {
1121
+ kind: "method",
1122
+ methodKind: "ordinary",
1123
+ isVirtual: true
1124
+ },
1125
+ VisitTry: {
1126
+ kind: "method",
1127
+ methodKind: "ordinary",
1128
+ isVirtual: true
1129
+ },
1130
+ VisitTypeBinary: {
1131
+ kind: "method",
1132
+ methodKind: "ordinary",
1133
+ isVirtual: true
1134
+ },
1135
+ VisitUnary: {
1136
+ kind: "method",
1137
+ methodKind: "ordinary",
1138
+ isVirtual: true
1139
+ }
1140
+ },
1141
+ isAbstract: true
1142
+ },
1143
+ GotoExpression: {
1144
+ kind: "class",
1145
+ members: {
1146
+ Accept: {
1147
+ kind: "method",
1148
+ methodKind: "ordinary",
1149
+ isOverride: true
1150
+ },
1151
+ Update: {
1152
+ kind: "method",
1153
+ methodKind: "ordinary"
1154
+ },
1155
+ Kind: {
1156
+ kind: "property",
1157
+ type: () => {
1158
+ return Expressions.GotoExpressionKind;
1159
+ }
1160
+ },
1161
+ NodeType: {
1162
+ kind: "property",
1163
+ type: () => {
1164
+ return Expressions.ExpressionType;
1165
+ },
1166
+ isOverride: true,
1167
+ isSealed: true
1168
+ },
1169
+ Target: {
1170
+ kind: "property",
1171
+ type: () => {
1172
+ return Expressions.LabelTarget;
1173
+ }
1174
+ },
1175
+ Type: {
1176
+ kind: "property",
1177
+ type: () => {
1178
+ return System.Type;
1179
+ },
1180
+ isOverride: true,
1181
+ isSealed: true
1182
+ },
1183
+ Value: {
1184
+ kind: "property",
1185
+ type: () => {
1186
+ return Expressions.Expression;
1187
+ },
1188
+ isNullable: true
1189
+ }
1190
+ },
1191
+ isSealed: true
1192
+ },
1193
+ GotoExpressionKind: {
1194
+ kind: "enum",
1195
+ members: {
1196
+ Goto: {
1197
+ kind: "field",
1198
+ type: () => {
1199
+ return Expressions.GotoExpressionKind;
1200
+ }
1201
+ },
1202
+ Return: {
1203
+ kind: "field",
1204
+ type: () => {
1205
+ return Expressions.GotoExpressionKind;
1206
+ }
1207
+ },
1208
+ Break: {
1209
+ kind: "field",
1210
+ type: () => {
1211
+ return Expressions.GotoExpressionKind;
1212
+ }
1213
+ },
1214
+ Continue: {
1215
+ kind: "field",
1216
+ type: () => {
1217
+ return Expressions.GotoExpressionKind;
1218
+ }
1219
+ }
1220
+ }
1221
+ },
1222
+ IArgumentProvider: {
1223
+ kind: "interface",
1224
+ members: {
1225
+ GetArgument: {
1226
+ kind: "method",
1227
+ methodKind: "ordinary"
1228
+ },
1229
+ ArgumentCount: {
1230
+ kind: "property",
1231
+ type: () => {
1232
+ return System.Int32;
1233
+ }
1234
+ }
1235
+ }
1236
+ },
1237
+ IDynamicExpression: {
1238
+ kind: "interface",
1239
+ members: {
1240
+ CreateCallSite: {
1241
+ kind: "method",
1242
+ methodKind: "ordinary"
1243
+ },
1244
+ Rewrite: {
1245
+ kind: "method",
1246
+ methodKind: "ordinary"
1247
+ },
1248
+ DelegateType: {
1249
+ kind: "property",
1250
+ type: () => {
1251
+ return System.Type;
1252
+ }
1253
+ }
1254
+ }
1255
+ },
1256
+ IndexExpression: {
1257
+ kind: "class",
1258
+ members: {
1259
+ Accept: {
1260
+ kind: "method",
1261
+ methodKind: "ordinary",
1262
+ isOverride: true
1263
+ },
1264
+ Update: {
1265
+ kind: "method",
1266
+ methodKind: "ordinary"
1267
+ },
1268
+ Arguments: {
1269
+ kind: "property",
1270
+ type: () => {
1271
+ return ObjectModel.ReadOnlyCollection;
1272
+ }
1273
+ },
1274
+ Indexer: {
1275
+ kind: "property",
1276
+ type: () => {
1277
+ return Reflection.PropertyInfo;
1278
+ },
1279
+ isNullable: true
1280
+ },
1281
+ NodeType: {
1282
+ kind: "property",
1283
+ type: () => {
1284
+ return Expressions.ExpressionType;
1285
+ },
1286
+ isOverride: true,
1287
+ isSealed: true
1288
+ },
1289
+ Object: {
1290
+ kind: "property",
1291
+ type: () => {
1292
+ return Expressions.Expression;
1293
+ },
1294
+ isNullable: true
1295
+ },
1296
+ Type: {
1297
+ kind: "property",
1298
+ type: () => {
1299
+ return System.Type;
1300
+ },
1301
+ isOverride: true,
1302
+ isSealed: true
1303
+ }
1304
+ },
1305
+ isSealed: true
1306
+ },
1307
+ InvocationExpression: {
1308
+ kind: "class",
1309
+ members: {
1310
+ Accept: {
1311
+ kind: "method",
1312
+ methodKind: "ordinary",
1313
+ isOverride: true
1314
+ },
1315
+ Update: {
1316
+ kind: "method",
1317
+ methodKind: "ordinary"
1318
+ },
1319
+ Arguments: {
1320
+ kind: "property",
1321
+ type: () => {
1322
+ return ObjectModel.ReadOnlyCollection;
1323
+ }
1324
+ },
1325
+ Expression: {
1326
+ kind: "property",
1327
+ type: () => {
1328
+ return Expressions.Expression;
1329
+ }
1330
+ },
1331
+ NodeType: {
1332
+ kind: "property",
1333
+ type: () => {
1334
+ return Expressions.ExpressionType;
1335
+ },
1336
+ isOverride: true,
1337
+ isSealed: true
1338
+ },
1339
+ Type: {
1340
+ kind: "property",
1341
+ type: () => {
1342
+ return System.Type;
1343
+ },
1344
+ isOverride: true,
1345
+ isSealed: true
1346
+ }
1347
+ },
1348
+ isSealed: true
1349
+ },
1350
+ LabelExpression: {
1351
+ kind: "class",
1352
+ members: {
1353
+ Accept: {
1354
+ kind: "method",
1355
+ methodKind: "ordinary",
1356
+ isOverride: true
1357
+ },
1358
+ Update: {
1359
+ kind: "method",
1360
+ methodKind: "ordinary"
1361
+ },
1362
+ DefaultValue: {
1363
+ kind: "property",
1364
+ type: () => {
1365
+ return Expressions.Expression;
1366
+ },
1367
+ isNullable: true
1368
+ },
1369
+ NodeType: {
1370
+ kind: "property",
1371
+ type: () => {
1372
+ return Expressions.ExpressionType;
1373
+ },
1374
+ isOverride: true,
1375
+ isSealed: true
1376
+ },
1377
+ Target: {
1378
+ kind: "property",
1379
+ type: () => {
1380
+ return Expressions.LabelTarget;
1381
+ }
1382
+ },
1383
+ Type: {
1384
+ kind: "property",
1385
+ type: () => {
1386
+ return System.Type;
1387
+ },
1388
+ isOverride: true,
1389
+ isSealed: true
1390
+ }
1391
+ },
1392
+ isSealed: true
1393
+ },
1394
+ LabelTarget: {
1395
+ kind: "class",
1396
+ members: {
1397
+ ToString: {
1398
+ kind: "method",
1399
+ methodKind: "ordinary",
1400
+ isOverride: true
1401
+ },
1402
+ Name: {
1403
+ kind: "property",
1404
+ type: () => {
1405
+ return System.String;
1406
+ },
1407
+ isNullable: true
1408
+ },
1409
+ Type: {
1410
+ kind: "property",
1411
+ type: () => {
1412
+ return System.Type;
1413
+ }
1414
+ }
1415
+ },
1416
+ isSealed: true
1417
+ },
1418
+ LambdaExpression: {
1419
+ kind: "class",
1420
+ members: {
1421
+ Compile: {
1422
+ kind: "method",
1423
+ methodKind: "ordinary"
1424
+ },
1425
+ Body: {
1426
+ kind: "property",
1427
+ type: () => {
1428
+ return Expressions.Expression;
1429
+ }
1430
+ },
1431
+ Name: {
1432
+ kind: "property",
1433
+ type: () => {
1434
+ return System.String;
1435
+ },
1436
+ isNullable: true
1437
+ },
1438
+ NodeType: {
1439
+ kind: "property",
1440
+ type: () => {
1441
+ return Expressions.ExpressionType;
1442
+ },
1443
+ isOverride: true,
1444
+ isSealed: true
1445
+ },
1446
+ Parameters: {
1447
+ kind: "property",
1448
+ type: () => {
1449
+ return ObjectModel.ReadOnlyCollection;
1450
+ }
1451
+ },
1452
+ ReturnType: {
1453
+ kind: "property",
1454
+ type: () => {
1455
+ return System.Type;
1456
+ }
1457
+ },
1458
+ TailCall: {
1459
+ kind: "property",
1460
+ type: () => {
1461
+ return System.Boolean;
1462
+ }
1463
+ },
1464
+ Type: {
1465
+ kind: "property",
1466
+ type: () => {
1467
+ return System.Type;
1468
+ },
1469
+ isOverride: true,
1470
+ isSealed: true
1471
+ }
1472
+ },
1473
+ isAbstract: true
1474
+ },
1475
+ ListInitExpression: {
1476
+ kind: "class",
1477
+ members: {
1478
+ Accept: {
1479
+ kind: "method",
1480
+ methodKind: "ordinary",
1481
+ isOverride: true
1482
+ },
1483
+ Reduce: {
1484
+ kind: "method",
1485
+ methodKind: "ordinary",
1486
+ isOverride: true
1487
+ },
1488
+ Update: {
1489
+ kind: "method",
1490
+ methodKind: "ordinary"
1491
+ },
1492
+ CanReduce: {
1493
+ kind: "property",
1494
+ type: () => {
1495
+ return System.Boolean;
1496
+ },
1497
+ isOverride: true
1498
+ },
1499
+ Initializers: {
1500
+ kind: "property",
1501
+ type: () => {
1502
+ return ObjectModel.ReadOnlyCollection;
1503
+ }
1504
+ },
1505
+ NewExpression: {
1506
+ kind: "property",
1507
+ type: () => {
1508
+ return Expressions.NewExpression;
1509
+ }
1510
+ },
1511
+ NodeType: {
1512
+ kind: "property",
1513
+ type: () => {
1514
+ return Expressions.ExpressionType;
1515
+ },
1516
+ isOverride: true,
1517
+ isSealed: true
1518
+ },
1519
+ Type: {
1520
+ kind: "property",
1521
+ type: () => {
1522
+ return System.Type;
1523
+ },
1524
+ isOverride: true,
1525
+ isSealed: true
1526
+ }
1527
+ },
1528
+ isSealed: true
1529
+ },
1530
+ LoopExpression: {
1531
+ kind: "class",
1532
+ members: {
1533
+ Accept: {
1534
+ kind: "method",
1535
+ methodKind: "ordinary",
1536
+ isOverride: true
1537
+ },
1538
+ Update: {
1539
+ kind: "method",
1540
+ methodKind: "ordinary"
1541
+ },
1542
+ Body: {
1543
+ kind: "property",
1544
+ type: () => {
1545
+ return Expressions.Expression;
1546
+ }
1547
+ },
1548
+ BreakLabel: {
1549
+ kind: "property",
1550
+ type: () => {
1551
+ return Expressions.LabelTarget;
1552
+ },
1553
+ isNullable: true
1554
+ },
1555
+ ContinueLabel: {
1556
+ kind: "property",
1557
+ type: () => {
1558
+ return Expressions.LabelTarget;
1559
+ },
1560
+ isNullable: true
1561
+ },
1562
+ NodeType: {
1563
+ kind: "property",
1564
+ type: () => {
1565
+ return Expressions.ExpressionType;
1566
+ },
1567
+ isOverride: true,
1568
+ isSealed: true
1569
+ },
1570
+ Type: {
1571
+ kind: "property",
1572
+ type: () => {
1573
+ return System.Type;
1574
+ },
1575
+ isOverride: true,
1576
+ isSealed: true
1577
+ }
1578
+ },
1579
+ isSealed: true
1580
+ },
1581
+ MemberAssignment: {
1582
+ kind: "class",
1583
+ members: {
1584
+ Update: {
1585
+ kind: "method",
1586
+ methodKind: "ordinary"
1587
+ },
1588
+ Expression: {
1589
+ kind: "property",
1590
+ type: () => {
1591
+ return Expressions.Expression;
1592
+ }
1593
+ }
1594
+ },
1595
+ isSealed: true
1596
+ },
1597
+ MemberBinding: {
1598
+ kind: "class",
1599
+ members: {
1600
+ MemberBinding: {
1601
+ kind: "method",
1602
+ methodKind: "constructor"
1603
+ },
1604
+ ToString: {
1605
+ kind: "method",
1606
+ methodKind: "ordinary",
1607
+ isOverride: true
1608
+ },
1609
+ BindingType: {
1610
+ kind: "property",
1611
+ type: () => {
1612
+ return Expressions.MemberBindingType;
1613
+ }
1614
+ },
1615
+ Member: {
1616
+ kind: "property",
1617
+ type: () => {
1618
+ return Reflection.MemberInfo;
1619
+ }
1620
+ }
1621
+ },
1622
+ isAbstract: true
1623
+ },
1624
+ MemberBindingType: {
1625
+ kind: "enum",
1626
+ members: {
1627
+ Assignment: {
1628
+ kind: "field",
1629
+ type: () => {
1630
+ return Expressions.MemberBindingType;
1631
+ }
1632
+ },
1633
+ MemberBinding: {
1634
+ kind: "field",
1635
+ type: () => {
1636
+ return Expressions.MemberBindingType;
1637
+ }
1638
+ },
1639
+ ListBinding: {
1640
+ kind: "field",
1641
+ type: () => {
1642
+ return Expressions.MemberBindingType;
1643
+ }
1644
+ }
1645
+ }
1646
+ },
1647
+ MemberExpression: {
1648
+ kind: "class",
1649
+ members: {
1650
+ Accept: {
1651
+ kind: "method",
1652
+ methodKind: "ordinary",
1653
+ isOverride: true
1654
+ },
1655
+ Update: {
1656
+ kind: "method",
1657
+ methodKind: "ordinary"
1658
+ },
1659
+ Expression: {
1660
+ kind: "property",
1661
+ type: () => {
1662
+ return Expressions.Expression;
1663
+ }
1664
+ },
1665
+ Member: {
1666
+ kind: "property",
1667
+ type: () => {
1668
+ return Reflection.MemberInfo;
1669
+ }
1670
+ },
1671
+ NodeType: {
1672
+ kind: "property",
1673
+ type: () => {
1674
+ return Expressions.ExpressionType;
1675
+ },
1676
+ isOverride: true,
1677
+ isSealed: true
1678
+ }
1679
+ }
1680
+ },
1681
+ MemberInitExpression: {
1682
+ kind: "class",
1683
+ members: {
1684
+ Accept: {
1685
+ kind: "method",
1686
+ methodKind: "ordinary",
1687
+ isOverride: true
1688
+ },
1689
+ Reduce: {
1690
+ kind: "method",
1691
+ methodKind: "ordinary",
1692
+ isOverride: true
1693
+ },
1694
+ Update: {
1695
+ kind: "method",
1696
+ methodKind: "ordinary"
1697
+ },
1698
+ Bindings: {
1699
+ kind: "property",
1700
+ type: () => {
1701
+ return ObjectModel.ReadOnlyCollection;
1702
+ }
1703
+ },
1704
+ CanReduce: {
1705
+ kind: "property",
1706
+ type: () => {
1707
+ return System.Boolean;
1708
+ },
1709
+ isOverride: true
1710
+ },
1711
+ NewExpression: {
1712
+ kind: "property",
1713
+ type: () => {
1714
+ return Expressions.NewExpression;
1715
+ }
1716
+ },
1717
+ NodeType: {
1718
+ kind: "property",
1719
+ type: () => {
1720
+ return Expressions.ExpressionType;
1721
+ },
1722
+ isOverride: true,
1723
+ isSealed: true
1724
+ },
1725
+ Type: {
1726
+ kind: "property",
1727
+ type: () => {
1728
+ return System.Type;
1729
+ },
1730
+ isOverride: true,
1731
+ isSealed: true
1732
+ }
1733
+ },
1734
+ isSealed: true
1735
+ },
1736
+ MemberListBinding: {
1737
+ kind: "class",
1738
+ members: {
1739
+ Update: {
1740
+ kind: "method",
1741
+ methodKind: "ordinary"
1742
+ },
1743
+ Initializers: {
1744
+ kind: "property",
1745
+ type: () => {
1746
+ return ObjectModel.ReadOnlyCollection;
1747
+ }
1748
+ }
1749
+ },
1750
+ isSealed: true
1751
+ },
1752
+ MemberMemberBinding: {
1753
+ kind: "class",
1754
+ members: {
1755
+ Update: {
1756
+ kind: "method",
1757
+ methodKind: "ordinary"
1758
+ },
1759
+ Bindings: {
1760
+ kind: "property",
1761
+ type: () => {
1762
+ return ObjectModel.ReadOnlyCollection;
1763
+ }
1764
+ }
1765
+ },
1766
+ isSealed: true
1767
+ },
1768
+ MethodCallExpression: {
1769
+ kind: "class",
1770
+ members: {
1771
+ Accept: {
1772
+ kind: "method",
1773
+ methodKind: "ordinary",
1774
+ isOverride: true
1775
+ },
1776
+ Update: {
1777
+ kind: "method",
1778
+ methodKind: "ordinary"
1779
+ },
1780
+ Arguments: {
1781
+ kind: "property",
1782
+ type: () => {
1783
+ return ObjectModel.ReadOnlyCollection;
1784
+ }
1785
+ },
1786
+ Method: {
1787
+ kind: "property",
1788
+ type: () => {
1789
+ return Reflection.MethodInfo;
1790
+ }
1791
+ },
1792
+ NodeType: {
1793
+ kind: "property",
1794
+ type: () => {
1795
+ return Expressions.ExpressionType;
1796
+ },
1797
+ isOverride: true,
1798
+ isSealed: true
1799
+ },
1800
+ Object: {
1801
+ kind: "property",
1802
+ type: () => {
1803
+ return Expressions.Expression;
1804
+ },
1805
+ isNullable: true
1806
+ },
1807
+ Type: {
1808
+ kind: "property",
1809
+ type: () => {
1810
+ return System.Type;
1811
+ },
1812
+ isOverride: true,
1813
+ isSealed: true
1814
+ }
1815
+ }
1816
+ },
1817
+ NewArrayExpression: {
1818
+ kind: "class",
1819
+ members: {
1820
+ Accept: {
1821
+ kind: "method",
1822
+ methodKind: "ordinary",
1823
+ isOverride: true
1824
+ },
1825
+ Update: {
1826
+ kind: "method",
1827
+ methodKind: "ordinary"
1828
+ },
1829
+ Expressions: {
1830
+ kind: "property",
1831
+ type: () => {
1832
+ return ObjectModel.ReadOnlyCollection;
1833
+ }
1834
+ },
1835
+ Type: {
1836
+ kind: "property",
1837
+ type: () => {
1838
+ return System.Type;
1839
+ },
1840
+ isOverride: true,
1841
+ isSealed: true
1842
+ }
1843
+ }
1844
+ },
1845
+ NewExpression: {
1846
+ kind: "class",
1847
+ members: {
1848
+ Accept: {
1849
+ kind: "method",
1850
+ methodKind: "ordinary",
1851
+ isOverride: true
1852
+ },
1853
+ Update: {
1854
+ kind: "method",
1855
+ methodKind: "ordinary"
1856
+ },
1857
+ Arguments: {
1858
+ kind: "property",
1859
+ type: () => {
1860
+ return ObjectModel.ReadOnlyCollection;
1861
+ }
1862
+ },
1863
+ Constructor: {
1864
+ kind: "property",
1865
+ type: () => {
1866
+ return Reflection.ConstructorInfo;
1867
+ }
1868
+ },
1869
+ Members: {
1870
+ kind: "property",
1871
+ type: () => {
1872
+ return ObjectModel.ReadOnlyCollection;
1873
+ },
1874
+ isNullable: true
1875
+ },
1876
+ NodeType: {
1877
+ kind: "property",
1878
+ type: () => {
1879
+ return Expressions.ExpressionType;
1880
+ },
1881
+ isOverride: true,
1882
+ isSealed: true
1883
+ },
1884
+ Type: {
1885
+ kind: "property",
1886
+ type: () => {
1887
+ return System.Type;
1888
+ },
1889
+ isOverride: true
1890
+ }
1891
+ }
1892
+ },
1893
+ ParameterExpression: {
1894
+ kind: "class",
1895
+ members: {
1896
+ Accept: {
1897
+ kind: "method",
1898
+ methodKind: "ordinary",
1899
+ isOverride: true
1900
+ },
1901
+ IsByRef: {
1902
+ kind: "property",
1903
+ type: () => {
1904
+ return System.Boolean;
1905
+ }
1906
+ },
1907
+ Name: {
1908
+ kind: "property",
1909
+ type: () => {
1910
+ return System.String;
1911
+ },
1912
+ isNullable: true
1913
+ },
1914
+ NodeType: {
1915
+ kind: "property",
1916
+ type: () => {
1917
+ return Expressions.ExpressionType;
1918
+ },
1919
+ isOverride: true,
1920
+ isSealed: true
1921
+ },
1922
+ Type: {
1923
+ kind: "property",
1924
+ type: () => {
1925
+ return System.Type;
1926
+ },
1927
+ isOverride: true
1928
+ }
1929
+ }
1930
+ },
1931
+ RuntimeVariablesExpression: {
1932
+ kind: "class",
1933
+ members: {
1934
+ Accept: {
1935
+ kind: "method",
1936
+ methodKind: "ordinary",
1937
+ isOverride: true
1938
+ },
1939
+ Update: {
1940
+ kind: "method",
1941
+ methodKind: "ordinary"
1942
+ },
1943
+ NodeType: {
1944
+ kind: "property",
1945
+ type: () => {
1946
+ return Expressions.ExpressionType;
1947
+ },
1948
+ isOverride: true,
1949
+ isSealed: true
1950
+ },
1951
+ Type: {
1952
+ kind: "property",
1953
+ type: () => {
1954
+ return System.Type;
1955
+ },
1956
+ isOverride: true,
1957
+ isSealed: true
1958
+ },
1959
+ Variables: {
1960
+ kind: "property",
1961
+ type: () => {
1962
+ return ObjectModel.ReadOnlyCollection;
1963
+ }
1964
+ }
1965
+ },
1966
+ isSealed: true
1967
+ },
1968
+ SwitchCase: {
1969
+ kind: "class",
1970
+ members: {
1971
+ ToString: {
1972
+ kind: "method",
1973
+ methodKind: "ordinary",
1974
+ isOverride: true
1975
+ },
1976
+ Update: {
1977
+ kind: "method",
1978
+ methodKind: "ordinary"
1979
+ },
1980
+ Body: {
1981
+ kind: "property",
1982
+ type: () => {
1983
+ return Expressions.Expression;
1984
+ }
1985
+ },
1986
+ TestValues: {
1987
+ kind: "property",
1988
+ type: () => {
1989
+ return ObjectModel.ReadOnlyCollection;
1990
+ }
1991
+ }
1992
+ },
1993
+ isSealed: true
1994
+ },
1995
+ SwitchExpression: {
1996
+ kind: "class",
1997
+ members: {
1998
+ Accept: {
1999
+ kind: "method",
2000
+ methodKind: "ordinary",
2001
+ isOverride: true
2002
+ },
2003
+ Update: {
2004
+ kind: "method",
2005
+ methodKind: "ordinary"
2006
+ },
2007
+ Cases: {
2008
+ kind: "property",
2009
+ type: () => {
2010
+ return ObjectModel.ReadOnlyCollection;
2011
+ }
2012
+ },
2013
+ Comparison: {
2014
+ kind: "property",
2015
+ type: () => {
2016
+ return Reflection.MethodInfo;
2017
+ },
2018
+ isNullable: true
2019
+ },
2020
+ DefaultBody: {
2021
+ kind: "property",
2022
+ type: () => {
2023
+ return Expressions.Expression;
2024
+ },
2025
+ isNullable: true
2026
+ },
2027
+ NodeType: {
2028
+ kind: "property",
2029
+ type: () => {
2030
+ return Expressions.ExpressionType;
2031
+ },
2032
+ isOverride: true,
2033
+ isSealed: true
2034
+ },
2035
+ SwitchValue: {
2036
+ kind: "property",
2037
+ type: () => {
2038
+ return Expressions.Expression;
2039
+ }
2040
+ },
2041
+ Type: {
2042
+ kind: "property",
2043
+ type: () => {
2044
+ return System.Type;
2045
+ },
2046
+ isOverride: true,
2047
+ isSealed: true
2048
+ }
2049
+ },
2050
+ isSealed: true
2051
+ },
2052
+ SymbolDocumentInfo: {
2053
+ kind: "class",
2054
+ members: {
2055
+ DocumentType: {
2056
+ kind: "property",
2057
+ type: () => {
2058
+ return System.Guid;
2059
+ },
2060
+ isVirtual: true
2061
+ },
2062
+ FileName: {
2063
+ kind: "property",
2064
+ type: () => {
2065
+ return System.String;
2066
+ }
2067
+ },
2068
+ Language: {
2069
+ kind: "property",
2070
+ type: () => {
2071
+ return System.Guid;
2072
+ },
2073
+ isVirtual: true
2074
+ },
2075
+ LanguageVendor: {
2076
+ kind: "property",
2077
+ type: () => {
2078
+ return System.Guid;
2079
+ },
2080
+ isVirtual: true
2081
+ }
2082
+ }
2083
+ },
2084
+ TryExpression: {
2085
+ kind: "class",
2086
+ members: {
2087
+ Accept: {
2088
+ kind: "method",
2089
+ methodKind: "ordinary",
2090
+ isOverride: true
2091
+ },
2092
+ Update: {
2093
+ kind: "method",
2094
+ methodKind: "ordinary"
2095
+ },
2096
+ Body: {
2097
+ kind: "property",
2098
+ type: () => {
2099
+ return Expressions.Expression;
2100
+ }
2101
+ },
2102
+ Fault: {
2103
+ kind: "property",
2104
+ type: () => {
2105
+ return Expressions.Expression;
2106
+ },
2107
+ isNullable: true
2108
+ },
2109
+ Finally: {
2110
+ kind: "property",
2111
+ type: () => {
2112
+ return Expressions.Expression;
2113
+ },
2114
+ isNullable: true
2115
+ },
2116
+ Handlers: {
2117
+ kind: "property",
2118
+ type: () => {
2119
+ return ObjectModel.ReadOnlyCollection;
2120
+ }
2121
+ },
2122
+ NodeType: {
2123
+ kind: "property",
2124
+ type: () => {
2125
+ return Expressions.ExpressionType;
2126
+ },
2127
+ isOverride: true,
2128
+ isSealed: true
2129
+ },
2130
+ Type: {
2131
+ kind: "property",
2132
+ type: () => {
2133
+ return System.Type;
2134
+ },
2135
+ isOverride: true,
2136
+ isSealed: true
2137
+ }
2138
+ },
2139
+ isSealed: true
2140
+ },
2141
+ TypeBinaryExpression: {
2142
+ kind: "class",
2143
+ members: {
2144
+ Accept: {
2145
+ kind: "method",
2146
+ methodKind: "ordinary",
2147
+ isOverride: true
2148
+ },
2149
+ Update: {
2150
+ kind: "method",
2151
+ methodKind: "ordinary"
2152
+ },
2153
+ Expression: {
2154
+ kind: "property",
2155
+ type: () => {
2156
+ return Expressions.Expression;
2157
+ }
2158
+ },
2159
+ NodeType: {
2160
+ kind: "property",
2161
+ type: () => {
2162
+ return Expressions.ExpressionType;
2163
+ },
2164
+ isOverride: true,
2165
+ isSealed: true
2166
+ },
2167
+ Type: {
2168
+ kind: "property",
2169
+ type: () => {
2170
+ return System.Type;
2171
+ },
2172
+ isOverride: true,
2173
+ isSealed: true
2174
+ },
2175
+ TypeOperand: {
2176
+ kind: "property",
2177
+ type: () => {
2178
+ return System.Type;
2179
+ }
2180
+ }
2181
+ },
2182
+ isSealed: true
2183
+ },
2184
+ UnaryExpression: {
2185
+ kind: "class",
2186
+ members: {
2187
+ Accept: {
2188
+ kind: "method",
2189
+ methodKind: "ordinary",
2190
+ isOverride: true
2191
+ },
2192
+ Reduce: {
2193
+ kind: "method",
2194
+ methodKind: "ordinary",
2195
+ isOverride: true
2196
+ },
2197
+ Update: {
2198
+ kind: "method",
2199
+ methodKind: "ordinary"
2200
+ },
2201
+ CanReduce: {
2202
+ kind: "property",
2203
+ type: () => {
2204
+ return System.Boolean;
2205
+ },
2206
+ isOverride: true
2207
+ },
2208
+ IsLifted: {
2209
+ kind: "property",
2210
+ type: () => {
2211
+ return System.Boolean;
2212
+ }
2213
+ },
2214
+ IsLiftedToNull: {
2215
+ kind: "property",
2216
+ type: () => {
2217
+ return System.Boolean;
2218
+ }
2219
+ },
2220
+ Method: {
2221
+ kind: "property",
2222
+ type: () => {
2223
+ return Reflection.MethodInfo;
2224
+ }
2225
+ },
2226
+ NodeType: {
2227
+ kind: "property",
2228
+ type: () => {
2229
+ return Expressions.ExpressionType;
2230
+ },
2231
+ isOverride: true,
2232
+ isSealed: true
2233
+ },
2234
+ Operand: {
2235
+ kind: "property",
2236
+ type: () => {
2237
+ return Expressions.Expression;
2238
+ }
2239
+ },
2240
+ Type: {
2241
+ kind: "property",
2242
+ type: () => {
2243
+ return System.Type;
2244
+ },
2245
+ isOverride: true,
2246
+ isSealed: true
2247
+ }
2248
+ },
2249
+ isSealed: true
2250
+ }
2251
+ });
2252
+ export default Expressions;
2253
+ //# sourceMappingURL=index.js.map