1 write to IsInternal
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
477IsInternal = isInternal;
6 references to IsInternal
Aspire.Dashboard (2)
Model\ResourceUrlHelpers.cs (2)
20if ((includeInternalUrls && url.IsInternal) || !url.IsInternal)
Aspire.Dashboard.Tests (4)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
105IsInternal = url.IsInternal,
Model\SqliteResourceRepositoryTests.cs (3)
453Assert.False(url.IsInternal); 459Assert.True(url.IsInternal); 499Assert.Equal(isInternal, actual.IsInternal);