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