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