1 override of HandleReturnValue
illink (1)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
112
protected override void
HandleReturnValue
(MethodDefinition method, MethodReturnValue returnValue, Instruction operation, MultiValue valueToStore)
2 references to HandleReturnValue
illink (2)
Linker.Dataflow\MethodBodyScanner.cs (2)
660
HandleReturnValue
(thisMethod, methodReturnValue, operation, retValue);
878
HandleReturnValue
(method, methodReturnValue, operation, source);