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