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