2 writes to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
92
_debuggingSession
= await proxy.StartDebuggingSessionAsync(
227
_debuggingSession
= null;
2 references to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
53
=>
_debuggingSession
?? throw new NoSessionException();
248
var debuggingSession =
_debuggingSession
;