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