1 instantiation of NestedBinXml
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
2807this.prevNameInfo = new NestedBinXml(this.symbolTables, this.docState, this.prevNameInfo);
4 references to NestedBinXml
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
229public NestedBinXml next; 230public NestedBinXml(SymbolTables symbolTables, int docState, NestedBinXml next) { 294NestedBinXml prevNameInfo; 2813NestedBinXml nested = this.prevNameInfo;