Implemented interface member:
property
ItemType
Microsoft.NET.Build.Tasks.ConflictResolution.IConflictItem.ItemType
2 writes to ItemType
Microsoft.NET.Build.Extensions.Tasks (2)
ConflictItem.cs (2)
43ItemType = itemType; 49ItemType = ConflictItemType.Platform;
7 references to ItemType
Microsoft.NET.Build.Extensions.Tasks (7)
ConflictItem.cs (2)
100_exists = ItemType == ConflictItemType.Platform || File.Exists(SourcePath); 226_displayName = $"{ItemType}:{itemSpec}";
ResolvePackageFileConflicts.cs (5)
221item.SetMetadata(nameof(ConflictItemType), conflict.ItemType.ToString()); 235if (loser.ItemType == ConflictItemType.Reference) 239if (winner.ItemType == ConflictItemType.Platform) 255if (loser.ItemType == ConflictItemType.Reference) 259else if (loser.ItemType == ConflictItemType.CopyLocal)