8 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
3074var parameterAnnotations = GetParameterAnnotations(parameter);
5772parameterAnnotations = GetParameterAnnotations(parameter);
8708return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
10499var parameterAnnotations = GetParameterAnnotations(parameter);
10667var parameterAnnotations = GetParameterAnnotations(parameter);
11353=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
11538parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type),
13522GetParameterAnnotations(parameter),