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)
159
result =
Exclusive
166
result =
Exclusive
178
var exclusiveString =
Exclusive
? "exclusive " : string.Empty;
179
var orEqualString =
Exclusive
? string.Empty : "or equal ";