1 instantiation of VolumeViewModel
Aspire.Dashboard (1)
ServiceClient\Partials.cs (1)
112.Select((v, i) => new VolumeViewModel(i, v.Source, v.Target, v.MountType, v.IsReadOnly))
20 references to VolumeViewModel
Aspire.Dashboard (20)
Components\Controls\ResourceDetails.razor.cs (1)
86internal IQueryable<VolumeViewModel> FilteredVolumes =>
Components_Controls_ResourceDetails_razor.g.cs (17)
1556VolumeViewModel 1562__builder3.AddComponentParameter(143, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1570), (global::System.Func<VolumeViewModel, global::System.Object>)( 1579__builder3.AddComponentParameter(144, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1587), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<VolumeViewModel>>( 1596__builder3.AddComponentParameter(145, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1613__builder3.AddComponentParameter(146, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1630__builder3.AddComponentParameter(147, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1647__builder3.AddComponentParameter(148, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1664__builder3.AddComponentParameter(149, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1681__builder3.AddComponentParameter(150, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1690__builder3.AddComponentParameter(151, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1707__builder3.AddComponentParameter(152, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1716__builder3.AddComponentParameter(153, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1745GridSort<VolumeViewModel>.ByAscending(i => i.Source) 1843GridSort<VolumeViewModel>.ByAscending(i => i.Target) 1941GridSort<VolumeViewModel>.ByAscending(i => i.MountType)
Model\ResourceViewModel.cs (1)
37public required ImmutableArray<VolumeViewModel> Volumes { get; init; }
ServiceClient\Partials.cs (1)
109ImmutableArray<VolumeViewModel> GetVolumes()