Base:
property
IsEmptyElement
Microsoft.Xml.XmlReader.IsEmptyElement
2 references to IsEmptyElement
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
1312
if (
IsEmptyElement
)
1681
if ((_node.NodeType == XmlNodeType.Element || MoveToElement()) && !
IsEmptyElement
)