3 references to PartialMismatch
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
523
bool report = (GetTypeParameterConstraintKind(i) & TypeParameterConstraintKind.
PartialMismatch
) != 0;
708
mergedKind |= TypeParameterConstraintKind.
PartialMismatch
;
726
mergedKind |= TypeParameterConstraintKind.
PartialMismatch
;