1 instantiation of Snapshot
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (1)
42_snapshots.AddLast(new Snapshot(rawData, unitCount));
4 references to Snapshot
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (4)
22private readonly LinkedList<Snapshot> _snapshots; 33_snapshots = new LinkedList<Snapshot>(); 78foreach (var snapshot in _snapshots) 88foreach (var snapshot in _snapshots)