2 writes to _itemType
Microsoft.Build (2)
Instance\ProjectItemDefinitionInstance.cs (2)
46
_itemType
= itemType;
225
translator.Translate(ref
_itemType
);
3 references to _itemType
Microsoft.Build (3)
Instance\ProjectItemDefinitionInstance.cs (3)
92
{ return
_itemType
; }
178
if (specifiedItemType == null || String.Equals(
_itemType
, specifiedItemType, StringComparison.OrdinalIgnoreCase))
237
string IItemTypeDefinition.ItemType =>
_itemType
;