1 instantiation of AttributeDictionary
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\TagBuilder.cs (1)
80_attributes = new AttributeDictionary();
14 references to AttributeDictionary
Microsoft.AspNetCore.Mvc.ViewFeatures (14)
AttributeDictionary.cs (12)
322/// An enumerator for <see cref="AttributeDictionary"/>. 326private readonly AttributeDictionary _attributes; 333/// <param name="attributes">The <see cref="AttributeDictionary"/>.</param> 334public Enumerator(AttributeDictionary attributes) 368private readonly AttributeDictionary _attributes; 370public KeyCollection(AttributeDictionary attributes) 441private readonly AttributeDictionary _attributes; 445public Enumerator(AttributeDictionary attributes) 475private readonly AttributeDictionary _attributes; 477public ValueCollection(AttributeDictionary attributes) 546private readonly AttributeDictionary _attributes; 550public Enumerator(AttributeDictionary attributes)
Rendering\TagBuilder.cs (2)
28private AttributeDictionary? _attributes; 73public AttributeDictionary Attributes