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); 578private sealed class ProjectItemComparer : IEqualityComparer<ProjectItemKey> 584public bool Equals(ProjectItemKey x, ProjectItemKey y) 590public int GetHashCode(ProjectItemKey obj)