7 references to RuntimeVariables
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
154
case ExpressionType.
RuntimeVariables
:
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (1)
262
case ExpressionType.
RuntimeVariables
:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
166
case ExpressionType.
RuntimeVariables
:
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3091
case ExpressionType.
RuntimeVariables
: CompileRuntimeVariablesExpression(expr); break;
System\Linq\Expressions\RuntimeVariablesExpression.cs (3)
36
public sealed override ExpressionType NodeType => ExpressionType.
RuntimeVariables
;
78
/// <returns>An instance of <see cref="RuntimeVariablesExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
RuntimeVariables
"/> and the <see cref="RuntimeVariablesExpression.Variables"/> property set to the specified value.</returns>
88
/// <returns>An instance of <see cref="RuntimeVariablesExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
RuntimeVariables
"/> and the <see cref="RuntimeVariablesExpression.Variables"/> property set to the specified value.</returns>