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