2 writes to allowCurrent
System.Xml (2)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
447
this.
allowCurrent
= true;
460
this.
allowCurrent
= false;
1 reference to allowCurrent
System.Xml (1)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
365
if (!
allowCurrent
&& root.Name == "current" && root.Prefix.Length == 0) {