3 references to RunWithSolutionAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteWorkspaceManager.cs (2)
115
var (solution, _) = await workspace.
RunWithSolutionAsync
(
134
var (_, result) = await workspace.
RunWithSolutionAsync
(
Services\BrokeredServiceBase.cs (1)
92
var (_, result) = await workspace.
RunWithSolutionAsync
(