2 writes to AttributeValues
Microsoft.AspNetCore.Diagnostics (2)
src\Shared\RazorViews\BaseView.cs (2)
140AttributeValues = new List<string>(); 163AttributeValues = null;
4 references to AttributeValues
Microsoft.AspNetCore.Diagnostics (4)
src\Shared\RazorViews\BaseView.cs (4)
138if (AttributeValues == null) 143AttributeValues.Add(value.ToString()!); 158Debug.Assert(AttributeValues != null); 161var attributes = string.Join(" ", AttributeValues);