2 overrides of IsGenericTypeParam
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
1171protected override bool IsGenericTypeParam(TypeSymbol type, int paramPosition)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\WellKnownMembers.vb (1)
663Protected Overrides Function IsGenericTypeParam(type As TypeSymbol, paramPosition As Integer) As Boolean
1 reference to IsGenericTypeParam
Microsoft.CodeAnalysis (1)
SignatureComparer.cs (1)
203return IsGenericTypeParam(type, paramPosition);