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