3 writes to IsInternal
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2588IsInternal = other.IsInternal; 2669IsInternal = input.ReadBool();
Dashboard\proto\Partials.cs (1)
46var url = new Url { EndpointName = urlSnapshot.Name ?? "", FullUrl = urlSnapshot.Url, IsInternal = urlSnapshot.IsInternal, IsInactive = urlSnapshot.IsInactive };
9 references to IsInternal
Aspire.Hosting (9)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (9)
2461if (IsInternal != other.IsInternal) return false; 2473if (IsInternal != false) hash ^= IsInternal.GetHashCode(); 2532if (IsInternal != false) { 2534output.WriteBool(IsInternal); 2560if (IsInternal != false) { 2587if (other.IsInternal != false) { 2588IsInternal = other.IsInternal;