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