2 references to GetEstimatedSize
tlens (2)
TLens.Analyzers\TypeInstatiationAnalyzer.cs (2)
64
var entries = types.OrderBy(l => l.Value.Count).ThenByDescending(l => l.Key.
GetEstimatedSize
()).Take(maxCount);
72
Console.WriteLine($"Type '{entry.Key.FullName}' [size: {entry.Key.
GetEstimatedSize
()}] is instantiated only at");