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