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)
88internal IQueryable<VolumeViewModel> FilteredVolumes =>
Components_Controls_ResourceDetails_razor.g.cs (17)
1355VolumeViewModel 1361__builder3.AddComponentParameter(129, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1369), (global::System.Func<VolumeViewModel, global::System.Object>)( 1378__builder3.AddComponentParameter(130, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1386), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<VolumeViewModel>>( 1395__builder3.AddComponentParameter(131, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1412__builder3.AddComponentParameter(132, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1429__builder3.AddComponentParameter(133, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1446__builder3.AddComponentParameter(134, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1463__builder3.AddComponentParameter(135, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1480__builder3.AddComponentParameter(136, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1489__builder3.AddComponentParameter(137, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1506__builder3.AddComponentParameter(138, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1515__builder3.AddComponentParameter(139, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<VolumeViewModel>. 1544GridSort<VolumeViewModel>.ByAscending(i => i.Source) 1642GridSort<VolumeViewModel>.ByAscending(i => i.Target) 1740GridSort<VolumeViewModel>.ByAscending(i => i.MountType)
Model\ResourceViewModel.cs (1)
37public required ImmutableArray<VolumeViewModel> Volumes { get; init; }
ServiceClient\Partials.cs (1)
109ImmutableArray<VolumeViewModel> GetVolumes()