14 writes to Namespace
System.Runtime.Serialization (14)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
1595
elementNode.
Namespace
= ns;
System\Xml\XmlBaseReader.cs (6)
282
endElementNode.
Namespace
= elementNode.Namespace;
395
attributeNode.
Namespace
= ns;
396
attributeNode.AttributeText.
Namespace
= ns;
745
attributeNode.
Namespace
= LookupNamespace(prefix);
749
attributeNode.
Namespace
= NamespaceManager.EmptyNamespace;
751
attributeNode.AttributeText.
Namespace
= attributeNode.Namespace;
System\Xml\XmlBinaryReader.cs (6)
444
elementNode.
Namespace
= LookupNamespace(PrefixHandleType.Empty);
452
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
460
elementNode.
Namespace
= LookupNamespace(PrefixHandleType.Empty);
468
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
502
elementNode.
Namespace
= LookupNamespace(prefix);
536
elementNode.
Namespace
= LookupNamespace(prefix);
System\Xml\XmlUTF8TextReader.cs (1)
721
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
42 references to Namespace
System.Runtime.Serialization (42)
System\Runtime\Serialization\Json\XmlJsonReader.cs (6)
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);
1588
attribute.
Namespace
.Uri.SetValue(0, 0);
System\Xml\XmlBaseReader.cs (36)
282
endElementNode.Namespace = elementNode.
Namespace
;
751
attributeNode.AttributeText.Namespace = attributeNode.
Namespace
;
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());
781
if (attributeNode2.QNameType == QNameType.Xmlns && attributeNode1.
Namespace
.Prefix == attributeNode2.
Namespace
.Prefix)
782
XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.
Namespace
.Prefix.GetString(), xmlnsNamespace);
805
XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].
Namespace
.Prefix.GetString(), xmlnsNamespace);
807
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].
Namespace
.Uri.GetString());
962
if (node.
Namespace
.Prefix.IsEmpty)
1007
if (node.
Namespace
.Prefix.IsEmpty)
1015
return node.
Namespace
.Prefix.GetString(NameTable);
1019
return node.
Namespace
.Prefix.GetString();
1037
return node.
Namespace
.Uri.GetString(NameTable);
1041
return node.
Namespace
.Uri.GetString();
1170
PrefixHandle prefix = node.
Namespace
.Prefix;
1212
PrefixHandle prefix = node.
Namespace
.Prefix;
1363
XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.GetString(), elementNode.
Namespace
.Uri.GetString());
2057
byte[] prefixBuffer = attributeNode.
Namespace
.Prefix.GetString(out prefixOffset, out prefixLength);
2059
byte[] nsBuffer = attributeNode.
Namespace
.Uri.GetString(out nsOffset, out nsLength);
2333
return this.
Namespace
.Prefix == localName;
2346
return this.
Namespace
.Prefix == localName;
2354
return this.
Namespace
.IsUri(ns);
2367
return this.
Namespace
.IsUri(ns);
2380
return this.LocalName == localName && this.
Namespace
.IsUri(ns);
2385
return this.
Namespace
.Prefix == localName && ns == xmlnsNamespace;
2393
return this.LocalName == localName && this.
Namespace
.IsUri(ns);
2398
return this.
Namespace
.Prefix == localName && ns.Value == xmlnsNamespace;
2411
return prefix == xmlns && this.
Namespace
.Prefix == localName;
2433
return this.
Namespace
.Uri.TryGetDictionaryString(out ns);
2468
return
Namespace
.Uri.GetString();
2803
i = attribute1.
Namespace
.Uri.CompareTo(attribute2.
Namespace
.Uri);
2809
i = attribute1.
Namespace
.Prefix.CompareTo(attribute2.
Namespace
.Prefix);