1 write to ItemType
Microsoft.Build (1)
Evaluation\ExpressionShredder.cs (1)
985
ItemType
= itemType;
6 references to ItemType
Microsoft.Build (6)
Evaluation\Expander.ItemExpander.cs (3)
373
itemFactory.ItemType = expressionCapture.
ItemType
;
481
ProjectErrorUtilities.VerifyThrowInvalidProject(!itemVector.
ItemType
.IsNullOrEmpty(), elementLocation, "InvalidFunctionPropertyExpression");
483
ICollection<I> items = evaluatedItems.GetItems(itemVector.
ItemType
);
Evaluation\LazyItemEvaluator.cs (2)
681
if (match.
ItemType
!= null)
683
AddReferencedItemList(match.
ItemType
, operationBuilder.ReferencedItemLists);
Evaluation\LazyItemEvaluator.LazyItemOperation.cs (1)
316
if (!itemExpressionFragment.Capture.
ItemType
.Equals(referencedItemType, StringComparison.OrdinalIgnoreCase))