7 references to ApplyChangeToWorkspace
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (5)
135_project._projectSystemProjectFactory.ApplyChangeToWorkspace(w => _documentAddAction(w, documentInfo)); 193_project._projectSystemProjectFactory.ApplyChangeToWorkspace(w => 241_project._projectSystemProjectFactory.ApplyChangeToWorkspace(w => _documentAddAction(w, documentInfo)); 306_project._projectSystemProjectFactory.ApplyChangeToWorkspace(w => _documentRemoveAction(w, documentId)); 358_project._projectSystemProjectFactory.ApplyChangeToWorkspace(w =>
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
1399_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