2 references to GetImplementationCount
tlens (2)
TLens.Analyzers\InterfaceDispatchAnalyzer.cs (2)
13var entries = usage.OrderBy(l => l.Value.Count).ThenByDescending(l => GetImplementationCount(l.Key)).Take(maxCount); 21Console.WriteLine($"Interface {item.Key.FullName} is implemented {GetImplementationCount(item.Key)} times and called only at");