1 instantiation of CharArrayBufferSource
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\CharArrayBufferSource.cs (1)
8
public static readonly CharArrayBufferSource Instance = new
CharArrayBufferSource
();
2 references to CharArrayBufferSource
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
219
Buffer = new PagedCharBuffer(
CharArrayBufferSource
.Instance);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\CharArrayBufferSource.cs (1)
8
public static readonly
CharArrayBufferSource
Instance = new CharArrayBufferSource();