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