2 implementations of CreateWriter
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\MemoryPoolViewBufferScope.cs (1)
86public TextWriter CreateWriter(TextWriter writer)
Microsoft.AspNetCore.Mvc.Views.TestCommon (1)
TestViewBufferScope.cs (1)
26public TextWriter CreateWriter(TextWriter writer)
1 reference to CreateWriter
Microsoft.AspNetCore.Mvc.Razor (1)
RazorView.cs (1)
261await using (var writer = _bufferScope!.CreateWriter(context.Writer))