5 references to Hoisted
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\CompilerScope.cs (1)
296ReadOnlyCollection<ParameterExpression> hoistedVars = GetVariables().Where(p => Definitions[p] == VariableStorageKind.Hoisted).ToReadOnly();
System\Linq\Expressions\Compiler\VariableBinder.cs (4)
233Reference(v, VariableStorageKind.Hoisted); 251storage = VariableStorageKind.Hoisted; 258if (storage == VariableStorageKind.Hoisted) 264definition.Definitions[node] = VariableStorageKind.Hoisted;