8 references to IManagedHotReloadService
Microsoft.CodeAnalysis.Features (8)
EditAndContinue\DebuggingSession.cs (2)
79internal readonly IManagedHotReloadService DebuggerService; 101IManagedHotReloadService debuggerService,
EditAndContinue\EditAndContinueService.cs (1)
137IManagedHotReloadService debuggerService,
EditAndContinue\IEditAndContinueService.cs (1)
29ValueTask<DebuggingSessionId> StartDebuggingSessionAsync(Solution solution, IManagedHotReloadService debuggerService, IPdbMatchingSourceTextProvider sourceTextProvider, ImmutableArray<DocumentId> captureMatchingDocuments, bool captureAllMatchingDocuments, bool reportDiagnostics, CancellationToken cancellationToken);
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (3)
51private sealed class DebuggingSessionCallback(IManagedHotReloadService debuggerService, IPdbMatchingSourceTextProvider sourceTextProvider) 53private readonly IManagedHotReloadService _debuggerService = debuggerService; 122IManagedHotReloadService debuggerService,
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
18private sealed class DebuggerService(ImmutableArray<string> capabilities) : IManagedHotReloadService