4 references to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (4)
Remote\RemoteHostClient.cs (1)
157
return 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)
99
var infosOpt = await connection.
TryInvokeAsync
(
165
var generatedSourcesOpt = await connection.
TryInvokeAsync
(