11 references to TryInvokeAsync
Microsoft.CodeAnalysis.Features (8)
AddImport\AbstractAddImportFeatureService.cs (2)
65
var result = await client.
TryInvokeAsync
<IRemoteMissingImportDiscoveryService, ImmutableArray<AddImportFixData>>(
516
var result = await client.
TryInvokeAsync
<IRemoteMissingImportDiscoveryService, ImmutableArray<AddImportFixData>>(
ConvertTupleToStruct\AbstractConvertTupleToStructCodeRefactoringProvider.cs (1)
218
var result = await client.
TryInvokeAsync
<IRemoteConvertTupleToStructCodeRefactoringService, SerializableConvertTupleToStructResult>(
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (3)
125
var result = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, EmitSolutionUpdateResults.Data>(
218
var result = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, LinePositionSpan?>(
273
var result = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, ImmutableArray<ActiveStatementSpan>>(
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
194
var diagnosticData = await client.
TryInvokeAsync
<IRemoteEditAndContinueService, ImmutableArray<DiagnosticData>>(
EncapsulateField\AbstractEncapsulateFieldService.cs (1)
118
var result = await client.
TryInvokeAsync
<IRemoteEncapsulateFieldService, ImmutableArray<(DocumentId, ImmutableArray<TextChange>)>>(
Microsoft.CodeAnalysis.Workspaces (3)
Rename\ConflictEngine\ConflictResolver.cs (1)
70
var result = await client.
TryInvokeAsync
<IRemoteRenamerService, SerializableConflictResolution?>(
Rename\LightweightRenameLocations.cs (1)
92
var result = await client.
TryInvokeAsync
<IRemoteRenamerService, SerializableRenameLocations?>(
Rename\Renamer.cs (1)
176
var result = await client.
TryInvokeAsync
<IRemoteRenamerService, SerializableConflictResolution?>(