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