5 references to Hoisted
System.Core (5)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
288
var hoistedVars = GetVariables().Where(p => Definitions[p] == VariableStorageKind.
Hoisted
).ToReadOnly();
Microsoft\Scripting\Compiler\VariableBinder.cs (4)
218
Reference(v, VariableStorageKind.
Hoisted
);
232
storage = VariableStorageKind.
Hoisted
;
238
if (storage == VariableStorageKind.
Hoisted
) {
242
definition.Definitions[node] = VariableStorageKind.
Hoisted
;