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