10 references to GetMethodReturnValue
illink (10)
Linker.Dataflow\FlowAnnotations.cs (1)
718
=>
GetMethodReturnValue
(method, isNewObj, GetReturnParameterAnnotation (method.Method));
Linker.Dataflow\HandleCallAction.cs (3)
137
AddReturnValue (_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj, annotation));
160
AddReturnValue (_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj, DynamicallyAccessedMemberTypes.PublicFields));
172
AddReturnValue (_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj, annotation));
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (6)
246
AddReturnValue (_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, returnMemberTypes));
558
AddReturnValue (_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, DynamicallyAccessedMemberTypes.None));
572
AddReturnValue (_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, DynamicallyAccessedMemberTypes.All));
574
AddReturnValue (_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, DynamicallyAccessedMemberTypes.None));
846
AddReturnValue (_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, valueWithDynamicallyAccessedMembers.DynamicallyAccessedMemberTypes));
994
AddReturnValue (_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, propagatedMemberTypes));