1 implementation of IRemoteEditAndContinueService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
19
internal sealed class RemoteEditAndContinueService : BrokeredServiceBase,
IRemoteEditAndContinueService
26 references to IRemoteEditAndContinueService
Microsoft.CodeAnalysis.Features (14)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (8)
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
>(
123
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
>(
138
var result = await client.TryInvokeAsync<
IRemoteEditAndContinueService
, ImmutableArray<ImmutableArray<ActiveStatementSpan>>>(
160
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
>(
Microsoft.CodeAnalysis.Remote.ServiceHub (10)
Services\EditAndContinue\RemoteEditAndContinueService.cs (10)
21
internal sealed class Factory : FactoryBase<
IRemoteEditAndContinueService
,
IRemoteEditAndContinueService
.ICallback>
23
protected override
IRemoteEditAndContinueService
CreateService(in ServiceConstructionArguments arguments, RemoteCallback<
IRemoteEditAndContinueService
.ICallback> callback)
29
private readonly RemoteCallback<
IRemoteEditAndContinueService
.ICallback> _callback;
32
public ManagedEditAndContinueDebuggerService(RemoteCallback<
IRemoteEditAndContinueService
.ICallback> callback, RemoteServiceCallbackId callbackId)
53
private readonly RemoteCallback<
IRemoteEditAndContinueService
.ICallback> _callback;
56
public SourceTextProvider(RemoteCallback<
IRemoteEditAndContinueService
.ICallback> callback, RemoteServiceCallbackId callbackId)
66
private readonly RemoteCallback<
IRemoteEditAndContinueService
.ICallback> _callback;
68
public RemoteEditAndContinueService(in ServiceConstructionArguments arguments, RemoteCallback<
IRemoteEditAndContinueService
.ICallback> callback)
Microsoft.CodeAnalysis.Remote.Workspaces (2)
ServiceDescriptors.cs (2)
67
(typeof(
IRemoteEditAndContinueService
), typeof(
IRemoteEditAndContinueService
.ICallback)),