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