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