2 writes to Exclusive
Shared.Tests (2)
Data.Validation\TimeSpanAttributeTests.cs (2)
80[TimeSpan(0, 10, Exclusive = true)] 83[TimeSpan(0, Exclusive = true)]
2 references to Exclusive
Shared (2)
Data.Validation\TimeSpanAttribute.cs (2)
132if (Exclusive && ts <= min) 144if (Exclusive && ts >= max.Value)