1 override of ItemTypes
Microsoft.Build (1)
Definition\Project.cs (1)
2176
public override ICollection<string>
ItemTypes
=> _data.ItemTypes;
1 reference to ItemTypes
Microsoft.Build (1)
Definition\Project.cs (1)
635
public ICollection<string> ItemTypes => implementation.
ItemTypes
;