3 writes to _itemType
Microsoft.Build (3)
Instance\ProjectItemInstance.cs (3)
141_itemType = that._itemType; 581translator.Translate(ref _itemType); 703_itemType = itemTypeToUse;
3 references to _itemType
Microsoft.Build (3)
Instance\ProjectItemInstance.cs (3)
141_itemType = that._itemType; 176{ return _itemType; } 559if (itemType == null || String.Equals(itemType, _itemType, StringComparison.OrdinalIgnoreCase))