Base:
property
IsEmptyElement
System.Xml.XmlReader.IsEmptyElement
7 references to IsEmptyElement
System.Xml (7)
System\Xml\Core\XmlValidatingReader.cs (1)
89get { return impl.IsEmptyElement; }
System\Xml\Schema\DtdValidator.cs (2)
57if (reader.IsEmptyElement) { 143if (Reader.IsEmptyElement && context.ElementDecl.DefaultValueTyped != null) {
System\Xml\Schema\XdrValidator.cs (2)
62if (reader.IsEmptyElement) { 206if (reader.IsEmptyElement && !context.IsNill && context.ElementDecl.DefaultValueTyped != null) {
System\Xml\Schema\XsdValidator.cs (2)
90if (reader.IsEmptyElement) { 378if (reader.IsEmptyElement && !context.IsNill && context.ElementDecl.DefaultValueTyped != null) {