System\Xml\Core\XmlTextReaderImpl.cs (9)
1859endOfValue = ParseText(out startPos, out endPos, ref orChars);
5397while (!ParseText(out _, out _, ref orChars));
5405if (ParseText(out startPos, out endPos, ref orChars))
5435} while (!ParseText(out startPos, out endPos, ref orChars));
5478fullValue = ParseText(out startPos, out endPos, ref orChars);
5493while (!ParseText(out _, out _, ref orChars));
5780while (!ParseText(out startPos, out endPos, ref orChars))
5845while (!ParseText(out _, out _, ref orChars));
9397endOfValue = ParseText(out startPos, out endPos, ref orChars);