2 references to GetTypeParameterCount
Microsoft.CodeAnalysis (2)
DocumentationCommentId.cs (2)
1412
var containingTypeParameterCount =
GetTypeParameterCount
(typeSymbol.ContainingType);
1435
return typeSymbol.TypeParameters.Length +
GetTypeParameterCount
(typeSymbol.ContainingType);