3 writes to attrCache
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
111this.attrCache = (XmlAttributeCache) Writer; 167this.attrCache = new XmlAttributeCache(); 171this.attrCache = null;
3 references to attrCache
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
166if (this.attrCache == null) 169this.attrCache.Init(Writer); 170Writer = this.attrCache;