3 references to Address
Aspire.Hosting (3)
Dcp\Model\ModelCommon.cs (3)
195
if (!string.Equals(
Address
, other.
Address
, StringComparison.Ordinal)) { return false; }
204
return HashCode.Combine(ServiceName,
Address
, Port);