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