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