2 references to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (2)
Remote\RemoteHostClient.cs (1)
118
return await connection.
TryInvokeAsync
(compilationState, invocation, cancellationToken).ConfigureAwait(false);
Remote\RemoteServiceConnection.cs (1)
56
=>
TryInvokeAsync
(solution.CompilationState, invocation, cancellationToken);