FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (5)
54return await ReadContentAsBinaryAsync(buffer, index, count).ConfigureAwait(false);
70return await ReadContentAsBinaryAsync(buffer, index, count).ConfigureAwait(false);
110return await ReadContentAsBinaryAsync(buffer, index, count).ConfigureAwait(false);
126return await ReadContentAsBinaryAsync(buffer, index, count).ConfigureAwait(false);
368int decoded = await ReadContentAsBinaryAsync(buffer, index, count).ConfigureAwait(false);