2 implementations of Type
dotnet (1)
Commands\New\MSBuildEvaluation\ProjectCapabilityConstraint.cs (1)
61
public string
Type
=> _factory.Type;
Microsoft.TemplateEngine.Edge (1)
Constraints\ConstraintBase.cs (1)
17
public string
Type
=> Factory.Type;
5 references to Type
Microsoft.TemplateEngine.Abstractions (2)
Constraints\TemplateConstraintResult.cs (2)
16
_constraintType = constraint.
Type
;
39
public string ConstraintType => Constraint?.
Type
?? _constraintType;
Microsoft.TemplateEngine.Utils (3)
WellKnownSearchFilters.cs (3)
239
var matchingConstraints = template.Constraints.Where(c => c.Type == constraintDefinition.
Type
);
250
return new MatchInfo($"{MatchInfo.BuiltIn.Constraint}.{constraintDefinition.
Type
}", null, MatchKind.Mismatch);
253
return new MatchInfo($"{MatchInfo.BuiltIn.Constraint}.{constraintDefinition.
Type
}", null, MatchKind.Exact);