4 references to Context
Microsoft.TemplateEngine.Edge (4)
Settings\FilteredTemplateInfo.cs (2)
27
&& MatchDisposition.All(x => x.Location != MatchLocation.
Context
28
|| (x.Location == MatchLocation.
Context
&& x.Kind == MatchKind.Exact));
Template\WellKnownSearchFilters.cs (2)
69
return new MatchInfo { Location = MatchLocation.
Context
, Kind = MatchKind.Exact };
73
return new MatchInfo { Location = MatchLocation.
Context
, Kind = MatchKind.Mismatch };