7 references to ApplyChangeToWorkspaceAsync
Microsoft.CodeAnalysis.LanguageServer (5)
HostWorkspace\LanguageServerProjectLoader.cs (2)
289await primordialProjectFactory.ApplyChangeToWorkspaceAsync(workspace => workspace.OnProjectRemoved(projectId), cancellationToken); 441await projectFactory.ApplyChangeToWorkspaceAsync(workspace => workspace.OnProjectRemoved(projectId));
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 =>