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