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