1 implementation of HasParameterMismatch
Microsoft.TemplateEngine.Edge (1)
Settings\FilteredTemplateInfo.cs (1)
31public bool HasParameterMismatch => MatchDisposition.Any(x => x.Location == MatchLocation.OtherParameter && x.Kind != MatchKind.Exact);