17 references to EMPTY
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
175if ((currentElementProperties & ElementProperties.EMPTY) == 0) 200if ((currentElementProperties & ElementProperties.EMPTY) == 0)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
174if ((currentElementProperties & ElementProperties.EMPTY) == 0) 199if ((currentElementProperties & ElementProperties.EMPTY) == 0)
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (13)
57new HtmlProps("area", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 58new HtmlProps("base", (byte)(ElementProperties.URI_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 59new HtmlProps("basefont", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 62new HtmlProps("br", (byte)(ElementProperties.EMPTY)), 66new HtmlProps("col", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 77new HtmlProps("frame", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 86new HtmlProps("hr", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 89new HtmlProps("img", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.EMPTY)), 90new HtmlProps("input", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.EMPTY)), 92new HtmlProps("isindex", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 95new HtmlProps("link", (byte)(ElementProperties.URI_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 98new HtmlProps("meta", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 106new HtmlProps("param", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)),