1 write to CurrentEntry
dotnet-aot (1)
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (1)
398
CurrentEntry
= cacheEntry,
6 references to CurrentEntry
dotnet-aot (6)
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (6)
228
cache.
CurrentEntry
.CscArguments = cache.PreviousEntry.CscArguments;
229
cache.
CurrentEntry
.BuildResultFile = cache.PreviousEntry.BuildResultFile;
230
cache.
CurrentEntry
.Run = cache.PreviousEntry.Run;
235
RunFileBuildCacheEntry cacheEntry = cache.
CurrentEntry
;
446
RunFileBuildCacheEntry cacheEntry = cache.
CurrentEntry
;
575
else if (!cache.PreviousEntry.Directives.SequenceEqual(cache.
CurrentEntry
.Directives))