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)
2715
if (
_attrHashTbl
.Length < tblSize)
2722
int next =
_attrHashTbl
[index];
2723
_attrHashTbl
[index] = i + 1;
2736
Array.Clear(
_attrHashTbl
, 0, tblSize);