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