2 instantiations of ResourcesPageState
Aspire.Dashboard (1)
Components\Pages\Resources.razor.cs (1)
826return 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> 808public string GetUrlFromSerializableViewModel(ResourcesPageState serializable) 824public ResourcesPageState ConvertViewModelToSerializable()