2 references to _textWriterStack
Microsoft.AspNetCore.Hosting (2)
src\Shared\RazorViews\BaseView.cs (2)
103
_textWriterStack
.Push(Output);
109
Output =
_textWriterStack
.Pop();