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