11 references to Not
System.Private.Xml (11)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
178return _f.Not(_f.IsEmpty(_f.Filter(it, CompareValues(op, _f.XPathNodeValue(it), val, compType)))); 209return _f.Not(_f.IsEmpty(_f.Loop(leftEnd, _f.Filter(rightEnd, CompareValues(op, _f.XPathNodeValue(leftEnd), _f.XPathNodeValue(rightEnd), compType))))); 571case FuncId.Not: return _f.Not(args[0]);
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
237return Not(IsEmpty(n));
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1975_f.Not(_f.Is(i, j)) 2192_f.Not(_f.IsEmpty(_f.Filter(keys, _f.Eq(keys, value))))
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
398_f.Conditional(_f.Not(_f.IsType(k, T.AnyAtomicType)), 515result = _f.Conditional(_f.Not(_f.IsType(u, T.AnyAtomicType)),
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (3)
218lastParent.Body = _f.And(lastParent.Body, _f.Not(_f.IsEmpty(parentFilter))); 280nodeFilter.Body = _f.Not(_f.IsEmpty(filterCurrent)); 315QilLoop result = _f.BaseFactory.Filter(i, _f.Not(_f.IsEmpty(_f.Filter(j = _f.For(matches), _f.Is(j, i)))));