Implemented interface member:
method
SatisfyRequest
Microsoft.Build.BackEnd.IResultsCache.SatisfyRequest(Microsoft.Build.BackEnd.BuildRequest, System.Collections.Generic.List<System.String>, System.Collections.Generic.List<System.String>, System.Boolean)
8 references to SatisfyRequest
Microsoft.Build (2)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (2)
94
CurrentCache.
SatisfyRequest
(
105
return CurrentCache.
SatisfyRequest
(
Microsoft.Build.Engine.UnitTests (6)
BackEnd\ResultsCache_Tests.cs (6)
183
ResultsCacheResponse response = cache.
SatisfyRequest
(request, new List<string>(), new List<string>(new string[] { "testTarget2" }), skippedResultsDoNotCauseCacheMiss: false);
235
ResultsCacheResponse cacheResponseForRequestWithNoBuildDataFlags = cache.
SatisfyRequest
(
241
ResultsCacheResponse cachedResponseForProjectState = cache.
SatisfyRequest
(
247
ResultsCacheResponse cacheResponseForNoBuildDataFlags2 = cache.
SatisfyRequest
(
316
ResultsCacheResponse cachedResponseWithSubsetFlag1 = cache.
SatisfyRequest
(
322
ResultsCacheResponse cachedResponseWithSubsetFlag2 = cache.
SatisfyRequest
(