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