2 references to PagedCharBuffer
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
219
Buffer = new
PagedCharBuffer
(CharArrayBufferSource.Instance);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\PagedBufferedTextWriter.cs (1)
18
_charBuffer = new
PagedCharBuffer
(new ArrayPoolBufferSource(pool));