1 instantiation of CacheInfo
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
800
return new
CacheInfo
12 references to CacheInfo
dotnet (12)
Commands\Run\VirtualProjectBuildingCommand.cs (12)
101
public (BuildLevel Level,
CacheInfo
? Cache) LastBuild { get; private set; }
183
CacheInfo
? cache = null;
456
void CacheCscArguments(
CacheInfo
cache, BuildResult result)
500
void ReuseInfoFromPreviousCacheEntry(
CacheInfo
cache)
513
void WriteCscRsp(
CacheInfo
cache)
556
void CollectAdditionalSources(
CacheInfo
cache, ProjectInstance projectInstance)
775
private
CacheInfo
? ComputeCacheEntry()
830
private bool NeedsToBuild([NotNullWhen(returnValue: false)] out
CacheInfo
? cache)
997
static string? GetReasonToNotReuseCscArguments(
CacheInfo
cache)
1041
private void EnsurePreviousCacheEntry(
CacheInfo
cache)
1050
private BuildLevel GetBuildLevel(out
CacheInfo
? cache)
1168
private void MarkBuildSuccess(
CacheInfo
cache)