5 references to GetMethodReturnValue
illink (5)
Linker.Dataflow\HandleCallAction.cs (1)
154
AddReturnValue(_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj));
Linker.Dataflow\ReflectionMethodBodyScanner.cs (2)
116
protected override MethodReturnValue GetReturnValue(MethodIL methodIL) => _annotations.
GetMethodReturnValue
(methodIL.Method, isNewObj: false);
235
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);