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