1 write to _attributes
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\TagBuilder.cs (1)
80
_attributes
= new AttributeDictionary();
6 references to _attributes
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
Rendering\TagBuilder.cs (6)
53
if (tagBuilder.
_attributes
!= null)
55
foreach (var tag in tagBuilder.
_attributes
)
78
if (
_attributes
== null)
83
return
_attributes
;
237
if (
_attributes
!= null &&
_attributes
.Count > 0)