5 references to ApplyChangeToWorkspace
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (4)
118
_project._projectSystemProjectFactory.
ApplyChangeToWorkspace
(w => _documentAddAction(w, documentInfo));
176
_project._projectSystemProjectFactory.
ApplyChangeToWorkspace
(w =>
227
_project._projectSystemProjectFactory.
ApplyChangeToWorkspace
(w => _documentRemoveAction(w, documentId));
279
_project._projectSystemProjectFactory.
ApplyChangeToWorkspace
(w =>
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
316
/// <remarks>This is needed to synchronize with <see cref="
ApplyChangeToWorkspace
(Action{Workspace})" /> to avoid any races. This