7 references to IsEmpty
System.Data.SqlXml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
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)))));
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
217return Not(IsEmpty(n));
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1839f.Not(f.IsEmpty(f.Filter(keys, f.Eq(keys, value))))
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)))));