Base:
method
Create
Microsoft.DotNet.Build.Tasks.Workloads.ProjectTemplateBase.Create()
5 references to Create
Microsoft.DotNet.Build.Tasks.Workloads (4)
CreateVisualStudioWorkload.wix.cs (3)
364
string swixProj = swixProject.
Create
();
413
string swixProj = swixProject.
Create
();
444
ITaskItem swixProjectItem = new TaskItem(swixProject.
Create
());
CreateVisualStudioWorkloadSet.wix.cs (1)
85
string swixProj = swixProject.
Create
();
Microsoft.DotNet.Build.Tasks.Workloads.Tests (1)
SwixPackageTests.cs (1)
61
string swixProj = swixProject.
Create
();