2 implementations of DescribeSelf
aspire (1)
Acquisition\InstallationDiscovery.cs (1)
63
public InstallationInfo
DescribeSelf
()
Aspire.Cli.Tests (1)
TestServices\FakeInstallationDiscovery.cs (1)
29
public InstallationInfo
DescribeSelf
() => _self;
2 references to DescribeSelf
aspire (2)
Acquisition\IInstallationDiscovery.cs (1)
13
/// <description><see cref="
DescribeSelf
"/> — cheap path that describes
Commands\InstallationInfoOutput.cs (1)
95
return [discovery.
DescribeSelf
()];