2 writes to _arg
System.Private.Xml (2)
System\Xml\XPath\Internal\BooleanFunctions.cs (2)
20_arg = arg; 25_arg = Clone(other._arg);
6 references to _arg
System.Private.Xml (6)
System\Xml\XPath\Internal\BooleanFunctions.cs (6)
25_arg = Clone(other._arg); 31_arg?.SetXsltContext(context); 56object result = _arg!.Evaluate(nodeIterator); 57if (result is XPathNodeIterator) return _arg.Advance() != null; 73return !(bool)_arg!.Evaluate(nodeIterator); 78string str = _arg!.Evaluate(nodeIterator).ToString()!;