9 references to IManagedHotReloadService
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\DebuggingSession.cs (2)
86
internal readonly
IManagedHotReloadService
DebuggerService;
108
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
ExternalAccess\Watch\Api\WatchHotReloadService.cs (1)
23
private sealed class DebuggerService(Func<ValueTask<ImmutableArray<string>>> capabilitiesProvider) :
IManagedHotReloadService