3 references to ConventionRule
Infrastructure.Tests (3)
TestTriggerMap\TestTriggerMapModel.cs (2)
22
public List<
ConventionRule
> Conventions { get; set; } = new();
88
public static bool TryExpandConvention(
ConventionRule
rule, string path, out string target)
TestTriggerMap\TestTriggerMapTests.cs (1)
53
foreach (
var
convention in s_map.Conventions)