Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
2 references to IsEmptyElement
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
437
if (NodeType == XmlNodeType.Element && !
IsEmptyElement
)
476
bool emptyElement =
IsEmptyElement
;