2 writes to _color
Microsoft.Cci.Extensions (2)
Writers\Syntax\StyleHelper.cs (2)
18_color = color; 19return new DisposeAction(() => _color = null);
3 references to _color
Microsoft.Cci.Extensions (3)
Writers\Syntax\StyleHelper.cs (3)
15if (_color != null) 31public bool HasStyle { get { return _color != null || _bgColor != null; } } 33public string Color { get { return _color; } }