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