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