3 references to FuncNot
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
44case FT.FuncNot: return Not(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
418case FT.FuncNot:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
846table.Add("not", new ParamInfo(Function.FunctionType.FuncNot, 1, 1, s_temparray8));