1 write to ReturnParameterAnnotation
illink (1)
Linker.Dataflow\FlowAnnotations.cs (1)
679
=> (Method, ParameterAnnotations,
ReturnParameterAnnotation
, GenericParameterAnnotations) =
6 references to ReturnParameterAnnotation
illink (6)
Linker.Dataflow\FlowAnnotations.cs (6)
36
&& (methodAnnotations.
ReturnParameterAnnotation
!= DynamicallyAccessedMemberTypes.None || methodAnnotations.ParameterAnnotations != null);
66
return annotation.
ReturnParameterAnnotation
;
115
if (annotation.ParameterAnnotations == null && annotation.
ReturnParameterAnnotation
== DynamicallyAccessedMemberTypes.None)
377
if (getterAnnotation?.
ReturnParameterAnnotation
is not (null or DynamicallyAccessedMemberTypes.None)) {
493
if (methodAnnotations.
ReturnParameterAnnotation
!= baseMethodAnnotations.
ReturnParameterAnnotation
)