2 references to _attributes
Microsoft.AspNetCore.Mvc.Microbenchmarks (2)
PreserveComponentStateBenchmark.cs (2)
43
_context = new TagHelperContext(
_attributes
, new Dictionary<object, object>(), "asdf");
101
_output = new TagHelperOutput("persist-component-state",
_attributes
, _childContent);