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