8 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
3029var parameterAnnotations = GetParameterAnnotations(parameter); 5734parameterAnnotations = GetParameterAnnotations(parameter); 8644return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false); 10437var parameterAnnotations = GetParameterAnnotations(parameter); 10599var parameterAnnotations = GetParameterAnnotations(parameter); 11276=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit 11460parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type), 13399GetParameterAnnotations(parameter),