7 references to GetParameterAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
3029var parameterAnnotations = GetParameterAnnotations(parameter); 5508parameterAnnotations = GetParameterAnnotations(parameter); 8367return (parameter, type, GetParameterAnnotations(parameter), isExpandedParamsArgument: false); 10030var parameterAnnotations = GetParameterAnnotations(parameter); 10714=> ToInwardAnnotations(GetParameterAnnotations(parameter) & ~FlowAnalysisAnnotations.NotNull), // NotNull is enforced upon method exit 10898parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitResult(variable.Type.ToTypeWithState(), variable.Type), 12807GetParameterAnnotations(parameter),