2 writes to _currentContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (2)
52
_currentContext
= new BackgroundWorkIndicatorContext(
66
_currentContext
= null;
4 references to _currentContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (4)
49
_currentContext
?.CancelAndDispose();
57
_currentContext
.AddScope(allowCancellation: true, description);
58
return
_currentContext
;
65
if (
_currentContext
== context)