7 writes to IsReusable
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Validation\ClientValidatorCacheTest.cs (1)
146validatorItem.IsReusable = true;
Microsoft.AspNetCore.Mvc.DataAnnotations (4)
DataAnnotationsClientModelValidatorProvider.cs (2)
85validatorItem.IsReusable = true; 97IsReusable = true
DefaultClientModelValidatorProvider.cs (1)
38validatorItem.IsReusable = true;
NumericClientModelValidatorProvider.cs (1)
42IsReusable = true
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsClientModelValidatorProviderTest.cs (1)
55IsReusable = true
DataTypeClientModelValidatorProviderTest.cs (1)
46IsReusable = 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)