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