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)
755
lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data,
_itemFactory
, _evaluationLoggingContext, _evaluationProfiler, _evaluationContext);
2737
_itemFactory
.ItemElement = syntheticItemElement;
2743
I item =
_itemFactory
.CreateItem(importedProject.EscapedFullPath ?? string.Empty, definingProject);
2812
_itemFactory
.ItemElement = syntheticItemElement;
2824
I item =
_itemFactory
.CreateItem(globResult.ItemElement.ItemType, definingProject);