4 references to GetAttributeText
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
476return this.stringValue = GetAttributeText(this.attrIndex - 1); 627return GetAttributeText(i); 2349string val = GetAttributeText(xmlspace); 2359this.elementStack[this.elemDepth].xmlLang = GetAttributeText(xmllang);