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