11 references to IRemoteEditAndContinueService
Microsoft.CodeAnalysis.Features (11)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (8)
34await client.TryInvokeAsync<IRemoteEditAndContinueService>( 49await client.TryInvokeAsync<IRemoteEditAndContinueService>( 71var result = await client.TryInvokeAsync<IRemoteEditAndContinueService, EmitSolutionUpdateResults.Data>( 122await client.TryInvokeAsync<IRemoteEditAndContinueService>( 137await client.TryInvokeAsync<IRemoteEditAndContinueService>( 151var result = await client.TryInvokeAsync<IRemoteEditAndContinueService>( 166var result = await client.TryInvokeAsync<IRemoteEditAndContinueService, ImmutableArray<ImmutableArray<ActiveStatementSpan>>>( 188var 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] 30internal sealed class CallbackDispatcher() : RemoteServiceCallbackDispatcher, IRemoteEditAndContinueService.ICallback