Base:
property
LocalName
System.Xml.XmlReader.LocalName
3 references to LocalName
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
2493(this.NamespaceURI == Keywords.XML_XMLNS && this.LocalName != "lang")) { //try next one 2512(this.NamespaceURI == Keywords.XML_XMLNS && this.LocalName != "lang")) {
System.Runtime.Serialization (1)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
122public override string LocalName { get { return IsXmlDataNode ? xmlNodeReader.LocalName : localName; } }