1 implementation of WriteStreamAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\AbstractPersistentStorage.cs (1)
108
public Task<bool>
WriteStreamAsync
(Document document, string name, Stream stream, CancellationToken cancellationToken)
1 reference to WriteStreamAsync
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
119
await _storage.
WriteStreamAsync
(_document, name, stream);