2 instantiations of ProjectItemKey
dotnet (2)
Commands\Project\Convert\ProjectConvertCommand.cs (2)
440
automaticallyIncludedItems.Add(new
ProjectItemKey
(itemType, fullPath));
459
var itemKey = new
ProjectItemKey
(itemType, fullPath);
7 references to ProjectItemKey
dotnet (7)
Commands\Project\Convert\ProjectConvertCommand.cs (7)
430
var automaticallyIncludedItems = new HashSet<
ProjectItemKey
>(ProjectItemComparer.Instance);
444
var addedExplicitItems = new HashSet<
ProjectItemKey
>(ProjectItemComparer.Instance);
459
var
itemKey = new ProjectItemKey(itemType, fullPath);
578
private sealed class ProjectItemComparer : IEqualityComparer<
ProjectItemKey
>
584
public bool Equals(
ProjectItemKey
x,
ProjectItemKey
y)
590
public int GetHashCode(
ProjectItemKey
obj)