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)
23
private readonly LinkedList<
Snapshot
> _snapshots;
34
_snapshots = new LinkedList<
Snapshot
>();
79
foreach (
var
snapshot in _snapshots)
89
foreach (
var
snapshot in _snapshots)