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