1 override of TryInvokeAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
230public override async ValueTask<bool> TryInvokeAsync(SolutionCompilationState compilationState, Func<TService, Checksum, RemoteServiceCallbackId, CancellationToken, ValueTask> invocation, CancellationToken cancellationToken)
1 reference to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceConnection.cs (1)
106=> TryInvokeAsync(solution.CompilationState, invocation, cancellationToken);