1 instantiation of BackgroundWorkIndicatorScope
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
249
var scope = new
BackgroundWorkIndicatorScope
(this, description);
4 references to BackgroundWorkIndicatorScope
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (4)
67
private ImmutableArray<
BackgroundWorkIndicatorScope
> _scopes = [];
249
var
scope = new BackgroundWorkIndicatorScope(this, description);
260
public void RemoveScope(
BackgroundWorkIndicatorScope
scope)
279
foreach (
var
scope in _scopes)