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