1 override of HandleReturnValue
ILCompiler.Compiler (1)
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
257protected override void HandleReturnValue(MethodIL methodIL, int offset, MethodReturnValue returnValue, MultiValue valueToStore)
2 references to HandleReturnValue
ILCompiler.Compiler (2)
Compiler\Dataflow\MethodBodyScanner.cs (2)
811HandleReturnValue(methodIL, offset, methodReturnValue, retValue); 1049HandleReturnValue(methodIL, offset, methodReturnValue, source);