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)
48
ItemType
= itemType;
60
ItemType
= 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)
236
item.SetMetadata(nameof(ConflictItemType), conflict.
ItemType
.ToString());
250
if (loser.
ItemType
== ConflictItemType.Reference)
254
if (winner.
ItemType
== ConflictItemType.Platform)
270
if (loser.
ItemType
== ConflictItemType.Reference)
274
else if (loser.
ItemType
== ConflictItemType.CopyLocal)