5 references to GetMethodReturnValue
illink (5)
Linker.Dataflow\HandleCallAction.cs (1)
140
AddReturnValue (_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj));
Linker.Dataflow\ReflectionMethodBodyScanner.cs (2)
96
protected override MethodReturnValue GetReturnValue (MethodDefinition method) => _annotations.
GetMethodReturnValue
(method, isNewObj: false);
181
var annotatedMethodReturnValue = context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethodProxy.Value, isNewObj);
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
41
var annotatedMethodReturnValue = _annotations.
GetMethodReturnValue
(calledMethod, _isNewObj);
85
var annotatedMethodReturnValue = _annotations.
GetMethodReturnValue
(calledMethod, _isNewObj);