1 override of IsGenericTypeParam
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
1201protected override bool IsGenericTypeParam(TypeSymbol type, int paramPosition)
1 reference to IsGenericTypeParam
Microsoft.CodeAnalysis (1)
SignatureComparer.cs (1)
203return IsGenericTypeParam(type, paramPosition);