4 references to Prefix
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
317_pageSibling[_idxSibling].Prefix == _idAttrName.Namespace)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
189get { return _pageCurrent[_idxCurrent].Prefix; }
System\Xml\Cache\XPathNode.cs (2)
94if (Prefix.Length == 0) 100return $"{Prefix}:{LocalName}";