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