3 writes to symCount
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
222this.symCount = 1; 1669int symNum = this.symbolTables.symCount++; 1725this.symbolTables.symCount = this.symbolTables.qnameCount = 1;
1 reference to symCount
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1745if (nameNum < 0 || nameNum >= this.symbolTables.symCount)