2 references to GetNextEntryCoreAsync
System.Formats.Tar (2)
System\Formats\Tar\TarReader.cs (2)
119ValueTask<TarEntry?> vt = GetNextEntryCoreAsync<SyncReadWriteAdapter>(copyData, CancellationToken.None); 161return GetNextEntryCoreAsync<AsyncReadWriteAdapter>(copyData, cancellationToken);