1 instantiation of LocalVariableReferenceValue
ILCompiler.Compiler (1)
Compiler\Dataflow\MethodBodyScanner.cs (1)
931newSlot = new StackSlot(new LocalVariableReferenceValue(index, methodIL.GetLocals()[index].Type));
3 references to LocalVariableReferenceValue
ILCompiler.Compiler (3)
Compiler\Dataflow\MethodBodyScanner.cs (3)
212if (val is LocalVariableReferenceValue localReference && localReference.ReferencedType.IsByRefOrPointer()) 1036case LocalVariableReferenceValue localReference: 1215case LocalVariableReferenceValue localVariableReferenceValue: