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