1 override of TryInvokeAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
268
public override async ValueTask<bool>
TryInvokeAsync
(SolutionCompilationState compilationState, ProjectId projectId, Func<TService, Checksum, RemoteServiceCallbackId, CancellationToken, ValueTask> invocation, CancellationToken cancellationToken)
1 reference to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceConnection.cs (1)
132
=>
TryInvokeAsync
(project.Solution.CompilationState, project.Id, invocation, cancellationToken);