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)
94CurrentCache.SatisfyRequest( 105return CurrentCache.SatisfyRequest(
Microsoft.Build.Engine.UnitTests (6)
BackEnd\ResultsCache_Tests.cs (6)
183ResultsCacheResponse response = cache.SatisfyRequest(request, new List<string>(), new List<string>(new string[] { "testTarget2" }), skippedResultsDoNotCauseCacheMiss: false); 235ResultsCacheResponse cacheResponseForRequestWithNoBuildDataFlags = cache.SatisfyRequest( 241ResultsCacheResponse cachedResponseForProjectState = cache.SatisfyRequest( 247ResultsCacheResponse cacheResponseForNoBuildDataFlags2 = cache.SatisfyRequest( 316ResultsCacheResponse cachedResponseWithSubsetFlag1 = cache.SatisfyRequest( 322ResultsCacheResponse cachedResponseWithSubsetFlag2 = cache.SatisfyRequest(