2 writes to _localName
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
288
_localName
= localName;
331
_localName
= null;
3 references to _localName
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (3)
276
public string? LocalName { get { return
_localName
; } }
319
if (
_localName
!= null)
325
if (
_localName
.Equals(localName))