10 references to IRemoteEditAndContinueService
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (7)
33await client.TryInvokeAsync<IRemoteEditAndContinueService>( 48await client.TryInvokeAsync<IRemoteEditAndContinueService>( 69var result = await client.TryInvokeAsync<IRemoteEditAndContinueService, EmitSolutionUpdateResults.Data>( 116await client.TryInvokeAsync<IRemoteEditAndContinueService>( 131await client.TryInvokeAsync<IRemoteEditAndContinueService>( 144var result = await client.TryInvokeAsync<IRemoteEditAndContinueService, ImmutableArray<ImmutableArray<ActiveStatementSpan>>>( 166var 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