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(); 248var debuggingSession = _debuggingSession;