11 references to GetMethodReturnValue
ILLink.RoslynAnalyzer (11)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (7)
299
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, returnMemberTypes));
333
AddReturnValue(new ArrayOfAnnotatedSystemTypeValue(_annotations.
GetMethodReturnValue
(calledMethod, isNewObj: false, returnMemberTypes)));
743
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, ImplicitNestedTypeAccessLevel));
761
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, DynamicallyAccessedMemberTypes.All));
763
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, ImplicitNestedTypeAccessLevel));
1105
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, valueWithDynamicallyAccessedMembers.DynamicallyAccessedMemberTypes));
1277
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, propagatedMemberTypes));
TrimAnalysis\FlowAnnotations.cs (1)
249
=>
GetMethodReturnValue
(method, isNewObj, GetMethodReturnValueAnnotation(method.Method));
TrimAnalysis\HandleCallAction.cs (3)
158
AddReturnValue(FlowAnnotations.Instance.
GetMethodReturnValue
(calledMethod, _isNewObj, annotation));
187
AddReturnValue(FlowAnnotations.Instance.
GetMethodReturnValue
(calledMethod, _isNewObj, DynamicallyAccessedMemberTypes.PublicFields));
192
AddReturnValue(FlowAnnotations.Instance.
GetMethodReturnValue
(calledMethod, _isNewObj, annotation));