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