Base:
property
IsDefault
System.Xml.XmlReader.IsDefault
2 references to IsDefault
System.Xml (2)
System\Xml\Core\XmlValidatingReader.cs (1)
93get { return impl.IsDefault; }
System\Xml\Schema\DtdValidator.cs (1)
163if (attnDef.Datatype != null && !reader.IsDefault) { //Since XmlTextReader adds default attributes, do not check again