4 references to StringifyGroup
Microsoft.NET.ProjectData.Tasks (4)
ProjectDataMerger.cs (4)
252
GroupByIndentation(sharedSections[section]).Select(
StringifyGroup
),
255
.Where(g => !sharedGroupKeys.Contains(
StringifyGroup
(g)))
586
.Select(gl => new HashSet<string>(gl.Select(
StringifyGroup
), StringComparer.Ordinal))
588
return groupedLists[0].Where(g => sets.All(s => s.Contains(
StringifyGroup
(g)))).ToList();