2 references to WriteStreamAsync
IdeCoreBenchmarks (2)
CloudCachePersistentStorage.cs (2)
176
return await
WriteStreamAsync
(new CacheItemKey(containerKey.Value, name), stream, cancellationToken).ConfigureAwait(false);
183
return await
WriteStreamAsync
(new CacheItemKey(containerKey.Value, name) { Version = bytes.Object }, stream, cancellationToken).ConfigureAwait(false);