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)
53if (tagBuilder._attributes != null) 55foreach (var tag in tagBuilder._attributes) 78if (_attributes == null) 83return _attributes; 237if (_attributes != null && _attributes.Count > 0)