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