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