4 references to Name
Microsoft.TemplateEngine.Edge (4)
Template\WellKnownSearchFilters.cs (4)
18
return new MatchInfo { Location = MatchLocation.
Name
, Kind = MatchKind.Partial };
25
return new MatchInfo { Location = MatchLocation.
Name
, Kind = MatchKind.Exact };
44
return new MatchInfo { Location = MatchLocation.
Name
, Kind = MatchKind.Partial };
52
return new MatchInfo { Location = MatchLocation.
Name
, Kind = MatchKind.Mismatch };