3 references to CommandPathResolver
Aspire.Hosting.Tasks (3)
ResolveAspireCliBundle.cs (1)
168return CommandPathResolver.EnumerateFromPath("aspire");
ResolveAspireCliInvocation.cs (2)
80ResolvedAspireCliPath = CommandPathResolver.ResolveFromPath("aspire", PathEnvironmentVariable); 87foreach (var dnxPath in CommandPathResolver.EnumerateFromPath("dnx", PathEnvironmentVariable))