2 writes to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
125
_debuggingSession
= await proxy.StartDebuggingSessionAsync(
262
_debuggingSession
= null;
2 references to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
82
=>
_debuggingSession
?? throw new NoSessionException();
289
var debuggingSession =
_debuggingSession
;