4 references to ItemType
Microsoft.Build (2)
Instance\ProjectItemDefinitionInstance.cs (2)
134
get { return
ItemType
; }
212
ProjectItemDefinitionElement element = parent.ContainingProject.CreateItemDefinitionElement(
ItemType
);
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
248
Assert.Equal(x.
ItemType
, y.
ItemType
);