2 writes to _currentContext
Microsoft.CodeAnalysis.EditorFeatures (2)
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (2)
51
_currentContext
= new BackgroundWorkIndicatorContext(this, textView, applicableToSpan, description, cancelOnEdit, cancelOnFocusLost);
61
_currentContext
= null;
3 references to _currentContext
Microsoft.CodeAnalysis.EditorFeatures (3)
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (3)
49
_currentContext
?.CancelAndDispose();
52
return
_currentContext
;
60
if (
_currentContext
== context)