3 references to FuncNot
System.Xml (3)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
39
case FT.
FuncNot
: return Not(nodeIterator);
System\Xml\XPath\Internal\QueryBuilder.cs (1)
357
case FT.
FuncNot
:
System\Xml\XPath\Internal\XPathParser.cs (1)
730
table.Add("not" , new ParamInfo(Function.FunctionType.
FuncNot
, 1, 1, temparray8));