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