7 references to HasPosition
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (7)
226
(propsCond & (Props.
HasPosition
| Props.HasLast)) != 0
229
propsCond |= Props.
HasPosition
;
249
if ((propsCond & Props.
HasPosition
) != 0)
258
if (qyFilter != null && (propsCond & Props.
HasPosition
) == 0 && qyFilter.Condition.StaticType != XPathResultType.Any)
281
if ((propsCond & Props.
HasPosition
) != 0)
310
return new FilterQuery(qyInput, cond, /*noPosition:*/(propsCond & Props.
HasPosition
) == 0);
366
props |= Props.
HasPosition
;