15 references to SetCurrentSolutionEx
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
30var (oldSolution, newSolution) = this.SetCurrentSolutionEx(solution);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (7)
Workspaces\TestWorkspace.cs (7)
85SetCurrentSolutionEx(CreateSolution(SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create()).WithTelemetryId(solutionTelemetryId))); 766var (oldSolution, newSolution) = this.SetCurrentSolutionEx(solution); 775var (oldSolution, newSolution) = this.SetCurrentSolutionEx(this.CurrentSolution.AddDocument(documentInfo)); 782var (oldSolution, newSolution) = this.SetCurrentSolutionEx(this.CurrentSolution.WithAdditionalDocumentText(documentId, text)); 789var (oldSolution, newSolution) = this.SetCurrentSolutionEx(this.CurrentSolution.WithAnalyzerConfigDocumentText(documentId, text)); 801var (oldSolution, newSolution) = this.SetCurrentSolutionEx(solution); 816var (oldSolution, newSolution) = this.SetCurrentSolutionEx(solution);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
156=> SetCurrentSolutionEx(solution).newSolution;
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
WorkspaceTests\AdhocWorkspaceTests.cs (1)
422this.SetCurrentSolutionEx(solution);
Microsoft.VisualStudio.LanguageServices (1)
DebuggerIntelliSense\DebuggerIntellisenseWorkspace.cs (1)
17SetCurrentSolutionEx(solution);
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (4)
CodeModel\Mocks\MockVisualStudioWorkspace.vb (4)
38SetCurrentSolutionEx(testWorkspace.CurrentSolution) 50SetCurrentSolutionEx(_workspace.CurrentSolution) 55SetCurrentSolutionEx(_workspace.CurrentSolution) 60SetCurrentSolutionEx(_workspace.CurrentSolution)