1 write to _itemElement
Microsoft.Build (1)
Evaluation\LazyItemEvaluator.LazyItemOperation.cs (1)
38
_itemElement
= builder.ItemElement;
14 references to _itemElement
Microsoft.Build (14)
Evaluation\LazyItemEvaluator.IncludeOperation.cs (7)
48
string excludeExpanded = _expander.ExpandIntoStringLeaveEscaped(exclude, ExpanderOptions.ExpandPropertiesAndItems,
_itemElement
.ExcludeLocation);
69
elementLocation:
_itemElement
.IncludeLocation);
95
itemsToAdd.Add(_itemFactory.CreateItem(value, value,
_itemElement
.ContainingProject.FullPath));
126
includeLocation:
_itemElement
.IncludeLocation,
127
excludeLocation:
_itemElement
.ExcludeLocation);
138
itemsToAdd.Add(_itemFactory.CreateItem(includeSplitFileEscaped, glob,
_itemElement
.ContainingProject.FullPath));
173
listBuilder.Add(new ItemData(item,
_itemElement
, _elementOrder, _conditionResult));
Evaluation\LazyItemEvaluator.LazyItemOperation.cs (4)
47
_itemFactory = new ItemFactoryWrapper(
_itemElement
, _lazyEvaluator._itemFactory);
57
MSBuildEventSource.Log.ApplyLazyItemOperationsStart(
_itemElement
.ItemType);
58
using (_lazyEvaluator._evaluationProfiler.TrackElement(
_itemElement
))
62
MSBuildEventSource.Log.ApplyLazyItemOperationsStop(
_itemElement
.ItemType);
Evaluation\LazyItemEvaluator.RemoveOperation.cs (1)
54
if (ItemspecContainsASingleBareItemReference(_itemSpec,
_itemElement
.ItemType))
Evaluation\LazyItemEvaluator.UpdateOperation.cs (2)
98
ItemData clonedData = item.Clone(_itemFactory,
_itemElement
);
108
if (ItemspecContainsASingleBareItemReference(_itemSpec,
_itemElement
.ItemType))