2 writes to Indexes
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\HoistedLocals.cs (2)
75Indexes = new ReadOnlyDictionary<Expression, int>(indexes); 79Indexes = ReadOnlyDictionary<Expression, int>.Empty;
4 references to Indexes
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\CompilerScope.cs (3)
183while (!locals.Indexes.ContainsKey(variable)) 192ulong index = (parents << 32) | (uint)locals.Indexes[variable]; 265if (h.Indexes.TryGetValue(variable, out index))
System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs (1)
199if (scope.Indexes.TryGetValue(variable, out hoistIndex))