3 references to ParseTextAsync
System.Xml (3)
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
2959Task<Tuple<int, int, int, bool>> task = ParseTextAsync(outOrChars, ps.chars, ps.charPos, 0, -1, outOrChars, (char)0); 2977task = ParseTextAsync(outOrChars, chars, pos, rcount, rpos, orChars, c); 3012task = ParseTextAsync(outOrChars, chars, pos, rcount, rpos, orChars, c);