1 write to _self
Aspire.Cli.Tests (1)
TestServices\FakeInstallationDiscovery.cs (1)
24
_self
= self;
2 references to _self
Aspire.Cli.Tests (2)
TestServices\FakeInstallationDiscovery.cs (2)
29
public InstallationInfo DescribeSelf() =>
_self
;
45
IReadOnlyList<InstallationInfo> all = [
_self
, .. _others];