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