Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
4 references to IsEmptyElement
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
1309
if (
IsEmptyElement
)
1427
if (
IsEmptyElement
)
1490
if (
IsEmptyElement
)
1840
if ((node.NodeType == XmlNodeType.Element || MoveToElement()) && !
IsEmptyElement
)