46 references to Dynamic
System.Core (46)
Microsoft\Scripting\Ast\DynamicExpression.cs (40)
106
get { return ExpressionType.
Dynamic
; }
190
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
210
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
230
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
251
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
273
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
296
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
316
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
333
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
350
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
368
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
387
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
407
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
681
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
698
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
711
ValidateArgumentTypes(method, ExpressionType.
Dynamic
, ref args);
724
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
737
ValidateArgumentCount(method, ExpressionType.
Dynamic
, 2, parameters);
739
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg0, parameters[1]);
753
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
766
ValidateArgumentCount(method, ExpressionType.
Dynamic
, 3, parameters);
768
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg0, parameters[1]);
770
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg1, parameters[2]);
785
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
798
ValidateArgumentCount(method, ExpressionType.
Dynamic
, 4, parameters);
800
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg0, parameters[1]);
802
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg1, parameters[2]);
804
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg2, parameters[3]);
820
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
833
ValidateArgumentCount(method, ExpressionType.
Dynamic
, 5, parameters);
835
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg0, parameters[1]);
837
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg1, parameters[2]);
839
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg2, parameters[3]);
841
ValidateOneArgument(method, ExpressionType.
Dynamic
, arg3, parameters[4]);
861
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
881
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
918
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
960
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
1007
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
1055
/// <see cref="ExpressionType.
Dynamic
">Dynamic</see> and has the
Microsoft\Scripting\Ast\MethodCallExpression.cs (4)
835
Debug.Assert(nodeKind == ExpressionType.Invoke || nodeKind == ExpressionType.Call || nodeKind == ExpressionType.
Dynamic
|| nodeKind == ExpressionType.New);
865
if (nodeKind == ExpressionType.
Dynamic
) {
879
case ExpressionType.
Dynamic
:
903
case ExpressionType.
Dynamic
:
Microsoft\Scripting\Compiler\LambdaCompiler.Generated.cs (1)
202
case ExpressionType.
Dynamic
:
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
194
case ExpressionType.
Dynamic
: