8 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
3065var parameterAnnotations = GetParameterAnnotations(parameter); 5774parameterAnnotations = GetParameterAnnotations(parameter); 8681return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false); 10472var parameterAnnotations = GetParameterAnnotations(parameter); 10638var parameterAnnotations = GetParameterAnnotations(parameter); 11326=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit 11510parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type), 13454GetParameterAnnotations(parameter),