3 references to HasLast
System.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (3)
192
(propsCond & (Props.HasPosition | Props.
HasLast
)) != 0
242
} else if ((propsCond & Props.
HasLast
) != 0) {
307
props |= Props.
HasLast
;