8 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
3116var parameterAnnotations = GetParameterAnnotations(parameter);
5830parameterAnnotations = GetParameterAnnotations(parameter);
8766return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
10557var parameterAnnotations = GetParameterAnnotations(parameter);
10729var parameterAnnotations = GetParameterAnnotations(parameter);
11422=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
11607parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type),
13600GetParameterAnnotations(parameter),