2 writes to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
127_debuggingSession = await proxy.StartDebuggingSessionAsync( 276_debuggingSession = null;
3 references to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\EditAndContinueLanguageService.cs (3)
89var debuggingSession = _debuggingSession; 141_disabled = _debuggingSession == null; 303var debuggingSession = _debuggingSession;