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