FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (8)
1907string txt = ParseText();
2563_attributes[0].Set(new QName(string.Empty, _xnt.Add("version"), string.Empty), ParseText());
2568_attributes[1].Set(new QName(string.Empty, _xnt.Add("encoding"), string.Empty), ParseText());
2784sb.Append(ParseText());
3144_qnameOther.localname = ParseText();
3148_attributes[_attrCount++].Set(new QName(string.Empty, _xnt.Add("SYSTEM"), string.Empty), ParseText());
3153_attributes[_attrCount++].Set(new QName(string.Empty, _xnt.Add("PUBLIC"), string.Empty), ParseText());
3212string xmltext = ParseText();