3 writes to _itemType
Microsoft.Build (3)
Instance\ProjectItemInstance.cs (3)
151_itemType = that._itemType; 611translator.Translate(ref _itemType); 765_itemType = itemTypeToUse;
3 references to _itemType
Microsoft.Build (3)
Instance\ProjectItemInstance.cs (3)
151_itemType = that._itemType; 186{ return _itemType; } 589if (itemType == null || String.Equals(itemType, _itemType, StringComparison.OrdinalIgnoreCase))