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; 796base._currentElementProperties = TernaryTreeReadOnly.FindElementProperty(localName); 808base._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); 120if ((_currentElementProperties & ElementProperties.HEAD) != 0) 136if ((_currentElementProperties & ElementProperties.EMPTY) == 0) 159if ((_currentElementProperties & ElementProperties.EMPTY) == 0) 287if ((_currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0) 290(AttributeProperties)_currentElementProperties; 453if ((_currentElementProperties & ElementProperties.NO_ENTITIES) != 0) 482else if ((_currentElementProperties & ElementProperties.HAS_NS) != 0) 790base._elementScope.Push((byte)base._currentElementProperties); 798if (_endBlockPos == base._bufPos && (base._currentElementProperties & ElementProperties.BLOCK_WS) != 0) 834if ((_currentElementProperties & ElementProperties.HEAD) != 0) 840else if ((base._currentElementProperties & ElementProperties.BLOCK_WS) != 0) 855isBlockWs = (base._currentElementProperties & ElementProperties.BLOCK_WS) != 0;