2 instantiations of 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));
5 references to PagedCharBuffer
Microsoft.AspNetCore.Mvc.TagHelpers (4)
CacheTagHelper.cs (4)
224
public
PagedCharBuffer
Buffer { get; }
244
private readonly
PagedCharBuffer
_buffer;
246
public CharBufferHtmlContent(
PagedCharBuffer
buffer)
251
public
PagedCharBuffer
Buffer => _buffer;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\PagedBufferedTextWriter.cs (1)
14
private readonly
PagedCharBuffer
_charBuffer;