2 references to ManifestFilenameConvention
dotnet-aot (2)
parent\dotnet\ToolManifest\ToolManifestFinder.cs (2)
168
var tryManifest = currentSearchDirectory.Value.WithFile(
ManifestFilenameConvention
);
169
yield return (currentSearchDotConfigDirectory.WithFile(
ManifestFilenameConvention
),