3 references to TimeSpan
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (3)
69
var delay = (long)perfInfo.
TimeSpan
.TotalMilliseconds;
99
queue.Add(snapshot.Select(entry => (entry.AnalyzerId, entry.
TimeSpan
)), unitCount);
169
sb.Append(snapshot.
TimeSpan
.TotalMilliseconds);