2 writes to EndpointName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2582EndpointName = other.EndpointName; 2661EndpointName = input.ReadString();
8 references to EndpointName
Aspire.Dashboard (8)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (6)
2459if (EndpointName != other.EndpointName) return false; 2471if (HasEndpointName) hash ^= EndpointName.GetHashCode(); 2526output.WriteString(EndpointName); 2555size += 1 + pb::CodedOutputStream.ComputeStringSize(EndpointName); 2582EndpointName = other.EndpointName;
ResourceService\Partials.cs (2)
84return (url.EndpointName, url.DisplayProperties.DisplayName) switch 95select new UrlViewModel(u.EndpointName, parsedUri, u.IsInternal, u.IsInactive, new UrlDisplayPropertiesViewModel(TranslateKnownUrlName(u), u.DisplayProperties.SortOrder)))