2 writes to _localName
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (2)
287
_localName
= localName;
330
_localName
= null;
3 references to _localName
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (3)
275
public string? LocalName { get { return
_localName
; } }
318
if (
_localName
!= null)
324
if (
_localName
.Equals(localName))