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)
180
BackgroundWorkIndicatorContext
owner,
BackgroundWorkIndicator\BackgroundWorkIndicatorScope.cs (2)
21
private readonly
BackgroundWorkIndicatorContext
_owner;
32
BackgroundWorkIndicatorContext
owner,
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (2)
28
private
BackgroundWorkIndicatorContext
? _currentContext;
46
private void OnContextDisposed(
BackgroundWorkIndicatorContext
context)