1 write to ReturnParameterAnnotation
illink (1)
Linker.Dataflow\FlowAnnotations.cs (1)
795
=> (Method, ParameterAnnotations,
ReturnParameterAnnotation
, GenericParameterAnnotations) =
6 references to ReturnParameterAnnotation
illink (6)
Linker.Dataflow\FlowAnnotations.cs (6)
36
&& (methodAnnotations.
ReturnParameterAnnotation
!= DynamicallyAccessedMemberTypes.None || methodAnnotations.ParameterAnnotations != null);
82
return annotation.
ReturnParameterAnnotation
;
133
if (annotation.ParameterAnnotations == null && annotation.
ReturnParameterAnnotation
== DynamicallyAccessedMemberTypes.None)
423
if (getterAnnotation?.
ReturnParameterAnnotation
is not (null or DynamicallyAccessedMemberTypes.None))
588
if (methodAnnotations.
ReturnParameterAnnotation
!= baseMethodAnnotations.
ReturnParameterAnnotation
)