1 write to IsHostReachable
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
613IsHostReachable = anyHostReachable,
4 references to IsHostReachable
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
584/// out) is reported with <see cref="TerminalSummary.IsHostReachable"/> = false rather than
Backchannel\BackchannelDataTypes.cs (1)
1749/// are only populated when the host process is reachable; otherwise <see cref="IsHostReachable"/>
Aspire.Hosting.Tests (2)
Backchannel\GetTerminalInfoAsyncTests.cs (2)
215Assert.False(summary.IsHostReachable); 250Assert.True(summary.IsHostReachable);