2 references to GetVariables
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
288var hoistedVars = GetVariables().Where(p => Definitions[p] == VariableStorageKind.Hoisted).ToReadOnly(); 412foreach (ParameterExpression v in GetVariables()) {