1 implementation of SerializeAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperFormatter.cs (1)
16public Task<byte[]> SerializeAsync(DistributedCacheTagHelperFormattingContext context)
2 references to SerializeAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
104value = await _formatter.SerializeAsync(formattingContext);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DistributedCacheTagHelperTest.cs (1)
727var serialized = await formatter.SerializeAsync(context);