1 write to prefix
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextReader.cs (1)
296
this.
prefix
= new PrefixHandle(BufferReader);
8 references to prefix
System.Runtime.Serialization (8)
System\Xml\XmlUTF8TextReader.cs (8)
527
ReadQualifiedName(
prefix
, localName);
581
if (
prefix
.IsXmlns)
588
else if (
prefix
.IsEmpty && localName.IsXmlns)
595
else if (
prefix
.IsXml)
598
attributeNode.Prefix.SetValue(
prefix
);
606
attributeNode.Prefix.SetValue(
prefix
);
748
ReadQualifiedName(
prefix
, localName);
749
XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.GetString(), elementNode.LocalName.GetString(),
prefix
.GetString(), localName.GetString());