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