1 implementation of ReadStreamAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\AbstractPersistentStorage.cs (1)
93
public Task<Stream?>
ReadStreamAsync
(Document document, string name, CancellationToken cancellationToken)
1 reference to ReadStreamAsync
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
111
using var stream = await _storage.
ReadStreamAsync
(_document, name);