13 references to IRemoteEditAndContinueService
Microsoft.CodeAnalysis.Features (13)
EditAndContinue\Remote\DebuggingSessionProxy.cs (7)
32
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
47
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
69
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, EmitSolutionUpdateResults.Data>(
94
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
109
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
122
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, ImmutableArray<ImmutableArray<ActiveStatementSpan>>>(
144
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, ImmutableArray<ActiveStatementSpan>>(
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (6)
21
/// Facade used to call remote <see cref="
IRemoteEditAndContinueService
"/> methods.
27
[ExportRemoteServiceCallbackDispatcher(typeof(
IRemoteEditAndContinueService
)), Shared]
30
internal sealed class CallbackDispatcher() : RemoteServiceCallbackDispatcher,
IRemoteEditAndContinueService
.ICallback
135
var connection = client.CreateConnection<
IRemoteEditAndContinueService
>(
167
var diagnosticData = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, ImmutableArray<DiagnosticData>>(
185
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(