System\Xml\Core\XmlTextReaderImplAsync.cs (6)
356return await ReadContentAsBinaryAsync(buffer, index, count).ConfigureAwait(false);
382return ReadContentAsBinaryAsync( buffer, index, count );
412return ReadContentAsBinaryAsync( buffer, index, count );
437return await ReadContentAsBinaryAsync( buffer, index, count ).ConfigureAwait(false);
461return await ReadContentAsBinaryAsync( buffer, index, count ).ConfigureAwait(false);
5066int decoded = await ReadContentAsBinaryAsync( buffer, index, count ).ConfigureAwait(false);