Base:
4 references to IsEmptyElement
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseReader.cs (4)
1203
if (
IsEmptyElement
)
1321
if (
IsEmptyElement
)
1397
if (
IsEmptyElement
)
1726
if ((_node.NodeType == XmlNodeType.Element || MoveToElement()) && !
IsEmptyElement
)