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