2 references to ParseText_PartialValue
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
3202
return new ValueTask<(int, int, int, bool)>(
ParseText_PartialValue
(pos, rcount, rpos, orChars, c));
3238
return
ParseText_PartialValue
(pos, rcount, rpos, orChars, c);