1 implementation of GetDirectoryCacheForEvaluation
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2151
public IDirectoryCache
GetDirectoryCacheForEvaluation
(int evaluationId)
1 reference to GetDirectoryCacheForEvaluation
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
232
IDirectoryCache directoryCache = directoryCacheFactory?.
GetDirectoryCacheForEvaluation
(_evaluationLoggingContext.BuildEventContext.EvaluationId);