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