Implemented interface member:
method
WriteStreamAsync
Microsoft.CodeAnalysis.Host.ITemporaryStreamStorageInternal.WriteStreamAsync(System.IO.Stream, System.Threading.CancellationToken)
4 references to WriteStreamAsync
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
WorkspaceServiceTests\TemporaryStorageServiceTests.cs (4)
59temporaryStorage.WriteStreamAsync(data).Wait(); 124storage.WriteStreamAsync(stream).Wait(); 129Assert.Throws<AggregateException>(() => storage.WriteStreamAsync(null!).Wait()); 219s.WriteStreamAsync(data).Wait();