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