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