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