7 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
2907var parameterAnnotations = GetParameterAnnotations(parameter);
5175var parameterAnnotations = GetParameterAnnotations(parameter);
7873return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false);
9442var parameterAnnotations = GetParameterAnnotations(parameter);
10100=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit
10283parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type),
11904GetParameterAnnotations(parameter),