Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.String, System.String)
2 references to GetAttribute
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
652return _textXmlReader.GetAttribute(name, ns);
System\Xml\Core\XmlTextReader.cs (1)
193return _impl.GetAttribute(localName, namespaceURI);