3 references to ZeroEndingStreamAsync
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
3442if (await ZeroEndingStreamAsync(pos).ConfigureAwait(false)) 3684if (_ps.chars[_ps.charPos] == '<' || _ps.charsUsed - _ps.charPos == 0 || await ZeroEndingStreamAsync(_ps.charPos).ConfigureAwait(false)) 3693if (_ps.chars[_ps.charPos] == '<' || _ps.charsUsed - _ps.charPos == 0 || await ZeroEndingStreamAsync(_ps.charPos).ConfigureAwait(false))