1 write to ReturnParameterAnnotation
ILCompiler.Compiler (1)
Compiler\Dataflow\FlowAnnotations.cs (1)
936=> (Method, ParameterAnnotations, ReturnParameterAnnotation, GenericParameterAnnotations) =
5 references to ReturnParameterAnnotation
ILCompiler.Compiler (5)
Compiler\Dataflow\FlowAnnotations.cs (5)
141return annotation.ReturnParameterAnnotation; 208if (annotation.ParameterAnnotations == null && annotation.ReturnParameterAnnotation == DynamicallyAccessedMemberTypes.None) 594if (getterAnnotation?.ReturnParameterAnnotation is not (null or DynamicallyAccessedMemberTypes.None)) 735if (methodAnnotations.ReturnParameterAnnotation != baseMethodAnnotations.ReturnParameterAnnotation)