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)
49
string excludeExpanded = _expander.ExpandIntoStringLeaveEscaped(exclude, ExpanderOptions.ExpandPropertiesAndItems,
_itemElement
.ExcludeLocation);
74
elementLocation:
_itemElement
.IncludeLocation);
89
itemsToAdd.Add(_itemFactory.CreateItem(value, value,
_itemElement
.ContainingProject.FullPath));
120
includeLocation:
_itemElement
.IncludeLocation,
121
excludeLocation:
_itemElement
.ExcludeLocation);
132
itemsToAdd.Add(_itemFactory.CreateItem(includeSplitFileEscaped, glob,
_itemElement
.ContainingProject.FullPath));
167
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))