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)
189
get { return _pageCurrent[_idxCurrent].
Prefix
; }
System\Xml\Cache\XPathNode.cs (2)
94
if (
Prefix
.Length == 0)
100
return $"{
Prefix
}:{LocalName}";