Base:
property
Name
System.Xml.XmlReader.Name
2 references to Name
System.Private.Xml (2)
System\Xml\Core\XmlValidatingReader.cs (1)
57get { return _impl.Name; }
System\Xml\Schema\DtdValidator.cs (1)
202SendValidationEvent(SR.Sch_UndeclaredAttribute, reader.Name);