2 instantiations of ResourcesPageState
Aspire.Dashboard (1)
Components\Pages\Resources.razor.cs (1)
999return new ResourcesPageState
Aspire.Dashboard.Components.Tests (1)
Pages\ResourcesTests.cs (1)
563new Components.Pages.Resources.ResourcesPageState
3 references to ResourcesPageState
Aspire.Dashboard (3)
Components\Pages\Resources.razor.cs (3)
25public partial class Resources : ComponentBase, IComponentWithTelemetry, IAsyncDisposable, IPageWithSessionAndUrlState<Resources.ResourcesViewModel, Resources.ResourcesPageState> 981public string GetUrlFromSerializableViewModel(ResourcesPageState serializable) 997public ResourcesPageState ConvertViewModelToSerializable()