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)
89
var debuggingSession =
_debuggingSession
;
141
_disabled =
_debuggingSession
== null;
303
var debuggingSession =
_debuggingSession
;