Implemented interface member:
property
MatchDisposition
Microsoft.TemplateEngine.Edge.Template.ITemplateMatchInfo.MatchDisposition
3 references to MatchDisposition
Microsoft.TemplateEngine.Edge (3)
Settings\TemplateMatchInfo.cs (3)
46
public bool IsMatch =>
MatchDisposition
.Count > 0 &&
MatchDisposition
.All(x => x.Kind != MatchKind.Mismatch);
48
public bool IsPartialMatch =>
MatchDisposition
.Any(x => x.Kind != MatchKind.Mismatch);