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