2 references to _tempDirectory
Aspire.Hosting.Blazor.Tests (2)
tests\Shared\TestFileSystemService.cs (2)
16
public ITempFileSystemService TempDirectory =>
_tempDirectory
;
18
public void Dispose() =>
_tempDirectory
.Dispose();