2 writes to _arg
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (2)
22_arg = arg; 27_arg = Clone(other._arg);
9 references to _arg
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (9)
27_arg = Clone(other._arg); 33if (_arg != null) 35_arg.SetXsltContext(context); 63object result = _arg.Evaluate(nodeIterator); 64if (result is XPathNodeIterator) return _arg.Advance() != null; 76return !(bool)_arg.Evaluate(nodeIterator); 81string str = _arg.Evaluate(nodeIterator).ToString(); 95if (_arg != null) 97_arg.PrintQuery(w);