14 references to IRemoteEditAndContinueService
Microsoft.CodeAnalysis.Features (14)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (8)
34
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
49
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
71
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, EmitSolutionUpdateResults.Data>(
123
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
138
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
152
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
167
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, ImmutableArray<ImmutableArray<ActiveStatementSpan>>>(
189
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
137
var connection = client.CreateConnection<
IRemoteEditAndContinueService
>(
169
var diagnosticData = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, ImmutableArray<DiagnosticData>>(
187
await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(