1 write to _context
Microsoft.AspNetCore.Mvc.Microbenchmarks (1)
PreserveComponentStateBenchmark.cs (1)
43
_context
= new TagHelperContext(_attributes, new Dictionary<object, object>(), "asdf");
1 reference to _context
Microsoft.AspNetCore.Mvc.Microbenchmarks (1)
PreserveComponentStateBenchmark.cs (1)
103
await _tagHelper.ProcessAsync(
_context
, _output);