4 writes to IsReusable
Microsoft.AspNetCore.Mvc.DataAnnotations (4)
DataAnnotationsClientModelValidatorProvider.cs (2)
85
validatorItem.
IsReusable
= true;
97
IsReusable
= true
DefaultClientModelValidatorProvider.cs (1)
38
validatorItem.
IsReusable
= true;
NumericClientModelValidatorProvider.cs (1)
42
IsReusable
= 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)
55
if (!item.
IsReusable
)
89
if (item.
IsReusable
)