5 references to Platform
Microsoft.NET.Build.Extensions.Tasks (5)
ConflictItem.cs (2)
49
ItemType = ConflictItemType.
Platform
;
100
_exists = ItemType == ConflictItemType.
Platform
|| File.Exists(SourcePath);
ConflictResolver.cs (2)
311
var isPlatform1 = item1.ItemType == ConflictItemType.
Platform
;
312
var isPlatform2 = item2.ItemType == ConflictItemType.
Platform
;
ResolvePackageFileConflicts.cs (1)
239
if (winner.ItemType == ConflictItemType.
Platform
)