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); 58return _currentContext; 65if (_currentContext == context)