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