19 references to URI
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
465
Debug.Assert((int)ElementProperties.URI_PARENT == (int)AttributeProperties.
URI
);
523
if ((_currentAttributeProperties & (AttributeProperties.BOOLEAN | AttributeProperties.
URI
| AttributeProperties.NAME)) != 0)
531
if ((_currentAttributeProperties & (AttributeProperties.
URI
| AttributeProperties.NAME)) != 0 && !_doNotEscapeUriAttributes)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
464
Debug.Assert((int)ElementProperties.URI_PARENT == (int)AttributeProperties.
URI
);
522
if ((_currentAttributeProperties & (AttributeProperties.BOOLEAN | AttributeProperties.
URI
| AttributeProperties.NAME)) != 0)
530
if ((_currentAttributeProperties & (AttributeProperties.
URI
| AttributeProperties.NAME)) != 0 && !_doNotEscapeUriAttributes)
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (13)
128
new HtmlProps("action", (byte)AttributeProperties.
URI
),
130
new HtmlProps("cite", (byte)AttributeProperties.
URI
),
131
new HtmlProps("classid", (byte)AttributeProperties.
URI
),
132
new HtmlProps("codebase", (byte)AttributeProperties.
URI
),
134
new HtmlProps("data", (byte)AttributeProperties.
URI
),
135
new HtmlProps("datasrc", (byte)AttributeProperties.
URI
),
139
new HtmlProps("for", (byte)AttributeProperties.
URI
),
140
new HtmlProps("href", (byte)AttributeProperties.
URI
),
142
new HtmlProps("longdesc", (byte)AttributeProperties.
URI
),
144
new HtmlProps("name", (byte)AttributeProperties.
URI
),
149
new HtmlProps("profile", (byte)AttributeProperties.
URI
),
152
new HtmlProps("src", (byte)AttributeProperties.
URI
),
153
new HtmlProps("usemap", (byte)AttributeProperties.
URI
),