System\Xml\Core\XmlTextReaderImpl.cs (9)
1859endOfValue = ParseText(out startPos, out endPos, ref orChars);
5414while (!ParseText(out _, out _, ref orChars));
5422if (ParseText(out startPos, out endPos, ref orChars))
5452} while (!ParseText(out startPos, out endPos, ref orChars));
5495fullValue = ParseText(out startPos, out endPos, ref orChars);
5510while (!ParseText(out _, out _, ref orChars));
5797while (!ParseText(out startPos, out endPos, ref orChars))
5862while (!ParseText(out _, out _, ref orChars));
9414endOfValue = ParseText(out startPos, out endPos, ref orChars);