4 references to GetComponentPath
aspire (4)
Layout\LayoutConfiguration.cs (2)
76public string? GetDcpPath() => GetComponentPath(LayoutComponent.Dcp); 84var managedDir = GetComponentPath(LayoutComponent.Managed);
Layout\LayoutDiscovery.cs (2)
88return layout?.GetComponentPath(component); 248var dcpPath = layout.GetComponentPath(LayoutComponent.Dcp);