11 references to GetMethodReturnValue
illink (11)
Linker.Dataflow\FlowAnnotations.cs (1)
789
=>
GetMethodReturnValue
(method, isNewObj, GetReturnParameterAnnotation(method.Method));
Linker.Dataflow\HandleCallAction.cs (3)
149
AddReturnValue(_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj, annotation));
178
AddReturnValue(_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj, DynamicallyAccessedMemberTypes.PublicFields));
192
AddReturnValue(_context.Annotations.FlowAnnotations.
GetMethodReturnValue
(calledMethod, _isNewObj, annotation));
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (7)
277
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, returnMemberTypes));
311
AddReturnValue(new ArrayOfAnnotatedSystemTypeValue(_annotations.
GetMethodReturnValue
(calledMethod, isNewObj: false, returnMemberTypes)));
720
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, ImplicitNestedTypeAccessLevel));
738
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, DynamicallyAccessedMemberTypes.All));
740
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, ImplicitNestedTypeAccessLevel));
1081
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, valueWithDynamicallyAccessedMembers.DynamicallyAccessedMemberTypes));
1253
AddReturnValue(_annotations.
GetMethodReturnValue
(calledMethod, _isNewObj, propagatedMemberTypes));