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