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