1 write to _itemFactory
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
289_itemFactory = itemFactory;
5 references to _itemFactory
Microsoft.Build (5)
Evaluation\Evaluator.cs (5)
755lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data, _itemFactory, _evaluationLoggingContext, _evaluationProfiler, _evaluationContext); 2737_itemFactory.ItemElement = syntheticItemElement; 2743I item = _itemFactory.CreateItem(importedProject.EscapedFullPath ?? string.Empty, definingProject); 2812_itemFactory.ItemElement = syntheticItemElement; 2824I item = _itemFactory.CreateItem(globResult.ItemElement.ItemType, definingProject);