4 writes to StartTimeStamp
Aspire.Dashboard (1)
ServiceClient\Partials.cs (1)
31StartTimeStamp = StartedAt?.ToDateTime(),
Aspire.Dashboard.Components.Tests (2)
Pages\ResourcesTests.cs (1)
380StartTimeStamp = null,
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
40StartTimeStamp = DateTime.UtcNow,
Aspire.Dashboard.Tests (1)
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
40StartTimeStamp = DateTime.UtcNow,
2 references to StartTimeStamp
Aspire.Dashboard (2)
Components\Pages\Resources.razor.cs (1)
202private readonly GridSort<ResourceGridViewModel> _startTimeSort = GridSort<ResourceGridViewModel>.ByDescending(p => p.Resource.StartTimeStamp).ThenAscending(p => p.Resource, ResourceViewModelNameComparer.Instance);
Model\TelemetryExportService.cs (1)
749StartTimestamp = resource.StartTimeStamp,