7 writes to currentElementProperties
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (7)
135currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName); 144currentElementProperties = ElementProperties.HAS_NS; 189currentElementProperties = (ElementProperties)elementScope.Pop(); 214currentElementProperties = (ElementProperties)elementScope.Pop(); 478currentElementProperties = ElementProperties.DEFAULT; 868base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName); 880base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.BLOCK_WS;
13 references to currentElementProperties
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (13)
128elementScope.Push((byte)currentElementProperties); 157if ((currentElementProperties & ElementProperties.HEAD) != 0) 175if ((currentElementProperties & ElementProperties.EMPTY) == 0) 200if ((currentElementProperties & ElementProperties.EMPTY) == 0) 329if ((currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0) 332(AttributeProperties)currentElementProperties; 511if ((currentElementProperties & ElementProperties.NO_ENTITIES) != 0) 540else if ((currentElementProperties & ElementProperties.HAS_NS) != 0) 862base.elementScope.Push((byte)base.currentElementProperties); 870if (_endBlockPos == base.bufPos && (base.currentElementProperties & ElementProperties.BLOCK_WS) != 0) 906if ((currentElementProperties & ElementProperties.HEAD) != 0) 912else if ((base.currentElementProperties & ElementProperties.BLOCK_WS) != 0) 927isBlockWs = (base.currentElementProperties & ElementProperties.BLOCK_WS) != 0;