7 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
3028var parameterAnnotations = GetParameterAnnotations(parameter);
5662parameterAnnotations = GetParameterAnnotations(parameter);
8520return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
10193var parameterAnnotations = GetParameterAnnotations(parameter);
10877=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
11061parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type),
12985GetParameterAnnotations(parameter),