2 instantiations of PagedCharBuffer
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
219Buffer = new PagedCharBuffer(CharArrayBufferSource.Instance);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\PagedBufferedTextWriter.cs (1)
18_charBuffer = new PagedCharBuffer(new ArrayPoolBufferSource(pool));
5 references to PagedCharBuffer
Microsoft.AspNetCore.Mvc.TagHelpers (4)
CacheTagHelper.cs (4)
224public PagedCharBuffer Buffer { get; } 244private readonly PagedCharBuffer _buffer; 246public CharBufferHtmlContent(PagedCharBuffer buffer) 251public PagedCharBuffer Buffer => _buffer;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\PagedBufferedTextWriter.cs (1)
14private readonly PagedCharBuffer _charBuffer;