5 references to HEAD
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
157
if ((currentElementProperties & ElementProperties.
HEAD
) != 0)
906
if ((currentElementProperties & ElementProperties.
HEAD
) != 0)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
156
if ((currentElementProperties & ElementProperties.
HEAD
) != 0)
902
if ((currentElementProperties & ElementProperties.
HEAD
) != 0)
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (1)
85
new HtmlProps("head", (byte)(ElementProperties.URI_PARENT | ElementProperties.BLOCK_WS | ElementProperties.
HEAD
)),