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