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