2 writes to _allowCurrent
System.Private.Xml (2)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
513
_allowCurrent
= true;
528
_allowCurrent
= false;
1 reference to _allowCurrent
System.Private.Xml (1)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
424
if (!
_allowCurrent
&& root.Name == "current" && root.Prefix.Length == 0)