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)
79public IEnumerable<IUIThreadOperationScope> Scopes => _scopes; 252_scopes = _scopes.Add(scope); 264Contract.ThrowIfFalse(_scopes.Contains(scope)); 265_scopes = _scopes.Remove(scope); 279foreach (var scope in _scopes)