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)
2732
if (
_attrHashTbl
.Length < tblSize)
2739
int next =
_attrHashTbl
[index];
2740
_attrHashTbl
[index] = i + 1;
2752
Array.Clear(
_attrHashTbl
, 0, tblSize);