Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.String, System.String)
1 override of GetAttribute
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
375public override string GetAttribute(string localName, string namespaceUri)
3 references to GetAttribute
System.Runtime.Serialization (3)
System\Runtime\Serialization\Json\XmlJsonReader.cs (2)
379return UnescapeJsonString(base.GetAttribute(localName, namespaceUri)); 381return base.GetAttribute(localName, namespaceUri);
System\Xml\XmlBaseReader.cs (1)
485return GetAttribute(localName, namespaceUri);