1 write to _allAttributes
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
64
_allAttributes
= new TagHelperAttributeList();
4 references to _allAttributes
Microsoft.AspNetCore.Razor.Runtime (4)
Runtime\TagHelpers\TagHelperExecutionContext.cs (4)
66
Context = new TagHelperContext(tagName,
_allAttributes
, items, uniqueId);
140
_allAttributes
.Add(attribute);
154
_allAttributes
.Add(attribute);
165
_allAttributes
.Add(attribute);