2 writes to IsInternal
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2588
IsInternal
= other.IsInternal;
2669
IsInternal
= input.ReadBool();
10 references to IsInternal
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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
;
ResourceService\Partials.cs (1)
95
select new UrlViewModel(u.EndpointName, parsedUri, u.
IsInternal
, u.IsInactive, new UrlDisplayPropertiesViewModel(TranslateKnownUrlName(u), u.DisplayProperties.SortOrder)))