3 references to OpenRead
Aspire.Hosting (1)
IInteractionService.cs (1)
584var stream = OpenRead();
Aspire.Hosting.Tests (2)
Dashboard\DashboardServiceTests.cs (2)
1151await using var stream = file.OpenRead(); 1164Assert.Throws<ObjectDisposedException>(file.OpenRead);