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