3 writes to IsInternal
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2588
IsInternal
= other.IsInternal;
2669
IsInternal
= 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 IsInternal
Aspire.Hosting (9)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (9)
2461
if (
IsInternal
!= other.
IsInternal
) return false;
2473
if (
IsInternal
!= false) hash ^=
IsInternal
.GetHashCode();
2532
if (
IsInternal
!= false) {
2534
output.WriteBool(
IsInternal
);
2560
if (
IsInternal
!= false) {
2587
if (other.
IsInternal
!= false) {
2588
IsInternal = other.
IsInternal
;