3 references to OpenInUpdateModeAsync
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.Async.cs (3)
36return await OpenInUpdateModeAsync(loadExistingContent: true, cancellationToken).ConfigureAwait(false); 88return await OpenInUpdateModeAsync(loadExistingContent: false, cancellationToken).ConfigureAwait(false); 91return await OpenInUpdateModeAsync(loadExistingContent: true, cancellationToken).ConfigureAwait(false);