6 references to TryInvokeAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
87
var shouldReport = await client.
TryInvokeAsync
<IRemoteLegacySolutionEventsAggregationService, bool>(
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (3)
52
var documentsToReanalyzeOpt = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, ImmutableArray<DocumentId>>(
77
var documentsToReanalyzeOpt = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, ImmutableArray<DocumentId>>(
185
var documentsToReanalyzeOpt = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, ImmutableArray<DocumentId>>(
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceHubRemoteHostClient.cs (1)
84
var remoteProcessId = await client.
TryInvokeAsync
<IRemoteProcessTelemetryService, int>(
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
134
var isCompleted = await remoteHostClient.
TryInvokeAsync
<IRemoteAsynchronousOperationListenerService, bool>(