2 references to TryInvokeAsync
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteHostClient.cs (1)
173
return await connection.
TryInvokeAsync
(project, invocation, cancellationToken).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (1)
161
var result = await connection.
TryInvokeAsync
<bool>(