@tsonic/dotnet 0.5.2 → 0.6.0
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.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -146,22 +146,24 @@ export enum MemberBindingType {
|
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
export interface IArgumentProvider$instance {
|
|
149
|
-
readonly
|
|
150
|
-
|
|
149
|
+
readonly argumentCount: int;
|
|
150
|
+
getArgument(index: int): Expression;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
export type IArgumentProvider = IArgumentProvider$instance;
|
|
155
155
|
|
|
156
|
-
export interface IDynamicExpression$instance {
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
156
|
+
export interface IDynamicExpression$instance extends IArgumentProvider {
|
|
157
|
+
readonly delegateType: Type;
|
|
158
|
+
readonly argumentCount: int;
|
|
159
|
+
createCallSite(): unknown;
|
|
160
|
+
getArgument(index: int): Expression;
|
|
161
|
+
rewrite(args: Expression[]): Expression;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
|
|
165
|
+
export interface IDynamicExpression$instance extends IArgumentProvider$instance {}
|
|
166
|
+
|
|
165
167
|
export type IDynamicExpression = IDynamicExpression$instance;
|
|
166
168
|
|
|
167
169
|
export class BinaryExpression$instance extends Expression$instance {
|
|
@@ -218,7 +220,7 @@ export type ConditionalExpression = ConditionalExpression$instance;
|
|
|
218
220
|
export class ConstantExpression$instance extends Expression$instance {
|
|
219
221
|
readonly nodeType: ExpressionType;
|
|
220
222
|
readonly type_: Type;
|
|
221
|
-
readonly value:
|
|
223
|
+
readonly value: unknown;
|
|
222
224
|
}
|
|
223
225
|
|
|
224
226
|
|
|
@@ -255,26 +257,28 @@ export class DynamicExpression$instance extends Expression$instance {
|
|
|
255
257
|
readonly type_: Type;
|
|
256
258
|
reduce(): Expression;
|
|
257
259
|
update(arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
258
|
-
static
|
|
259
|
-
static
|
|
260
|
-
static
|
|
261
|
-
static
|
|
262
|
-
static
|
|
263
|
-
static
|
|
264
|
-
static
|
|
265
|
-
static
|
|
266
|
-
static
|
|
267
|
-
static
|
|
268
|
-
static
|
|
269
|
-
static
|
|
260
|
+
static dynamic2(binder: CallSiteBinder, returnType: Type, arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
261
|
+
static dynamic2(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
|
|
262
|
+
static dynamic2(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
|
|
263
|
+
static dynamic2(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression): DynamicExpression;
|
|
264
|
+
static dynamic2(binder: CallSiteBinder, returnType: Type, arg0: Expression): DynamicExpression;
|
|
265
|
+
static dynamic2(binder: CallSiteBinder, returnType: Type, arguments: Expression[]): DynamicExpression;
|
|
266
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
267
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
|
|
268
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
|
|
269
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression): DynamicExpression;
|
|
270
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression): DynamicExpression;
|
|
271
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: Expression[]): DynamicExpression;
|
|
270
272
|
}
|
|
271
273
|
|
|
272
274
|
|
|
273
275
|
export interface __DynamicExpression$views {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
+
As_IArgumentProvider(): IArgumentProvider$instance;
|
|
277
|
+
As_IDynamicExpression(): IDynamicExpression$instance;
|
|
276
278
|
}
|
|
277
279
|
|
|
280
|
+
export interface DynamicExpression$instance extends IDynamicExpression$instance {}
|
|
281
|
+
|
|
278
282
|
export type DynamicExpression = DynamicExpression$instance & __DynamicExpression$views;
|
|
279
283
|
|
|
280
284
|
|
|
@@ -296,9 +300,11 @@ export class ElementInit$instance {
|
|
|
296
300
|
|
|
297
301
|
|
|
298
302
|
export interface __ElementInit$views {
|
|
299
|
-
|
|
303
|
+
As_IArgumentProvider(): IArgumentProvider$instance;
|
|
300
304
|
}
|
|
301
305
|
|
|
306
|
+
export interface ElementInit$instance extends IArgumentProvider$instance {}
|
|
307
|
+
|
|
302
308
|
export type ElementInit = ElementInit$instance & __ElementInit$views;
|
|
303
309
|
|
|
304
310
|
|
|
@@ -310,315 +316,315 @@ export abstract class Expression$instance {
|
|
|
310
316
|
reduceAndCheck(): Expression;
|
|
311
317
|
reduceExtensions(): Expression;
|
|
312
318
|
toString(): string;
|
|
313
|
-
static
|
|
314
|
-
static
|
|
315
|
-
static
|
|
316
|
-
static
|
|
317
|
-
static
|
|
318
|
-
static
|
|
319
|
-
static
|
|
320
|
-
static
|
|
321
|
-
static
|
|
322
|
-
static
|
|
323
|
-
static
|
|
324
|
-
static
|
|
325
|
-
static
|
|
326
|
-
static
|
|
327
|
-
static
|
|
328
|
-
static
|
|
329
|
-
static
|
|
330
|
-
static
|
|
331
|
-
static
|
|
332
|
-
static
|
|
333
|
-
static
|
|
334
|
-
static
|
|
335
|
-
static
|
|
336
|
-
static
|
|
337
|
-
static
|
|
338
|
-
static
|
|
339
|
-
static
|
|
340
|
-
static
|
|
341
|
-
static
|
|
342
|
-
static
|
|
343
|
-
static
|
|
344
|
-
static
|
|
345
|
-
static
|
|
346
|
-
static
|
|
347
|
-
static
|
|
348
|
-
static
|
|
349
|
-
static
|
|
350
|
-
static
|
|
351
|
-
static
|
|
352
|
-
static
|
|
353
|
-
static
|
|
354
|
-
static
|
|
355
|
-
static
|
|
356
|
-
static
|
|
357
|
-
static
|
|
358
|
-
static
|
|
359
|
-
static
|
|
360
|
-
static
|
|
361
|
-
static
|
|
362
|
-
static
|
|
363
|
-
static
|
|
364
|
-
static
|
|
365
|
-
static
|
|
366
|
-
static
|
|
367
|
-
static
|
|
368
|
-
static
|
|
369
|
-
static
|
|
370
|
-
static
|
|
371
|
-
static
|
|
372
|
-
static
|
|
373
|
-
static
|
|
374
|
-
static
|
|
375
|
-
static
|
|
376
|
-
static
|
|
377
|
-
static
|
|
378
|
-
static
|
|
379
|
-
static
|
|
380
|
-
static
|
|
381
|
-
static
|
|
382
|
-
static
|
|
383
|
-
static
|
|
384
|
-
static
|
|
385
|
-
static
|
|
386
|
-
static
|
|
387
|
-
static
|
|
388
|
-
static
|
|
389
|
-
static
|
|
390
|
-
static
|
|
391
|
-
static
|
|
392
|
-
static
|
|
393
|
-
static
|
|
394
|
-
static
|
|
395
|
-
static
|
|
396
|
-
static
|
|
397
|
-
static
|
|
398
|
-
static
|
|
399
|
-
static
|
|
400
|
-
static
|
|
401
|
-
static
|
|
402
|
-
static
|
|
403
|
-
static
|
|
404
|
-
static
|
|
405
|
-
static
|
|
406
|
-
static
|
|
407
|
-
static
|
|
408
|
-
static
|
|
409
|
-
static
|
|
410
|
-
static
|
|
411
|
-
static
|
|
412
|
-
static
|
|
413
|
-
static
|
|
414
|
-
static
|
|
415
|
-
static
|
|
416
|
-
static
|
|
417
|
-
static
|
|
418
|
-
static
|
|
419
|
-
static
|
|
420
|
-
static
|
|
421
|
-
static
|
|
422
|
-
static
|
|
423
|
-
static
|
|
424
|
-
static
|
|
425
|
-
static
|
|
426
|
-
static
|
|
427
|
-
static
|
|
428
|
-
static
|
|
429
|
-
static
|
|
430
|
-
static
|
|
431
|
-
static
|
|
432
|
-
static
|
|
433
|
-
static
|
|
434
|
-
static
|
|
435
|
-
static
|
|
436
|
-
static
|
|
437
|
-
static
|
|
438
|
-
static
|
|
439
|
-
static
|
|
440
|
-
static
|
|
441
|
-
static
|
|
442
|
-
static
|
|
443
|
-
static
|
|
444
|
-
static
|
|
445
|
-
static
|
|
446
|
-
static
|
|
447
|
-
static
|
|
448
|
-
static
|
|
449
|
-
static
|
|
450
|
-
static
|
|
451
|
-
static
|
|
452
|
-
static
|
|
453
|
-
static
|
|
454
|
-
static
|
|
455
|
-
static
|
|
456
|
-
static
|
|
457
|
-
static
|
|
458
|
-
static
|
|
459
|
-
static
|
|
460
|
-
static
|
|
461
|
-
static
|
|
462
|
-
static
|
|
463
|
-
static
|
|
464
|
-
static
|
|
465
|
-
static
|
|
466
|
-
static
|
|
467
|
-
static
|
|
468
|
-
static
|
|
469
|
-
static
|
|
470
|
-
static
|
|
471
|
-
static
|
|
472
|
-
static
|
|
473
|
-
static
|
|
474
|
-
static
|
|
475
|
-
static
|
|
476
|
-
static
|
|
477
|
-
static
|
|
478
|
-
static
|
|
479
|
-
static
|
|
480
|
-
static
|
|
481
|
-
static
|
|
482
|
-
static
|
|
483
|
-
static
|
|
484
|
-
static
|
|
485
|
-
static
|
|
486
|
-
static
|
|
487
|
-
static
|
|
488
|
-
static
|
|
489
|
-
static
|
|
490
|
-
static
|
|
491
|
-
static
|
|
492
|
-
static
|
|
493
|
-
static
|
|
494
|
-
static
|
|
495
|
-
static
|
|
496
|
-
static
|
|
497
|
-
static
|
|
498
|
-
static
|
|
499
|
-
static
|
|
500
|
-
static
|
|
501
|
-
static
|
|
502
|
-
static
|
|
503
|
-
static
|
|
504
|
-
static
|
|
505
|
-
static
|
|
506
|
-
static
|
|
507
|
-
static
|
|
508
|
-
static
|
|
509
|
-
static
|
|
510
|
-
static
|
|
511
|
-
static
|
|
512
|
-
static
|
|
513
|
-
static
|
|
514
|
-
static
|
|
515
|
-
static
|
|
516
|
-
static
|
|
517
|
-
static
|
|
518
|
-
static
|
|
519
|
-
static
|
|
520
|
-
static
|
|
521
|
-
static
|
|
522
|
-
static
|
|
523
|
-
static
|
|
524
|
-
static
|
|
525
|
-
static
|
|
526
|
-
static
|
|
527
|
-
static
|
|
528
|
-
static
|
|
529
|
-
static
|
|
530
|
-
static
|
|
531
|
-
static
|
|
532
|
-
static
|
|
533
|
-
static
|
|
534
|
-
static
|
|
535
|
-
static
|
|
536
|
-
static
|
|
537
|
-
static
|
|
538
|
-
static
|
|
539
|
-
static
|
|
540
|
-
static
|
|
541
|
-
static
|
|
542
|
-
static
|
|
543
|
-
static
|
|
544
|
-
static
|
|
545
|
-
static
|
|
546
|
-
static
|
|
547
|
-
static
|
|
548
|
-
static
|
|
549
|
-
static
|
|
550
|
-
static
|
|
551
|
-
static
|
|
552
|
-
static
|
|
553
|
-
static
|
|
554
|
-
static
|
|
555
|
-
static
|
|
556
|
-
static
|
|
557
|
-
static
|
|
558
|
-
static
|
|
559
|
-
static
|
|
560
|
-
static
|
|
561
|
-
static
|
|
562
|
-
static
|
|
563
|
-
static
|
|
564
|
-
static
|
|
565
|
-
static
|
|
566
|
-
static
|
|
567
|
-
static
|
|
568
|
-
static
|
|
569
|
-
static
|
|
570
|
-
static
|
|
571
|
-
static
|
|
572
|
-
static
|
|
573
|
-
static
|
|
574
|
-
static
|
|
575
|
-
static
|
|
576
|
-
static
|
|
577
|
-
static
|
|
578
|
-
static
|
|
579
|
-
static
|
|
580
|
-
static
|
|
581
|
-
static
|
|
582
|
-
static
|
|
583
|
-
static
|
|
584
|
-
static
|
|
585
|
-
static
|
|
586
|
-
static
|
|
587
|
-
static
|
|
588
|
-
static
|
|
589
|
-
static
|
|
590
|
-
static
|
|
591
|
-
static
|
|
592
|
-
static
|
|
593
|
-
static
|
|
594
|
-
static
|
|
595
|
-
static
|
|
596
|
-
static
|
|
597
|
-
static
|
|
598
|
-
static
|
|
599
|
-
static
|
|
600
|
-
static
|
|
601
|
-
static
|
|
602
|
-
static
|
|
603
|
-
static
|
|
604
|
-
static
|
|
605
|
-
static
|
|
606
|
-
static
|
|
607
|
-
static
|
|
608
|
-
static
|
|
609
|
-
static
|
|
610
|
-
static
|
|
611
|
-
static
|
|
612
|
-
static
|
|
613
|
-
static
|
|
614
|
-
static
|
|
615
|
-
static
|
|
616
|
-
static
|
|
617
|
-
static
|
|
618
|
-
static
|
|
619
|
-
static
|
|
620
|
-
static
|
|
621
|
-
static
|
|
319
|
+
static add2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
320
|
+
static add2(left: Expression, right: Expression): BinaryExpression;
|
|
321
|
+
static addAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
322
|
+
static addAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
323
|
+
static addAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
324
|
+
static addAssignChecked3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
325
|
+
static addAssignChecked3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
326
|
+
static addAssignChecked3(left: Expression, right: Expression): BinaryExpression;
|
|
327
|
+
static addChecked2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
328
|
+
static addChecked2(left: Expression, right: Expression): BinaryExpression;
|
|
329
|
+
static and2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
330
|
+
static and2(left: Expression, right: Expression): BinaryExpression;
|
|
331
|
+
static andAlso2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
332
|
+
static andAlso2(left: Expression, right: Expression): BinaryExpression;
|
|
333
|
+
static andAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
334
|
+
static andAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
335
|
+
static andAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
336
|
+
static arrayAccess2(array: Expression, indexes: IEnumerable_1<Expression>): IndexExpression;
|
|
337
|
+
static arrayAccess2(array: Expression, indexes: Expression[]): IndexExpression;
|
|
338
|
+
static arrayIndex3(array: Expression, indexes: IEnumerable_1<Expression>): MethodCallExpression;
|
|
339
|
+
static arrayIndex3(array: Expression, index: Expression): BinaryExpression;
|
|
340
|
+
static arrayIndex3(array: Expression, indexes: Expression[]): MethodCallExpression;
|
|
341
|
+
static arrayLength(array: Expression): UnaryExpression;
|
|
342
|
+
static assign(left: Expression, right: Expression): BinaryExpression;
|
|
343
|
+
static bind(member: MemberInfo, expression: Expression): MemberAssignment;
|
|
344
|
+
static bind(propertyAccessor: MethodInfo, expression: Expression): MemberAssignment;
|
|
345
|
+
static block6(expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
346
|
+
static block6(variables: IEnumerable_1<ParameterExpression>, expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
347
|
+
static block6(variables: IEnumerable_1<ParameterExpression>, expressions: Expression[]): BlockExpression;
|
|
348
|
+
static block6(arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression, arg4: Expression): BlockExpression;
|
|
349
|
+
static block6(arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): BlockExpression;
|
|
350
|
+
static block6(arg0: Expression, arg1: Expression, arg2: Expression): BlockExpression;
|
|
351
|
+
static block6(arg0: Expression, arg1: Expression): BlockExpression;
|
|
352
|
+
static block6(expressions: Expression[]): BlockExpression;
|
|
353
|
+
static block6(type_: Type, expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
354
|
+
static block6(type_: Type, variables: IEnumerable_1<ParameterExpression>, expressions: IEnumerable_1<Expression>): BlockExpression;
|
|
355
|
+
static block6(type_: Type, variables: IEnumerable_1<ParameterExpression>, expressions: Expression[]): BlockExpression;
|
|
356
|
+
static block6(type_: Type, expressions: Expression[]): BlockExpression;
|
|
357
|
+
static break_4(target: LabelTarget, value: Expression, type_: Type): GotoExpression;
|
|
358
|
+
static break_4(target: LabelTarget, value: Expression): GotoExpression;
|
|
359
|
+
static break_4(target: LabelTarget, type_: Type): GotoExpression;
|
|
360
|
+
static break_4(target: LabelTarget): GotoExpression;
|
|
361
|
+
static call14(instance: Expression, method: MethodInfo, arguments: IEnumerable_1<Expression>): MethodCallExpression;
|
|
362
|
+
static call14(instance: Expression, method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
|
|
363
|
+
static call14(instance: Expression, method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
|
|
364
|
+
static call14(instance: Expression, method: MethodInfo, arguments: Expression[]): MethodCallExpression;
|
|
365
|
+
static call14(instance: Expression, method: MethodInfo): MethodCallExpression;
|
|
366
|
+
static call14(instance: Expression, methodName: string, typeArguments: Type[], arguments: Expression[]): MethodCallExpression;
|
|
367
|
+
static call14(method: MethodInfo, arguments: IEnumerable_1<Expression>): MethodCallExpression;
|
|
368
|
+
static call14(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression, arg4: Expression): MethodCallExpression;
|
|
369
|
+
static call14(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): MethodCallExpression;
|
|
370
|
+
static call14(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
|
|
371
|
+
static call14(method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
|
|
372
|
+
static call14(method: MethodInfo, arg0: Expression): MethodCallExpression;
|
|
373
|
+
static call14(method: MethodInfo, arguments: Expression[]): MethodCallExpression;
|
|
374
|
+
static call14(type_: Type, methodName: string, typeArguments: Type[], arguments: Expression[]): MethodCallExpression;
|
|
375
|
+
static catch_4(variable: ParameterExpression, body: Expression, filter: Expression): CatchBlock;
|
|
376
|
+
static catch_4(variable: ParameterExpression, body: Expression): CatchBlock;
|
|
377
|
+
static catch_4(type_: Type, body: Expression, filter: Expression): CatchBlock;
|
|
378
|
+
static catch_4(type_: Type, body: Expression): CatchBlock;
|
|
379
|
+
static clearDebugInfo(document: SymbolDocumentInfo): DebugInfoExpression;
|
|
380
|
+
static coalesce2(left: Expression, right: Expression, conversion: LambdaExpression): BinaryExpression;
|
|
381
|
+
static coalesce2(left: Expression, right: Expression): BinaryExpression;
|
|
382
|
+
static condition2(test: Expression, ifTrue: Expression, ifFalse: Expression, type_: Type): ConditionalExpression;
|
|
383
|
+
static condition2(test: Expression, ifTrue: Expression, ifFalse: Expression): ConditionalExpression;
|
|
384
|
+
static constant2(value: unknown, type_: Type): ConstantExpression;
|
|
385
|
+
static constant2(value: unknown): ConstantExpression;
|
|
386
|
+
static continue_2(target: LabelTarget, type_: Type): GotoExpression;
|
|
387
|
+
static continue_2(target: LabelTarget): GotoExpression;
|
|
388
|
+
static convert2(expression: Expression, type_: Type, method: MethodInfo): UnaryExpression;
|
|
389
|
+
static convert2(expression: Expression, type_: Type): UnaryExpression;
|
|
390
|
+
static convertChecked2(expression: Expression, type_: Type, method: MethodInfo): UnaryExpression;
|
|
391
|
+
static convertChecked2(expression: Expression, type_: Type): UnaryExpression;
|
|
392
|
+
static debugInfo(document: SymbolDocumentInfo, startLine: int, startColumn: int, endLine: int, endColumn: int): DebugInfoExpression;
|
|
393
|
+
static decrement2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
394
|
+
static decrement2(expression: Expression): UnaryExpression;
|
|
395
|
+
static default_(type_: Type): DefaultExpression;
|
|
396
|
+
static divide2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
397
|
+
static divide2(left: Expression, right: Expression): BinaryExpression;
|
|
398
|
+
static divideAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
399
|
+
static divideAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
400
|
+
static divideAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
401
|
+
static dynamic(binder: CallSiteBinder, returnType: Type, arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
402
|
+
static dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
|
|
403
|
+
static dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
|
|
404
|
+
static dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression): DynamicExpression;
|
|
405
|
+
static dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression): DynamicExpression;
|
|
406
|
+
static dynamic(binder: CallSiteBinder, returnType: Type, arguments: Expression[]): DynamicExpression;
|
|
407
|
+
static elementInit2(addMethod: MethodInfo, arguments: IEnumerable_1<Expression>): ElementInit;
|
|
408
|
+
static elementInit2(addMethod: MethodInfo, arguments: Expression[]): ElementInit;
|
|
409
|
+
static empty(): DefaultExpression;
|
|
410
|
+
static equal2(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
411
|
+
static equal2(left: Expression, right: Expression): BinaryExpression;
|
|
412
|
+
static exclusiveOr2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
413
|
+
static exclusiveOr2(left: Expression, right: Expression): BinaryExpression;
|
|
414
|
+
static exclusiveOrAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
415
|
+
static exclusiveOrAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
416
|
+
static exclusiveOrAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
417
|
+
static field(expression: Expression, field: FieldInfo): MemberExpression;
|
|
418
|
+
static field(expression: Expression, fieldName: string): MemberExpression;
|
|
419
|
+
static field(expression: Expression, type_: Type, fieldName: string): MemberExpression;
|
|
420
|
+
static getActionType(typeArgs: Type[]): Type;
|
|
421
|
+
static getDelegateType(typeArgs: Type[]): Type;
|
|
422
|
+
static getFuncType(typeArgs: Type[]): Type;
|
|
423
|
+
static goto4(target: LabelTarget, value: Expression, type_: Type): GotoExpression;
|
|
424
|
+
static goto4(target: LabelTarget, value: Expression): GotoExpression;
|
|
425
|
+
static goto4(target: LabelTarget, type_: Type): GotoExpression;
|
|
426
|
+
static goto4(target: LabelTarget): GotoExpression;
|
|
427
|
+
static greaterThan2(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
428
|
+
static greaterThan2(left: Expression, right: Expression): BinaryExpression;
|
|
429
|
+
static greaterThanOrEqual2(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
430
|
+
static greaterThanOrEqual2(left: Expression, right: Expression): BinaryExpression;
|
|
431
|
+
static ifThen(test: Expression, ifTrue: Expression): ConditionalExpression;
|
|
432
|
+
static ifThenElse(test: Expression, ifTrue: Expression, ifFalse: Expression): ConditionalExpression;
|
|
433
|
+
static increment2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
434
|
+
static increment2(expression: Expression): UnaryExpression;
|
|
435
|
+
static invoke2(expression: Expression, arguments: IEnumerable_1<Expression>): InvocationExpression;
|
|
436
|
+
static invoke2(expression: Expression, arguments: Expression[]): InvocationExpression;
|
|
437
|
+
static isFalse2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
438
|
+
static isFalse2(expression: Expression): UnaryExpression;
|
|
439
|
+
static isTrue2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
440
|
+
static isTrue2(expression: Expression): UnaryExpression;
|
|
441
|
+
static label3(): LabelTarget;
|
|
442
|
+
static label3(target: LabelTarget, defaultValue: Expression): LabelExpression;
|
|
443
|
+
static label3(target: LabelTarget): LabelExpression;
|
|
444
|
+
static label3(name: string): LabelTarget;
|
|
445
|
+
static label3(type_: Type, name: string): LabelTarget;
|
|
446
|
+
static label3(type_: Type): LabelTarget;
|
|
447
|
+
static lambda4<TDelegate>(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
|
|
448
|
+
static lambda4(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
449
|
+
static lambda4<TDelegate>(body: Expression, tailCall: boolean, parameters: ParameterExpression[]): Expression_1<TDelegate>;
|
|
450
|
+
static lambda4(body: Expression, tailCall: boolean, parameters: ParameterExpression[]): LambdaExpression;
|
|
451
|
+
static lambda4<TDelegate>(body: Expression, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
|
|
452
|
+
static lambda4(body: Expression, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
453
|
+
static lambda4<TDelegate>(body: Expression, parameters: ParameterExpression[]): Expression_1<TDelegate>;
|
|
454
|
+
static lambda4(body: Expression, parameters: ParameterExpression[]): LambdaExpression;
|
|
455
|
+
static lambda4<TDelegate>(body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
|
|
456
|
+
static lambda4(body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
457
|
+
static lambda4<TDelegate>(body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
|
|
458
|
+
static lambda4(body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
459
|
+
static lambda4(delegateType: Type, body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
460
|
+
static lambda4(delegateType: Type, body: Expression, tailCall: boolean, parameters: ParameterExpression[]): LambdaExpression;
|
|
461
|
+
static lambda4(delegateType: Type, body: Expression, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
462
|
+
static lambda4(delegateType: Type, body: Expression, parameters: ParameterExpression[]): LambdaExpression;
|
|
463
|
+
static lambda4(delegateType: Type, body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
464
|
+
static lambda4(delegateType: Type, body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
|
|
465
|
+
static leftShift2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
466
|
+
static leftShift2(left: Expression, right: Expression): BinaryExpression;
|
|
467
|
+
static leftShiftAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
468
|
+
static leftShiftAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
469
|
+
static leftShiftAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
470
|
+
static lessThan2(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
471
|
+
static lessThan2(left: Expression, right: Expression): BinaryExpression;
|
|
472
|
+
static lessThanOrEqual2(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
473
|
+
static lessThanOrEqual2(left: Expression, right: Expression): BinaryExpression;
|
|
474
|
+
static listBind2(member: MemberInfo, initializers: IEnumerable_1<ElementInit>): MemberListBinding;
|
|
475
|
+
static listBind2(member: MemberInfo, initializers: ElementInit[]): MemberListBinding;
|
|
476
|
+
static listBind2(propertyAccessor: MethodInfo, initializers: IEnumerable_1<ElementInit>): MemberListBinding;
|
|
477
|
+
static listBind2(propertyAccessor: MethodInfo, initializers: ElementInit[]): MemberListBinding;
|
|
478
|
+
static listInit6(newExpression: NewExpression, initializers: IEnumerable_1<ElementInit>): ListInitExpression;
|
|
479
|
+
static listInit6(newExpression: NewExpression, initializers: IEnumerable_1<Expression>): ListInitExpression;
|
|
480
|
+
static listInit6(newExpression: NewExpression, initializers: ElementInit[]): ListInitExpression;
|
|
481
|
+
static listInit6(newExpression: NewExpression, initializers: Expression[]): ListInitExpression;
|
|
482
|
+
static listInit6(newExpression: NewExpression, addMethod: MethodInfo, initializers: IEnumerable_1<Expression>): ListInitExpression;
|
|
483
|
+
static listInit6(newExpression: NewExpression, addMethod: MethodInfo, initializers: Expression[]): ListInitExpression;
|
|
484
|
+
static loop3(body: Expression, break_: LabelTarget, continue_: LabelTarget): LoopExpression;
|
|
485
|
+
static loop3(body: Expression, break_: LabelTarget): LoopExpression;
|
|
486
|
+
static loop3(body: Expression): LoopExpression;
|
|
487
|
+
static makeBinary3(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
488
|
+
static makeBinary3(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
489
|
+
static makeBinary3(binaryType: ExpressionType, left: Expression, right: Expression): BinaryExpression;
|
|
490
|
+
static makeCatchBlock(type_: Type, variable: ParameterExpression, body: Expression, filter: Expression): CatchBlock;
|
|
491
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression>): DynamicExpression;
|
|
492
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
|
|
493
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
|
|
494
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression): DynamicExpression;
|
|
495
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression): DynamicExpression;
|
|
496
|
+
static makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: Expression[]): DynamicExpression;
|
|
497
|
+
static makeGoto(kind: GotoExpressionKind, target: LabelTarget, value: Expression, type_: Type): GotoExpression;
|
|
498
|
+
static makeIndex(instance: Expression, indexer: PropertyInfo, arguments: IEnumerable_1<Expression>): IndexExpression;
|
|
499
|
+
static makeMemberAccess(expression: Expression, member: MemberInfo): MemberExpression;
|
|
500
|
+
static makeTry(type_: Type, body: Expression, finally_: Expression, fault: Expression, handlers: IEnumerable_1<CatchBlock>): TryExpression;
|
|
501
|
+
static makeUnary2(unaryType: ExpressionType, operand: Expression, type_: Type, method: MethodInfo): UnaryExpression;
|
|
502
|
+
static makeUnary2(unaryType: ExpressionType, operand: Expression, type_: Type): UnaryExpression;
|
|
503
|
+
static memberBind2(member: MemberInfo, bindings: IEnumerable_1<MemberBinding>): MemberMemberBinding;
|
|
504
|
+
static memberBind2(member: MemberInfo, bindings: MemberBinding[]): MemberMemberBinding;
|
|
505
|
+
static memberBind2(propertyAccessor: MethodInfo, bindings: IEnumerable_1<MemberBinding>): MemberMemberBinding;
|
|
506
|
+
static memberBind2(propertyAccessor: MethodInfo, bindings: MemberBinding[]): MemberMemberBinding;
|
|
507
|
+
static memberInit2(newExpression: NewExpression, bindings: IEnumerable_1<MemberBinding>): MemberInitExpression;
|
|
508
|
+
static memberInit2(newExpression: NewExpression, bindings: MemberBinding[]): MemberInitExpression;
|
|
509
|
+
static modulo2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
510
|
+
static modulo2(left: Expression, right: Expression): BinaryExpression;
|
|
511
|
+
static moduloAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
512
|
+
static moduloAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
513
|
+
static moduloAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
514
|
+
static multiply2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
515
|
+
static multiply2(left: Expression, right: Expression): BinaryExpression;
|
|
516
|
+
static multiplyAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
517
|
+
static multiplyAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
518
|
+
static multiplyAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
519
|
+
static multiplyAssignChecked3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
520
|
+
static multiplyAssignChecked3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
521
|
+
static multiplyAssignChecked3(left: Expression, right: Expression): BinaryExpression;
|
|
522
|
+
static multiplyChecked2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
523
|
+
static multiplyChecked2(left: Expression, right: Expression): BinaryExpression;
|
|
524
|
+
static negate2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
525
|
+
static negate2(expression: Expression): UnaryExpression;
|
|
526
|
+
static negateChecked2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
527
|
+
static negateChecked2(expression: Expression): UnaryExpression;
|
|
528
|
+
static new_4(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>, members: IEnumerable_1<MemberInfo>): NewExpression;
|
|
529
|
+
static new_4(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>, members: MemberInfo[]): NewExpression;
|
|
530
|
+
static new_4(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>): NewExpression;
|
|
531
|
+
static new_4(constructor_: ConstructorInfo, arguments: Expression[]): NewExpression;
|
|
532
|
+
static new_4(constructor_: ConstructorInfo): NewExpression;
|
|
533
|
+
static new_4(type_: Type): NewExpression;
|
|
534
|
+
static newArrayBounds2(type_: Type, bounds: IEnumerable_1<Expression>): NewArrayExpression;
|
|
535
|
+
static newArrayBounds2(type_: Type, bounds: Expression[]): NewArrayExpression;
|
|
536
|
+
static newArrayInit2(type_: Type, initializers: IEnumerable_1<Expression>): NewArrayExpression;
|
|
537
|
+
static newArrayInit2(type_: Type, initializers: Expression[]): NewArrayExpression;
|
|
538
|
+
static not2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
539
|
+
static not2(expression: Expression): UnaryExpression;
|
|
540
|
+
static notEqual2(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
|
|
541
|
+
static notEqual2(left: Expression, right: Expression): BinaryExpression;
|
|
542
|
+
static onesComplement2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
543
|
+
static onesComplement2(expression: Expression): UnaryExpression;
|
|
544
|
+
static or2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
545
|
+
static or2(left: Expression, right: Expression): BinaryExpression;
|
|
546
|
+
static orAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
547
|
+
static orAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
548
|
+
static orAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
549
|
+
static orElse2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
550
|
+
static orElse2(left: Expression, right: Expression): BinaryExpression;
|
|
551
|
+
static parameter2(type_: Type, name: string): ParameterExpression;
|
|
552
|
+
static parameter2(type_: Type): ParameterExpression;
|
|
553
|
+
static postDecrementAssign2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
554
|
+
static postDecrementAssign2(expression: Expression): UnaryExpression;
|
|
555
|
+
static postIncrementAssign2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
556
|
+
static postIncrementAssign2(expression: Expression): UnaryExpression;
|
|
557
|
+
static power2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
558
|
+
static power2(left: Expression, right: Expression): BinaryExpression;
|
|
559
|
+
static powerAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
560
|
+
static powerAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
561
|
+
static powerAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
562
|
+
static preDecrementAssign2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
563
|
+
static preDecrementAssign2(expression: Expression): UnaryExpression;
|
|
564
|
+
static preIncrementAssign2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
565
|
+
static preIncrementAssign2(expression: Expression): UnaryExpression;
|
|
566
|
+
static property7(expression: Expression, propertyAccessor: MethodInfo): MemberExpression;
|
|
567
|
+
static property7(instance: Expression, indexer: PropertyInfo, arguments: IEnumerable_1<Expression>): IndexExpression;
|
|
568
|
+
static property7(instance: Expression, indexer: PropertyInfo, arguments: Expression[]): IndexExpression;
|
|
569
|
+
static property7(expression: Expression, property: PropertyInfo): MemberExpression;
|
|
570
|
+
static property7(instance: Expression, propertyName: string, arguments: Expression[]): IndexExpression;
|
|
571
|
+
static property7(expression: Expression, propertyName: string): MemberExpression;
|
|
572
|
+
static property7(expression: Expression, type_: Type, propertyName: string): MemberExpression;
|
|
573
|
+
static propertyOrField(expression: Expression, propertyOrFieldName: string): MemberExpression;
|
|
574
|
+
static quote(expression: Expression): UnaryExpression;
|
|
575
|
+
static referenceEqual(left: Expression, right: Expression): BinaryExpression;
|
|
576
|
+
static referenceNotEqual(left: Expression, right: Expression): BinaryExpression;
|
|
577
|
+
static rethrow(): UnaryExpression;
|
|
578
|
+
static rethrow(type_: Type): UnaryExpression;
|
|
579
|
+
static return_4(target: LabelTarget, value: Expression, type_: Type): GotoExpression;
|
|
580
|
+
static return_4(target: LabelTarget, value: Expression): GotoExpression;
|
|
581
|
+
static return_4(target: LabelTarget, type_: Type): GotoExpression;
|
|
582
|
+
static return_4(target: LabelTarget): GotoExpression;
|
|
583
|
+
static rightShift2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
584
|
+
static rightShift2(left: Expression, right: Expression): BinaryExpression;
|
|
585
|
+
static rightShiftAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
586
|
+
static rightShiftAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
587
|
+
static rightShiftAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
588
|
+
static runtimeVariables2(variables: IEnumerable_1<ParameterExpression>): RuntimeVariablesExpression;
|
|
589
|
+
static runtimeVariables2(variables: ParameterExpression[]): RuntimeVariablesExpression;
|
|
590
|
+
static subtract2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
591
|
+
static subtract2(left: Expression, right: Expression): BinaryExpression;
|
|
592
|
+
static subtractAssign3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
593
|
+
static subtractAssign3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
594
|
+
static subtractAssign3(left: Expression, right: Expression): BinaryExpression;
|
|
595
|
+
static subtractAssignChecked3(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
|
|
596
|
+
static subtractAssignChecked3(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
597
|
+
static subtractAssignChecked3(left: Expression, right: Expression): BinaryExpression;
|
|
598
|
+
static subtractChecked2(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
|
|
599
|
+
static subtractChecked2(left: Expression, right: Expression): BinaryExpression;
|
|
600
|
+
static switch_2(switchValue: Expression, defaultBody: Expression, cases: SwitchCase[]): SwitchExpression;
|
|
601
|
+
static switch_2(switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: IEnumerable_1<SwitchCase>): SwitchExpression;
|
|
602
|
+
static switch_2(switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: SwitchCase[]): SwitchExpression;
|
|
603
|
+
static switch_2(switchValue: Expression, cases: SwitchCase[]): SwitchExpression;
|
|
604
|
+
static switch_2(type_: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: IEnumerable_1<SwitchCase>): SwitchExpression;
|
|
605
|
+
static switch_2(type_: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: SwitchCase[]): SwitchExpression;
|
|
606
|
+
static switchCase2(body: Expression, testValues: IEnumerable_1<Expression>): SwitchCase;
|
|
607
|
+
static switchCase2(body: Expression, testValues: Expression[]): SwitchCase;
|
|
608
|
+
static symbolDocument4(fileName: string, language: Guid, languageVendor: Guid, documentType: Guid): SymbolDocumentInfo;
|
|
609
|
+
static symbolDocument4(fileName: string, language: Guid, languageVendor: Guid): SymbolDocumentInfo;
|
|
610
|
+
static symbolDocument4(fileName: string, language: Guid): SymbolDocumentInfo;
|
|
611
|
+
static symbolDocument4(fileName: string): SymbolDocumentInfo;
|
|
612
|
+
static throw_2(value: Expression, type_: Type): UnaryExpression;
|
|
613
|
+
static throw_2(value: Expression): UnaryExpression;
|
|
614
|
+
static tryCatch(body: Expression, handlers: CatchBlock[]): TryExpression;
|
|
615
|
+
static tryCatchFinally(body: Expression, finally_: Expression, handlers: CatchBlock[]): TryExpression;
|
|
616
|
+
static tryFault(body: Expression, fault: Expression): TryExpression;
|
|
617
|
+
static tryFinally(body: Expression, finally_: Expression): TryExpression;
|
|
618
|
+
static tryGetActionType(typeArgs: Type[], actionType: { value: ref<Type> }): boolean;
|
|
619
|
+
static tryGetFuncType(typeArgs: Type[], funcType: { value: ref<Type> }): boolean;
|
|
620
|
+
static typeAs(expression: Expression, type_: Type): UnaryExpression;
|
|
621
|
+
static typeEqual(expression: Expression, type_: Type): TypeBinaryExpression;
|
|
622
|
+
static typeIs(expression: Expression, type_: Type): TypeBinaryExpression;
|
|
623
|
+
static unaryPlus2(expression: Expression, method: MethodInfo): UnaryExpression;
|
|
624
|
+
static unaryPlus2(expression: Expression): UnaryExpression;
|
|
625
|
+
static unbox(expression: Expression, type_: Type): UnaryExpression;
|
|
626
|
+
static variable2(type_: Type, name: string): ParameterExpression;
|
|
627
|
+
static variable2(type_: Type): ParameterExpression;
|
|
622
628
|
}
|
|
623
629
|
|
|
624
630
|
|
|
@@ -642,7 +648,7 @@ export abstract class ExpressionVisitor$instance {
|
|
|
642
648
|
visit(nodes: ReadOnlyCollection_1<Expression>): ReadOnlyCollection_1<Expression>;
|
|
643
649
|
visitAndConvert<T extends Expression>(node: T, callerName: string): T;
|
|
644
650
|
visitAndConvert<T extends Expression>(nodes: ReadOnlyCollection_1<T>, callerName: string): ReadOnlyCollection_1<T>;
|
|
645
|
-
static
|
|
651
|
+
static visit<T>(nodes: ReadOnlyCollection_1<T>, elementVisitor: Func_2<T, T>): ReadOnlyCollection_1<T>;
|
|
646
652
|
}
|
|
647
653
|
|
|
648
654
|
|
|
@@ -673,9 +679,11 @@ export class IndexExpression$instance extends Expression$instance {
|
|
|
673
679
|
|
|
674
680
|
|
|
675
681
|
export interface __IndexExpression$views {
|
|
676
|
-
|
|
682
|
+
As_IArgumentProvider(): IArgumentProvider$instance;
|
|
677
683
|
}
|
|
678
684
|
|
|
685
|
+
export interface IndexExpression$instance extends IArgumentProvider$instance {}
|
|
686
|
+
|
|
679
687
|
export type IndexExpression = IndexExpression$instance & __IndexExpression$views;
|
|
680
688
|
|
|
681
689
|
|
|
@@ -691,9 +699,11 @@ export class InvocationExpression$instance extends Expression$instance {
|
|
|
691
699
|
|
|
692
700
|
|
|
693
701
|
export interface __InvocationExpression$views {
|
|
694
|
-
|
|
702
|
+
As_IArgumentProvider(): IArgumentProvider$instance;
|
|
695
703
|
}
|
|
696
704
|
|
|
705
|
+
export interface InvocationExpression$instance extends IArgumentProvider$instance {}
|
|
706
|
+
|
|
697
707
|
export type InvocationExpression = InvocationExpression$instance & __InvocationExpression$views;
|
|
698
708
|
|
|
699
709
|
|
|
@@ -728,8 +738,8 @@ export abstract class LambdaExpression$instance extends Expression$instance {
|
|
|
728
738
|
compile(): Function;
|
|
729
739
|
compile(preferInterpretation: boolean): Function;
|
|
730
740
|
compile(debugInfoGenerator: DebugInfoGenerator): Function;
|
|
731
|
-
static readonly
|
|
732
|
-
static readonly
|
|
741
|
+
static readonly canCompileToIL: boolean;
|
|
742
|
+
static readonly canInterpret: boolean;
|
|
733
743
|
}
|
|
734
744
|
|
|
735
745
|
|
|
@@ -829,9 +839,11 @@ export class MethodCallExpression$instance extends Expression$instance {
|
|
|
829
839
|
|
|
830
840
|
|
|
831
841
|
export interface __MethodCallExpression$views {
|
|
832
|
-
|
|
842
|
+
As_IArgumentProvider(): IArgumentProvider$instance;
|
|
833
843
|
}
|
|
834
844
|
|
|
845
|
+
export interface MethodCallExpression$instance extends IArgumentProvider$instance {}
|
|
846
|
+
|
|
835
847
|
export type MethodCallExpression = MethodCallExpression$instance & __MethodCallExpression$views;
|
|
836
848
|
|
|
837
849
|
|
|
@@ -857,9 +869,11 @@ export class NewExpression$instance extends Expression$instance {
|
|
|
857
869
|
|
|
858
870
|
|
|
859
871
|
export interface __NewExpression$views {
|
|
860
|
-
|
|
872
|
+
As_IArgumentProvider(): IArgumentProvider$instance;
|
|
861
873
|
}
|
|
862
874
|
|
|
875
|
+
export interface NewExpression$instance extends IArgumentProvider$instance {}
|
|
876
|
+
|
|
863
877
|
export type NewExpression = NewExpression$instance & __NewExpression$views;
|
|
864
878
|
|
|
865
879
|
|