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)
60using var result = temporaryStorage.ReadStreamAsync().Result; 118Assert.Throws<AggregateException>(() => storage.ReadStreamAsync().Result);