2 writes to _itemType
Microsoft.Build (2)
Instance\ProjectItemDefinitionInstance.cs (2)
47
_itemType
= itemType;
231
translator.Translate(ref
_itemType
);
3 references to _itemType
Microsoft.Build (3)
Instance\ProjectItemDefinitionInstance.cs (3)
92
{ return
_itemType
; }
191
bool matchesItemType = specifiedItemType == null || String.Equals(
_itemType
, specifiedItemType, StringComparison.OrdinalIgnoreCase);
243
string IItemTypeDefinition.ItemType =>
_itemType
;