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