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