1 implementation of ItemType
Microsoft.NET.Build.Extensions.Tasks (1)
ConflictItem.cs (1)
91
public ConflictItemType
ItemType
{ get; }
4 references to ItemType
Microsoft.NET.Build.Extensions.Tasks (4)
ConflictResolver.cs (4)
311
var isPlatform1 = item1.
ItemType
== ConflictItemType.Platform;
312
var isPlatform2 = item2.
ItemType
== ConflictItemType.Platform;
326
if (item1.
ItemType
== ConflictItemType.CopyLocal && item2.
ItemType
== ConflictItemType.CopyLocal)