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!); 177Writer = _attrCache;