3 writes to Value
Microsoft.Extensions.Validation.Tests (3)
ValidatableTypeInfoTests.cs (3)
608
var testTypeInstance = new PropertyAndTypeLevelErrorObject {
Value
= 15 };
627
testTypeInstance.
Value
= 5;
639
testTypeInstance.
Value
= -5;
2 references to Value
Microsoft.Extensions.Validation.Tests (2)
ValidatableTypeInfoTests.cs (2)
691
if (
Value
< 20)
704
if (instance.
Value
< 10)