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