2 references to TryGetFromCache
Microsoft.Build (2)
Evaluation\LazyItemEvaluator.cs (2)
294if (_memoizedOperation.TryGetFromCache(globsToIgnore, out items)) 332if (currentList._memoizedOperation.TryGetFromCache(globsToIgnoreFromFutureOperations, out itemsFromCache))