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