6 references to HAS_NS
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
144
currentElementProperties = ElementProperties.
HAS_NS
;
540
else if ((currentElementProperties & ElementProperties.
HAS_NS
) != 0)
880
base.currentElementProperties = ElementProperties.
HAS_NS
| ElementProperties.BLOCK_WS;
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
143
currentElementProperties = ElementProperties.
HAS_NS
;
539
else if ((currentElementProperties & ElementProperties.
HAS_NS
) != 0)
876
base.currentElementProperties = ElementProperties.
HAS_NS
| ElementProperties.BLOCK_WS;