7 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
2768var parameterAnnotations = GetParameterAnnotations(parameter);
4671var parameterAnnotations = GetParameterAnnotations(parameter);
7011return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
8487var parameterAnnotations = GetParameterAnnotations(parameter);
9154=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
9338parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitArgumentResult(new VisitResult(variable.Type.ToTypeWithState(), variable.Type), stateForLambda: default),
10927GetParameterAnnotations(parameter),