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