11 references to Not
System.Data.SqlXml (11)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
157
return f.
Not
(f.IsEmpty(f.Filter(it, CompareValues(op, f.XPathNodeValue(it), val, compType))));
184
return f.
Not
(f.IsEmpty(f.Loop(leftEnd, f.Filter(rightEnd, CompareValues(op, f.XPathNodeValue(leftEnd), f.XPathNodeValue(rightEnd), compType)))));
489
case FuncId.Not : return f.
Not
(args[0]);
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
217
return
Not
(IsEmpty(n));
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1661
f.
Not
(f.Is(i, j))
1839
f.
Not
(f.IsEmpty(f.Filter(keys, f.Eq(keys, value))))
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
333
f.Conditional(f.
Not
(f.IsType(k, T.AnyAtomicType)),
433
result = f.Conditional(f.
Not
(f.IsType(u, T.AnyAtomicType)),
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (3)
196
lastParent.Body = f.And(lastParent.Body, f.
Not
(f.IsEmpty(parentFilter)));
251
nodeFilter.Body = f.
Not
(f.IsEmpty(filterCurrent));
282
QilLoop result = f.BaseFactory.Filter(i, f.
Not
(f.IsEmpty(f.Filter(j = f.For(matches), f.Is(j, i)))));