5 writes to IsHostReachable
Aspire.Cli.Tests (5)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
164IsHostReachable = true,
Commands\TerminalCommandTests.cs (4)
375IsHostReachable = true, 480IsHostReachable = true, 523IsHostReachable = false, 710IsHostReachable = true,
6 references to IsHostReachable
aspire (5)
Backchannel\IAppHostAuxiliaryBackchannel.cs (1)
204/// peer details (when <see cref="TerminalSummary.IsHostReachable"/> is true). Backs
Commands\TerminalPsCommand.cs (3)
145response.ResourceTerminals.Count(t => t.IsHostReachable), 198IsHostReachable = terminal.IsHostReachable, 297if (!terminal.IsHostReachable || terminal.Replicas is null || terminal.Replicas.Length == 0)
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
1749/// are only populated when the host process is reachable; otherwise <see cref="IsHostReachable"/>
Aspire.Cli.Tests (1)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
194Assert.True(terminal.IsHostReachable);