5 references to GetMethodReturnValue
ILCompiler.Compiler (5)
Compiler\Dataflow\HandleCallAction.cs (1)
443
AddReturnValue(_reflectionMarker.Annotations.
GetMethodReturnValue
(calledMethod, _isNewObj));
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (2)
221
protected override MethodReturnValue GetReturnValue(MethodIL method) => _annotations.
GetMethodReturnValue
(method.OwningMethod, isNewObj: false);
344
var annotatedMethodReturnValue = reflectionMarker.Annotations.
GetMethodReturnValue
(calledMethod, isNewObj);
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
41
var annotatedMethodReturnValue = _annotations.
GetMethodReturnValue
(calledMethod, _isNewObj);
94
var annotatedMethodReturnValue = _annotations.
GetMethodReturnValue
(calledMethod, _isNewObj);