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