3 writes to IsReusable
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\DefaultModelValidatorProvider.cs (1)
34
validatorItem.
IsReusable
= true;
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsModelValidatorProvider.cs (2)
76
validatorItem.
IsReusable
= true;
92
IsReusable
= true
3 references to IsReusable
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ValidatorItem.cs (1)
10
/// <see cref="
IsReusable
"/> as appropriate.
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Validation\ValidatorCache.cs (2)
45
if (!item.
IsReusable
)
79
if (item.
IsReusable
)