3 references to GetMethodReturnValue
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
41
var annotatedMethodReturnValue = _annotations.
GetMethodReturnValue
(calledMethod, _isNewObj);
85
var annotatedMethodReturnValue = _annotations.
GetMethodReturnValue
(calledMethod, _isNewObj);
TrimAnalysis\HandleCallAction.cs (1)
104
AddReturnValue (FlowAnnotations.Instance.
GetMethodReturnValue
(calledMethod, _isNewObj));