3 references to types
tlens (3)
TLens.Analyzers\TypeInstatiationAnalyzer.cs (3)
50
if (!
types
.TryGetValue(type, out var existing))
53
types
.Add(type, existing);
64
var entries =
types
.OrderBy(l => l.Value.Count).ThenByDescending(l => l.Key.GetEstimatedSize()).Take(maxCount);