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