3 writes to FullUrl
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2585FullUrl = other.FullUrl; 2665FullUrl = input.ReadString();
Dashboard\proto\Partials.cs (1)
46var url = new Url { EndpointName = urlSnapshot.Name ?? "", FullUrl = urlSnapshot.Url, IsInternal = urlSnapshot.IsInternal, IsInactive = urlSnapshot.IsInactive };
10 references to FullUrl
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
2460if (FullUrl != other.FullUrl) return false; 2472if (FullUrl.Length != 0) hash ^= FullUrl.GetHashCode(); 2528if (FullUrl.Length != 0) { 2530output.WriteString(FullUrl); 2557if (FullUrl.Length != 0) { 2558size += 1 + pb::CodedOutputStream.ComputeStringSize(FullUrl); 2584if (other.FullUrl.Length != 0) { 2585FullUrl = other.FullUrl;