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