2 writes to _attrHashTbl
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
371_attrHashTbl = new int[8]; 2733_attrHashTbl = new int[tblSize];
4 references to _attrHashTbl
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (4)
2732if (_attrHashTbl.Length < tblSize) 2739int next = _attrHashTbl[index]; 2740_attrHashTbl[index] = i + 1; 2752Array.Clear(_attrHashTbl, 0, tblSize);