7 writes to currentElementProperties
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (7)
134
currentElementProperties
= (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName);
143
currentElementProperties
= ElementProperties.HAS_NS;
188
currentElementProperties
= (ElementProperties)elementScope.Pop();
213
currentElementProperties
= (ElementProperties)elementScope.Pop();
477
currentElementProperties
= ElementProperties.DEFAULT;
864
base.
currentElementProperties
= (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName);
876
base.
currentElementProperties
= ElementProperties.HAS_NS | ElementProperties.BLOCK_WS;
13 references to currentElementProperties
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (13)
127
elementScope.Push((byte)
currentElementProperties
);
156
if ((
currentElementProperties
& ElementProperties.HEAD) != 0)
174
if ((
currentElementProperties
& ElementProperties.EMPTY) == 0)
199
if ((
currentElementProperties
& ElementProperties.EMPTY) == 0)
328
if ((
currentElementProperties
& (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0)
331
(AttributeProperties)
currentElementProperties
;
510
if ((
currentElementProperties
& ElementProperties.NO_ENTITIES) != 0)
539
else if ((
currentElementProperties
& ElementProperties.HAS_NS) != 0)
858
base.elementScope.Push((byte)base.
currentElementProperties
);
866
if (_endBlockPos == base.bufPos && (base.
currentElementProperties
& ElementProperties.BLOCK_WS) != 0)
902
if ((
currentElementProperties
& ElementProperties.HEAD) != 0)
908
else if ((base.
currentElementProperties
& ElementProperties.BLOCK_WS) != 0)
923
isBlockWs = (base.
currentElementProperties
& ElementProperties.BLOCK_WS) != 0;