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