9 references to ParseText
System.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (9)
1781endOfValue = ParseText( out startPos, out endPos, ref orChars ); 4934while ( !ParseText( out startPos, out endPos, ref orChars ) ); 4942if ( ParseText( out startPos, out endPos, ref orChars ) ) { 4962} while ( !ParseText( out startPos, out endPos, ref orChars ) ); 4998fullValue = ParseText( out startPos, out endPos, ref orChars ); 5010while ( !ParseText( out startPos, out endPos, ref orChars ) ); 5271while ( !ParseText( out startPos, out endPos, ref orChars ) ) { 5329while ( !ParseText( out startPos, out endPos, ref orChars ) ); 8382endOfValue = ParseText( out startPos, out endPos, ref orChars );