5 references to CreateAllowed
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);