1 instantiation of NestedBinXml
System.Private.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3175_prevNameInfo = new NestedBinXml(_symbolTables, _docState, _prevNameInfo);
4 references to NestedBinXml
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
240public NestedBinXml? next; 241public NestedBinXml(SymbolTables symbolTables, int docState, NestedBinXml? next) 305private NestedBinXml? _prevNameInfo; 3183NestedBinXml nested = _prevNameInfo;