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)
42
private
XmlAttributeCache
? _attrCache; // Cache used to detect duplicate attributes
113
if (Writer is
XmlAttributeCache
)
114
_attrCache = (
XmlAttributeCache
)Writer;
1145
XmlAttributeCache
? attrCache = Writer as
XmlAttributeCache
;