2 implementations of ItemType
Microsoft.NET.Build.Tasks (1)
ConflictItem.cs (1)
91public ConflictItemType ItemType { get; }
Microsoft.NET.Build.Tasks.UnitTests (1)
Mocks\MockConflictItem.cs (1)
27public ConflictItemType ItemType { get; set; }
4 references to ItemType
Microsoft.NET.Build.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)