6 references to CreateAllowed
dotnet (1)
Commands\New\MSBuildEvaluation\ProjectCapabilityConstraint.cs (1)
149
return TemplateConstraintResult.
CreateAllowed
(this);
Microsoft.TemplateEngine.Edge (5)
Constraints\HostConstraint.cs (2)
42
return TemplateConstraintResult.
CreateAllowed
(this);
52
return TemplateConstraintResult.
CreateAllowed
(this);
Constraints\OSConstraint.cs (1)
45
return TemplateConstraintResult.
CreateAllowed
(this);
Constraints\SdkVersionConstraintFactory.cs (1)
62
return TemplateConstraintResult.
CreateAllowed
(this);
Constraints\WorkloadConstraintFactory.cs (1)
65
return TemplateConstraintResult.
CreateAllowed
(this);