1 write to _fileChangesToProcess
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
162
_fileChangesToProcess
= new AsyncBatchingWorkQueue<string>(
2 references to _fileChangesToProcess
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
1047
_fileChangesToProcess
.AddWork(e.FilePath);
1224
_fileChangesToProcess
.Dispose();