FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (9)
1931endOfValue = ParseText(out startPos, out endPos, ref orChars);
5523while (!ParseText(out startPos, out endPos, ref orChars)) ;
5531if (ParseText(out startPos, out endPos, ref orChars))
5558} while (!ParseText(out startPos, out endPos, ref orChars));
5600fullValue = ParseText(out startPos, out endPos, ref orChars);
5615while (!ParseText(out startPos, out endPos, ref orChars)) ;
5904while (!ParseText(out startPos, out endPos, ref orChars))
5971while (!ParseText(out startPos, out endPos, ref orChars)) ;
9523endOfValue = ParseText(out startPos, out endPos, ref orChars);