Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.String)
2 references to GetAttribute
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
671
return _textXmlReader.
GetAttribute
(name);
System\Xml\Core\XmlTextReader.cs (1)
188
return _impl.
GetAttribute
(name);