5 references to TryApplyChanges
Microsoft.CodeAnalysis.Workspaces (5)
CodeActions\Operations\ApplyChangesOperation.cs (3)
41
=> workspace.
TryApplyChanges
(ChangedSolution, CodeAnalysisProgress.None);
58
var result = workspace.
TryApplyChanges
(changedSolution, progressTracker);
160
return workspace.
TryApplyChanges
(forkedSolution, progressTracker);
Workspace\Workspace.cs (2)
60
/// when they are applied to workspace via <see cref="
TryApplyChanges
(Solution, IProgress{CodeAnalysisProgress})"/>.
1554
=>
TryApplyChanges
(newSolution, CodeAnalysisProgress.None);