2 writes to _bgColor
Microsoft.Cci.Extensions (2)
Writers\Syntax\StyleHelper.cs (2)
27_bgColor = bgColor; 28return new DisposeAction(() => _bgColor = null);
3 references to _bgColor
Microsoft.Cci.Extensions (3)
Writers\Syntax\StyleHelper.cs (3)
24if (_bgColor != null) 31public bool HasStyle { get { return _color != null || _bgColor != null; } } 35public string BgColor { get { return _bgColor; } }