2 instantiations of DistributedCacheTagHelperFormattingContext
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
98var formattingContext = new DistributedCacheTagHelperFormattingContext
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DistributedCacheTagHelperTest.cs (1)
723var context = new DistributedCacheTagHelperFormattingContext
7 references to DistributedCacheTagHelperFormattingContext
Microsoft.AspNetCore.Mvc.TagHelpers (6)
Cache\DistributedCacheTagHelperFormatter.cs (3)
16public Task<byte[]> SerializeAsync(DistributedCacheTagHelperFormattingContext context) 24nameof(DistributedCacheTagHelperFormattingContext.Html), 25typeof(DistributedCacheTagHelperFormattingContext).FullName));
Cache\DistributedCacheTagHelperService.cs (1)
98var formattingContext = new DistributedCacheTagHelperFormattingContext
Cache\IDistributedCacheTagHelperFormatter.cs (2)
17/// <param name="context">The <see cref="DistributedCacheTagHelperFormattingContext" /> to serialize.</param> 19Task<byte[]> SerializeAsync(DistributedCacheTagHelperFormattingContext context);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DistributedCacheTagHelperTest.cs (1)
723var context = new DistributedCacheTagHelperFormattingContext