3 references to IsEmpty
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
3620
if (clrTypeRetSrc != clrTypeRetDst && !ndInvoke.XmlType!.
IsEmpty
)
3711
if (ndInvoke.XmlType!.
IsEmpty
)
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
92
return xt.IsAtomicValue && !xt.
IsEmpty
&& !(n is QilIterator);