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