4 writes to IsReusable
Microsoft.AspNetCore.Mvc.DataAnnotations (4)
DataAnnotationsClientModelValidatorProvider.cs (2)
85validatorItem.IsReusable = true; 97IsReusable = true
DefaultClientModelValidatorProvider.cs (1)
38validatorItem.IsReusable = true;
NumericClientModelValidatorProvider.cs (1)
42IsReusable = true
3 references to IsReusable
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ClientValidatorItem.cs (1)
10/// <see cref="IsReusable"/> as appropriate.
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Validation\ClientValidatorCache.cs (2)
55if (!item.IsReusable) 89if (item.IsReusable)