8 references to ParseText
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
1668string txt = ParseText(); 2237this.attributes[0].Set(new QName(string.Empty, this.xnt.Add("version"), string.Empty), ParseText()); 2241this.attributes[1].Set(new QName(string.Empty, this.xnt.Add("encoding"), string.Empty), ParseText()); 2427sb.Append(ParseText()); 2763this.qnameOther.localname = ParseText(); 2766this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.Add("SYSTEM"), string.Empty), ParseText()); 2770this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.Add("PUBLIC"), string.Empty), ParseText()); 2821string xmltext = ParseText();