2 implementations of IManagedHotReloadService
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadService.cs (1)
19private sealed class DebuggerService(Func<ValueTask<ImmutableArray<string>>> capabilitiesProvider) : IManagedHotReloadService
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
18private sealed class DebuggerService(ImmutableArray<string> capabilities) : IManagedHotReloadService
7 references to IManagedHotReloadService
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\DebuggingSession.cs (2)
108internal readonly IManagedHotReloadService DebuggerService; 132IManagedHotReloadService debuggerService,
EditAndContinue\EditAndContinueService.cs (1)
153IManagedHotReloadService debuggerService,
EditAndContinue\IEditAndContinueService.cs (1)
27DebuggingSessionId StartDebuggingSession(Solution solution, IManagedHotReloadService debuggerService, IPdbMatchingSourceTextProvider sourceTextProvider, bool reportDiagnostics);
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (3)
51private sealed class DebuggingSessionCallback(IManagedHotReloadService debuggerService, IPdbMatchingSourceTextProvider sourceTextProvider) 53private readonly IManagedHotReloadService _debuggerService = debuggerService; 122IManagedHotReloadService debuggerService,