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