6 references to ApplyChangeToWorkspace
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (4)
123
_project._projectSystemProjectFactory.
ApplyChangeToWorkspace
(w => _documentAddAction(w, documentInfo));
229
_project._projectSystemProjectFactory.
ApplyChangeToWorkspace
(w => _documentAddAction(w, documentInfo));
294
_project._projectSystemProjectFactory.
ApplyChangeToWorkspace
(w => _documentRemoveAction(w, documentId));
346
_project._projectSystemProjectFactory.
ApplyChangeToWorkspace
(w =>
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
1371
_projectSystemProjectFactory.
ApplyChangeToWorkspace
(w =>
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
304
/// <remarks>This is needed to synchronize with <see cref="
ApplyChangeToWorkspace
(Action{Workspace})" /> to avoid any races. This