39 references to Prefix
System.Private.DataContractSerialization (39)
System\Runtime\Serialization\Json\XmlJsonReader.cs (6)
1062
elementNode.
Prefix
.SetValue(PrefixHandleType.Empty);
1126
attribute.
Prefix
.SetValue(PrefixHandleType.Empty);
1293
elementNode.
Prefix
.SetValue(PrefixHandleType.Empty);
1437
attribute.
Prefix
.SetValue(PrefixHandleType.Empty);
1509
attribute.
Prefix
.SetValue(PrefixHandleType.Empty);
1513
elementNode.
Prefix
.SetValue(PrefixHandleType.A);
System\Xml\XmlBaseReader.cs (14)
162
if (!node.
Prefix
.IsEmpty)
177
if (!node.
Prefix
.IsEmpty)
365
if (attributeNode.
Prefix
== xml)
714
PrefixHandle prefix = attributeNode.
Prefix
;
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());
938
_prefix = _node.
Prefix
.GetString(NameTable);
1024
return (_node.NodeType == XmlNodeType.Element || IsStartElement()) && _node.
Prefix
== prefix && _node.LocalName == localName;
1909
byte[] prefixBuffer = _node.
Prefix
.GetString(out prefixOffset, out prefixLength);
1921
byte[] prefixBuffer = attributeNode.
Prefix
.GetString(out prefixOffset, out prefixLength);
1942
byte[] prefixBuffer = _node.
Prefix
.GetString(out prefixOffset, out prefixLength);
2280
return this.
Prefix
== prefix && this.LocalName == localName;
System\Xml\XmlBinaryReader.cs (14)
427
elementNode.
Prefix
.SetValue(PrefixHandleType.Empty);
435
ReadName(elementNode.
Prefix
);
438
elementNode.Namespace = LookupNamespace(elementNode.
Prefix
);
443
elementNode.
Prefix
.SetValue(PrefixHandleType.Empty);
451
ReadName(elementNode.
Prefix
);
454
elementNode.Namespace = LookupNamespace(elementNode.
Prefix
);
485
elementNode.
Prefix
.SetValue(prefix);
519
elementNode.
Prefix
.SetValue(prefix);
734
attributeNode.
Prefix
.SetValue(PrefixHandleType.Empty);
741
ReadName(attributeNode.
Prefix
);
749
attributeNode.
Prefix
.SetValue(PrefixHandleType.Empty);
756
ReadName(attributeNode.
Prefix
);
817
attributeNode.
Prefix
.SetValue(prefix);
850
attributeNode.
Prefix
.SetValue(prefix);
System\Xml\XmlUTF8TextReader.cs (5)
836
attributeNode.
Prefix
.SetValue(_prefix);
844
attributeNode.
Prefix
.SetValue(_prefix);
946
ReadQualifiedName(elementNode.
Prefix
, elementNode.LocalName);
959
elementNode.Namespace = LookupNamespace(elementNode.
Prefix
);
987
XmlExceptionHelper.ThrowTagMismatch(this, elementNode.
Prefix
.GetString(), elementNode.LocalName.GetString(), _prefix.GetString(), _localName.GetString());