1 write to TimeSpan
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IRemoteDiagnosticAnalyzerService.cs (1)
41
TimeSpan
= timeSpan;
2 references to TimeSpan
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (2)
71
queue.Add(snapshot.Select(entry => (entry.AnalyzerId, entry.
TimeSpan
)), unitCount);
141
sb.Append(snapshot.
TimeSpan
.TotalMilliseconds);