3 writes to _writeBackground
Microsoft.Cci.Extensions (3)
Writers\Syntax\HtmlSyntaxWriter.cs (3)
107
_writeBackground
= null;
149
_writeBackground
= () =>
158
_writeBackground
= null;
3 references to _writeBackground
Microsoft.Cci.Extensions (3)
Writers\Syntax\HtmlSyntaxWriter.cs (3)
104
if (
_writeBackground
!= null)
106
Action write =
_writeBackground
;
155
if (
_writeBackground
== null)