1 write to _writer
Microsoft.AspNetCore.Html.Abstractions (1)
HtmlFormattableString.cs (1)
107
_writer
??= new StringWriter();
3 references to _writer
Microsoft.AspNetCore.Html.Abstractions (3)
HtmlFormattableString.cs (3)
109
htmlContent.WriteTo(
_writer
, _encoder);
111
var result =
_writer
.ToString();
112
_writer
.GetStringBuilder().Clear();