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