4 references to GetAttributeText
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (4)
533return _stringValue = GetAttributeText(_attrIndex - 1); 716return GetAttributeText(i); 2693string val = GetAttributeText(xmlspace); 2704_elementStack[_elemDepth].xmlLang = GetAttributeText(xmllang);