3 writes to FullUrl
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2585
FullUrl
= other.FullUrl;
2665
FullUrl
= input.ReadString();
Dashboard\proto\Partials.cs (1)
46
var 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)
2460
if (
FullUrl
!= other.
FullUrl
) return false;
2472
if (
FullUrl
.Length != 0) hash ^=
FullUrl
.GetHashCode();
2528
if (
FullUrl
.Length != 0) {
2530
output.WriteString(
FullUrl
);
2557
if (
FullUrl
.Length != 0) {
2558
size += 1 + pb::CodedOutputStream.ComputeStringSize(
FullUrl
);
2584
if (other.
FullUrl
.Length != 0) {
2585
FullUrl = other.
FullUrl
;