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