1 write to _itemType
Microsoft.Build (1)
Instance\ProjectItemInstance.cs (1)
2254
_itemType
= itemType;
2 references to _itemType
Microsoft.Build (2)
Instance\ProjectItemInstance.cs (2)
2288
if ((requiredItemType == null) || MSBuildNameIgnoreCaseComparer.Default.Equals(
_itemType
, requiredItemType))
2296
string IItemTypeDefinition.ItemType =>
_itemType
;