2 writes to _debuggingSession
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
98
_debuggingSession
= await proxy.StartDebuggingSessionAsync(
233
_debuggingSession
= null;
2 references to _debuggingSession
Microsoft.VisualStudio.LanguageServices.DevKit (2)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
59
=>
_debuggingSession
?? throw new NoSessionException();
254
var debuggingSession =
_debuggingSession
;