11 references to Not
System.Private.Xml (11)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
178
return _f.
Not
(_f.IsEmpty(_f.Filter(it, CompareValues(op, _f.XPathNodeValue(it), val, compType))));
209
return _f.
Not
(_f.IsEmpty(_f.Loop(leftEnd, _f.Filter(rightEnd, CompareValues(op, _f.XPathNodeValue(leftEnd), _f.XPathNodeValue(rightEnd), compType)))));
571
case FuncId.Not: return _f.
Not
(args[0]);
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
237
return
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)),
515
result = _f.Conditional(_f.
Not
(_f.IsType(u, T.AnyAtomicType)),
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (3)
218
lastParent.Body = _f.And(lastParent.Body, _f.
Not
(_f.IsEmpty(parentFilter)));
280
nodeFilter.Body = _f.
Not
(_f.IsEmpty(filterCurrent));
315
QilLoop result = _f.BaseFactory.Filter(i, _f.
Not
(_f.IsEmpty(_f.Filter(j = _f.For(matches), _f.Is(j, i)))));