1 instantiation of XmlAttributeCache
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
167this.attrCache = new XmlAttributeCache();
5 references to XmlAttributeCache
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
44private XmlAttributeCache attrCache; // Cache used to detect duplicate attributes 110if (Writer is XmlAttributeCache) 111this.attrCache = (XmlAttributeCache) Writer; 1037XmlAttributeCache attrCache = Writer as XmlAttributeCache;