2 references to WriteStreamAsync
Microsoft.VisualStudio.LanguageServices (2)
Storage\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);