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); 778public bool IsBundleModeAvailable(string? projectDirectory = null) => _layout is not null || _componentPaths.Count > 0;