58 references to Dynamic
System.Linq.Expressions (58)
System\Dynamic\Utils\ExpressionUtils.cs (4)
102Debug.Assert(nodeKind == ExpressionType.Invoke || nodeKind == ExpressionType.Call || nodeKind == ExpressionType.Dynamic || nodeKind == ExpressionType.New); 145case ExpressionType.Dynamic: 175case ExpressionType.Dynamic: 239if (nodeKind == ExpressionType.Dynamic)
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
139case ExpressionType.Dynamic:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
119case ExpressionType.Dynamic:
System\Linq\Expressions\DynamicExpression.cs (40)
122public sealed override ExpressionType NodeType => ExpressionType.Dynamic; 235/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 257/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 279/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 302/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 326/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 351/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 373/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 392/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 410/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 429/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 449/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 470/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 828/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 846/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 873ExpressionUtils.ValidateArgumentTypes(method, ExpressionType.Dynamic, ref args, nameof(delegateType)); 886/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 900ExpressionUtils.ValidateArgumentCount(method, ExpressionType.Dynamic, 2, parameters); 902ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg0, parameters[1], nameof(delegateType), nameof(arg0)); 916/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 930ExpressionUtils.ValidateArgumentCount(method, ExpressionType.Dynamic, 3, parameters); 932ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg0, parameters[1], nameof(delegateType), nameof(arg0)); 934ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg1, parameters[2], nameof(delegateType), nameof(arg1)); 949/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 963ExpressionUtils.ValidateArgumentCount(method, ExpressionType.Dynamic, 4, parameters); 965ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg0, parameters[1], nameof(delegateType), nameof(arg0)); 967ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg1, parameters[2], nameof(delegateType), nameof(arg1)); 969ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg2, parameters[3], nameof(delegateType), nameof(arg2)); 985/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 999ExpressionUtils.ValidateArgumentCount(method, ExpressionType.Dynamic, 5, parameters); 1001ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg0, parameters[1], nameof(delegateType), nameof(arg0)); 1003ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg1, parameters[2], nameof(delegateType), nameof(arg1)); 1005ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg2, parameters[3], nameof(delegateType), nameof(arg2)); 1007ExpressionUtils.ValidateOneArgument(method, ExpressionType.Dynamic, arg3, parameters[4], nameof(delegateType), nameof(arg3)); 1028/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 1050/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 1086/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 1127/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 1173/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 1220/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the
System\Linq\Expressions\Expression.cs (12)
295/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 315/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 336/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 358/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 381/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 401/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 421/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 438/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 456/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 475/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 495/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the 512/// <see cref="ExpressionType.Dynamic">Dynamic</see> and has the