Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
2 references to IsEmptyElement
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
371if (NodeType == XmlNodeType.Element && ! IsEmptyElement) { 403bool emptyElement = IsEmptyElement;