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