4 references to GetAttributeText
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
502
return _stringValue =
GetAttributeText
(_attrIndex - 1);
693
return
GetAttributeText
(i);
2676
string val =
GetAttributeText
(xmlspace);
2687
_elementStack[_elemDepth].xmlLang =
GetAttributeText
(xmllang);