1 instantiation of CacheInfo
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
711
return new
CacheInfo
8 references to CacheInfo
dotnet (8)
Commands\Run\VirtualProjectBuildingCommand.cs (8)
156
public (BuildLevel Level,
CacheInfo
? Cache) LastBuild { get; private set; }
195
CacheInfo
? cache = null;
447
void TryCacheCscArguments(
CacheInfo
cache, BuildResult result, ProjectInstance projectInstance)
694
private
CacheInfo
ComputeCacheEntry()
742
private bool NeedsToBuild(out
CacheInfo
cache)
887
private void EnsurePreviousCacheEntry(
CacheInfo
cache)
896
private BuildLevel GetBuildLevel(out
CacheInfo
cache)
1028
private void MarkBuildSuccess(
CacheInfo
cache)