10 references to IRemoteEditAndContinueService
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (7)
33
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
48
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
69
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, EmitSolutionUpdateResults.Data>(
116
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
131
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
144
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, ImmutableArray<ImmutableArray<ActiveStatementSpan>>>(
166
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, ImmutableArray<ActiveStatementSpan>>(
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (3)
21
/// Facade used to call remote <see cref="
IRemoteEditAndContinueService
"/> methods.
27
[ExportRemoteServiceCallbackDispatcher(typeof(
IRemoteEditAndContinueService
)), Shared]
30
internal sealed class CallbackDispatcher() : RemoteServiceCallbackDispatcher,
IRemoteEditAndContinueService
.ICallback