4 references to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (4)
Remote\IRemoteKeepAliveService.cs (3)
111
await client.
TryInvokeAsync
<IRemoteKeepAliveService>(
151
await client.
TryInvokeAsync
<IRemoteKeepAliveService>(
207
await client.
TryInvokeAsync
<IRemoteKeepAliveService>(
Remote\RemoteHostClient.cs (1)
108
return
TryInvokeAsync
(solution.CompilationState, projectId: null, invocation, cancellationToken);