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