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