1 write to GetCacheResultImplementation
Microsoft.Build.Engine.UnitTests (1)
ProjectCache\ProjectCacheTests.cs (1)
1591
GetCacheResultImplementation
= (request, _, _) =>
2 references to GetCacheResultImplementation
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (2)
250
return
GetCacheResultImplementation
!= null
251
?
GetCacheResultImplementation
(buildRequest, logger, cancellationToken)