8 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
3060var parameterAnnotations = GetParameterAnnotations(parameter);
5758parameterAnnotations = GetParameterAnnotations(parameter);
8694return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
10485var parameterAnnotations = GetParameterAnnotations(parameter);
10657var parameterAnnotations = GetParameterAnnotations(parameter);
11343=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
11528parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type),
13512GetParameterAnnotations(parameter),