1 write to IsHostReachable
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
613
IsHostReachable
= 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)
215
Assert.False(summary.
IsHostReachable
);
250
Assert.True(summary.
IsHostReachable
);