1 instantiation of BackgroundWorkIndicatorContext
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (1)
42_currentContext = new BackgroundWorkIndicatorContext(this, textView, applicableToSpan, description, cancelOnEdit, cancelOnFocusLost);
5 references to BackgroundWorkIndicatorContext
Microsoft.CodeAnalysis.EditorFeatures (5)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
180BackgroundWorkIndicatorContext owner,
BackgroundWorkIndicator\BackgroundWorkIndicatorScope.cs (2)
21private readonly BackgroundWorkIndicatorContext _owner; 32BackgroundWorkIndicatorContext owner,
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (2)
28private BackgroundWorkIndicatorContext? _currentContext; 46private void OnContextDisposed(BackgroundWorkIndicatorContext context)