3 references to _componentPaths
Aspire.Cli.Tests (3)
Utils\CliTestHelper.cs (3)
769
_componentPaths
.Add(component, componentPath);
776
(
_componentPaths
.TryGetValue(component, out var componentPath) ? componentPath : null);
778
public bool IsBundleModeAvailable(string? projectDirectory = null) => _layout is not null ||
_componentPaths
.Count > 0;