7 writes to _currentElementProperties
System.Private.Xml (7)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (7)
98
_currentElementProperties
= TernaryTreeReadOnly.FindElementProperty(localName);
107
_currentElementProperties
= ElementProperties.HAS_NS;
150
_currentElementProperties
= (ElementProperties)_elementScope.Pop();
173
_currentElementProperties
= (ElementProperties)_elementScope.Pop();
423
_currentElementProperties
= ElementProperties.DEFAULT;
796
base.
_currentElementProperties
= TernaryTreeReadOnly.FindElementProperty(localName);
808
base.
_currentElementProperties
= ElementProperties.HAS_NS | ElementProperties.BLOCK_WS;
13 references to _currentElementProperties
System.Private.Xml (13)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (13)
92
_elementScope.Push((byte)
_currentElementProperties
);
120
if ((
_currentElementProperties
& ElementProperties.HEAD) != 0)
136
if ((
_currentElementProperties
& ElementProperties.EMPTY) == 0)
159
if ((
_currentElementProperties
& ElementProperties.EMPTY) == 0)
287
if ((
_currentElementProperties
& (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0)
290
(AttributeProperties)
_currentElementProperties
;
453
if ((
_currentElementProperties
& ElementProperties.NO_ENTITIES) != 0)
482
else if ((
_currentElementProperties
& ElementProperties.HAS_NS) != 0)
790
base._elementScope.Push((byte)base.
_currentElementProperties
);
798
if (_endBlockPos == base._bufPos && (base.
_currentElementProperties
& ElementProperties.BLOCK_WS) != 0)
834
if ((
_currentElementProperties
& ElementProperties.HEAD) != 0)
840
else if ((base.
_currentElementProperties
& ElementProperties.BLOCK_WS) != 0)
855
isBlockWs = (base.
_currentElementProperties
& ElementProperties.BLOCK_WS) != 0;