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