3 writes to EndpointName
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2582EndpointName = other.EndpointName; 2661EndpointName = input.ReadString();
Dashboard\proto\Partials.cs (1)
46var 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)
2459if (EndpointName != other.EndpointName) return false; 2471if (HasEndpointName) hash ^= EndpointName.GetHashCode(); 2526output.WriteString(EndpointName); 2555size += 1 + pb::CodedOutputStream.ComputeStringSize(EndpointName); 2582EndpointName = other.EndpointName;