2 writes to prevNameInfo
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2807this.prevNameInfo = new NestedBinXml(this.symbolTables, this.docState, this.prevNameInfo); 2816this.prevNameInfo = nested.next;
4 references to prevNameInfo
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
2511if (prevNameInfo != null) 2538if (null == this.prevNameInfo) 2807this.prevNameInfo = new NestedBinXml(this.symbolTables, this.docState, this.prevNameInfo); 2813NestedBinXml nested = this.prevNameInfo;