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