2 references to CountTotalArguments
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CollapseMultiplePathOperations.cs (2)
169
int totalArgs =
CountTotalArguments
(invocation, methodsToCheck);
239
count +=
CountTotalArguments
(nestedInvocation, methodsToCheck);