2 writes to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
121_debuggingSession = await proxy.StartDebuggingSessionAsync( 256_debuggingSession = null;
2 references to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
79=> _debuggingSession ?? throw new NoSessionException(); 283var debuggingSession = _debuggingSession;