1 write to _workQueue
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ReferenceFileChangeTracker.cs (1)
47_workQueue = new AsyncBatchingWorkQueue<string>(
2 references to _workQueue
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ReferenceFileChangeTracker.cs (2)
57fileReferenceChangeContext.FileChanged += (s, e) => _workQueue.AddWork(e); 176_workQueue.Dispose();