2 writes to prevLink
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
206this.prevLink = prevDecl; 2186decl.prevLink = null;
2 references to prevLink
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2180if (null == decl.prevLink) 2183this.namespaces[decl.prefix] = decl.prevLink;