4 references to RunServiceImplAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
ExternalAccess\Pythia\Api\PythiaBrokeredServiceImplementation.cs (1)
16=> BrokeredServiceBase.RunServiceImplAsync<T>(implementation, cancellationToken);
ExternalAccess\Razor\Api\RazorBrokeredServiceImplementation.cs (1)
16=> BrokeredServiceBase.RunServiceImplAsync<T>(implementation, cancellationToken);
ExternalAccess\UnitTesting\Api\UnitTestingBrokeredServiceImplementation.cs (1)
16=> BrokeredServiceBase.RunServiceImplAsync(implementation, cancellationToken);
Services\BrokeredServiceBase.cs (1)
103return RunServiceImplAsync(implementation, cancellationToken);