1 override of GetReturnValue
ILCompiler.Compiler (1)
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
221protected override MethodReturnValue GetReturnValue(MethodIL method) => _annotations.GetMethodReturnValue(method.OwningMethod, isNewObj: false);
1 reference to GetReturnValue
ILCompiler.Compiler (1)
Compiler\Dataflow\MethodBodyScanner.cs (1)
810var methodReturnValue = GetReturnValue(methodIL);