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