Implemented interface member:
method
ReadStreamAsync
Microsoft.CodeAnalysis.Host.ITemporaryStreamStorageInternal.ReadStreamAsync(System.Threading.CancellationToken)
2 references to ReadStreamAsync
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
WorkspaceServiceTests\TemporaryStorageServiceTests.cs (2)
60
using var result = temporaryStorage.
ReadStreamAsync
().Result;
118
Assert.Throws<AggregateException>(() => storage.
ReadStreamAsync
().Result);