3 references to ReadCacheEntry
dotnet-aot (3)
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (3)
100RunFileBuildCacheEntry? previousEntry = ReadCacheEntry(successCacheFile.FullName); 145RunFileBuildCacheEntry? previousEntry = ReadCacheEntry(successCachePath); 436RunFileBuildCacheEntry? previousCacheEntry = ReadCacheEntry(successCacheFile.FullName);