4 references to AllNonNullableKinds
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
676
Debug.Assert((constraint.Constraints & (TypeParameterConstraintKind.
AllNonNullableKinds
| TypeParameterConstraintKind.NotNull)) ==
677
(mergedKind & (TypeParameterConstraintKind.
AllNonNullableKinds
| TypeParameterConstraintKind.NotNull)));
702
if ((mergedKind & (TypeParameterConstraintKind.
AllNonNullableKinds
| TypeParameterConstraintKind.NotNull)) != (clause.Constraints & (TypeParameterConstraintKind.
AllNonNullableKinds
| TypeParameterConstraintKind.NotNull)))