2 writes to prevLink
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
213this.prevLink = prevDecl; 2483decl.prevLink = null;
2 references to prevLink
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2477if (null == decl.prevLink) 2480_namespaces[decl.prefix] = decl.prevLink;