1 override of TryInvokeAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
203public override async ValueTask<bool> TryInvokeAsync(Project project, Func<TService, Checksum, CancellationToken, ValueTask> invocation, CancellationToken cancellationToken)
1 reference to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteHostClient.cs (1)
142return await connection.TryInvokeAsync(project, invocation, cancellationToken).ConfigureAwait(false);