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