5 references to Partial
Microsoft.TemplateEngine.Edge (5)
Template\WellKnownSearchFilters.cs (5)
18return new MatchInfo { Location = MatchLocation.Name, Kind = MatchKind.Partial }; 44return new MatchInfo { Location = MatchLocation.Name, Kind = MatchKind.Partial }; 49return new MatchInfo { Location = MatchLocation.ShortName, Kind = MatchKind.Partial }; 178return new MatchInfo { Location = MatchLocation.Classification, Kind = allParts ? MatchKind.Exact : MatchKind.Partial }; 214return new MatchInfo { Location = MatchLocation.Author, Kind = MatchKind.Partial };