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