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)
1550VolumeViewModel 1556__builder3.AddComponentParameter(143, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1564), (global::System.Func<VolumeViewModel, global::System.Object>)( 1573__builder3.AddComponentParameter(144, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1581), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<VolumeViewModel>>( 1590__builder3.AddComponentParameter(145, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1607__builder3.AddComponentParameter(146, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1624__builder3.AddComponentParameter(147, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1641__builder3.AddComponentParameter(148, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1658__builder3.AddComponentParameter(149, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1675__builder3.AddComponentParameter(150, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1684__builder3.AddComponentParameter(151, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1701__builder3.AddComponentParameter(152, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1710__builder3.AddComponentParameter(153, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1739GridSort<VolumeViewModel>.ByAscending(i => i.Source) 1837GridSort<VolumeViewModel>.ByAscending(i => i.Target) 1935GridSort<VolumeViewModel>.ByAscending(i => i.MountType)
Model\ResourceViewModel.cs (1)
37public required ImmutableArray<VolumeViewModel> Volumes { get; init; }
ServiceClient\Partials.cs (1)
109ImmutableArray<VolumeViewModel> GetVolumes()