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