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