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