3 references to ConventionRule
SelectTests (3)
TestSelector.cs (1)
188foreach (var convention in map.Conventions)
TriggerMap.cs (2)
21public List<ConventionRule> Conventions { get; set; } = new(); 139public static bool TryExpandConvention(ConventionRule rule, string path, out string target)