7 references to Paths
Infrastructure.Tests (7)
TestTriggerMap\TestTriggerMapModel.cs (1)
51
foreach (var p in r.
Paths
) { yield return p; }
TestTriggerMap\TestTriggerMapTests.cs (6)
40
var label = rule.
Paths
.Count > 0 ? rule.
Paths
[0] : "(no paths)";
41
if (rule.
Paths
.Count == 0 || rule.
Paths
.Any(string.IsNullOrWhiteSpace))
462
.SelectMany(r => r.
Paths
)
492
.SelectMany(r => r.
Paths
)