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