10 references to ApplyChangeToWorkspaceAsync
Microsoft.CodeAnalysis.LanguageServer (8)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (2)
104await _workspaceFactory.MiscellaneousFilesWorkspaceProjectFactory.ApplyChangeToWorkspaceAsync(workspace => 239await canonicalProjectState.PrimordialProjectFactory.ApplyChangeToWorkspaceAsync(workspace =>
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
266await projectState.PrimordialProjectFactory.ApplyChangeToWorkspaceAsync(
HostWorkspace\LanguageServerProjectLoader.cs (2)
527await projectFactory.ApplyChangeToWorkspaceAsync(workspace => workspace.OnProjectRemoved(projectId)); 541await miscFactory.ApplyChangeToWorkspaceAsync(workspace => workspace.OnProjectRemoved(forkedProjectId));
HostWorkspace\LanguageServerWorkspace.cs (3)
69return this.ProjectSystemProjectFactory.ApplyChangeToWorkspaceAsync( 86return this.ProjectSystemProjectFactory.ApplyChangeToWorkspaceAsync( 103return this.ProjectSystemProjectFactory.ApplyChangeToWorkspaceAsync(
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
497await _project._projectSystemProjectFactory.ApplyChangeToWorkspaceAsync(w =>
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
138await ApplyChangeToWorkspaceAsync(w =>