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