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