7 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
3027var parameterAnnotations = GetParameterAnnotations(parameter);
5504parameterAnnotations = GetParameterAnnotations(parameter);
8363return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
10026var parameterAnnotations = GetParameterAnnotations(parameter);
10710=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
10894parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type),
12801GetParameterAnnotations(parameter),