1 instantiation of PropertyAndTypeLevelErrorObject
Microsoft.Extensions.Validation.Tests (1)
ValidatableTypeInfoTests.cs (1)
608var testTypeInstance = new PropertyAndTypeLevelErrorObject { Value = 15 };
5 references to PropertyAndTypeLevelErrorObject
Microsoft.Extensions.Validation.Tests (5)
ValidatableTypeInfoTests.cs (5)
598typeof(PropertyAndTypeLevelErrorObject), 600CreatePropertyInfo(typeof(PropertyAndTypeLevelErrorObject), typeof(int), "Value", "Value", 608var testTypeInstance = new PropertyAndTypeLevelErrorObject { Value = 15 }; 614{ typeof(PropertyAndTypeLevelErrorObject), testTypeInfo } 702if (value is PropertyAndTypeLevelErrorObject instance)