7 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
2988var parameterAnnotations = GetParameterAnnotations(parameter);
5261var parameterAnnotations = GetParameterAnnotations(parameter);
7973return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
9546var parameterAnnotations = GetParameterAnnotations(parameter);
10219=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
10403parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type),
12024GetParameterAnnotations(parameter),