5 references to Platform
Microsoft.NET.Build.Tasks (5)
parent\Common\ConflictResolution\ConflictItem.cs (2)
60ItemType = ConflictItemType.Platform; 111_exists = ItemType == ConflictItemType.Platform || File.Exists(SourcePathForFileAccess);
parent\Common\ConflictResolution\ConflictResolver.cs (2)
311var isPlatform1 = item1.ItemType == ConflictItemType.Platform; 312var isPlatform2 = item2.ItemType == ConflictItemType.Platform;
parent\Common\ConflictResolution\ResolvePackageFileConflicts.cs (1)
254if (winner.ItemType == ConflictItemType.Platform)