1 instantiation of XmlAttributeCache
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
174_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 113if (Writer is XmlAttributeCache) 114_attrCache = (XmlAttributeCache)Writer; 1145XmlAttributeCache? attrCache = Writer as XmlAttributeCache;