21 references to Uri
dotnet-svcutil-lib (21)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (15)
367
if (!ns.Prefix.IsEmpty && ns.
Uri
.IsEmpty)
371
if (ns.Prefix.IsXml && ns.
Uri
!= xmlNamespace)
375
else if (ns.Prefix.IsXmlns && ns.
Uri
!= xmlnsNamespace)
700
return ns.
Uri
.GetString(NameTable);
764
if (attributeNode2.QNameType == QNameType.Normal && attributeNode1.LocalName == attributeNode2.LocalName && attributeNode1.Namespace.
Uri
== attributeNode2.Namespace.
Uri
)
766
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.GetString(), attributeNode1.Namespace.
Uri
.GetString());
802
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].Namespace.
Uri
.GetString());
909
_ns = _node.Namespace.
Uri
.GetString(NameTable);
1248
XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.GetString(), elementNode.Namespace.
Uri
.GetString());
2152
return this.Namespace.
Uri
.TryGetDictionaryString(out ns);
2186
return Namespace.
Uri
.GetString();
2520
i = attribute1.Namespace.
Uri
.CompareTo(attribute2.Namespace.
Uri
);
2593
nameSpace.
Uri
.SetValue(3, xmlBuffer.Length - 3);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (4)
749
ReadName(nameSpace.
Uri
);
756
ReadName(nameSpace.
Uri
);
763
ReadDictionaryName(nameSpace.
Uri
);
770
ReadDictionaryName(nameSpace.
Uri
);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (2)
844
ns.
Uri
.SetValue(valueOffset, valueLength, escaped);
851
ns.
Uri
.SetValue(valueOffset, valueLength, escaped);