10 references to Exact
Microsoft.TemplateEngine.Edge (10)
Settings\FilteredTemplateInfo.cs (2)
28
|| (x.Location == MatchLocation.Context && x.Kind == MatchKind.
Exact
));
31
public bool HasParameterMismatch => MatchDisposition.Any(x => x.Location == MatchLocation.OtherParameter && x.Kind != MatchKind.
Exact
);
Template\WellKnownSearchFilters.cs (8)
25
return new MatchInfo { Location = MatchLocation.Name, Kind = MatchKind.
Exact
};
36
return new MatchInfo { Location = MatchLocation.ShortName, Kind = MatchKind.
Exact
};
69
return new MatchInfo { Location = MatchLocation.Context, Kind = MatchKind.
Exact
};
96
return new MatchInfo { Location = MatchLocation.Classification, Kind = MatchKind.
Exact
};
116
return new MatchInfo { Location = MatchLocation.Language, Kind = MatchKind.
Exact
};
136
return new MatchInfo { Location = MatchLocation.Baseline, Kind = MatchKind.
Exact
};
178
return new MatchInfo { Location = MatchLocation.Classification, Kind = allParts ? MatchKind.
Exact
: MatchKind.Partial };
209
return new MatchInfo { Location = MatchLocation.Author, Kind = MatchKind.
Exact
};