1 write to _debuggerService
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
59
_debuggerService
= debuggerService;
1 reference to _debuggerService
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
129
new ManagedHotReloadServiceImpl(
_debuggerService
.Value),