2 instantiations of ResourcesPageState
Aspire.Dashboard (1)
Components\Pages\Resources.razor.cs (1)
858return new ResourcesPageState
Aspire.Dashboard.Components.Tests (1)
Pages\ResourcesTests.cs (1)
233new Components.Pages.Resources.ResourcesPageState
3 references to ResourcesPageState
Aspire.Dashboard (3)
Components\Pages\Resources.razor.cs (3)
26public partial class Resources : ComponentBase, IComponentWithTelemetry, IAsyncDisposable, IPageWithSessionAndUrlState<Resources.ResourcesViewModel, Resources.ResourcesPageState> 840public string GetUrlFromSerializableViewModel(ResourcesPageState serializable) 856public ResourcesPageState ConvertViewModelToSerializable()