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