11 references to Items
System.ComponentModel.Annotations (11)
System\ComponentModel\DataAnnotations\ValidationContext.cs (9)
20/// An <see cref="Items" /> property bag is available for additional contextual 21/// information about the validation. Values stored in <see cref="Items" /> 59/// Optional set of key/value pairs to make available to consumers via <see cref="Items" />. 81/// Optional set of key/value pairs to make available to consumers via <see cref="Items" />. 113/// Optional set of key/value pairs to make available to consumers via <see cref="Items" />. 209/// <see cref="Items" /> is designed as a read-only input channel populated before validation 212/// <see cref="Items" /> during validation. Custom validators should treat <see cref="Items" /> 213/// as read-only during validation execution. Mutating <see cref="Items" /> from within a
System\ComponentModel\DataAnnotations\Validator.cs (2)
940/// and <see cref="ValidationContext.Items" />. 950var context = new ValidationContext(instance, validationContext, validationContext.Items);