2 references to ToolManifestFileName
dotnet (1)
ToolManifest\ToolManifestFinder.cs (1)
253
string manifestFileLocation = Path.Combine(folderPath.Value, Constants.
ToolManifestFileName
);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\ToolManifest\ToolManifestFinder.cs (1)
253
string manifestFileLocation = Path.Combine(folderPath.Value, Constants.
ToolManifestFileName
);