2 references to ElementIndexSize
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
88
this.elemNameIndex = new XPathNodeRef[
ElementIndexSize
];
155
hash = (this.pageParent[this.idxParent].LocalNameHashCode & (
ElementIndexSize
- 1));