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