3 references to CombinedList
Microsoft.TemplateEngine.Cli (1)
Alias\AliasRegistry.cs (1)
114
expandedTokens = new
CombinedList
<string>(aliasExpansion, expandedTokens.ToList().GetRange(1, expandedTokens.Count - 1));
Microsoft.TemplateEngine.Core (1)
Util\Processor.cs (1)
35
return new Processor(Config, new
CombinedList
<IOperationProvider>(_operations, tempOperations));
Microsoft.TemplateEngine.Edge (1)
Template\TemplateCreator.cs (1)
416
string message = string.Join(", ", new
CombinedList
<string>(userParamsWithInvalidValues, defaultsWithUnresolvedInvalidValues));