Base:
property
IsDefault
System.Xml.XmlReader.IsDefault
2 references to IsDefault
System.Private.Xml (2)
System\Xml\Core\XmlValidatingReader.cs (1)
102
get { return _impl.
IsDefault
; }
System\Xml\Schema\DtdValidator.cs (1)
194
if (attnDef.Datatype != null && !reader.
IsDefault
)