5 references to GetMethodReturnValue
illink (5)
Linker.Dataflow\HandleCallAction.cs (1)
154
AddReturnValue(_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj));
Linker.Dataflow\ReflectionMethodBodyScanner.cs (2)
96
protected override MethodReturnValue GetReturnValue(MethodDefinition method) => _annotations.
GetMethodReturnValue
(method, isNewObj: false);
188
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);
94
var annotatedMethodReturnValue = _annotations.
GetMethodReturnValue
(calledMethod, _isNewObj);