2 writes to _currentContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (2)
54
_currentContext
= new BackgroundWorkIndicatorContext(
68
_currentContext
= null;
4 references to _currentContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (4)
51
_currentContext
?.CancelAndDispose();
59
_currentContext
.AddScope(allowCancellation: true, description);
60
return
_currentContext
;
67
if (
_currentContext
== context)