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