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