1 instantiation of XmlAttributeCache
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
175_attrCache ??= new XmlAttributeCache();
5 references to XmlAttributeCache
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
42private XmlAttributeCache? _attrCache; // Cache used to detect duplicate attributes 114if (Writer is XmlAttributeCache) 115_attrCache = (XmlAttributeCache)Writer; 1146XmlAttributeCache? attrCache = Writer as XmlAttributeCache;