2 writes to _constraintType
Microsoft.TemplateEngine.Abstractions (2)
Constraints\TemplateConstraintResult.cs (2)
16_constraintType = constraint.Type; 21_constraintType = constraintType;
1 reference to _constraintType
Microsoft.TemplateEngine.Abstractions (1)
Constraints\TemplateConstraintResult.cs (1)
39public string ConstraintType => Constraint?.Type ?? _constraintType;