3 writes to EndpointName
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2582
EndpointName
= other.EndpointName;
2661
EndpointName
= input.ReadString();
Dashboard\proto\Partials.cs (1)
46
var url = new Url {
EndpointName
= urlSnapshot.Name ?? "", FullUrl = urlSnapshot.Url, IsInternal = urlSnapshot.IsInternal, IsInactive = urlSnapshot.IsInactive };
6 references to EndpointName
Aspire.Hosting (6)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (6)
2459
if (
EndpointName
!= other.
EndpointName
) return false;
2471
if (HasEndpointName) hash ^=
EndpointName
.GetHashCode();
2526
output.WriteString(
EndpointName
);
2555
size += 1 + pb::CodedOutputStream.ComputeStringSize(
EndpointName
);
2582
EndpointName = other.
EndpointName
;