4 references to GetSolutionAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
ExternalAccess\Pythia\Api\PythiaBrokeredServiceImplementation.cs (1)
23=> RemoteWorkspaceManager.Default.GetSolutionAsync(client, solutionInfo.UnderlyingObject, cancellationToken);
ExternalAccess\Razor\Api\RazorBrokeredServiceImplementation.cs (1)
23=> RemoteWorkspaceManager.Default.GetSolutionAsync(client, solutionInfo.UnderlyingObject, cancellationToken);
ExternalAccess\UnitTesting\Api\UnitTestingBrokeredServiceImplementation.cs (1)
32=> RemoteWorkspaceManager.Default.GetSolutionAsync(client, solutionInfo.UnderlyingObject, cancellationToken);
Host\RemoteWorkspace.cs (1)
87/// call through <see cref="RemoteWorkspaceManager.GetSolutionAsync"/> and who expose that statically to