3 references to Components
dotnet (1)
Commands\New\NewCommandParser.cs (1)
136
builtIns.AddRange(
Components
.AllComponents);
Microsoft.TemplateEngine.Cli.UnitTests (2)
AllComponents.cs (2)
13
var assemblyCatalog = new AssemblyComponentCatalog(new[] { typeof(
Components
).Assembly });
16
var actualTypeNames =
Components
.AllComponents.Select(t => t.Type.FullName + ";" + t.Instance.GetType().FullName).OrderBy(name => name);