1 write to LocalIndex
ILCompiler.Compiler (1)
Compiler\Dataflow\LocalVariableReferenceValue.cs (1)
18
LocalIndex
= localIndex;
3 references to LocalIndex
ILCompiler.Compiler (3)
Compiler\Dataflow\MethodBodyScanner.cs (3)
214
string displayName = $"local variable V_{localReference.
LocalIndex
}";
1037
StoreMethodLocalValue(locals, source, localReference.
LocalIndex
, curBasicBlock);
1216
var valueBasicBlockPair = locals[localVariableReferenceValue.
LocalIndex
];