2 references to GetTypeParameterConstraintKind
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
514bool report = (GetTypeParameterConstraintKind(i) & TypeParameterConstraintKind.PartialMismatch) != 0;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
601return _owner.GetTypeParameterConstraintKind(this.Ordinal);