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)
78public IEnumerable<IUIThreadOperationScope> Scopes => _scopes; 251_scopes = _scopes.Add(scope); 263Contract.ThrowIfFalse(_scopes.Contains(scope)); 264_scopes = _scopes.Remove(scope); 278foreach (var scope in _scopes)