3 references to TryInvokeAsync
Microsoft.CodeAnalysis.Features (2)
Extensions\ExtensionMessageHandlerService_RemoteOrLocal.cs (1)
56
? await client.
TryInvokeAsync
<IRemoteExtensionMessageHandlerService, TResult>(
SemanticSearch\IRemoteSemanticSearchService.cs (1)
172
var result = await client.
TryInvokeAsync
<IRemoteSemanticSearchService, CompileQueryResult>(
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
134
var isCompleted = await remoteHostClient.
TryInvokeAsync
<IRemoteAsynchronousOperationListenerService, bool>(