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