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