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