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