8 references to ChangeSolutionAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
811ChangeSolutionAsync(solution);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\AdditionalFileDiagnosticsTests.cs (1)
79await testLspServer.TestWorkspace.ChangeSolutionAsync(newSolution);
Diagnostics\WorkspaceProjectDiagnosticsTests.cs (1)
59await testLspServer.TestWorkspace.ChangeSolutionAsync(newSolution);
Workspaces\LspWorkspaceManagerTests.cs (1)
184await testLspServer.TestWorkspace.ChangeSolutionAsync(newSolution);
Roslyn.VisualStudio.Next.UnitTests (4)
Services\ServiceHubServicesTests.cs (4)
215await workspace.ChangeSolutionAsync(solution); 272await workspace.ChangeSolutionAsync(solution); 283await workspace.ChangeSolutionAsync(solution); 368await localWorkspace.ChangeSolutionAsync(solution);