2 references to GetCommandPath
Microsoft.DotNet.MSBuildSdkResolver (1)
EnvironmentProvider.cs (1)
71
string? dotnetExeFromPath =
GetCommandPath
(Constants.DotNet);
Microsoft.DotNet.MSBuildSdkResolver.Tests (1)
GivenAnEnvironmentForResolution.cs (1)
13
var pathResult = environmentProvider.
GetCommandPath
("nonexistantCommand");