3 references to ZeroEndingStreamAsync
System.Xml (3)
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
3210
if (await
ZeroEndingStreamAsync
(pos).ConfigureAwait(false)) {
3430
if ( ps.chars[ps.charPos] == '<' || ps.charsUsed - ps.charPos == 0 || await
ZeroEndingStreamAsync
( ps.charPos ).ConfigureAwait(false) ) {
3437
if ( ps.chars[ps.charPos] == '<' || ps.charsUsed - ps.charPos == 0 || await
ZeroEndingStreamAsync
( ps.charPos ).ConfigureAwait(false) ) {