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