4 references to Prefix
System.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
287this.pageSibling[this.idxSibling].Prefix == this.idAttrName.Namespace) {
System\Xml\Cache\XPathDocumentNavigator.cs (1)
174get { return this.pageCurrent[this.idxCurrent].Prefix; }
System\Xml\Cache\XPathNode.cs (2)
94if (Prefix.Length == 0) { 98return string.Concat(Prefix, ":", LocalName);