3 writes to _attrCache
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
114
_attrCache
= (XmlAttributeCache)Writer;
174
_attrCache
??= new XmlAttributeCache();
178
_attrCache
= null;
2 references to _attrCache
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
176
_attrCache
.Init(Writer!);
177
Writer =
_attrCache
;