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