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)
59
fileReferenceChangeContext.FileChanged += (s, e) =>
_workQueue
.AddWork(e);
178
_workQueue
.Dispose();