8 instantiations of ClientValidatorCache
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\Validation\ClientValidatorCacheTest.cs (4)
15var cache = new ClientValidatorCache(); 42var cache = new ClientValidatorCache(); 69var cache = new ClientValidatorCache(); 90var cache = new ClientValidatorCache();
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
TestableHtmlGenerator.cs (1)
50new DefaultValidationHtmlAttributeProvider(options, metadataProvider, new ClientValidatorCache()))
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
DefaultHtmlGeneratorTest.cs (1)
1019new ClientValidatorCache());
DefaultValidationHtmlAttributeProviderTest.cs (1)
280new ClientValidatorCache());
Microsoft.AspNetCore.Mvc.Views.TestCommon (1)
HtmlGeneratorUtilities.cs (1)
37new ClientValidatorCache());
8 references to ClientValidatorCache
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
221services.TryAddSingleton<ClientValidatorCache>();
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\Validation\ClientValidatorCacheTest.cs (4)
15var cache = new ClientValidatorCache(); 42var cache = new ClientValidatorCache(); 69var cache = new ClientValidatorCache(); 90var cache = new 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)