30 references to Uri
System.Private.DataContractSerialization (30)
System\Runtime\Serialization\Json\XmlJsonReader.cs (7)
761this.Node.Namespace.Uri.SetValue(0, 0); 1061elementNode.Namespace.Uri.SetValue(elementNode.NameOffset, 0); 1125attribute.Namespace.Uri.SetValue(0, 0); 1292elementNode.Namespace.Uri.SetValue(elementNode.NameOffset, 0); 1436attribute.Namespace.Uri.SetValue(0, 0); 1503ns.Uri.SetConstantValue(StringHandleConstStringType.Item); 1508attribute.Namespace.Uri.SetValue(0, 0);
System\Xml\XmlBaseReader.cs (17)
343if (!ns.Prefix.IsEmpty && ns.Uri.IsEmpty) 347if (ns.Prefix.IsXml && ns.Uri != xmlNamespace) 351else if (ns.Prefix.IsXmlns && ns.Uri != xmlnsNamespace) 677return ns.Uri.GetString(NameTable); 741if (attributeNode2.QNameType == QNameType.Normal && attributeNode1.LocalName == attributeNode2.LocalName && attributeNode1.Namespace.Uri == attributeNode2.Namespace.Uri) 743XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.GetString(), attributeNode1.Namespace.Uri.GetString()); 778XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].Namespace.Uri.GetString()); 888_ns = _node.Namespace.Uri.GetString(NameTable); 1257XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.GetString(), elementNode.Namespace.Uri.GetString()); 1934byte[] nsBuffer = attributeNode.Namespace.Uri.GetString(out nsOffset, out nsLength); 2307return this.Namespace.Uri.TryGetDictionaryString(out ns); 2341return Namespace.Uri.GetString(); 2676i = attribute1.Namespace.Uri.CompareTo(attribute2.Namespace.Uri); 2741nameSpace.Uri.SetValue(3, xmlBuffer.Length - 3); 2839byte[] nsBuffer = _namespaces[i].Uri.GetString(out nsOffset, out nsLength);
System\Xml\XmlBinaryReader.cs (4)
764ReadName(nameSpace.Uri); 771ReadName(nameSpace.Uri); 778ReadDictionaryName(nameSpace.Uri); 785ReadDictionaryName(nameSpace.Uri);
System\Xml\XmlUTF8TextReader.cs (2)
823ns.Uri.SetValue(valueOffset, valueLength, escaped); 830ns.Uri.SetValue(valueOffset, valueLength, escaped);