3 references to ParseTextAsync
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
3169Task<(int, int, int, bool)> task = ParseTextAsync(outOrChars, _ps.chars, _ps.charPos, 0, -1, outOrChars); 3188task = ParseTextAsync(outOrChars, chars, pos, rcount, rpos, orChars); 3224task = ParseTextAsync(outOrChars, chars, pos, rcount, rpos, orChars);