Implemented interface member:
property
ItemType
Microsoft.NET.Build.Tasks.ConflictResolution.IConflictItem.ItemType
2 writes to ItemType
Microsoft.NET.Build.Tasks (2)
parent\Common\ConflictResolution\ConflictItem.cs (2)
48ItemType = itemType; 60ItemType = ConflictItemType.Platform;
7 references to ItemType
Microsoft.NET.Build.Tasks (7)
parent\Common\ConflictResolution\ConflictItem.cs (2)
111_exists = ItemType == ConflictItemType.Platform || File.Exists(SourcePathForFileAccess); 256_displayName = $"{ItemType}:{itemSpec}";
parent\Common\ConflictResolution\ResolvePackageFileConflicts.cs (5)
236item.SetMetadata(nameof(ConflictItemType), conflict.ItemType.ToString()); 250if (loser.ItemType == ConflictItemType.Reference) 254if (winner.ItemType == ConflictItemType.Platform) 270if (loser.ItemType == ConflictItemType.Reference) 274else if (loser.ItemType == ConflictItemType.CopyLocal)