4 references to Constraint
Microsoft.TemplateEngine.Cli (2)
TemplateResolution\TemplateMatchInfoExtensions.cs (2)
30
var constraintsMatches = templateMatchInfo.MatchDisposition.Where(mi => mi.Name.StartsWith(MatchInfo.BuiltIn.
Constraint
));
31
var otherMatches = templateMatchInfo.MatchDisposition.Where(mi => !mi.Name.StartsWith(MatchInfo.BuiltIn.
Constraint
));
Microsoft.TemplateEngine.Utils (2)
WellKnownSearchFilters.cs (2)
250
return new MatchInfo($"{MatchInfo.BuiltIn.
Constraint
}.{constraintDefinition.Type}", null, MatchKind.Mismatch);
253
return new MatchInfo($"{MatchInfo.BuiltIn.
Constraint
}.{constraintDefinition.Type}", null, MatchKind.Exact);