2 references to ObliviousNullabilityIfReferenceType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Constraints.cs (1)
378return isForOverride || AreNullableAnnotationsEnabled(typeParameterSyntax.Identifier) ? TypeParameterConstraintClause.Empty : TypeParameterConstraintClause.ObliviousNullabilityIfReferenceType;
Symbols\Source\TypeParameterConstraintClause.cs (1)
95return ObliviousNullabilityIfReferenceType;