6 references to LocalName
System.Xml (6)
System\Xml\Cache\XPathNode.cs (6)
85get { return this.info.LocalName; } 196return (object) this.info.LocalName == (object) localName && 208(object) this.info.LocalName == (object) localName && 217string localName = this.info.LocalName; 401this.info = infoTable.Create(this.info.LocalName, this.info.NamespaceUri, this.info.Prefix, this.info.BaseUri, 418this.info = infoTable.Create(this.info.LocalName, this.info.NamespaceUri, this.info.Prefix, this.info.BaseUri,