1 instantiation of CacheInfo
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
795
return new
CacheInfo
12 references to CacheInfo
dotnet (12)
Commands\Run\VirtualProjectBuildingCommand.cs (12)
101
public (BuildLevel Level,
CacheInfo
? Cache) LastBuild { get; private set; }
181
CacheInfo
? cache = null;
454
void CacheCscArguments(
CacheInfo
cache, BuildResult result)
498
void ReuseInfoFromPreviousCacheEntry(
CacheInfo
cache)
511
void WriteCscRsp(
CacheInfo
cache)
553
void CollectAdditionalSources(
CacheInfo
cache, ProjectInstance projectInstance)
770
private
CacheInfo
? ComputeCacheEntry()
825
private bool NeedsToBuild([NotNullWhen(returnValue: false)] out
CacheInfo
? cache)
992
static string? GetReasonToNotReuseCscArguments(
CacheInfo
cache)
1036
private void EnsurePreviousCacheEntry(
CacheInfo
cache)
1045
private BuildLevel GetBuildLevel(out
CacheInfo
? cache)
1163
private void MarkBuildSuccess(
CacheInfo
cache)