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