3 references to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (3)
Remote\IRemoteKeepAliveService.cs (2)
37
_ = client.
TryInvokeAsync
<IRemoteKeepAliveService>(
61
_ = client.
TryInvokeAsync
<IRemoteKeepAliveService>(
Remote\RemoteHostClient.cs (1)
108
return
TryInvokeAsync
(solution.CompilationState, invocation, cancellationToken);