Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
14 references to IsEmptyElement
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ManifestFormatter.cs (1)
72
if (r.
IsEmptyElement
)
ReachFramework (1)
PrintConfig\PrtCap_Reader.cs (1)
148
_currentElementIsEmpty = _xmlReader.
IsEmptyElement
;
System.Configuration.ConfigurationManager (12)
System\Configuration\BaseConfigurationRecord.cs (2)
2568
if (!xmlUtil.Reader.
IsEmptyElement
)
3578
if (clone.
IsEmptyElement
)
System\Configuration\MgmtConfigurationRecord.cs (5)
2214
bool isEmptyConfigurationElement = reader.
IsEmptyElement
;
2250
bool isEmptyConfigSectionsElement = reader.
IsEmptyElement
;
2744
if (reader.
IsEmptyElement
)
2808
if (reader.
IsEmptyElement
)
3128
if (reader.
IsEmptyElement
|| (reader.NodeType == XmlNodeType.EndElement)) reader.Read();
System\Configuration\XmlUtil.cs (5)
358
bool isEmptyElement = Reader.
IsEmptyElement
;
510
bool isEmptyElement = Reader.
IsEmptyElement
;
567
close = Reader.
IsEmptyElement
? "/>" : ">";
874
if (Reader.
IsEmptyElement
)
1084
if (reader.
IsEmptyElement
) utilWriter.Write(" />");