1 write to AllocatedBytesPerEdit
AnalyzerRunner (1)
DiagnosticAnalyzerRunner.cs (1)
484AllocatedBytesPerEdit = allocatedBytesPerEdit;
2 references to AllocatedBytesPerEdit
AnalyzerRunner (2)
DiagnosticAnalyzerRunner.cs (2)
122Console.WriteLine($"{document.FilePath ?? document.Name}: {currentDocumentPerformance.EditsPerSecond:0.00} ({currentDocumentPerformance.AllocatedBytesPerEdit} bytes)"); 142Console.WriteLine($" {document.FilePath ?? document.Name}: {pair.Value.EditsPerSecond:0.00} ({pair.Value.AllocatedBytesPerEdit} bytes)");