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