11 references to Platform
Microsoft.NET.Build.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)
Microsoft.NET.Build.Tasks.UnitTests (6)
GivenAConflictResolver.cs (5)
172var item1 = new MockConflictItem() { PackageId = "Unranked1", ItemType = ConflictItemType.Platform }; 197var item2 = new MockConflictItem() { PackageId = "Package1", ItemType = ConflictItemType.Platform }; 259var item1 = new MockConflictItem() { ItemType = ConflictItemType.Platform }; 260var item2 = new MockConflictItem() { ItemType = ConflictItemType.Platform }; 284var item2 = new MockConflictItem() { ItemType = ConflictItemType.Platform };
GivenAPackageOverrideResolver.cs (1)
80ItemType = ConflictItemType.Platform