3 references to RunServiceAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
ExternalAccess\Pythia\Api\PythiaBrokeredServiceImplementation.cs (1)
26=> RemoteWorkspaceManager.Default.RunServiceAsync(client, solutionInfo.UnderlyingObject, implementation, cancellationToken);
ExternalAccess\Razor\Api\RazorBrokeredServiceImplementation.cs (1)
22=> RemoteWorkspaceManager.Default.RunServiceAsync(client, solutionInfo.UnderlyingObject, implementation, cancellationToken);
ExternalAccess\UnitTesting\Api\UnitTestingBrokeredServiceImplementation.cs (1)
28=> RemoteWorkspaceManager.Default.RunServiceAsync(client, solutionInfo.UnderlyingObject, implementation, cancellationToken);