4 references to NotNullableReferenceType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Constraints.cs (1)
166constraints |= TypeParameterConstraintKind.NotNullableReferenceType;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
446case TypeParameterConstraintKind.NotNullableReferenceType:
Symbols\Source\TypeParameterConstraintClause.cs (2)
53AllReferenceTypeKinds = NullableReferenceType | NotNullableReferenceType, 110case TypeParameterConstraintKind.NotNullableReferenceType: