2 references to AllComponents
dotnet (1)
Commands\New\NewCommandParser.cs (1)
136
builtIns.AddRange(Components.
AllComponents
);
Microsoft.TemplateEngine.Cli.UnitTests (1)
AllComponents.cs (1)
16
var actualTypeNames = Components.
AllComponents
.Select(t => t.Type.FullName + ";" + t.Instance.GetType().FullName).OrderBy(name => name);