4 references to ClientValidatorCache
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
221
services.TryAddSingleton<
ClientValidatorCache
>();
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
DefaultValidationHtmlAttributeProvider.cs (3)
17
private readonly
ClientValidatorCache
_clientValidatorCache;
25
/// <param name="clientValidatorCache">The <see cref="
ClientValidatorCache
"/> that provides
30
ClientValidatorCache
clientValidatorCache)