1 write to _output
Microsoft.AspNetCore.Mvc.Microbenchmarks (1)
PreserveComponentStateBenchmark.cs (1)
101
_output
= new TagHelperOutput("persist-component-state", _attributes, _childContent);
3 references to _output
Microsoft.AspNetCore.Mvc.Microbenchmarks (3)
PreserveComponentStateBenchmark.cs (3)
102
_output
.Content = new DefaultTagHelperContent();
103
await _tagHelper.ProcessAsync(_context,
_output
);
104
_output
.Content.WriteTo(StreamWriter.Null, NullHtmlEncoder.Default);