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