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
; }
173
ProjectItemDefinitionElement itemDefinition = _project.Xml.AddItemDefinition(
_itemType
);
242
if (specifiedItemType == null || String.Equals(
_itemType
, specifiedItemType, StringComparison.OrdinalIgnoreCase))