2 references to GetTypeParameterCount
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (2)
838var containingTypeParameterCount = GetTypeParameterCount(typeSymbol.ContainingType); 861return typeSymbol.TypeParameters.Length + GetTypeParameterCount(typeSymbol.ContainingType);