7 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
2846var parameterAnnotations = GetParameterAnnotations(parameter); 5114var parameterAnnotations = GetParameterAnnotations(parameter); 7812return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false); 9381var parameterAnnotations = GetParameterAnnotations(parameter); 10039=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit 10222parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type), 11843GetParameterAnnotations(parameter),