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