5 references to ViewModel
Aspire.Dashboard (4)
Components\Controls\StructuredLogDetails.razor.cs (4)
41ViewModel.LogEntry.ApplicationView.AllProperties().Select(p => new TelemetryPropertyViewModel { Name = p.DisplayName, Key = p.Key, Value = p.Value }) 60if (!ReferenceEquals(ViewModel, _viewModel)) 63if (ViewModel.LogEntry.InternalId != _viewModel?.LogEntry.InternalId) 68_viewModel = ViewModel;
Aspire.Dashboard.Components.Tests (1)
Controls\StructuredLogDetailsTests.cs (1)
57builder.Add(p => p.ViewModel, model);