1 instantiation of DistributedCacheTagHelperFormatter
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DistributedCacheTagHelperTest.cs (1)
781return new DistributedCacheTagHelperFormatter();
1 reference to DistributedCacheTagHelperFormatter
Microsoft.AspNetCore.Mvc.TagHelpers (1)
DependencyInjection\TagHelperExtensions.cs (1)
64services.TryAddSingleton<IDistributedCacheTagHelperFormatter, DistributedCacheTagHelperFormatter>();