1 write to Indexes
System.Core (1)
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
90Indexes = new ReadOnlyDictionary<Expression, int>(indexes);
4 references to Indexes
System.Core (4)
Microsoft\Scripting\Compiler\CompilerScope.cs (3)
186while (!locals.Indexes.ContainsKey(variable)) { 194ulong index = (parents << 32) | (uint)locals.Indexes[variable]; 260if (h.Indexes.TryGetValue(variable, out index)) {
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
172if (scope.Indexes.TryGetValue(variable, out hoistIndex)) {