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