2 writes to attrHashTbl
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
335
this.
attrHashTbl
= new int[8];
2384
this.
attrHashTbl
= new int[tblSize];
4 references to attrHashTbl
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
2383
if (this.
attrHashTbl
.Length < tblSize)
2389
int next = this.
attrHashTbl
[index];
2390
this.
attrHashTbl
[index] = i + 1;
2400
Array.Clear(this.
attrHashTbl
, 0, tblSize);