1 instantiation of Snapshot
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (1)
43_snapshots.AddLast(new Snapshot(rawData, unitCount));
4 references to Snapshot
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (4)
23private readonly LinkedList<Snapshot> _snapshots; 34_snapshots = new LinkedList<Snapshot>(); 79foreach (var snapshot in _snapshots) 89foreach (var snapshot in _snapshots)