14 writes to Namespace
System.Private.DataContractSerialization (14)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
1515
elementNode.
Namespace
= ns;
System\Xml\XmlBaseReader.cs (6)
245
endElementNode.
Namespace
= elementNode.Namespace;
358
attributeNode.
Namespace
= ns;
359
attributeNode.AttributeText!.
Namespace
= ns;
717
attributeNode.
Namespace
= LookupNamespace(prefix);
721
attributeNode.
Namespace
= NamespaceManager.EmptyNamespace;
723
attributeNode.AttributeText!.
Namespace
= attributeNode.Namespace;
System\Xml\XmlBinaryReader.cs (6)
430
elementNode.
Namespace
= LookupNamespace(PrefixHandleType.Empty);
438
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
446
elementNode.
Namespace
= LookupNamespace(PrefixHandleType.Empty);
454
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
488
elementNode.
Namespace
= LookupNamespace(prefix);
522
elementNode.
Namespace
= LookupNamespace(prefix);
System\Xml\XmlUTF8TextReader.cs (1)
959
elementNode.
Namespace
= LookupNamespace(elementNode.Prefix);
40 references to Namespace
System.Private.DataContractSerialization (40)
System\Runtime\Serialization\Json\XmlJsonReader.cs (6)
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);
1508
attribute.
Namespace
.Uri.SetValue(0, 0);
System\Xml\XmlBaseReader.cs (34)
245
endElementNode.Namespace = elementNode.
Namespace
;
662
if (_node.
Namespace
.Prefix.IsEmpty)
665
_localName = _node.
Namespace
.Prefix.GetString(NameTable);
723
attributeNode.AttributeText!.Namespace = attributeNode.
Namespace
;
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());
753
if (attributeNode2.QNameType == QNameType.Xmlns && attributeNode1.
Namespace
.Prefix == attributeNode2.
Namespace
.Prefix)
754
XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.
Namespace
.Prefix.GetString(), xmlnsNamespace);
776
XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].
Namespace
.Prefix.GetString(), xmlnsNamespace);
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);
942
if (_node.
Namespace
.Prefix.IsEmpty)
1069
PrefixHandle prefix = _node.
Namespace
.Prefix;
1110
PrefixHandle prefix = _node.
Namespace
.Prefix;
1257
XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.GetString(), elementNode.
Namespace
.Uri.GetString());
1932
byte[] prefixBuffer = attributeNode.
Namespace
.Prefix.GetString(out prefixOffset, out prefixLength);
1934
byte[] nsBuffer = attributeNode.
Namespace
.Uri.GetString(out nsOffset, out nsLength);
2207
return this.
Namespace
.Prefix == localName;
2220
return this.
Namespace
.Prefix == localName;
2228
return this.
Namespace
.IsUri(ns);
2241
return this.
Namespace
.IsUri(ns);
2254
return this.LocalName == localName && this.
Namespace
.IsUri(ns);
2259
return this.
Namespace
.Prefix == localName && ns == xmlnsNamespace;
2267
return this.LocalName == localName && this.
Namespace
.IsUri(ns);
2272
return this.
Namespace
.Prefix == localName && ns.Value == xmlnsNamespace;
2285
return prefix == xmlns && this.
Namespace
.Prefix == localName;
2307
return this.
Namespace
.Uri.TryGetDictionaryString(out ns);
2341
return
Namespace
.Uri.GetString();
2676
i = attribute1.
Namespace
.Uri.CompareTo(attribute2.
Namespace
.Uri);
2682
i = attribute1.
Namespace
.Prefix.CompareTo(attribute2.
Namespace
.Prefix);