31 references to Uri
System.Runtime.Serialization (31)
System\Runtime\Serialization\Json\XmlJsonReader.cs (7)
799this.Node.Namespace.Uri.SetValue(0, 0); 1141elementNode.Namespace.Uri.SetValue(elementNode.NameOffset, 0); 1205attribute.Namespace.Uri.SetValue(0, 0); 1372elementNode.Namespace.Uri.SetValue(elementNode.NameOffset, 0); 1516attribute.Namespace.Uri.SetValue(0, 0); 1583ns.Uri.SetConstantValue(StringHandleConstStringType.Item); 1588attribute.Namespace.Uri.SetValue(0, 0);
System\Xml\XmlBaseReader.cs (18)
380if (!ns.Prefix.IsEmpty && ns.Uri.IsEmpty) 384if (ns.Prefix.IsXml && ns.Uri != xmlNamespace) 388else if (ns.Prefix.IsXmlns && ns.Uri != xmlnsNamespace) 705return ns.Uri.GetString(NameTable); 769if (attributeNode2.QNameType == QNameType.Normal && attributeNode1.LocalName == attributeNode2.LocalName && attributeNode1.Namespace.Uri == attributeNode2.Namespace.Uri) 771XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.GetString(), attributeNode1.Namespace.Uri.GetString()); 807XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].Namespace.Uri.GetString()); 1037return node.Namespace.Uri.GetString(NameTable); 1041return node.Namespace.Uri.GetString(); 1363XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.GetString(), elementNode.Namespace.Uri.GetString()); 2059byte[] nsBuffer = attributeNode.Namespace.Uri.GetString(out nsOffset, out nsLength); 2433return this.Namespace.Uri.TryGetDictionaryString(out ns); 2468return Namespace.Uri.GetString(); 2803i = attribute1.Namespace.Uri.CompareTo(attribute2.Namespace.Uri); 2876nameSpace.Uri.SetValue(3, xmlBuffer.Length - 3); 2977byte[] nsBuffer = namespaces[i].Uri.GetString(out nsOffset, out nsLength);
System\Xml\XmlBinaryReader.cs (4)
777ReadName(nameSpace.Uri); 784ReadName(nameSpace.Uri); 791ReadDictionaryName(nameSpace.Uri); 798ReadDictionaryName(nameSpace.Uri);
System\Xml\XmlUTF8TextReader.cs (2)
585ns.Uri.SetValue(valueOffset, valueLength, escaped); 592ns.Uri.SetValue(valueOffset, valueLength, escaped);