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