3 implementations of SetRunPinned
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
244public void SetRunPinned(DashboardRunDescriptor run, bool isPinned)
Aspire.Dashboard.Components.Tests (1)
Shared\FluentUISetupHelpers.cs (1)
283public void SetRunPinned(DashboardRunDescriptor run, bool isPinned)
Aspire.Dashboard.Tests (1)
Shared\TestDashboardDataSource.cs (1)
59public void SetRunPinned(DashboardRunDescriptor run, bool isPinned)
1 reference to SetRunPinned
Aspire.Dashboard (1)
Components\Controls\DashboardRunSelect.razor.cs (1)
94RunStore.SetRunPinned(run, isPinned);