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