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