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