1 override of TryInvokeAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
197public override async ValueTask<bool> TryInvokeAsync(SolutionCompilationState compilationState, ProjectId projectId, Func<TService, Checksum, CancellationToken, ValueTask> invocation, CancellationToken cancellationToken)
2 references to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (2)
Remote\RemoteHostClient.cs (1)
125: await connection.TryInvokeAsync(compilationState, projectId, invocation, cancellationToken).ConfigureAwait(false);
Remote\RemoteServiceConnection.cs (1)
82=> TryInvokeAsync(project.Solution.CompilationState, project.Id, invocation, cancellationToken);