2 writes to _attrHashTbl
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
342_attrHashTbl = new int[8]; 2716_attrHashTbl = new int[tblSize];
4 references to _attrHashTbl
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
2715if (_attrHashTbl.Length < tblSize) 2722int next = _attrHashTbl[index]; 2723_attrHashTbl[index] = i + 1; 2736Array.Clear(_attrHashTbl, 0, tblSize);