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