3 writes to _itemType
Microsoft.Build (3)
Instance\ProjectItemInstance.cs (3)
150_itemType = that._itemType; 596translator.Translate(ref _itemType); 738_itemType = itemTypeToUse;
3 references to _itemType
Microsoft.Build (3)
Instance\ProjectItemInstance.cs (3)
150_itemType = that._itemType; 185{ return _itemType; } 574if (itemType == null || String.Equals(itemType, _itemType, StringComparison.OrdinalIgnoreCase))