2 writes to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
127_debuggingSession = await proxy.StartDebuggingSessionAsync( 314_debuggingSession = null;
2 references to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
84=> _debuggingSession ?? throw new NoSessionException(); 341var debuggingSession = _debuggingSession;