1 instantiation of CharBufferHtmlContent
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
211
return new
CharBufferHtmlContent
(writer.Buffer);
2 references to CharBufferHtmlContent
Microsoft.AspNetCore.Mvc.TagHelpers (2)
CacheTagHelper.cs (2)
154
if (content is
CharBufferHtmlContent
charBuffer)
164
Debug.Fail($"{nameof(content)} should be an {nameof(
CharBufferHtmlContent
)}.");