1 write to MismatchCriteria
Microsoft.TemplateEngine.Cli (1)
Commands\FilterOptionDefinition.cs (1)
94
MismatchCriteria
= mismatchCriteria ?? throw new ArgumentNullException(nameof(mismatchCriteria));
1 reference to MismatchCriteria
Microsoft.TemplateEngine.Cli (1)
TemplateListCoordinator.cs (1)
226
.Where(filter => filter.
MismatchCriteria
(templateResolutionResult))