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