2 instantiations of ProjectItemKey
dotnet (2)
Commands\Project\Convert\ProjectConvertCommand.cs (2)
438
automaticallyIncludedItems.Add(new
ProjectItemKey
(itemType, fullPath));
457
var itemKey = new
ProjectItemKey
(itemType, fullPath);
7 references to ProjectItemKey
dotnet (7)
Commands\Project\Convert\ProjectConvertCommand.cs (7)
428
var automaticallyIncludedItems = new HashSet<
ProjectItemKey
>(ProjectItemComparer.Instance);
442
var addedExplicitItems = new HashSet<
ProjectItemKey
>(ProjectItemComparer.Instance);
457
var
itemKey = new ProjectItemKey(itemType, fullPath);
576
private sealed class ProjectItemComparer : IEqualityComparer<
ProjectItemKey
>
582
public bool Equals(
ProjectItemKey
x,
ProjectItemKey
y)
588
public int GetHashCode(
ProjectItemKey
obj)