2 writes to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
98
_debuggingSession
= await proxy.StartDebuggingSessionAsync(
233
_debuggingSession
= null;
2 references to _debuggingSession
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (2)
59
=>
_debuggingSession
?? throw new NoSessionException();
254
var debuggingSession =
_debuggingSession
;