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