2 writes to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
126_debuggingSession = await proxy.StartDebuggingSessionAsync( 313_debuggingSession = null;
2 references to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
83=> _debuggingSession ?? throw new NoSessionException(); 340var debuggingSession = _debuggingSession;