10 references to GetComponentPath
aspire (10)
Layout\LayoutConfiguration.cs (6)
95
var runtimePath =
GetComponentPath
(LayoutComponent.Runtime);
113
public string? GetDcpPath() =>
GetComponentPath
(LayoutComponent.Dcp);
118
public string? GetDashboardPath() =>
GetComponentPath
(LayoutComponent.Dashboard);
126
var serverPath =
GetComponentPath
(LayoutComponent.AppHostServer);
141
var helperPath =
GetComponentPath
(LayoutComponent.NuGetHelper);
155
var devCertsPath =
GetComponentPath
(LayoutComponent.DevCerts);
Layout\LayoutDiscovery.cs (3)
90
return layout?.
GetComponentPath
(component);
267
var dcpPath = layout.
GetComponentPath
(LayoutComponent.Dcp);
274
var dashboardPath = layout.
GetComponentPath
(LayoutComponent.Dashboard);
Layout\LayoutProcessRunner.cs (1)
117
var runtimePath = layout.
GetComponentPath
(LayoutComponent.Runtime);