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)
69return new MatchInfo { Location = MatchLocation.Context, Kind = MatchKind.Exact }; 73return new MatchInfo { Location = MatchLocation.Context, Kind = MatchKind.Mismatch };