1 override of TryInvokeAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
213public override async ValueTask<Optional<TResult>> TryInvokeAsync<TResult>(SolutionCompilationState compilationState, ProjectId projectId, Func<TService, Checksum, CancellationToken, ValueTask<TResult>> invocation, CancellationToken cancellationToken)
4 references to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (4)
Remote\RemoteHostClient.cs (1)
157return await connection.TryInvokeAsync(compilationState, projectId, invocation, cancellationToken).ConfigureAwait(false);
Remote\RemoteServiceConnection.cs (1)
88=> TryInvokeAsync(project.Solution.CompilationState, project.Id, invocation, cancellationToken);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (2)
101var infosOpt = await connection.TryInvokeAsync( 167var generatedSourcesOpt = await connection.TryInvokeAsync(