1 write to _discoverAllException
Aspire.Cli.Tests (1)
TestServices\FakeInstallationDiscovery.cs (1)
26
_discoverAllException
= discoverAllException;
2 references to _discoverAllException
Aspire.Cli.Tests (2)
TestServices\FakeInstallationDiscovery.cs (2)
39
if (
_discoverAllException
is not null)
41
throw
_discoverAllException
;