4 references to NO_ENTITIES
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
511
if ((currentElementProperties & ElementProperties.
NO_ENTITIES
) != 0)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
510
if ((currentElementProperties & ElementProperties.
NO_ENTITIES
) != 0)
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (2)
110
new HtmlProps("script", (byte)(ElementProperties.
NO_ENTITIES
| ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT)),
113
new HtmlProps("style", (byte)(ElementProperties.
NO_ENTITIES
| ElementProperties.BLOCK_WS)),