2 writes to localName
System.Private.Xml (2)
System\Xml\Core\XmlSubtreeReader.cs (2)
30this.localName = localName; 40this.localName = localName;
5 references to localName
System.Private.Xml (5)
System\Xml\Core\XmlSubtreeReader.cs (5)
135return _useCurNode ? _curNode.localName : reader.LocalName; 282if (name == _nsAttributes![i].localName && namespaceURI == _xmlnsUri) 351if (name == _nsAttributes![i].localName && ns == _xmlnsUri) 1349Ref.Equal(localName, _nsAttributes[i].localName)) 1509Debug.Assert(_tmpNode.localName == string.Empty && _tmpNode.prefix == string.Empty && _tmpNode.name == string.Empty && _tmpNode.namespaceUri == string.Empty);