1 write to _currentSessionDoNotAccessDirectly
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager.cs (1)
49
_currentSessionDoNotAccessDirectly
= value;
2 references to _currentSessionDoNotAccessDirectly
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
EventHookup\EventHookupSessionManager.cs (2)
42
return
_currentSessionDoNotAccessDirectly
;
48
_currentSessionDoNotAccessDirectly
?.CancelBackgroundTasks();