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