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