4 references to AttrNameVal
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (4)
21
private
AttrNameVal
[]? _arrAttrs; // List of cached attribute names and value parts
356
_arrAttrs = new
AttrNameVal
[DefaultCacheSize];
362
AttrNameVal
[] arrNew = new
AttrNameVal
[_numEntries * 2];