11 references to SetCurrentSolutionEx
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
30var (oldSolution, newSolution) = this.SetCurrentSolutionEx(solution);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
170=> SetCurrentSolutionEx(solution).newSolution;
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (7)
Workspaces\TestWorkspace`1.cs (7)
94SetCurrentSolutionEx(CreateSolution(SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create()).WithTelemetryId(solutionTelemetryId))); 530var (oldSolution, newSolution) = this.SetCurrentSolutionEx(solution); 539var (oldSolution, newSolution) = this.SetCurrentSolutionEx(this.CurrentSolution.AddDocument(documentInfo)); 546var (oldSolution, newSolution) = this.SetCurrentSolutionEx(this.CurrentSolution.WithAdditionalDocumentText(documentId, text)); 553var (oldSolution, newSolution) = this.SetCurrentSolutionEx(this.CurrentSolution.WithAnalyzerConfigDocumentText(documentId, text)); 560var (oldSolution, newSolution) = this.SetCurrentSolutionEx(solution); 570var (oldSolution, newSolution) = this.SetCurrentSolutionEx(solution);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
WorkspaceTests\AdhocWorkspaceTests.cs (1)
398this.SetCurrentSolutionEx(solution);
Microsoft.VisualStudio.LanguageServices (1)
DebuggerIntelliSense\DebuggerIntellisenseWorkspace.cs (1)
15SetCurrentSolutionEx(solution);