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