2 writes to _itemType
Microsoft.Build (2)
Instance\ProjectItemDefinitionInstance.cs (2)
45
_itemType
= itemType;
224
translator.Translate(ref
_itemType
);
3 references to _itemType
Microsoft.Build (3)
Instance\ProjectItemDefinitionInstance.cs (3)
91
{ return
_itemType
; }
177
if (specifiedItemType == null || String.Equals(
_itemType
, specifiedItemType, StringComparison.OrdinalIgnoreCase))
236
string IItemTypeDefinition.ItemType =>
_itemType
;