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