1 write to _itemType
Microsoft.Build (1)
Definition\ProjectItemDefinition.cs (1)
62_itemType = itemType;
3 references to _itemType
Microsoft.Build (3)
Definition\ProjectItemDefinition.cs (3)
88{ return _itemType; } 173ProjectItemDefinitionElement itemDefinition = _project.Xml.AddItemDefinition(_itemType); 242if (specifiedItemType == null || String.Equals(_itemType, specifiedItemType, StringComparison.OrdinalIgnoreCase))