3 references to HasLast
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (3)
224
(propsCond & (Props.HasPosition | Props.
HasLast
)) != 0
282
else if ((propsCond & Props.
HasLast
) != 0)
357
props |= Props.
HasLast
;