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