2 writes to Exclusive
Shared.Tests (2)
Data.Validation\LengthAttributeTests.cs (2)
73[Length(5, Exclusive = true)] 76[Length(5, 7, Exclusive = true)]
4 references to Exclusive
Shared (4)
Data.Validation\LengthAttribute.cs (4)
159result = Exclusive 166result = Exclusive 178var exclusiveString = Exclusive ? "exclusive " : string.Empty; 179var orEqualString = Exclusive ? string.Empty : "or equal ";