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