Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.Int32)
2 references to GetAttribute
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
687
return _textXmlReader.
GetAttribute
(i);
System\Xml\Core\XmlTextReader.cs (1)
198
return _impl.
GetAttribute
(i);