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)
22
private readonly LinkedList<
Snapshot
> _snapshots;
33
_snapshots = new LinkedList<
Snapshot
>();
78
foreach (
var
snapshot in _snapshots)
88
foreach (
var
snapshot in _snapshots)