7 references to IsEmpty
System.Private.Xml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
178return _f.Not(_f.IsEmpty(_f.Filter(it, CompareValues(op, _f.XPathNodeValue(it), val, compType)))); 209return _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)
237return Not(IsEmpty(n));
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2192_f.Not(_f.IsEmpty(_f.Filter(keys, _f.Eq(keys, value))))
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (3)
218lastParent.Body = _f.And(lastParent.Body, _f.Not(_f.IsEmpty(parentFilter))); 280nodeFilter.Body = _f.Not(_f.IsEmpty(filterCurrent)); 315QilLoop result = _f.BaseFactory.Filter(i, _f.Not(_f.IsEmpty(_f.Filter(j = _f.For(matches), _f.Is(j, i)))));