1 write to Workspace
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.AbstractAddRemoveUndoUnit.cs (1)
22
Workspace
= workspace;
15 references to Workspace
Microsoft.VisualStudio.LanguageServices (15)
ProjectSystem\VisualStudioWorkspaceImpl.AbstractAddDocumentUndoUnit.cs (2)
30
var currentSolution =
Workspace
.CurrentSolution;
36
Workspace
.TryApplyChanges(updatedProject.Solution);
ProjectSystem\VisualStudioWorkspaceImpl.AbstractRemoveDocumentUndoUnit.cs (3)
32
var currentSolution =
Workspace
.CurrentSolution;
39
Workspace
.TryApplyChanges(updatedProject.Solution);
45
var currentSolution =
Workspace
.CurrentSolution;
ProjectSystem\VisualStudioWorkspaceImpl.AddMetadataReferenceUndoUnit.cs (2)
30
var currentSolution =
Workspace
.CurrentSolution;
49
Workspace
.TryApplyChanges(updatedProject.Solution);
ProjectSystem\VisualStudioWorkspaceImpl.AddProjectReferenceUndoUnit.cs (3)
30
var currentSolution =
Workspace
.CurrentSolution;
39
Workspace
.TryApplyChanges(updatedProject.Solution);
45
var currentSolution =
Workspace
.CurrentSolution;
ProjectSystem\VisualStudioWorkspaceImpl.RemoveMetadataReferenceUndoUnit.cs (2)
31
var currentSolution =
Workspace
.CurrentSolution;
41
Workspace
.TryApplyChanges(updatedProject.Solution);
ProjectSystem\VisualStudioWorkspaceImpl.RemoveProjectReferenceUndoUnit.cs (3)
28
var currentSolution =
Workspace
.CurrentSolution;
37
Workspace
.TryApplyChanges(updatedProject.Solution);
43
var currentSolution =
Workspace
.CurrentSolution;