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