2 writes to EndpointName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2582
EndpointName
= other.EndpointName;
2661
EndpointName
= input.ReadString();
8 references to EndpointName
Aspire.Dashboard (8)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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
;
ResourceService\Partials.cs (2)
84
return (url.
EndpointName
, url.DisplayProperties.DisplayName) switch
95
select new UrlViewModel(u.
EndpointName
, parsedUri, u.IsInternal, u.IsInactive, new UrlDisplayPropertiesViewModel(TranslateKnownUrlName(u), u.DisplayProperties.SortOrder)))