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