2 references to TryInvokeAsync
Microsoft.CodeAnalysis.Features (1)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
400
await connection.
TryInvokeAsync
(
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteHostClient.cs (1)
216
return await connection.
TryInvokeAsync
(project, invocation, cancellationToken).ConfigureAwait(false);