7 references to RuntimeVariables
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
154case ExpressionType.RuntimeVariables:
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (1)
262case ExpressionType.RuntimeVariables:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
166case ExpressionType.RuntimeVariables:
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3091case ExpressionType.RuntimeVariables: CompileRuntimeVariablesExpression(expr); break;
System\Linq\Expressions\RuntimeVariablesExpression.cs (3)
36public 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>