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)
186
ResultsCacheResponse response = cache.
SatisfyRequest
(request, new List<string>(), new List<string>(new string[] { "testTarget2" }), skippedResultsDoNotCauseCacheMiss: false);
238
ResultsCacheResponse cacheResponseForRequestWithNoBuildDataFlags = cache.
SatisfyRequest
(
244
ResultsCacheResponse cachedResponseForProjectState = cache.
SatisfyRequest
(
250
ResultsCacheResponse cacheResponseForNoBuildDataFlags2 = cache.
SatisfyRequest
(
319
ResultsCacheResponse cachedResponseWithSubsetFlag1 = cache.
SatisfyRequest
(
325
ResultsCacheResponse cachedResponseWithSubsetFlag2 = cache.
SatisfyRequest
(