2 references to DebuggerManagedHotReloadService
Microsoft.CodeAnalysis.LanguageServer (1)
BrokeredServices\Services\Descriptors.cs (1)
45{ BrokeredServiceDescriptors.DebuggerManagedHotReloadService.Moniker, new ServiceRegistration(ServiceAudience.Local, null, allowGuestClients: false) },
Microsoft.CodeAnalysis.Remote.Workspaces (1)
EditAndContinue\ManagedHotReloadServiceProxy.cs (1)
16BrokeredServiceProxy<IManagedHotReloadService>(serviceBroker, BrokeredServiceDescriptors.DebuggerManagedHotReloadService),