2 writes to _scopes
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (2)
252
_scopes
= _scopes.Add(scope);
265
_scopes
= _scopes.Remove(scope);
5 references to _scopes
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (5)
79
public IEnumerable<IUIThreadOperationScope> Scopes =>
_scopes
;
252
_scopes =
_scopes
.Add(scope);
264
Contract.ThrowIfFalse(
_scopes
.Contains(scope));
265
_scopes =
_scopes
.Remove(scope);
279
foreach (var scope in
_scopes
)