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