3 writes to IsInactive
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2591IsInactive = other.IsInactive; 2673IsInactive = 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 IsInactive
Aspire.Hosting (9)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (9)
2462if (IsInactive != other.IsInactive) return false; 2474if (IsInactive != false) hash ^= IsInactive.GetHashCode(); 2536if (IsInactive != false) { 2538output.WriteBool(IsInactive); 2563if (IsInactive != false) { 2590if (other.IsInactive != false) { 2591IsInactive = other.IsInactive;