1 write to Output
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
src\Shared\Diagnostics\BaseView.cs (1)
66
Output
= new StreamWriter(Response.Body, Encoding.UTF8, 4096, leaveOpen: true);
10 references to Output
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (10)
src\Shared\Diagnostics\BaseView.cs (10)
68
Output
.Dispose();
82
WriteLiteralTo(
Output
, value);
91
WriteLiteralTo(
Output
, value);
112
Output
.Write(beginning);
122
Output
.Write(attributes);
125
Output
.Write(AttributeEnding);
202
WriteTo(
Output
, value);
211
WriteTo(
Output
, value);
220
WriteTo(
Output
, result);
273
/// Writes the specified <paramref name="value"/> without HTML encoding to <see cref="
Output
"/>.