6 references to TryInvokeAsync
Microsoft.CodeAnalysis.Features (6)
AddImport\AbstractAddImportFeatureService.cs (2)
72
var result = await client.
TryInvokeAsync
<IRemoteMissingImportDiscoveryService, ImmutableArray<AddImportFixData>>(
545
var result = await client.
TryInvokeAsync
<IRemoteMissingImportDiscoveryService, ImmutableArray<AddImportFixData>>(
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (2)
69
var result = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, EmitSolutionUpdateResults.Data>(
160
var result = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, ImmutableArray<ActiveStatementSpan>>(
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
169
var diagnosticData = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, ImmutableArray<DiagnosticData>>(
SemanticSearch\IRemoteSemanticSearchService.cs (1)
149
var result = await client.
TryInvokeAsync
<IRemoteSemanticSearchService, ExecuteQueryResult>(