4 references to Executable
dotnet-aot (4)
parent\dotnet\CommandFactory\CommandResolution\LocalToolsCommandResolver.cs (2)
86
if (!_fileSystem.File.Exists(toolCommand.
Executable
.Value))
92
return ToolCommandSpecCreator.CreateToolCommandSpec(toolCommand.Name.Value, toolCommand.
Executable
.Value, toolCommand.Runner,
parent\dotnet\ToolPackage\LocalToolsResolverCache.cs (1)
129
PathToExecutable = toolCommand.
Executable
.Value
parent\dotnet\ToolPackage\ToolCommand.cs (1)
24
return $"ToolCommandName: {Name.Value} - Runner: {Runner} - FilePath: {
Executable
.Value}";