4 references to AttrNameVal
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (4)
24private AttrNameVal[] arrAttrs; // List of cached attribute names and value parts 323this.arrAttrs = new AttrNameVal[DefaultCacheSize]; 328AttrNameVal[] arrNew = new AttrNameVal[this.numEntries * 2];