Implemented interface member:
4 references to GroupIdentity
Microsoft.TemplateEngine.Cli (4)
TemplateGroup.cs (4)
40
GroupIdentity = templates.Select(t => string.IsNullOrWhiteSpace(t.
GroupIdentity
) ? null : t.
GroupIdentity
)
188
.GroupBy(x => x.
GroupIdentity
, x => !string.IsNullOrEmpty(x.
GroupIdentity
), StringComparer.OrdinalIgnoreCase)