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