7 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
3003var parameterAnnotations = GetParameterAnnotations(parameter);
5336var parameterAnnotations = GetParameterAnnotations(parameter);
8119return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
9727var parameterAnnotations = GetParameterAnnotations(parameter);
10411=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
10597parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type),
12281GetParameterAnnotations(parameter),