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