3 references to IsEmpty
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
3364
if (clrTypeRetSrc != clrTypeRetDst && !ndInvoke.XmlType.
IsEmpty
) {
3444
if (ndInvoke.XmlType.
IsEmpty
) {
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
89
return xt.IsAtomicValue && !xt.
IsEmpty
&& !(n is QilIterator);