2 references to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (2)
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);