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