2 references to GetValueNullableAnnotation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ConstraintsHelper.cs (2)
1124
if (typeParameter.HasNotNullConstraint && typeArgument.
GetValueNullableAnnotation
().IsAnnotated() && !typeArgument.Type.IsNonNullableValueType())
1131
typeArgument.
GetValueNullableAnnotation
().IsAnnotated())