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