4 references to Dcp
aspire (4)
Layout\LayoutConfiguration.cs (2)
81LayoutComponent.Dcp => Components.Dcp, 113public string? GetDcpPath() => GetComponentPath(LayoutComponent.Dcp);
Layout\LayoutDiscovery.cs (2)
77LayoutComponent.Dcp => Environment.GetEnvironmentVariable(BundleDiscovery.DcpPathEnvVar), 267var dcpPath = layout.GetComponentPath(LayoutComponent.Dcp);