3 writes to _writeColor
Microsoft.Cci.Extensions (3)
Writers\Syntax\HtmlSyntaxWriter.cs (3)
100
_writeColor
= null;
125
_writeColor
= () =>
135
_writeColor
= null;
4 references to _writeColor
Microsoft.Cci.Extensions (4)
Writers\Syntax\HtmlSyntaxWriter.cs (4)
96
if (
_writeColor
!= null)
99
Action write =
_writeColor
;
121
if (
_writeColor
!= null || _hasColor)
132
if (
_writeColor
== null)