2 instantiations of ResourcesPageState
Aspire.Dashboard (1)
Components\Pages\Resources.razor.cs (1)
974return new ResourcesPageState
Aspire.Dashboard.Components.Tests (1)
Pages\ResourcesTests.cs (1)
235new Components.Pages.Resources.ResourcesPageState
3 references to ResourcesPageState
Aspire.Dashboard (3)
Components\Pages\Resources.razor.cs (3)
29public partial class Resources : ComponentBase, IComponentWithTelemetry, IAsyncDisposable, IPageWithSessionAndUrlState<Resources.ResourcesViewModel, Resources.ResourcesPageState> 956public string GetUrlFromSerializableViewModel(ResourcesPageState serializable) 972public ResourcesPageState ConvertViewModelToSerializable()